mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency dayjs to v1.11.0 (#3094)
This commit is contained in:
parent
a7bbab90f0
commit
4cc18773b7
4 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -99,7 +99,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["cookies", "npm:0.8.0"],
|
||||
["cors", "npm:2.8.5"],
|
||||
["cross-env", "npm:7.0.3"],
|
||||
["dayjs", "npm:1.10.8"],
|
||||
["dayjs", "npm:1.11.0"],
|
||||
["debug", "virtual:0a555efb4cab6fe58f395d6452b892ca24d2e1f9df5a635d924dc03626b4b31aa8129ef42bf95c3c2623e90ad53d52caf188df0e3405b83aa752e2c800b1a108#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -8312,10 +8312,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.10.8", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.8-d72c3ead0d-6f30f10867.zip/node_modules/dayjs/",
|
||||
["npm:1.11.0", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.0-592daa78a5-05a742cb5d.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.10.8"]
|
||||
["dayjs", "npm:1.11.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17950,7 +17950,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["cookies", "npm:0.8.0"],
|
||||
["cors", "npm:2.8.5"],
|
||||
["cross-env", "npm:7.0.3"],
|
||||
["dayjs", "npm:1.10.8"],
|
||||
["dayjs", "npm:1.11.0"],
|
||||
["debug", "virtual:0a555efb4cab6fe58f395d6452b892ca24d2e1f9df5a635d924dc03626b4b31aa8129ef42bf95c3c2623e90ad53d52caf188df0e3405b83aa752e2c800b1a108#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
"compression": "1.7.4",
|
||||
"cookies": "0.8.0",
|
||||
"cors": "2.8.5",
|
||||
"dayjs": "1.10.8",
|
||||
"dayjs": "1.11.0",
|
||||
"debug": "^4.3.3",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6031,10 +6031,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.10.8":
|
||||
version: 1.10.8
|
||||
resolution: "dayjs@npm:1.10.8"
|
||||
checksum: 6f30f10867c0c79a8a79b142298130bbb1b8cf49b05b1b620c38dbca91c2514b8eab3a23f9cad5da895388feb8c1370b942779cb2bf4c2801b928658600f9e22
|
||||
"dayjs@npm:1.11.0":
|
||||
version: 1.11.0
|
||||
resolution: "dayjs@npm:1.11.0"
|
||||
checksum: 05a742cb5dfbf4c3c64e1c670d83f7727811a05d4204b69ac9df7e015cb254704f7d8c52975fe7342147b501847b6b0b6d59f87929c933ca4bde01162e244b6e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14818,7 +14818,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.10.8
|
||||
dayjs: 1.11.0
|
||||
debug: ^4.3.3
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue