Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.

Commit 88fa014

Browse files
fix(deps): update dependency dayjs to v1.11.6
1 parent 13cf41a commit 88fa014

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@slack/bolt": "3.12.0",
2121
"axios": "0.27.2",
22-
"dayjs": "1.11.1",
22+
"dayjs": "1.11.6",
2323
"lru_map": "0.4.1"
2424
},
2525
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,10 +1714,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
17141714
shebang-command "^2.0.0"
17151715
which "^2.0.1"
17161716

1717-
dayjs@1.11.1:
1718-
version "1.11.1"
1719-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.1.tgz#90b33a3dda3417258d48ad2771b415def6545eb0"
1720-
integrity sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==
1717+
dayjs@1.11.6:
1718+
version "1.11.6"
1719+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb"
1720+
integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==
17211721

17221722
debug@2.6.9:
17231723
version "2.6.9"

0 commit comments

Comments
 (0)