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",