Bump typescript from 5.0.2 to 5.0.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/81/head
dependabot[bot] 4 years ago committed by GitHub
parent 9dc654e8ab
commit 65be4fd265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
package-lock.json generated

@ -23,7 +23,7 @@
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"serve": "^14.2.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
},
"node_modules/@jridgewell/gen-mapping": {
@ -1407,9 +1407,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",

@ -26,7 +26,7 @@
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"serve": "^14.2.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"dependencies": {
"@types/node": "^18.15.10",

Loading…
Cancel
Save