diff --git a/package-lock.json b/package-lock.json index 74b1f7c42..07e80aacd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jsdoc": "3.6.11", "json": "^9.0.4", "pngjs": "3.4.0", - "scratch-blocks": "1.1.116", + "scratch-blocks": "1.1.117", "scratch-l10n": "3.18.145", "scratch-render-fonts": "1.0.48", "scratch-semantic-release-config": "1.0.14", @@ -17767,10 +17767,11 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.116", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.116.tgz", - "integrity": "sha512-zOtmEwk8XIzU/NYK9AmadDsGcZkl60lGO5CpWyApEktLASp1sXeguzpysSXQYCrW95RTtr4MIFm32werJZlQOw==", + "version": "1.1.117", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.117.tgz", + "integrity": "sha512-L+utxPcm/JxiPk0jTGwvycP9A8fW04E2ofTev7WmDjZCw/OuSaK8cpaG6o+/UksC5nYjyveaxf3bdT9VRbtApA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", "google-closure-library": "^20190301.0.0", diff --git a/package.json b/package.json index d1bc021d1..2156e33c1 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "jsdoc": "3.6.11", "json": "^9.0.4", "pngjs": "3.4.0", - "scratch-blocks": "1.1.116", + "scratch-blocks": "1.1.117", "scratch-l10n": "3.18.145", "scratch-render-fonts": "1.0.48", "scratch-semantic-release-config": "1.0.14",