From 17ac3e07812eaad203e55444d0c9301c80bca570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:13:47 +0000 Subject: [PATCH] Bump jsonfile from 6.2.0 to 6.2.1 in /materialious/electron Bumps [jsonfile](https://github.com/jprichardson/node-jsonfile) from 6.2.0 to 6.2.1. - [Changelog](https://github.com/jprichardson/node-jsonfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-jsonfile/compare/6.2.0...6.2.1) --- updated-dependencies: - dependency-name: jsonfile dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/electron/package-lock.json | 12 ++++++------ materialious/electron/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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": {