From 20da366e95bcbac1a298a192c55e286f0fa35b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:15:32 +0000 Subject: [PATCH 1/2] Bump follow-redirects from 1.15.5 to 1.15.6 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d03bba2..a322dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3601,9 +3601,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ { From a24ee833165752d6fe7e9bc4a2f6a354a5f7fe3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 17 Mar 2024 01:16:19 +0000 Subject: [PATCH 2/2] Fix code styling (Prettier) --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924dc36..274c705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ All notable changes to this project will be documented in this file. ### What's Changed -* Stop browser tests running when changelog updated by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/174 -* Bump Vue to 3.4 by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/175 -* Bump follow-redirects from 1.15.3 to 1.15.4 by [@dependabot](https://github.com/dependabot) in https://github.com/moonpixels/blast/pull/176 -* Fix issue causing integrity constraint violation when storing visits by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/178 +- Stop browser tests running when changelog updated by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/174 +- Bump Vue to 3.4 by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/175 +- Bump follow-redirects from 1.15.3 to 1.15.4 by [@dependabot](https://github.com/dependabot) in https://github.com/moonpixels/blast/pull/176 +- Fix issue causing integrity constraint violation when storing visits by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/178 **Full Changelog**: https://github.com/moonpixels/blast/compare/v2.1.5...v2.1.6