diff --git a/package-lock.json b/package-lock.json index fa007aa5f..f64f508ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shsgames", - "version": "39.0.74", + "version": "39.0.75", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shsgames", - "version": "39.0.74", + "version": "39.0.75", "license": "ISC", "devDependencies": { "@types/jquery": "^3.5.29", @@ -42,7 +42,7 @@ "uuid": "^9.0.1", "vite": "^5.1.4", "vite-plugin-html-config": "^1.0.11", - "vite-plugin-pwa": "^0.19.0", + "vite-plugin-pwa": "^0.19.1", "web-manifest-reader": "^1.2.3" }, "engines": { @@ -7621,9 +7621,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz", - "integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz", + "integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index fecb6dfa7..94dab16cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shsgames", "display-name": "SHS Games", - "version": "39.0.74", + "version": "39.0.75", "description": "Unblocked games • part of an inside job.", "author": "Josh Merlino", "license": "ISC", @@ -48,7 +48,7 @@ "uuid": "^9.0.1", "vite": "^5.1.4", "vite-plugin-html-config": "^1.0.11", - "vite-plugin-pwa": "^0.19.0", + "vite-plugin-pwa": "^0.19.1", "web-manifest-reader": "^1.2.3" } }