From adcec18c3eaa3d5491b0512ecec96de9cbf2772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:38:04 +1100 Subject: [PATCH] Bump typescript from 4.5.4 to 4.5.5 in /examples/web-chat (#425) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/web-chat/package-lock.json | 14 +++++++------- examples/web-chat/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/web-chat/package-lock.json b/examples/web-chat/package-lock.json index 7bd89c6584..ff2fb7316b 100644 --- a/examples/web-chat/package-lock.json +++ b/examples/web-chat/package-lock.json @@ -32,7 +32,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "react-scripts": "5.0.0", - "typescript": "^4.5.4" + "typescript": "^4.5.5" } }, "../../build/main": { @@ -20765,9 +20765,9 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -37699,9 +37699,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "ua-parser-js": { diff --git a/examples/web-chat/package.json b/examples/web-chat/package.json index 78b11a7680..c7e0342eb1 100644 --- a/examples/web-chat/package.json +++ b/examples/web-chat/package.json @@ -28,7 +28,7 @@ "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "react-scripts": "5.0.0", - "typescript": "^4.5.4" + "typescript": "^4.5.5" }, "scripts": { "start": "cra-webpack-rewired start",