chore: update dependency typescript to ^4.7.4

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-26 02:07:42 +00:00 committed by Rifa Achrinza
parent 615b95dde9
commit bc9c4defd1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^9.0.0", "mocha": "^9.0.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"typescript": "^4.7.2" "typescript": "^4.7.4"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=10"
@ -5068,9 +5068,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.2", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -9216,9 +9216,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.7.2", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"dev": true "dev": true
}, },
"universalify": { "universalify": {

View File

@ -47,7 +47,7 @@
"mocha": "^9.0.0", "mocha": "^9.0.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"typescript": "^4.7.2" "typescript": "^4.7.4"
}, },
"dependencies": { "dependencies": {
"async": "^3.2.4", "async": "^3.2.4",