Merge pull request #128 from Mozilla-Actions/dependabot/npm_and_yarn/typescript-5.5.3

Bump typescript from 5.4.5 to 5.5.3
This commit is contained in:
Sylvestre Ledru
2024-07-18 10:27:36 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"jest-circus": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"engines": {
"node": ">=16"
@@ -6395,9 +6395,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@@ -47,6 +47,6 @@
"jest-circus": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}