mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-07-12 20:54:40 -04:00
chore(deps): update dependency webpack to v5.99.7 (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5317ffe813
commit
c5f7c0ab01
2 changed files with 7 additions and 6 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
|||
"jest": "29.7.0",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"semantic-release": "22.0.12",
|
||||
"webpack": "5.99.6"
|
||||
"webpack": "5.99.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/preset-env": "^7.24.0",
|
||||
|
@ -18536,13 +18536,14 @@
|
|||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.99.6",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz",
|
||||
"integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==",
|
||||
"version": "5.99.7",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.7.tgz",
|
||||
"integrity": "sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.7",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"@webassemblyjs/ast": "^1.14.1",
|
||||
"@webassemblyjs/wasm-edit": "^1.14.1",
|
||||
"@webassemblyjs/wasm-parser": "^1.14.1",
|
||||
|
@ -18559,7 +18560,7 @@
|
|||
"loader-runner": "^4.2.0",
|
||||
"mime-types": "^2.1.27",
|
||||
"neo-async": "^2.6.2",
|
||||
"schema-utils": "^4.3.0",
|
||||
"schema-utils": "^4.3.2",
|
||||
"tapable": "^2.1.1",
|
||||
"terser-webpack-plugin": "^5.3.11",
|
||||
"watchpack": "^2.4.1",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"jest": "29.7.0",
|
||||
"scratch-semantic-release-config": "1.0.16",
|
||||
"semantic-release": "22.0.12",
|
||||
"webpack": "5.99.6"
|
||||
"webpack": "5.99.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/preset-env": "^7.24.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue