mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
fix(deps): update dependency scratch-webpack-configuration to v1.5.1
This commit is contained in:
parent
583ff80709
commit
f4aba1023b
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -58,7 +58,7 @@
|
|||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.97",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"scratch-webpack-configuration": "1.5.0",
|
||||
"scratch-webpack-configuration": "1.5.1",
|
||||
"script-loader": "0.7.2",
|
||||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
|
@ -20736,10 +20736,11 @@
|
|||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/scratch-webpack-configuration": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.5.0.tgz",
|
||||
"integrity": "sha512-PNPPNsks/FnFgJH2qS5GMfwAMKsDscCYtPzj4rV6sFjG1ijbvYiCammR9hpRsJ8vdoalDELQg7IiAJuFjqoaow==",
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.5.1.tgz",
|
||||
"integrity": "sha512-O8RbcgjbNnkMrb7Q34NDqs8Wc9vhuRDWjgOVuMg25h8IgAC7ED04wnHL4qFH3l1+Zf8sx5pzbJMHZFdWVq4ktA==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
"webpack-node-externals": "^3.0.0"
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"scratch-l10n": "3.18.300",
|
||||
"scratch-render-fonts": "1.0.97",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"scratch-webpack-configuration": "1.5.0",
|
||||
"scratch-webpack-configuration": "1.5.1",
|
||||
"script-loader": "0.7.2",
|
||||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
|
|
Loading…
Reference in a new issue