From 017f319b127ee803ec7b5b6147d96daa3f76c7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:09:51 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.6.4 to 4.8.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 95cb5c954..dea3a89e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,7 +119,7 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.20.1", "ts-node": "^10.2.1", - "typescript": "^4.6.4" + "typescript": "^4.8.4" } }, "../preview-camera": { @@ -21953,9 +21953,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.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -39905,9 +39905,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.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "typical": { diff --git a/package.json b/package.json index b1fcc22c3..7159ec1b4 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.20.1", "ts-node": "^10.2.1", - "typescript": "^4.6.4" + "typescript": "^4.8.4" }, "description": "Capture lite app.", "lint-staged": {