Merge pull request #164 from adafruit/dependabot/npm_and_yarn/types/node-20.8.6

Bump @types/node from 20.8.0 to 20.8.6
pull/165/head
Melissa LeBlanc-Williams 3 years ago committed by GitHub
commit c182bc2ce3
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.0",
"@types/node": "^20.8.6",
"pako": "^2.1.0",
"tslib": "^2.6.2"
},
@ -368,9 +368,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.8.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.0.tgz",
"integrity": "sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ=="
"version": "20.8.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz",
"integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==",
"dependencies": {
"undici-types": "~5.25.1"
}
},
"node_modules/@types/pako": {
"version": "2.0.1",
@ -1593,6 +1596,11 @@
"node": ">=14.17"
}
},
"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=="
},
"node_modules/update-check": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.4.tgz",

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

Loading…
Cancel
Save