From 4fba670f685f1b961e0134aee2ffb40e01e8abe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:40:07 +0000 Subject: [PATCH] fix: bump the semantic group across 1 directory with 2 updates Bumps the semantic group with 2 updates in the / directory: [semantic-release-pypi](https://github.com/abichinger/semantic-release-pypi) and [typescript](https://github.com/Microsoft/TypeScript). Updates `semantic-release-pypi` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/abichinger/semantic-release-pypi/releases) - [Changelog](https://github.com/abichinger/semantic-release-pypi/blob/main/.releaserc.json) - [Commits](https://github.com/abichinger/semantic-release-pypi/compare/v3.0.1...v3.0.2) 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: semantic-release-pypi dependency-type: direct:development update-type: version-update:semver-patch dependency-group: semantic - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: semantic ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 022d931..3aa5662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6282,9 +6282,9 @@ } }, "node_modules/semantic-release-pypi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/semantic-release-pypi/-/semantic-release-pypi-3.0.1.tgz", - "integrity": "sha512-U8TBr7w5I9Pv5uIIzMZJ9y4IB7NBkoqjtTdjdHNwnkU909tXVXxe1q1rJFysxpbgLRtVQ6+JVRajZ8nlI0JG+A==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/semantic-release-pypi/-/semantic-release-pypi-3.0.2.tgz", + "integrity": "sha512-NPuXYObaTBy89Hh9GfkgnZuXgXGBwfofpFm2sBMUSQVNudOuRaVqLNz6Qkei5yM+G+IJNTEbWid8jpY3hNBM/g==", "dev": true, "dependencies": { "execa": "^4.1.0", @@ -6981,9 +6981,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",