From b85ded610205e5b1f0cd0f599a1802fe7696df78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:23:44 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in the development-dependencies group Bumps the development-dependencies group with 1 update: [typescript](https://github.com/Microsoft/TypeScript). Updates `typescript` from 5.4.5 to 5.5.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/v5.4.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- projects/rollup-ts/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c09b76..1b00e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@maxgraph/core": "0.11.0" }, "devDependencies": { - "typescript": "~5.4.5" + "typescript": "~5.5.2" } }, "node_modules/@ampproject/remapping": { @@ -8042,9 +8042,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -8475,7 +8475,7 @@ "rollup": "~4.18.0", "serve": "~14.2.3", "tslib": "~2.6.3", - "typescript": "~5.4.5" + "typescript": "~5.5.2" } }, "projects/sveltekit-ts": { diff --git a/package.json b/package.json index 1dd83b1..634efc7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "@maxgraph/core": "0.11.0" }, "devDependencies": { - "typescript": "~5.4.5" + "typescript": "~5.5.2" } } diff --git a/projects/rollup-ts/package.json b/projects/rollup-ts/package.json index 3b956e3..a03f6e9 100644 --- a/projects/rollup-ts/package.json +++ b/projects/rollup-ts/package.json @@ -19,6 +19,6 @@ "rollup": "~4.18.0", "serve": "~14.2.3", "tslib": "~2.6.3", - "typescript": "~5.4.5" + "typescript": "~5.5.2" } }