diff --git a/package-lock.json b/package-lock.json index ff8cede995..e7a77c5317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", - "@scratch/scratch-svg-renderer": "13.7.3", + "@scratch/scratch-svg-renderer": "14.0.0", "classnames": "^2.2.5", "keymirror": "^0.1.1", "lodash.bindall": "^4.4.0", @@ -6107,9 +6107,9 @@ } }, "node_modules/@scratch/scratch-svg-renderer": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/@scratch/scratch-svg-renderer/-/scratch-svg-renderer-13.7.3.tgz", - "integrity": "sha512-fjkChA7yZBDjakOXTALR55ID0ht6BfwCEi4URn4dX64o4In9W6RXmfBFxO+fu78T4eaHGrtBfFo5zVIYWn0XDQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@scratch/scratch-svg-renderer/-/scratch-svg-renderer-14.0.0.tgz", + "integrity": "sha512-E/OExhMOvPiAnG/TTmyN5xkxQ4wsUaS1HGb40HjLInYNMV/naBeDiXB7nZ2J3SS1+z8CTu0Dnpa/x/s6DTh2cA==", "license": "AGPL-3.0-only", "dependencies": { "base64-js": "1.5.1", diff --git a/package.json b/package.json index 2b98f8f4eb..c8c1615758 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@scratch/paper": "^0.11.20221201200345", - "@scratch/scratch-svg-renderer": "13.7.3", + "@scratch/scratch-svg-renderer": "14.0.0", "classnames": "^2.2.5", "keymirror": "^0.1.1", "lodash.bindall": "^4.4.0",