From 41d1083e5b7c45738dc69c0221422dca9159465a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:02:28 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.8.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.4 to 5.6.2. - [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.8.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcc4b329..df4e219a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "testcafe-reporter-json": "^1.0.0", "ts-jest": "^29.0.3", "ts-loader": "^9.4.2", - "typescript": "^4.8.4", + "typescript": "^5.6.2", "web-streams-polyfill": "^3.1.0", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.5.0", @@ -20573,16 +20573,16 @@ "dev": true }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -37695,9 +37695,9 @@ "dev": true }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 194b713d..8e953034 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "testcafe-reporter-json": "^1.0.0", "ts-jest": "^29.0.3", "ts-loader": "^9.4.2", - "typescript": "^4.8.4", + "typescript": "^5.6.2", "web-streams-polyfill": "^3.1.0", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.5.0",