Merge pull request #168 from adafruit/dependabot/npm_and_yarn/types/node-20.8.9

Bump @types/node from 20.8.7 to 20.8.9
pull/170/head
Melissa LeBlanc-Williams 3 years ago committed by GitHub
commit ece651c950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package-lock.json generated

@ -9,7 +9,7 @@
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"pako": "^2.1.0",
"tslib": "^2.6.2"
},
@ -368,11 +368,11 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.8.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz",
"integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==",
"version": "20.8.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz",
"integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==",
"dependencies": {
"undici-types": "~5.25.1"
"undici-types": "~5.26.4"
}
},
"node_modules/@types/pako": {
@ -1597,9 +1597,9 @@
}
},
"node_modules/undici-types": {
"version": "5.25.3",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz",
"integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA=="
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
},
"node_modules/update-check": {
"version": "1.5.4",

@ -29,7 +29,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"pako": "^2.1.0",
"tslib": "^2.6.2"
}

Loading…
Cancel
Save