diff --git a/package-lock.json b/package-lock.json index 78fec802d..dbb552a3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "scratch-semantic-release-config": "1.0.14", "scratch-storage": "2.3.237", "scratch-vm": "4.5.470", - "scratch-webpack-configuration": "1.4.0", + "scratch-webpack-configuration": "1.5.0", "semantic-release": "19.0.5", "tap": "11.1.5", "terser-webpack-plugin": "5.3.10", @@ -23474,9 +23474,9 @@ } }, "node_modules/scratch-webpack-configuration": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.4.0.tgz", - "integrity": "sha512-fJfppB4S1ZE9pfGw1EfI2RNHY36Fe0YB/P0m/xcXe+Xt/wN/hw7CsZVKme6D/YQQmJ+c9TAuIo36xeuVrwZ1Pg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.5.0.tgz", + "integrity": "sha512-PNPPNsks/FnFgJH2qS5GMfwAMKsDscCYtPzj4rV6sFjG1ijbvYiCammR9hpRsJ8vdoalDELQg7IiAJuFjqoaow==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -23485,6 +23485,7 @@ }, "peerDependencies": { "@babel/preset-env": "^7.24.0", + "arraybuffer-loader": "^1.0.8", "autoprefixer": "^9.0.1", "babel-loader": "^9.1.3", "css-loader": "5.2.7", diff --git a/package.json b/package.json index b281fd6d7..95084b75b 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "scratch-semantic-release-config": "1.0.14", "scratch-storage": "2.3.237", "scratch-vm": "4.5.470", - "scratch-webpack-configuration": "1.4.0", + "scratch-webpack-configuration": "1.5.0", "semantic-release": "19.0.5", "tap": "11.1.5", "terser-webpack-plugin": "5.3.10",