Merge pull request #35 from jwetzell/dependabot/npm_and_yarn/types/node-22.5.5

Bump @types/node from 20.14.11 to 22.5.5
This commit is contained in:
2024-09-16 08:49:21 -05:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -9,7 +9,7 @@
"version": "0.4.6", "version": "0.4.6",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@types/node": "20.14.11", "@types/node": "22.5.5",
"prettier": "3.3.3", "prettier": "3.3.3",
"rimraf": "6.0.1", "rimraf": "6.0.1",
"typescript": "5.6.2" "typescript": "5.6.2"
@@ -43,12 +43,12 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.14.11", "version": "22.5.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~6.19.2"
} }
}, },
"node_modules/ansi-regex": { "node_modules/ansi-regex": {
@@ -447,9 +447,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "5.26.5", "version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true "dev": true
}, },
"node_modules/which": { "node_modules/which": {
+1 -1
View File
@@ -22,7 +22,7 @@
"repository": "https://github.com/jwetzell/psn-js", "repository": "https://github.com/jwetzell/psn-js",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@types/node": "20.14.11", "@types/node": "22.5.5",
"prettier": "3.3.3", "prettier": "3.3.3",
"rimraf": "6.0.1", "rimraf": "6.0.1",
"typescript": "5.6.2" "typescript": "5.6.2"