Skip to content

Commit

Permalink
fix: upgrade dayjs from 1.11.0 to 1.11.1 (#152)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade dayjs from 1.11.0 to 1.11.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/tsekityam/project/2cd99f0c-ccf1-4fd6-88a7-bb96b2a410e7?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
tsekityam and snyk-bot authored May 11, 2022
1 parent 19db0f4 commit df4424d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Tse Kit Yam <[email protected]>",
"license": "MIT",
"dependencies": {
"dayjs": "^1.10.6"
"dayjs": "^1.11.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
shebang-command "^2.0.0"
which "^2.0.1"

dayjs@^1.10.6:
version "1.11.0"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.0.tgz#009bf7ef2e2ea2d5db2e6583d2d39a4b5061e805"
integrity sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==
dayjs@^1.11.1:
version "1.11.2"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.2.tgz#fa0f5223ef0d6724b3d8327134890cfe3d72fbe5"
integrity sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw==

debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
version "4.3.4"
Expand Down

0 comments on commit df4424d

Please sign in to comment.