From c9ae02126965eea1d3c386c6fb0595e6b4ab3c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:15:35 +0000 Subject: [PATCH] Bump jsonfile from 6.1.0 to 6.2.0 in /materialious/electron Bumps [jsonfile](https://github.com/jprichardson/node-jsonfile) from 6.1.0 to 6.2.0. - [Changelog](https://github.com/jprichardson/node-jsonfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-jsonfile/compare/6.1.0...6.2.0) --- updated-dependencies: - dependency-name: jsonfile dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- materialious/electron/package-lock.json | 8 ++++---- materialious/electron/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json index 4aa19bba..91a5f875 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.2.6", @@ -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 ef0c204f..9e7201f4 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.2.6",