mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 09:42:15 +03:00
Compare commits
3 Commits
fix/9981-i
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
918fba5e39 | ||
|
|
026e1cadaa | ||
|
|
b090b601a5 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -250,3 +250,8 @@ tests/homolog/.auth/
|
|||||||
tests/homolog/ui/.auth/
|
tests/homolog/ui/.auth/
|
||||||
homolog-report/
|
homolog-report/
|
||||||
docker-compose.yml.bak
|
docker-compose.yml.bak
|
||||||
|
|
||||||
|
# _tasks e um repo git SEPARADO (ver AGENTS.md). A linha _tasks/ (com barra) NAO
|
||||||
|
# ignora um SYMLINK chamado _tasks; /_tasks (ancorado) cobre arquivo/symlink/dir na raiz
|
||||||
|
# e impede que um git add -A recapture o symlink (incidente 2026-08-08).
|
||||||
|
/_tasks
|
||||||
|
|||||||
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