Merge pull request #257 from adafruit/dependabot/npm_and_yarn/types/node-22.0.0

Bump @types/node from 20.14.11 to 22.0.0
pull/260/head
Melissa LeBlanc-Williams 7 months ago committed by GitHub
commit 65c5d43b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
package-lock.json generated

@ -9,7 +9,7 @@
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"pako": "^2.1.0",
"tslib": "^2.6.3"
},
@ -420,11 +420,11 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.14.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
"version": "22.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz",
"integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==",
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.11.1"
}
},
"node_modules/@types/pako": {
@ -1656,9 +1656,9 @@
}
},
"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=="
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz",
"integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ=="
},
"node_modules/update-check": {
"version": "1.5.4",

@ -29,7 +29,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"pako": "^2.1.0",
"tslib": "^2.6.3"
}

Loading…
Cancel
Save