From 859a4d52dcb4a086981db07aa149ad276ce66120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:41:24 +0300 Subject: [PATCH] Bump gh-pages from 6.0.0 to 6.1.0 (#10) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c41e3c7..043ec22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "ss220-webmap", "version": "1.0.0", "dependencies": { - "gh-pages": "^6.0.0", - "ol": "latest" + "gh-pages": "^6.1.0", + "ol": "*" }, "devDependencies": { "vite": "^4.0.4" @@ -591,9 +591,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==", "dependencies": { "async": "^3.2.4", "commander": "^11.0.0", @@ -1470,9 +1470,9 @@ } }, "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==", "requires": { "async": "^3.2.4", "commander": "^11.0.0", diff --git a/package.json b/package.json index 5ed2e89..1fb9eb3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "vite": "^4.0.4" }, "dependencies": { - "gh-pages": "^6.0.0", + "gh-pages": "^6.1.0", "ol": "latest" } }