From 3cd6cbd9052cf07f2d955b4ad36cf4903b99b0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:24:06 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/typescript/package-lock.json | 6 +++--- examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index f7464e7b95..52b4fa65cd 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -11337,9 +11337,9 @@ } }, "typescript": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "unbox-primitive": { diff --git a/examples/typescript/package.json b/examples/typescript/package.json index d735137cde..16d154fa83 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -47,7 +47,7 @@ "@types/react": "18.0.9", "@types/react-dom": "18.0.3", "cross-env": "7.0.3", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "homepage": "." }