Merge pull request #295 from dependabot/dependabot/npm_and_yarn/typescript-4.9.4

Bump typescript from 4.8.3 to 4.9.4
This commit is contained in:
Barry Gordon
2023-01-02 05:36:37 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"nock": "^13.2.9",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"typescript": "^4.9.4",
"yaml": "^2.1.3",
"yargs": "^17.6.2"
},
@@ -8384,9 +8384,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -15271,9 +15271,9 @@
}
},
"typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true
},
"unbox-primitive": {

View File

@@ -43,7 +43,7 @@
"nock": "^13.2.9",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"typescript": "^4.9.4",
"yaml": "^2.1.3",
"yargs": "^17.6.2"
}