diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json index 0ba77442..eda48cd1 100644 --- a/materialious/electron/package-lock.json +++ b/materialious/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "Materialious", - "version": "1.16.23", + "version": "1.16.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Materialious", - "version": "1.16.23", + "version": "1.16.24", "license": "MIT", "dependencies": { "@capacitor-community/electron": "^5.0.0", @@ -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 6b47acb7..eb0daff0 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": {