mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency dayjs to v1.11.1 (#3131)
This commit is contained in:
parent
da01a14e70
commit
27035f9403
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.11.0"],
|
||||
["dayjs", "npm:1.11.1"],
|
||||
["debug", "virtual:44803748c385256482276a059663c9d93a122525d7df78de895035f2094d58f689eb1258584fe7d8ae04f57812d99d6941b8ab97fcbc6cb4b2a2a014dc247b61#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -8300,10 +8300,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.11.0", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.0-592daa78a5-05a742cb5d.zip/node_modules/dayjs/",
|
||||
["npm:1.11.1", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.1-aef2935f8f-45df0f7ed5.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.11.0"]
|
||||
["dayjs", "npm:1.11.1"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17936,7 +17936,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.0"],
|
||||
["dayjs", "npm:1.11.1"],
|
||||
["debug", "virtual:44803748c385256482276a059663c9d93a122525d7df78de895035f2094d58f689eb1258584fe7d8ae04f57812d99d6941b8ab97fcbc6cb4b2a2a014dc247b61#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.0",
|
||||
"dayjs": "1.11.1",
|
||||
"debug": "^4.3.3",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6019,10 +6019,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.11.0":
|
||||
version: 1.11.0
|
||||
resolution: "dayjs@npm:1.11.0"
|
||||
checksum: 05a742cb5dfbf4c3c64e1c670d83f7727811a05d4204b69ac9df7e015cb254704f7d8c52975fe7342147b501847b6b0b6d59f87929c933ca4bde01162e244b6e
|
||||
"dayjs@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "dayjs@npm:1.11.1"
|
||||
checksum: 45df0f7ed59ca142ae6eb377ea54aaca20b831ef4c91067133bf9703ccede6fb8af597478dfc2941f55baee72043c79c2e137ec02064fd4bc8433e22df9213e0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14798,7 +14798,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.11.0
|
||||
dayjs: 1.11.1
|
||||
debug: ^4.3.3
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue