Merge pull request #100 from mikepenz/dependabot/npm_and_yarn/typescript-4.1.2

Bump typescript from 4.0.5 to 4.1.2
This commit is contained in:
Mike Penz
2020-11-20 09:52:48 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9304,9 +9304,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
},
"union-value": {
+1 -1
View File
@@ -53,6 +53,6 @@
"js-yaml": "^3.14.0",
"prettier": "2.2.0",
"ts-jest": "^24.3.0",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
}
}