chore(deps-dev): bump typescript from 4.1.3 to 4.1.4 (#889)

This commit is contained in:
dependabot-preview[bot] 2021-02-09 19:06:54 +00:00 committed by GitHub
parent 8c927c8301
commit 14f395c792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2505,9 +2505,9 @@
"dev": true
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz",
"integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==",
"dev": true
},
"uri-js": {

View file

@ -199,7 +199,7 @@
"prettier": "^2.2.1",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.16",
"typescript": "^4.1.3",
"typescript": "^4.1.4",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},