deps again

This commit is contained in:
Marco Pedone 2026-05-19 11:52:09 +02:00
parent d9aef4c709
commit c517dbcc7a
3 changed files with 14250 additions and 14243 deletions

View file

@ -1 +0,0 @@
fund=false

View file

@ -7123,7 +7123,9 @@
} }
}, },
"node_modules/ajv": { "node_modules/ajv": {
"version": "8.18.0", "version": "8.20.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -8409,7 +8411,9 @@
"version": "1.0.0" "version": "1.0.0"
}, },
"node_modules/fast-uri": { "node_modules/fast-uri": {
"version": "3.1.0", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {

View file

@ -146,8 +146,12 @@
"overrides": { "overrides": {
"react-email": { "react-email": {
"socket.io": { "socket.io": {
"socket.io-parser": "^4.2.6", "socket.io-parser": "^4.2.6"
"ajv": "^8.18.0" },
"conf": {
"ajv": {
"fast-uri": "^3.1.2"
}
} }
}, },
"@hookform/devtools": { "@hookform/devtools": {