From 901e648d81a4a5cdd41683b226fe01daa1be41b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:28:36 +0100 Subject: [PATCH] chore(deps)(deps-dev): bump gh-pages from 6.1.0 to 6.1.1 (#1924) Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3d652df4cd..7e54a0889d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-functional": "^6.0.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^5.1.3", - "gh-pages": "^6.1.0", + "gh-pages": "^6.1.1", "husky": "^8.0.3", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0", @@ -12158,9 +12158,9 @@ } }, "node_modules/gh-pages": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.0.tgz", - "integrity": "sha512-MdXigvqN3I66Y+tAZsQJMzpBWQOI1snD6BYuECmP+GEdryYMMOQvzn4AConk/+qNg/XIuQhB1xNGrl3Rmj1iow==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.1.tgz", + "integrity": "sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==", "dependencies": { "async": "^3.2.4", "commander": "^11.0.0", @@ -37017,9 +37017,9 @@ } }, "gh-pages": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.0.tgz", - "integrity": "sha512-MdXigvqN3I66Y+tAZsQJMzpBWQOI1snD6BYuECmP+GEdryYMMOQvzn4AConk/+qNg/XIuQhB1xNGrl3Rmj1iow==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.1.tgz", + "integrity": "sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw==", "requires": { "async": "^3.2.4", "commander": "^11.0.0", diff --git a/package.json b/package.json index 64515e57b7..cd81b1921e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-functional": "^6.0.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^5.1.3", - "gh-pages": "^6.1.0", + "gh-pages": "^6.1.1", "husky": "^8.0.3", "karma": "^6.4.2", "karma-chrome-launcher": "^3.2.0",