Merge pull request #198 from mikepenz/dependabot/npm_and_yarn/typescript-4.2.2

Bump typescript from 4.1.5 to 4.2.2
This commit is contained in:
Mike Penz
2021-02-24 08:35:30 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -29,7 +29,7 @@
"js-yaml": "^4.0.0",
"prettier": "2.2.1",
"ts-jest": "^26.5.2",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
}
},
"node_modules/@actions/core": {
@@ -7951,9 +7951,9 @@
}
},
"node_modules/typescript": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz",
"integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -14559,9 +14559,9 @@
}
},
"typescript": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz",
"integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==",
"dev": true
},
"union-value": {
+1 -1
View File
@@ -53,6 +53,6 @@
"js-yaml": "^4.0.0",
"prettier": "2.2.1",
"ts-jest": "^26.5.2",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
}
}