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

Commit 38d419f

Browse files
committed
fix(deps): update dependency dayjs to v1.11.1
1 parent 9f77391 commit 38d419f

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.10.0",
2121
"axios": "0.26.1",
22-
"dayjs": "1.11.0",
22+
"dayjs": "1.11.1",
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
@@ -1651,10 +1651,10 @@ data-urls@^2.0.0:
16511651
whatwg-mimetype "^2.3.0"
16521652
whatwg-url "^8.0.0"
16531653

1654-
dayjs@1.11.0:
1655-
version "1.11.0"
1656-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.0.tgz#009bf7ef2e2ea2d5db2e6583d2d39a4b5061e805"
1657-
integrity sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==
1654+
dayjs@1.11.1:
1655+
version "1.11.1"
1656+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.1.tgz#90b33a3dda3417258d48ad2771b415def6545eb0"
1657+
integrity sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==
16581658

16591659
debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
16601660
version "2.6.9"

0 commit comments

Comments
 (0)