build(deps-dev): bump @types/node from 22.9.1 to 22.10.0 (#787)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.1 to 22.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-27 14:47:11 +00:00 committed by GitHub
parent c5886b66cc
commit 67e33afa2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@ -17,7 +17,7 @@
"react-gtm-module": "2.0.11" "react-gtm-module": "2.0.11"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.9.1", "@types/node": "22.10.0",
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-gtm-module": "2.0.4", "@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.16.0", "@typescript-eslint/parser": "8.16.0",
@ -1428,12 +1428,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.9.1", "version": "22.10.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz",
"integrity": "sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==", "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.19.8" "undici-types": "~6.20.0"
} }
}, },
"node_modules/@types/prop-types": { "node_modules/@types/prop-types": {
@ -8610,9 +8611,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "6.19.8", "version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -22,7 +22,7 @@
"react-gtm-module": "2.0.11" "react-gtm-module": "2.0.11"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.9.1", "@types/node": "22.10.0",
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-gtm-module": "2.0.4", "@types/react-gtm-module": "2.0.4",
"@typescript-eslint/parser": "8.16.0", "@typescript-eslint/parser": "8.16.0",