Merge pull request #181 from mikepenz/dependabot/npm_and_yarn/typescript-4.1.5

Bump typescript from 4.1.4 to 4.1.5
This commit is contained in:
Mike Penz
2021-02-11 08:30:18 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6199,9 +6199,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.1.4", "version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {
+1 -1
View File
@@ -53,6 +53,6 @@
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"prettier": "2.2.1", "prettier": "2.2.1",
"ts-jest": "^26.5.1", "ts-jest": "^26.5.1",
"typescript": "^4.1.4" "typescript": "^4.1.5"
} }
} }