From 0557e515806a9b4c1d023c293c06da036845d355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:41:43 +0000 Subject: [PATCH] build(deps-dev): bump the typescript group across 1 directory with 2 updates Bumps the typescript group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [typescript-transform-paths](https://github.com/LeDDGroup/typescript-transform-paths). Updates `typescript` from 5.5.4 to 5.6.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/v5.5.4...v5.6.3) Updates `typescript-transform-paths` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/LeDDGroup/typescript-transform-paths/releases) - [Changelog](https://github.com/LeDDGroup/typescript-transform-paths/blob/master/CHANGELOG.md) - [Commits](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript-transform-paths dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9a43f06..02513391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,8 +116,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "peerDependencies": { @@ -37284,11 +37284,10 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -37298,9 +37297,9 @@ } }, "node_modules/typescript-transform-paths": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.1.tgz", - "integrity": "sha512-nq+exuF+38rAby9zrP+S6t0HWuwv69jeFu0I5UwjdoCIDPmnKIAr6a7JfYkbft7h5OzYKEDRhT/jLvvtTvWF4Q==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.2.tgz", + "integrity": "sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA==", "dev": true, "dependencies": { "minimatch": "^9.0.5" diff --git a/package.json b/package.json index 1d53852d..deec5fdc 100644 --- a/package.json +++ b/package.json @@ -118,8 +118,8 @@ "ts-node": "10.9.2", "ts-patch": "3.2.1", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.4", - "typescript-transform-paths": "3.5.1", + "typescript": "5.6.3", + "typescript-transform-paths": "3.5.2", "webpack": "5.94.0" }, "homepage": "https://act-org.github.io/dls",