From 7f1ddaca952c22a67470a0d43882a43ce887eed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:35:54 +0200 Subject: [PATCH] Bump typescript from 4.7.2 to 4.7.4 (#454) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1ad4996..897beaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "stylelint": "^14.8.5", "stylelint-config-recommended": "^7.0.0", "stylelint-config-styled-components": "^0.1.1", - "typescript": "^4.7.2" + "typescript": "^4.7.4" } }, "node_modules/@ampproject/remapping": { @@ -23467,9 +23467,9 @@ } }, "node_modules/typescript": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", - "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -42658,9 +42658,9 @@ } }, "typescript": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", - "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==" + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" }, "uglify-js": { "version": "3.15.5", diff --git a/package.json b/package.json index a03bf6e4..bb3ca2e5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "stylelint": "^14.8.5", "stylelint-config-recommended": "^7.0.0", "stylelint-config-styled-components": "^0.1.1", - "typescript": "^4.7.2" + "typescript": "^4.7.4" }, "scripts": { "lint": "npm run lint:css && npm run lint:js",