From 57057daedb8e173d661d22c7f20392a58d93844c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 04:25:02 +0000 Subject: [PATCH] Bump gh-pages from 6.1.0 to 6.1.1 in /uberpage 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] --- uberpage/package-lock.json | 14 +++++++------- uberpage/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/uberpage/package-lock.json b/uberpage/package-lock.json index 437d3ed..5b3849c 100644 --- a/uberpage/package-lock.json +++ b/uberpage/package-lock.json @@ -14,7 +14,7 @@ "react-scripts": "^5.0.1" }, "devDependencies": { - "gh-pages": "^6.1.0" + "gh-pages": "^6.1.1" } }, "node_modules/@ampproject/remapping": { @@ -7937,9 +7937,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==", "dev": true, "dependencies": { "async": "^3.2.4", @@ -22085,9 +22085,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==", "dev": true, "requires": { "async": "^3.2.4", diff --git a/uberpage/package.json b/uberpage/package.json index 9f07307..cfc8d90 100644 --- a/uberpage/package.json +++ b/uberpage/package.json @@ -35,6 +35,6 @@ ] }, "devDependencies": { - "gh-pages": "^6.1.0" + "gh-pages": "^6.1.1" } }