aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-19 15:41:50 +0000
committerGitHub <[email protected]>2020-09-19 15:41:50 +0000
commit21dad6b885ceb05d0f76bfbd8025a66d6adc3221 (patch)
treeafc42bbb88242fa07d2e9c0e5de1ce886212969a
parentMerge pull request #23 from soruly/dependabot/npm_and_yarn/prettier-2.1.2 (diff)
downloadtrace.moe-image-proxy-21dad6b885ceb05d0f76bfbd8025a66d6adc3221.tar.xz
trace.moe-image-proxy-21dad6b885ceb05d0f76bfbd8025a66d6adc3221.zip
Bump typescript from 4.0.2 to 4.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 204d94e..2dcfbd9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -94,9 +94,9 @@
}
},
"typescript": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
- "integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==",
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
+ "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true
},
"yn": {
diff --git a/package.json b/package.json
index d12cdf3..a8a1f42 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"devDependencies": {
"@now/node": "^1.8.2",
"prettier": "^2.1.2",
- "typescript": "^4.0.2"
+ "typescript": "^4.0.3"
},
"dependencies": {
"node-fetch": "^2.6.1"