Merge pull request #81 from jwetzell/dependabot/npm_and_yarn/types/node-24.2.1

Bump @types/node from 22.15.19 to 24.2.1
This commit is contained in:
2025-08-12 15:50:02 -05:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.33.0",
"@types/node": "22.15.19",
"@types/node": "24.2.1",
"eslint": "9.33.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.4",
@@ -325,13 +325,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.15.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.19.tgz",
"integrity": "sha512-3vMNr4TzNQyjHcRZadojpRaD9Ofr6LsonZAoQ+HMUa/9ORTPoxVIw0e0mpqWpdjj8xybyCM+oKOUH2vwFu/oEw==",
"version": "24.2.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz",
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~7.10.0"
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
@@ -2058,9 +2058,9 @@
}
},
"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": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -37,7 +37,7 @@
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.33.0",
"@types/node": "22.15.19",
"@types/node": "24.2.1",
"eslint": "9.33.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.4",