mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix(deps): update dependency marked to v4.2.12 (#3645)
This commit is contained in:
parent
30a967a62b
commit
1641dc3325
3 changed files with 8 additions and 13 deletions
|
@ -55,7 +55,7 @@
|
|||
"dompurify": "2.4.4",
|
||||
"highlight.js": "11.7.0",
|
||||
"github-markdown-css": "4.0.0",
|
||||
"marked": "4.2.5",
|
||||
"marked": "4.2.12",
|
||||
"raw-loader": "4.0.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"i18next": "20.6.1",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "4.2.5",
|
||||
"marked": "4.2.12",
|
||||
"normalize.css": "8.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
|
@ -858,7 +858,7 @@ importers:
|
|||
js-yaml: 3.14.1
|
||||
localstorage-memory: 1.0.3
|
||||
lodash: 4.17.21
|
||||
marked: 4.2.5
|
||||
marked: 4.2.12
|
||||
mini-css-extract-plugin: 2.7.2
|
||||
msw: 0.49.2
|
||||
mutationobserver-shim: 0.3.7
|
||||
|
@ -936,7 +936,7 @@ importers:
|
|||
js-yaml: 3.14.1
|
||||
localstorage-memory: 1.0.3
|
||||
lodash: 4.17.21
|
||||
marked: 4.2.5
|
||||
marked: 4.2.12
|
||||
mini-css-extract-plugin: 2.7.2_webpack@5.75.0
|
||||
msw: 0.49.2_typescript@4.9.4
|
||||
mutationobserver-shim: 0.3.7
|
||||
|
@ -1301,7 +1301,7 @@ importers:
|
|||
i18next: 20.6.1
|
||||
localstorage-memory: 1.0.3
|
||||
lodash: 4.17.21
|
||||
marked: 4.2.5
|
||||
marked: 4.2.12
|
||||
mockdate: 3.0.5
|
||||
msw: 0.49.2
|
||||
normalize.css: 8.0.1
|
||||
|
@ -1337,7 +1337,7 @@ importers:
|
|||
i18next: 20.6.1
|
||||
localstorage-memory: 1.0.3
|
||||
lodash: 4.17.21
|
||||
marked: 4.2.5
|
||||
marked: 4.2.12
|
||||
normalize.css: 8.0.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
|
@ -10251,7 +10251,7 @@ packages:
|
|||
/axios/0.21.3_debug@4.3.4:
|
||||
resolution: {integrity: sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==}
|
||||
dependencies:
|
||||
follow-redirects: 1.14.9_debug@4.3.4
|
||||
follow-redirects: 1.14.9_debug@4.3.3
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
@ -10259,7 +10259,7 @@ packages:
|
|||
/axios/0.25.0_debug@4.3.4:
|
||||
resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
|
||||
dependencies:
|
||||
follow-redirects: 1.14.9_debug@4.3.4
|
||||
follow-redirects: 1.14.9_debug@4.3.3
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
|
@ -18809,11 +18809,6 @@ packages:
|
|||
engines: {node: '>= 12'}
|
||||
hasBin: true
|
||||
|
||||
/marked/4.2.5:
|
||||
resolution: {integrity: sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ==}
|
||||
engines: {node: '>= 12'}
|
||||
hasBin: true
|
||||
|
||||
/mathml-tag-names/2.1.3:
|
||||
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
|
||||
dev: true
|
||||
|
|
Loading…
Add table
Reference in a new issue