From d7b183f4707832ee76549e882a88606f7f6df399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:26:45 +0000 Subject: [PATCH] fix: bump the semantic group across 1 directory with 3 updates Bumps the semantic group with 3 updates in the / directory: [@semantic-release/github](https://github.com/semantic-release/github), [semantic-release-pypi](https://github.com/abichinger/semantic-release-pypi) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@semantic-release/github` from 10.0.6 to 10.0.7 - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v10.0.6...v10.0.7) 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.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.4.5...v5.5.3) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: semantic - 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 022d931..4c6371b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -513,9 +513,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.0.6.tgz", - "integrity": "sha512-sS4psqZacGTFEN49UQGqwFNG6Jyx2/RX1BhhDGn/2WoPbhAHislohOY05/5r+JoL4gJMWycfH7tEm1eGVutYeg==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.0.7.tgz", + "integrity": "sha512-J7JiFvOu/8QKqFF5FDTk/k19Z/Jku4LdDof/+LsjaGgLOISJR7TL66q89c2YXV6Dh5Jw5VmiT4uK4q6SSfbQGA==", "dev": true, "dependencies": { "@octokit/core": "^6.0.0", @@ -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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc",