diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json index 654125f0..2597bc00 100644 --- a/materialious/electron/package-lock.json +++ b/materialious/electron/package-lock.json @@ -18,7 +18,7 @@ "electron-updater": "^6.8.3", "electron-window-state": "^5.0.3", "jsdom": "^29.0.1", - "jsonfile": "^6.2.0", + "jsonfile": "^6.2.1", "youtubei.js": "^17.0.1" }, "devDependencies": { @@ -4533,9 +4533,9 @@ } }, "node_modules/jsonfile": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", - "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz", + "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" diff --git a/materialious/electron/package.json b/materialious/electron/package.json index 58010aa2..4e3a83a2 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -31,7 +31,7 @@ "electron-updater": "^6.8.3", "electron-window-state": "^5.0.3", "jsdom": "^29.0.1", - "jsonfile": "^6.2.0", + "jsonfile": "^6.2.1", "youtubei.js": "^17.0.1" }, "devDependencies": {