From 4303d3684de768fc2f366a631865a5b8996fa496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:09:49 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.7.3 in /streamlit_webrtc/frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- streamlit_webrtc/frontend/package-lock.json | 17 ++++++++--------- streamlit_webrtc/frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/streamlit_webrtc/frontend/package-lock.json b/streamlit_webrtc/frontend/package-lock.json index 2893c22a..1053766a 100644 --- a/streamlit_webrtc/frontend/package-lock.json +++ b/streamlit_webrtc/frontend/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-storybook": "^0.8.0", "prettier": "^3.3.3", "storybook": "^8.3.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -21283,16 +21283,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "license": "Apache-2.0", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typical": { @@ -37484,9 +37483,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==" }, "typical": { "version": "4.0.0", diff --git a/streamlit_webrtc/frontend/package.json b/streamlit_webrtc/frontend/package.json index 2a982458..edca610c 100644 --- a/streamlit_webrtc/frontend/package.json +++ b/streamlit_webrtc/frontend/package.json @@ -76,7 +76,7 @@ "eslint-plugin-storybook": "^0.8.0", "prettier": "^3.3.3", "storybook": "^8.3.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "jest": { "transformIgnorePatterns": [