mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency marked to v11.2.0 (#4591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dbade09407
commit
2520a74ac3
3 changed files with 11 additions and 11 deletions
|
@ -47,7 +47,7 @@
|
|||
"js-yaml": "4.1.0",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "11.1.1",
|
||||
"marked": "11.2.0",
|
||||
"mini-css-extract-plugin": "2.7.7",
|
||||
"msw": "0.49.3",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"js-base64": "3.7.6",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "11.1.1",
|
||||
"marked": "11.2.0",
|
||||
"marked-highlight": "2.1.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -1269,8 +1269,8 @@ importers:
|
|||
specifier: 4.17.21
|
||||
version: 4.17.21
|
||||
marked:
|
||||
specifier: 11.1.1
|
||||
version: 11.1.1
|
||||
specifier: 11.2.0
|
||||
version: 11.2.0
|
||||
mini-css-extract-plugin:
|
||||
specifier: 2.7.7
|
||||
version: 2.7.7(webpack@5.90.0)
|
||||
|
@ -1891,11 +1891,11 @@ importers:
|
|||
specifier: 4.17.21
|
||||
version: 4.17.21
|
||||
marked:
|
||||
specifier: 11.1.1
|
||||
version: 11.1.1
|
||||
specifier: 11.2.0
|
||||
version: 11.2.0
|
||||
marked-highlight:
|
||||
specifier: 2.1.0
|
||||
version: 2.1.0(marked@11.1.1)
|
||||
version: 2.1.0(marked@11.2.0)
|
||||
normalize.css:
|
||||
specifier: 8.0.1
|
||||
version: 8.0.1
|
||||
|
@ -21900,16 +21900,16 @@ packages:
|
|||
/markdown-escapes@1.0.4:
|
||||
resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==}
|
||||
|
||||
/marked-highlight@2.1.0(marked@11.1.1):
|
||||
/marked-highlight@2.1.0(marked@11.2.0):
|
||||
resolution: {integrity: sha512-peBvgGZZqUw074Vy/N8Y7/6JQhSnR54/T0Ozq2/fAIBzcYfVfExFdQJptIhQxreR1elpwvJRrqhp6S/Prk8prA==}
|
||||
peerDependencies:
|
||||
marked: '>=4 <12'
|
||||
dependencies:
|
||||
marked: 11.1.1
|
||||
marked: 11.2.0
|
||||
dev: false
|
||||
|
||||
/marked@11.1.1:
|
||||
resolution: {integrity: sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==}
|
||||
/marked@11.2.0:
|
||||
resolution: {integrity: sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==}
|
||||
engines: {node: '>= 18'}
|
||||
hasBin: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue