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

Commit ad842d4

Browse files
fix(deps): update dependency dayjs to v1.11.9
1 parent 4d55c52 commit ad842d4

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.6",
22+
"dayjs": "1.11.9",
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
@@ -1690,10 +1690,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
16901690
shebang-command "^2.0.0"
16911691
which "^2.0.1"
16921692

1693-
dayjs@1.11.6:
1694-
version "1.11.6"
1695-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb"
1696-
integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==
1693+
dayjs@1.11.9:
1694+
version "1.11.9"
1695+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.9.tgz#9ca491933fadd0a60a2c19f6c237c03517d71d1a"
1696+
integrity sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==
16971697

16981698
debug@2.6.9:
16991699
version "2.6.9"

0 commit comments

Comments
 (0)