From 6c5e5728d0f3c6dbd1574edb8cfecf3ac765d03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:36:17 +0000 Subject: [PATCH] Bump gh-pages from 6.0.0 to 6.1.0 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.0 to 6.1.0. - [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.0) --- 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..e84218a 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.0", "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.0", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-6.1.0.tgz", + "integrity": "sha512-MdXigvqN3I66Y+tAZsQJMzpBWQOI1snD6BYuECmP+GEdryYMMOQvzn4AConk/+qNg/XIuQhB1xNGrl3Rmj1iow==", "dev": true, "dependencies": { "async": "^3.2.4", diff --git a/package.json b/package.json index 0587dc1..9792042 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.0", "vite": "^4.5.0", "vitest": "^0.34.6" }