mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: fix CVE GHSA-m4gq-x24j-jpmf
fixes https://github.com/mermaid-js/mermaid/security/advisories/GHSA-m4gq-x24j-jpmf Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
c98885a1f4
commit
c798a19f28
2 changed files with 7 additions and 5 deletions
|
|
@ -209,7 +209,8 @@
|
|||
"rollup": "^4.22.5",
|
||||
"react-router>path-to-regexp": "^1.9.0",
|
||||
"serve-handler>path-to-regexp": "^3.3.0",
|
||||
"express>cookie": "^0.7.0"
|
||||
"express>cookie": "^0.7.0",
|
||||
"@docusaurus/theme-mermaid>mermaid": "^10.9.3"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"@kubernetes/client-node@1.0.0-rc7": "patches/@kubernetes__client-node@1.0.0-rc7.patch"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ overrides:
|
|||
react-router>path-to-regexp: ^1.9.0
|
||||
serve-handler>path-to-regexp: ^3.3.0
|
||||
express>cookie: ^0.7.0
|
||||
'@docusaurus/theme-mermaid>mermaid': ^10.9.3
|
||||
|
||||
patchedDependencies:
|
||||
'@kubernetes/client-node@1.0.0-rc7':
|
||||
|
|
@ -7952,8 +7953,8 @@ packages:
|
|||
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
mermaid@10.9.1:
|
||||
resolution: {integrity: sha512-Mx45Obds5W1UkW1nv/7dHRsbfMM1aOKA2+Pxs/IGHNonygDHwmng8xTHyS9z4KWVi0rbko8gjiBmuwwXQ7tiNA==}
|
||||
mermaid@10.9.3:
|
||||
resolution: {integrity: sha512-V80X1isSEvAewIL3xhmz/rVmc27CVljcsbWxkxlWJWY/1kQa4XOABqpDl2qQLGKzpKm6WbTfUEKImBlUfFYArw==}
|
||||
|
||||
methods@1.1.2:
|
||||
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
|
||||
|
|
@ -13005,7 +13006,7 @@ snapshots:
|
|||
'@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.4)(react@18.2.0))(eslint@9.14.0(jiti@1.21.6))(react-dom@18.3.1(react@18.2.0))(react@18.2.0)(typescript@5.6.3))(@docusaurus/types@3.5.2(react-dom@18.3.1(react@18.2.0))(react@18.2.0))(react-dom@18.3.1(react@18.2.0))(react@18.2.0)(typescript@5.6.3)
|
||||
'@docusaurus/types': 3.5.2(react-dom@18.3.1(react@18.2.0))(react@18.2.0)
|
||||
'@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(react-dom@18.3.1(react@18.2.0))(react@18.2.0))(typescript@5.6.3)
|
||||
mermaid: 10.9.1
|
||||
mermaid: 10.9.3
|
||||
react: 18.2.0
|
||||
react-dom: 18.3.1(react@18.2.0)
|
||||
tslib: 2.8.1
|
||||
|
|
@ -20203,7 +20204,7 @@ snapshots:
|
|||
|
||||
merge2@1.4.1: {}
|
||||
|
||||
mermaid@10.9.1:
|
||||
mermaid@10.9.3:
|
||||
dependencies:
|
||||
'@braintree/sanitize-url': 6.0.4
|
||||
'@types/d3-scale': 4.0.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue