mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency dayjs to v1.10.8 (#3036)
This commit is contained in:
parent
24830e06e8
commit
1221ffd512
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.7"],
|
||||
["dayjs", "npm:1.10.8"],
|
||||
["debug", "virtual:0a555efb4cab6fe58f395d6452b892ca24d2e1f9df5a635d924dc03626b4b31aa8129ef42bf95c3c2623e90ad53d52caf188df0e3405b83aa752e2c800b1a108#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -8126,10 +8126,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.10.7", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.7-34318a8e39-ff97479723.zip/node_modules/dayjs/",
|
||||
["npm:1.10.8", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.8-d72c3ead0d-6f30f10867.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.10.7"]
|
||||
["dayjs", "npm:1.10.8"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17757,7 +17757,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.7"],
|
||||
["dayjs", "npm:1.10.8"],
|
||||
["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.7",
|
||||
"dayjs": "1.10.8",
|
||||
"debug": "^4.3.3",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5878,10 +5878,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.10.7":
|
||||
version: 1.10.7
|
||||
resolution: "dayjs@npm:1.10.7"
|
||||
checksum: ff9747972380775ee1fc63ec5bf4000a150da2eec9526efc0fd5961182cdb100f9af74b8437c0cb15eebc1d1ef90c363f5c8280617887f4fe5c7896c4789dd07
|
||||
"dayjs@npm:1.10.8":
|
||||
version: 1.10.8
|
||||
resolution: "dayjs@npm:1.10.8"
|
||||
checksum: 6f30f10867c0c79a8a79b142298130bbb1b8cf49b05b1b620c38dbca91c2514b8eab3a23f9cad5da895388feb8c1370b942779cb2bf4c2801b928658600f9e22
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14658,7 +14658,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.10.7
|
||||
dayjs: 1.10.8
|
||||
debug: ^4.3.3
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue