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",