Merge pull request #259 from adafruit/dependabot/npm_and_yarn/typescript-5.5.4

Bump typescript from 5.5.3 to 5.5.4
pull/260/head
Melissa LeBlanc-Williams 2 years ago committed by GitHub
commit d135ac75ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
package-lock.json generated

@ -23,7 +23,7 @@
"prettier": "^3.3.3",
"rollup": "^4.19.0",
"serve": "^14.2.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
},
"node_modules/@jridgewell/gen-mapping": {
@ -1643,9 +1643,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

@ -26,7 +26,7 @@
"prettier": "^3.3.3",
"rollup": "^4.19.0",
"serve": "^14.2.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@types/node": "^20.14.11",

Loading…
Cancel
Save