From 6837982a21a14e2f985a67e2ffe1942f372777b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:17:13 +0000 Subject: [PATCH] chore(deps-dev): bump @qiwi/semantic-release-gh-pages-plugin Bumps the minor group with 1 update: [@qiwi/semantic-release-gh-pages-plugin](https://github.com/qiwi/semantic-release-gh-pages-plugin). Updates `@qiwi/semantic-release-gh-pages-plugin` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/qiwi/semantic-release-gh-pages-plugin/releases) - [Changelog](https://github.com/qiwi/semantic-release-gh-pages-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/qiwi/semantic-release-gh-pages-plugin/compare/v5.4.1...v5.4.2) --- updated-dependencies: - dependency-name: "@qiwi/semantic-release-gh-pages-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index adbb292..7e8e5ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@octokit/rest": "^21.0.2", - "@qiwi/semantic-release-gh-pages-plugin": "^5.4.1", + "@qiwi/semantic-release-gh-pages-plugin": "^5.4.2", "@types/fs-extra": "^11.0.4", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -1370,9 +1370,9 @@ } }, "node_modules/@qiwi/semantic-release-gh-pages-plugin": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/@qiwi/semantic-release-gh-pages-plugin/-/semantic-release-gh-pages-plugin-5.4.1.tgz", - "integrity": "sha512-YDjiUHQHn7qOfw0bnJo5OcpURPmfAKPJgIYuLGO5RL/KHzVBX+PV8KYAxRQIFyKhI+vH8UsywjgdQ+pPJ6p+nQ==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@qiwi/semantic-release-gh-pages-plugin/-/semantic-release-gh-pages-plugin-5.4.2.tgz", + "integrity": "sha512-9U99ZFIodRM+8esB3DzTwP3RkKleDnQaoPwJQ3R6DlbhekOJFu42Eso+Nd6KaDaIP1xCZs+hAx2LWyTyDrS4NQ==", "dev": true, "dependencies": { "@qiwi/substrate-types": "^2.1.0", @@ -1385,7 +1385,7 @@ "read-pkg": "^5.2.0", "then-request": "^6.0.2", "tslib": "^2.8.1", - "zurk": "^0.9.2" + "zurk": "^0.10.0" } }, "node_modules/@qiwi/substrate-types": { @@ -12369,9 +12369,9 @@ } }, "node_modules/zurk": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.9.2.tgz", - "integrity": "sha512-SWZ3UHQkLNdX3IregkMPIvfV6PmWkLz6Gp7AHEyBT6qHiN9dsrcKD9/BSCIzaTNTLb9Pa8Rsd80Nhja0GEKw3Q==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/zurk/-/zurk-0.10.0.tgz", + "integrity": "sha512-1LD9H427V3dn4p360vT7eRYR0tFcpbcy0yMjE3D8ps9zA5PBADKjuJ/C3YSQkIr9B/pqh5Lu/Yf6VwhH6BKK7A==", "dev": true } } diff --git a/package.json b/package.json index 204c8dc..c5afd8c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "types": "dist/index.d.ts", "devDependencies": { "@octokit/rest": "^21.0.2", - "@qiwi/semantic-release-gh-pages-plugin": "^5.4.1", + "@qiwi/semantic-release-gh-pages-plugin": "^5.4.2", "@types/fs-extra": "^11.0.4", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^7.18.0",