Merge pull request #20 from nullndr/dependabot/npm_and_yarn/typescript-4.7.4

Bump typescript from 4.6.4 to 4.7.4
This commit is contained in:
Andrea 2022-07-05 14:20:44 +02:00 committed by GitHub
commit 9c6c8617bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -24,7 +24,7 @@
"nodemon": "^2.0.18",
"postcss": "^8.4.13",
"tailwindcss": "^3.1.4",
"typescript": "^4.5.5"
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
@ -13221,9 +13221,9 @@
}
},
"node_modules/typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -23704,9 +23704,9 @@
}
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true
},
"unbox-primitive": {

View File

@ -31,7 +31,7 @@
"nodemon": "^2.0.18",
"postcss": "^8.4.13",
"tailwindcss": "^3.1.4",
"typescript": "^4.5.5"
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"