1 Commits

Author SHA1 Message Date
85dfbc02de chore(deps): update dependency @types/node to v20.19.0
Some checks failed
Lint / run (push) Failing after 2m21s
Build, check & Test / run (push) Failing after 3m35s
Build Docker Image / build_docker (push) Failing after 4m37s
2025-06-06 04:09:35 +00:00

14
package-lock.json generated
View File

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