diff --git a/package-lock.json b/package-lock.json index 9655d37d..7dfdcf48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "file-loader": "6.2.0", "husky": "8.0.3", "jest": "29.7.0", - "json": "^9.0.4", + "json": "^10.0.0", "rimraf": "6.0.1", "scratch-semantic-release-config": "3.0.0", "scratch-webpack-configuration": "3.0.0", @@ -11911,9 +11911,9 @@ } }, "node_modules/json": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/json/-/json-9.0.6.tgz", - "integrity": "sha512-Nx+4WwMM1xadgqjjteOVEyjoIVq7fGH1hAlRDoxoq2tFzYsBYZDIKwYbyxolkTYwxsSOgAZD2ACLkeGjhFW2Jw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/json/-/json-10.0.0.tgz", + "integrity": "sha512-iK7tAZtpoghibjdB1ncCWykeBMmke3JThUe+rnkD4qkZaglOIQ70Pw7r5UJ4lyUT+7gnw7ehmmLUHDuhqzQD+g==", "dev": true, "bin": { "json": "lib/json.js" diff --git a/package.json b/package.json index 0f8d47f9..7c1f7af4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "file-loader": "6.2.0", "husky": "8.0.3", "jest": "29.7.0", - "json": "^9.0.4", + "json": "^10.0.0", "rimraf": "6.0.1", "scratch-semantic-release-config": "3.0.0", "scratch-webpack-configuration": "3.0.0",