mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency dayjs to v1.11.13 (#4819)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9e2835598
commit
3f7197937d
4 changed files with 14 additions and 10 deletions
|
@ -38,7 +38,7 @@
|
|||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"dayjs": "1.11.10",
|
||||
"dayjs": "1.11.13",
|
||||
"pino-abstract-transport": "1.1.0",
|
||||
"colorette": "2.0.20",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"country-flag-icons": "1.5.13",
|
||||
"css-loader": "6.9.1",
|
||||
"dayjs": "1.11.10",
|
||||
"dayjs": "1.11.13",
|
||||
"dompurify": "3.1.6",
|
||||
"friendly-errors-webpack-plugin": "1.7.0",
|
||||
"harmony-reflect": "1.6.2",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"@rematch/loading": "2.1.2",
|
||||
"@rematch/persist": "2.1.2",
|
||||
"country-flag-icons": "1.5.9",
|
||||
"dayjs": "1.11.10",
|
||||
"dayjs": "1.11.13",
|
||||
"dompurify": "3.1.6",
|
||||
"highlight.js": "11.10.0",
|
||||
"history": "4.10.1",
|
||||
|
|
|
@ -892,8 +892,8 @@ importers:
|
|||
specifier: 2.0.20
|
||||
version: 2.0.20
|
||||
dayjs:
|
||||
specifier: 1.11.10
|
||||
version: 1.11.10
|
||||
specifier: 1.11.13
|
||||
version: 1.11.13
|
||||
lodash:
|
||||
specifier: 4.17.21
|
||||
version: 4.17.21
|
||||
|
@ -1233,8 +1233,8 @@ importers:
|
|||
specifier: 6.9.1
|
||||
version: 6.9.1(webpack@5.93.0)
|
||||
dayjs:
|
||||
specifier: 1.11.10
|
||||
version: 1.11.10
|
||||
specifier: 1.11.13
|
||||
version: 1.11.13
|
||||
dompurify:
|
||||
specifier: 3.1.6
|
||||
version: 3.1.6
|
||||
|
@ -1910,8 +1910,8 @@ importers:
|
|||
specifier: 1.5.9
|
||||
version: 1.5.9
|
||||
dayjs:
|
||||
specifier: 1.11.10
|
||||
version: 1.11.10
|
||||
specifier: 1.11.13
|
||||
version: 1.11.13
|
||||
dompurify:
|
||||
specifier: 3.1.6
|
||||
version: 3.1.6
|
||||
|
@ -15628,6 +15628,10 @@ packages:
|
|||
|
||||
/dayjs@1.11.10:
|
||||
resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==}
|
||||
dev: true
|
||||
|
||||
/dayjs@1.11.13:
|
||||
resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
|
||||
|
||||
/debounce@1.2.1:
|
||||
resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==}
|
||||
|
@ -22281,7 +22285,7 @@ packages:
|
|||
cytoscape-fcose: 2.2.0(cytoscape@3.23.0)
|
||||
d3: 7.8.4
|
||||
dagre-d3-es: 7.0.9
|
||||
dayjs: 1.11.10
|
||||
dayjs: 1.11.13
|
||||
dompurify: 2.4.3
|
||||
elkjs: 0.8.2
|
||||
khroma: 2.0.0
|
||||
|
|
Loading…
Reference in a new issue