diff --git a/package-lock.json b/package-lock.json index 7e514a7498..f4b3eac4e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20724,9 +20724,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" @@ -37288,7 +37288,7 @@ "gh-pages": "1.2.0", "html-webpack-plugin": "5.6.3", "jsdoc": "3.6.11", - "json": "9.0.6", + "json": "10.0.0", "playwright-chromium": "1.50.1", "scratch-render-fonts": "1.0.165", "scratch-semantic-release-config": "3.0.0", @@ -37658,7 +37658,7 @@ "eslint-config-scratch": "9.0.9", "eslint-plugin-import": "2.29.1", "jsdom": "13.2.0", - "json": "9.0.6", + "json": "10.0.0", "mkdirp": "2.1.6", "rimraf": "3.0.2", "scratch-render-fonts": "1.0.165", @@ -38285,7 +38285,7 @@ "in-publish": "2.0.1", "js-md5": "0.7.3", "jsdoc": "3.6.11", - "json": "^9.0.4", + "json": "^10.0.0", "pngjs": "3.4.0", "scratch-blocks": "1.1.206", "scratch-l10n": "5.0.135", diff --git a/packages/scratch-render/package.json b/packages/scratch-render/package.json index f316f64fa2..017d6ec4c5 100644 --- a/packages/scratch-render/package.json +++ b/packages/scratch-render/package.json @@ -72,7 +72,7 @@ "gh-pages": "1.2.0", "html-webpack-plugin": "5.6.3", "jsdoc": "3.6.11", - "json": "9.0.6", + "json": "10.0.0", "playwright-chromium": "1.50.1", "scratch-render-fonts": "1.0.165", "scratch-semantic-release-config": "3.0.0", diff --git a/packages/scratch-svg-renderer/package.json b/packages/scratch-svg-renderer/package.json index 5df7eac0df..5ba3426afb 100644 --- a/packages/scratch-svg-renderer/package.json +++ b/packages/scratch-svg-renderer/package.json @@ -58,7 +58,7 @@ "eslint-config-scratch": "9.0.9", "eslint-plugin-import": "2.29.1", "jsdom": "13.2.0", - "json": "9.0.6", + "json": "10.0.0", "mkdirp": "2.1.6", "rimraf": "3.0.2", "scratch-render-fonts": "1.0.165", diff --git a/packages/scratch-vm/package.json b/packages/scratch-vm/package.json index 12e02438a6..dd6174ae1f 100644 --- a/packages/scratch-vm/package.json +++ b/packages/scratch-vm/package.json @@ -89,7 +89,7 @@ "in-publish": "2.0.1", "js-md5": "0.7.3", "jsdoc": "3.6.11", - "json": "^9.0.4", + "json": "^10.0.0", "pngjs": "3.4.0", "scratch-blocks": "1.1.206", "scratch-l10n": "5.0.135",