mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix(deps): update dependency dayjs to v1.11.5 (#3300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8b204b3918
commit
6a2b2fa36a
4 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -100,7 +100,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.11.3"],
|
||||
["dayjs", "npm:1.11.5"],
|
||||
["debug", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -8385,10 +8385,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.11.3", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.3-88985d494e-47dd6d278e.zip/node_modules/dayjs/",
|
||||
["npm:1.11.5", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.5-a825142dc5-145971e490.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.11.3"]
|
||||
["dayjs", "npm:1.11.5"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18176,7 +18176,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.11.3"],
|
||||
["dayjs", "npm:1.11.5"],
|
||||
["debug", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#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.11.3",
|
||||
"dayjs": "1.11.5",
|
||||
"debug": "^4.3.3",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6136,10 +6136,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.11.3":
|
||||
version: 1.11.3
|
||||
resolution: "dayjs@npm:1.11.3"
|
||||
checksum: 47dd6d278edfe89805e53d32b9b9738b17bbfc1a805fe388672f7917e49e3587882d625a9f5dae03fb8ea297f0c24dd83920109ac691840bbbb25ce38a860b0e
|
||||
"dayjs@npm:1.11.5":
|
||||
version: 1.11.5
|
||||
resolution: "dayjs@npm:1.11.5"
|
||||
checksum: 145971e490c47f118b3b86a7d3a4c67d76824c54283fbe1775f9de7c8ed7c95a74eb5093f6e048109463cd1511b3e9a047d93c51a6f9311c5bb7bbed3010db46
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15079,7 +15079,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.11.3
|
||||
dayjs: 1.11.5
|
||||
debug: ^4.3.3
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue