mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency dayjs to v1.10.7 (#2565)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6a78ae0045
commit
69091d15fb
4 changed files with 11 additions and 11 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -96,7 +96,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.6"],
|
||||
["dayjs", "npm:1.10.7"],
|
||||
["debug", "virtual:3785458429b40d080567944bbb839a24d7aa8b36873caeca7a235d93fae6d4f4ef5a046cb5dc4a42114a67f641a26cd1f0a9126f72125d2e751187951ee62a7e#npm:4.3.2"],
|
||||
["detect-secrets", "npm:1.0.6"],
|
||||
["envinfo", "npm:7.8.1"],
|
||||
|
@ -7970,10 +7970,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["dayjs", [
|
||||
["npm:1.10.6", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.6-c9596cd594-474d21162c.zip/node_modules/dayjs/",
|
||||
["npm:1.10.7", {
|
||||
"packageLocation": "./.yarn/cache/dayjs-npm-1.10.7-34318a8e39-ff97479723.zip/node_modules/dayjs/",
|
||||
"packageDependencies": [
|
||||
["dayjs", "npm:1.10.6"]
|
||||
["dayjs", "npm:1.10.7"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
|
@ -17189,7 +17189,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.6"],
|
||||
["dayjs", "npm:1.10.7"],
|
||||
["debug", "virtual:3785458429b40d080567944bbb839a24d7aa8b36873caeca7a235d93fae6d4f4ef5a046cb5dc4a42114a67f641a26cd1f0a9126f72125d2e751187951ee62a7e#npm:4.3.2"],
|
||||
["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.6",
|
||||
"dayjs": "1.10.7",
|
||||
"debug": "^4.3.2",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.4",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5792,10 +5792,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dayjs@npm:1.10.6":
|
||||
version: 1.10.6
|
||||
resolution: "dayjs@npm:1.10.6"
|
||||
checksum: 474d21162c12d269d40e90cb3ce049bb2d987b8038c173224c8eb5805d6f38f07d11875779a81e282d8f889d3803c4bbb91d09b6ee08a1a44ae60ec26afd8f45
|
||||
"dayjs@npm:1.10.7":
|
||||
version: 1.10.7
|
||||
resolution: "dayjs@npm:1.10.7"
|
||||
checksum: ff9747972380775ee1fc63ec5bf4000a150da2eec9526efc0fd5961182cdb100f9af74b8437c0cb15eebc1d1ef90c363f5c8280617887f4fe5c7896c4789dd07
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -14189,7 +14189,7 @@ typescript@4.1.3:
|
|||
cookies: 0.8.0
|
||||
cors: 2.8.5
|
||||
cross-env: 7.0.3
|
||||
dayjs: 1.10.6
|
||||
dayjs: 1.10.7
|
||||
debug: ^4.3.2
|
||||
detect-secrets: 1.0.6
|
||||
envinfo: 7.8.1
|
||||
|
|
Loading…
Add table
Reference in a new issue