From a31079c2c3ad686bea3da761988d4419fb1803c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:01:08 +0000 Subject: [PATCH] Bump gh-pages from 6.0.0 to 6.1.1 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.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.0.0...v6.1.1) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff6c4ee..0ef2358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,14 +12,14 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react-dom": "^18.2.15", "@types/react": "^18.2.37", + "@types/react-dom": "^18.2.15", "@vitejs/plugin-react-swc": "^3.4.1", "eslint": "^8.53.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", - "gh-pages": "^6.0.0", + "gh-pages": "^6.1.1", "vite": "^4.5.0", "vitest": "^0.34.6" } @@ -1976,9 +1976,9 @@ } }, "node_modules/gh-pages": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.0.0.tgz", - "integrity": "sha512-FXZWJRsvP/fK2HJGY+Di6FRNHvqFF6gOIELaopDjXXgjeOYSNURcuYwEO/6bwuq6koP5Lnkvnr5GViXzuOB89g==", + "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", diff --git a/package.json b/package.json index 0587dc1..4319b05 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", - "gh-pages": "^6.0.0", + "gh-pages": "^6.1.1", "vite": "^4.5.0", "vitest": "^0.34.6" }