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

Commit 3245b0b

Browse files
fix(deps): update dependency dayjs to v1.11.10
1 parent 5132d64 commit 3245b0b

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.10",
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
@@ -1819,10 +1819,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
18191819
shebang-command "^2.0.0"
18201820
which "^2.0.1"
18211821

1822-
dayjs@1.11.6:
1823-
version "1.11.6"
1824-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.6.tgz#2e79a226314ec3ec904e3ee1dd5a4f5e5b1c7afb"
1825-
integrity sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==
1822+
dayjs@1.11.10:
1823+
version "1.11.10"
1824+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
1825+
integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
18261826

18271827
debug@2.6.9:
18281828
version "2.6.9"

0 commit comments

Comments
 (0)