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.2 (#3159)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
adfbefc59e
commit
cd39a429b6
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.1"],
|
||||
["dayjs", "npm:1.11.2"],
|
||||
["debug", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:4.3.3"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -8417,10 +8417,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.11.1", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.1-aef2935f8f-45df0f7ed5.zip/node_modules/dayjs/",
|
||||
["npm:1.11.2", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.11.2-644b12fe04-d67bbb2efd.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.11.1"]
|
||||
["dayjs", "npm:1.11.2"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -18154,7 +18154,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.1"],
|
||||
["dayjs", "npm:1.11.2"],
|
||||
["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.1",
|
||||
"dayjs": "1.11.2",
|
||||
"debug": "^4.3.3",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.6",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6144,10 +6144,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.11.1":
|
||||
version: 1.11.1
|
||||
resolution: "dayjs@npm:1.11.1"
|
||||
checksum: 45df0f7ed59ca142ae6eb377ea54aaca20b831ef4c91067133bf9703ccede6fb8af597478dfc2941f55baee72043c79c2e137ec02064fd4bc8433e22df9213e0
|
||||
"dayjs@npm:1.11.2":
|
||||
version: 1.11.2
|
||||
resolution: "dayjs@npm:1.11.2"
|
||||
checksum: d67bbb2efdfea7201ebcaa9ebb98ae62f4710d8c5c695517131b05fc8ab7c5e2d76e503cc61dbb5484865f4ba2495e1decd4e9b719e409e91ac4b667c3602f4d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -15035,7 +15035,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.11.1
|
||||
dayjs: 1.11.2
|
||||
debug: ^4.3.3
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue