chore(deps): update dependency typescript to ^4.7.4

This commit is contained in:
renovate[bot] 2022-06-17 19:08:51 +00:00 committed by GitHub
parent ed9afa6cc6
commit 403eeca874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "gatsby-starter-lumen", "name": "gatsby-starter-lumen",
"version": "1.1.187", "version": "1.1.188",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gatsby-starter-lumen", "name": "gatsby-starter-lumen",
"version": "1.1.187", "version": "1.1.188",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/gatsby": "^7.1.1", "@sentry/gatsby": "^7.1.1",
@ -100,7 +100,7 @@
"stylelint-order": "^5.0.0", "stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0", "stylelint-scss": "^4.2.0",
"ts-node": "^10.8.1", "ts-node": "^10.8.1",
"typescript": "^4.7.3" "typescript": "^4.7.4"
}, },
"engines": { "engines": {
"node": ">=v16.15.1" "node": ">=v16.15.1"
@ -29175,9 +29175,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.3", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -52123,9 +52123,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.7.3", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==" "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
}, },
"ua-parser-js": { "ua-parser-js": {
"version": "0.7.31", "version": "0.7.31",

View File

@ -138,7 +138,7 @@
"stylelint-order": "^5.0.0", "stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0", "stylelint-scss": "^4.2.0",
"ts-node": "^10.8.1", "ts-node": "^10.8.1",
"typescript": "^4.7.3" "typescript": "^4.7.4"
}, },
"engines": { "engines": {
"node": ">=v16.15.1" "node": ">=v16.15.1"