aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-20 13:03:46 +0000
committerGitHub <[email protected]>2020-11-20 13:03:46 +0000
commit12d8c1d22ea18be64cb0c5dde1486755cdb00e94 (patch)
treed8747872c78edf17b1c50d5653fd39aa52b1a628
parentb6bb4bea1c180b27f02817066b6d0e70fad4cc17 (diff)
downloadmuse-12d8c1d22ea18be64cb0c5dde1486755cdb00e94.tar.xz
muse-12d8c1d22ea18be64cb0c5dde1486755cdb00e94.zip
Bump typescript from 4.0.5 to 4.1.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 9c20e45..ac0b349 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3657,9 +3657,9 @@
}
},
"typescript": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
- "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz",
+ "integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==",
"dev": true
},
"undefsafe": {
diff --git a/package.json b/package.json
index 922eb11..28c4b62 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"husky": "^4.3.0",
"nodemon": "^2.0.6",
"ts-node": "^9.0.0",
- "typescript": "^4.0.5"
+ "typescript": "^4.1.2"
},
"eslintConfig": {
"extends": [
diff --git a/yarn.lock b/yarn.lock
index f7e45a1..51305bc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2944,10 +2944,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"
-typescript@^4.0.5:
- version "4.0.5"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
- integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
+typescript@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
+ integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
undefsafe@^2.0.3:
version "2.0.3"