mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency js-base64 to v3.7.6 (#4456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1f936defc7
commit
3685a982cd
3 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@
|
|||
"html-webpack-plugin": "5.6.0",
|
||||
"i18next": "20.6.1",
|
||||
"in-publish": "2.0.1",
|
||||
"js-base64": "3.7.5",
|
||||
"js-base64": "3.7.6",
|
||||
"js-yaml": "4.1.0",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"highlight.js": "11.9.0",
|
||||
"history": "4.10.1",
|
||||
"i18next": "20.6.1",
|
||||
"js-base64": "3.7.5",
|
||||
"js-base64": "3.7.6",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "11.1.1",
|
||||
|
|
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
@ -1260,8 +1260,8 @@ importers:
|
|||
specifier: 2.0.1
|
||||
version: 2.0.1
|
||||
js-base64:
|
||||
specifier: 3.7.5
|
||||
version: 3.7.5
|
||||
specifier: 3.7.6
|
||||
version: 3.7.6
|
||||
js-yaml:
|
||||
specifier: 4.1.0
|
||||
version: 4.1.0
|
||||
|
@ -1854,8 +1854,8 @@ importers:
|
|||
specifier: 20.6.1
|
||||
version: 20.6.1
|
||||
js-base64:
|
||||
specifier: 3.7.5
|
||||
version: 3.7.5
|
||||
specifier: 3.7.6
|
||||
version: 3.7.6
|
||||
localstorage-memory:
|
||||
specifier: 1.0.3
|
||||
version: 1.0.3
|
||||
|
@ -20015,8 +20015,8 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/js-base64@3.7.5:
|
||||
resolution: {integrity: sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==}
|
||||
/js-base64@3.7.6:
|
||||
resolution: {integrity: sha512-NPrWuHFxFUknr1KqJRDgUQPexQF0uIJWjeT+2KjEePhitQxQEx5EJBG1lVn5/hc8aLycTpXrDOgPQ6Zq+EDiTA==}
|
||||
|
||||
/js-levenshtein@1.1.6:
|
||||
resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==}
|
||||
|
|
Loading…
Add table
Reference in a new issue