Compare commits

...

6 Commits

Author SHA1 Message Date
0c08c4024c Merge pull request 'chore(deps): update dependency @types/node to v24.10.7' (#34) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m47s
renovate / renovate (push) Successful in 37s
2026-01-10 18:00:52 +00:00
d36b14852f chore(deps): update dependency @types/node to v24.10.7 2026-01-10 18:00:50 +00:00
0682972459 Merge pull request 'chore(deps): update dependency @types/react to v19.2.8' (#33) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m44s
2026-01-10 10:00:55 +00:00
9a4b32b374 chore(deps): update dependency @types/react to v19.2.8 2026-01-10 10:00:52 +00:00
9ad57a408f Merge pull request 'chore(deps): update dependency @types/node to v24.10.6' (#32) from renovate/all-dependencies into main
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m49s
2026-01-10 02:00:53 +00:00
78c00d7af6 chore(deps): update dependency @types/node to v24.10.6 2026-01-10 02:00:50 +00:00

10
package-lock.json generated
View File

@@ -1996,9 +1996,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.10.5", "version": "24.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.7.tgz",
"integrity": "sha512-tPacJqtEN9wmsHA9YKHxDQlODhoUN3SFQV8kCiWc4oCV1QjbigUNHH8xH3KAyM963jGRCmeDGsBl4ePSgsFivA==", "integrity": "sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -2019,7 +2019,9 @@
} }
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.2.7", "version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",
"integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,