Merge pull request #15 from jwetzell/dependabot/npm_and_yarn/types/node-20.14.2

Bump @types/node from 20.12.7 to 20.14.2
This commit is contained in:
2024-06-10 17:37:35 -05:00
committed by GitHub
2 changed files with 15 additions and 6 deletions
+14 -5
View File
@@ -9,7 +9,7 @@
"version": "0.4.6", "version": "0.4.6",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@types/node": "20.6.0", "@types/node": "20.14.2",
"prettier": "3.0.3", "prettier": "3.0.3",
"rimraf": "5.0.1", "rimraf": "5.0.1",
"typescript": "5.2.2" "typescript": "5.2.2"
@@ -70,10 +70,13 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.6.0", "version": "20.14.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
"integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==", "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
"dev": true "dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
}, },
"node_modules/ansi-regex": { "node_modules/ansi-regex": {
"version": "5.0.1", "version": "5.0.1",
@@ -456,6 +459,12 @@
"node": ">=14.17" "node": ">=14.17"
} }
}, },
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/which": { "node_modules/which": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+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.6.0", "@types/node": "20.14.2",
"prettier": "3.0.3", "prettier": "3.0.3",
"rimraf": "5.0.1", "rimraf": "5.0.1",
"typescript": "5.2.2" "typescript": "5.2.2"