diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json index f04f2089..0381e93e 100644 --- a/materialious/electron/package-lock.json +++ b/materialious/electron/package-lock.json @@ -19,7 +19,7 @@ "electron-updater": "^6.3.4", "electron-window-state": "^5.0.3", "jsdom": "^26.1.0", - "jsonfile": "^6.1.0" + "jsonfile": "^6.2.0" }, "devDependencies": { "electron": "^37.3.1", @@ -3920,9 +3920,9 @@ } }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz", + "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", "license": "MIT", "dependencies": { "universalify": "^2.0.0" diff --git a/materialious/electron/package.json b/materialious/electron/package.json index 8fb377ef..b13a61a5 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -32,7 +32,7 @@ "electron-updater": "^6.3.4", "electron-window-state": "^5.0.3", "jsdom": "^26.1.0", - "jsonfile": "^6.1.0" + "jsonfile": "^6.2.0" }, "devDependencies": { "electron": "^37.3.1",