Merge pull request #10 from RealOrangeOne/dependabot/npm_and_yarn/typescript-3.5.3
Bump typescript from 3.5.2 to 3.5.3
This commit is contained in:
commit
b218e46651
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -6532,9 +6532,9 @@
|
|||
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.5.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz",
|
||||
"integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA=="
|
||||
"version": "3.5.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz",
|
||||
"integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g=="
|
||||
},
|
||||
"uglify-js": {
|
||||
"version": "3.6.0",
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"rimraf": "^2.6.3",
|
||||
"sass": "^1.22.1",
|
||||
"ts-node": "8.3.0",
|
||||
"typescript": "3.5.2",
|
||||
"typescript": "3.5.3",
|
||||
"underscore": "^1.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Reference in a new issue