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 diff --git a/package-lock.json b/package-lock.json index d03bba2..8859c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "prettier-plugin-tailwindcss": "^0.5.2", "tailwindcss": "^3.3.1", "typescript": "^5.0.4", - "vite": "^5.0.10", + "vite": "^5.1.7", "vitepress": "^1.0.0-rc.10", "vue": "^3.4.0", "vue-tsc": "^2.0.6" @@ -6377,9 +6377,9 @@ } }, "node_modules/vite": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", - "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz", + "integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/package.json b/package.json index 169ffef..76bd10e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier-plugin-tailwindcss": "^0.5.2", "tailwindcss": "^3.3.1", "typescript": "^5.0.4", - "vite": "^5.0.10", + "vite": "^5.1.7", "vitepress": "^1.0.0-rc.10", "vue": "^3.4.0", "vue-tsc": "^2.0.6"