mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Merge pull request #4937 from scratchfoundation/renovate/webpack-5.x
Some checks failed
CI/CD / ci-cd (push) Has been cancelled
Some checks failed
CI/CD / ci-cd (push) Has been cancelled
chore(deps): update dependency webpack to v5.95.0
This commit is contained in:
commit
0263e276c0
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -63,7 +63,7 @@
|
|||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
"tap": "16.3.10",
|
||||
"webpack": "5.94.0",
|
||||
"webpack": "5.95.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"webpack-dev-server": "3.11.3"
|
||||
}
|
||||
|
@ -27932,9 +27932,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.94.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz",
|
||||
"integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==",
|
||||
"version": "5.95.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz",
|
||||
"integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
"tap": "16.3.10",
|
||||
"webpack": "5.94.0",
|
||||
"webpack": "5.95.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"webpack-dev-server": "3.11.3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue