mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 13:23:50 +03:00
Closes Dependabot #189 (dompurify 3.4.13) and #190 (nanoid 3.3.17). npm audit → 0.
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -31,7 +31,7 @@
|
|||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"commander": "^15.0.0",
|
"commander": "^15.0.0",
|
||||||
"csv-stringify": "^6.7.0",
|
"csv-stringify": "^6.7.0",
|
||||||
"dompurify": "^3.4.12",
|
"dompurify": "^3.4.13",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"fetch-socks": "^1.3.3",
|
"fetch-socks": "^1.3.3",
|
||||||
"fflate": "^0.8.3",
|
"fflate": "^0.8.3",
|
||||||
@@ -17064,9 +17064,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/dompurify": {
|
"node_modules/dompurify": {
|
||||||
"version": "3.4.12",
|
"version": "3.4.13",
|
||||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz",
|
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz",
|
||||||
"integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==",
|
"integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==",
|
||||||
"license": "(MPL-2.0 OR Apache-2.0)",
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@types/trusted-types": "^2.0.7"
|
"@types/trusted-types": "^2.0.7"
|
||||||
@@ -27576,9 +27576,9 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"node_modules/nanoid": {
|
"node_modules/nanoid": {
|
||||||
"version": "3.3.16",
|
"version": "3.3.18",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
||||||
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
|||||||
@@ -256,7 +256,7 @@
|
|||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"commander": "^15.0.0",
|
"commander": "^15.0.0",
|
||||||
"csv-stringify": "^6.7.0",
|
"csv-stringify": "^6.7.0",
|
||||||
"dompurify": "^3.4.12",
|
"dompurify": "^3.4.13",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"fetch-socks": "^1.3.3",
|
"fetch-socks": "^1.3.3",
|
||||||
"fflate": "^0.8.3",
|
"fflate": "^0.8.3",
|
||||||
@@ -395,7 +395,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"dompurify": "^3.4.12",
|
|
||||||
"fast-xml-parser": "^5.10.1",
|
"fast-xml-parser": "^5.10.1",
|
||||||
"sharp": "^0.35.0",
|
"sharp": "^0.35.0",
|
||||||
"postcss": "^8.5.18",
|
"postcss": "^8.5.18",
|
||||||
@@ -454,6 +453,10 @@
|
|||||||
},
|
},
|
||||||
"xmlbuilder2": {
|
"xmlbuilder2": {
|
||||||
"js-yaml": "^4.3.1"
|
"js-yaml": "^4.3.1"
|
||||||
|
},
|
||||||
|
"nanoid": "^3.3.17",
|
||||||
|
"monaco-editor": {
|
||||||
|
"dompurify": "^3.4.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user