From f9490e517ca245f4dfef8fc4726350274411afe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:17:30 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ee0f4a..3ff5ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "workbox-precaching": "^7.0.0" }, "devDependencies": { - "gh-pages": "^6.0.0", + "gh-pages": "^6.1.1", "tailwindcss": "^3.4.1" } }, @@ -8393,9 +8393,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 058ef6d..c56b78e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "devDependencies": { - "gh-pages": "^6.0.0", + "gh-pages": "^6.1.1", "tailwindcss": "^3.4.1" } }