1 Commits

Author SHA1 Message Date
f0aea79215 chore(deps): update dependency @types/node to v20.17.35
Some checks failed
Lint / run (push) Failing after 1m0s
Build, check & Test / run (push) Failing after 1m45s
Build Docker Image / build_docker (push) Failing after 3m11s
2025-05-05 20:54:01 +00:00

14
package-lock.json generated
View File

@ -2078,13 +2078,13 @@
}
},
"node_modules/@types/node": {
"version": "20.19.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.0.tgz",
"integrity": "sha512-hfrc+1tud1xcdVTABC2JiomZJEklMcXYNTVtZLAeqTVWD+qL5jkHKT+1lOtqDdGxt+mB53DTtiz673vfjU8D1Q==",
"version": "20.17.35",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.35.tgz",
"integrity": "sha512-eFXo0L/x7miggjcthAWIUxyz5jEk/ghrD1646y9fLRnzTiUjHHDm1ir5ENsFpl1Li9J25eOVVatmfqV/5+6U/Q==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~6.19.2"
}
},
"node_modules/@types/unist": {
@ -7175,9 +7175,9 @@
"dev": true
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"devOptional": true,
"license": "MIT"
},