From 51aabaed7eb5cd2ce6e57cd10fe3e1f10ccbaff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:00:50 +0000 Subject: [PATCH] Bump jsonfile from 6.1.0 to 6.2.0 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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65e4335..0a4fb0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "conceal-api": "^0.8.8", "discord.js": "^14.18.0", "handlebars": "^4.7.7", - "jsonfile": "^6.1.0", + "jsonfile": "^6.2.0", "just-handlebars-helpers": "^1.0.18", "moment": "^2.29.1", "numeral": "^2.0.6", @@ -1119,9 +1119,10 @@ "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" }, "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/package.json b/package.json index 993e68e..42f51af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "conceal-api": "^0.8.8", "discord.js": "^14.18.0", "handlebars": "^4.7.7", - "jsonfile": "^6.1.0", + "jsonfile": "^6.2.0", "just-handlebars-helpers": "^1.0.18", "moment": "^2.29.1", "numeral": "^2.0.6",