From 6fce0a03d387855f20888154b49ac14fbebb68ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:22:16 +0000 Subject: [PATCH] ci: bump @semantic-release/github from 10.1.6 to 10.1.7 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.1.6 to 10.1.7. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v10.1.6...v10.1.7) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ee0311..d81feda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@droidsolutions-oss/semantic-release-update-file": "1.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.6", + "@semantic-release/github": "10.1.7", "husky": "9.1.4", "semantic-release": "24.0.0" } @@ -1392,9 +1392,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.6.tgz", - "integrity": "sha512-UTW7hNp6nDeJJWrHcNx8dki95d12WVh++PH98rIr7PQxrZrnjtL0ys/rsAt9tOBTWBaCZdj6797RMLkY9tU+ug==", + "version": "10.1.7", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.7.tgz", + "integrity": "sha512-QnhP4k1eqzYLz6a4kpWrUQeKJYXqHggveMykvUFbSquq07GF85BXvr/QLhpOD7bpDcmEfL8VnphRA7KT5i9lzQ==", "dev": true, "dependencies": { "@octokit/core": "^6.0.0", @@ -8948,9 +8948,9 @@ } }, "@semantic-release/github": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.6.tgz", - "integrity": "sha512-UTW7hNp6nDeJJWrHcNx8dki95d12WVh++PH98rIr7PQxrZrnjtL0ys/rsAt9tOBTWBaCZdj6797RMLkY9tU+ug==", + "version": "10.1.7", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.7.tgz", + "integrity": "sha512-QnhP4k1eqzYLz6a4kpWrUQeKJYXqHggveMykvUFbSquq07GF85BXvr/QLhpOD7bpDcmEfL8VnphRA7KT5i9lzQ==", "dev": true, "requires": { "@octokit/core": "^6.0.0", diff --git a/package.json b/package.json index 459e5f7..30706d0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@droidsolutions-oss/semantic-release-update-file": "1.4.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.6", + "@semantic-release/github": "10.1.7", "husky": "9.1.4", "semantic-release": "24.0.0" },