Merge pull request #669 from warengroup/dependabot/npm_and_yarn/develop/typescript-5.0.3

Bump typescript from 5.0.2 to 5.0.3
This commit is contained in:
github-actions[bot] 2023-03-31 08:57:20 +00:00 committed by GitHub
commit 58c552a4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -32,7 +32,7 @@
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"engines": {
"node": ">=16.9.1",
@ -2764,9 +2764,9 @@
}
},
"node_modules/typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
"integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -4840,9 +4840,9 @@
"dev": true
},
"typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
"integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
"dev": true
},
"undici": {

View File

@ -41,7 +41,7 @@
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"engines": {
"node": ">=16.9.1",