Skip to content

Commit

Permalink
Merge pull request #14912 from webpack/deps/watchpack
Browse files Browse the repository at this point in the history
upgrade watchpack for bugfix
  • Loading branch information
sokra committed Dec 6, 2021
2 parents 0abc39c + b09c45a commit f3423df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"schema-utils": "^3.1.0",
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.3.0",
"watchpack": "^2.3.1",
"webpack-sources": "^3.2.2"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6074,10 +6074,10 @@ wast-loader@^1.11.0:
dependencies:
wabt "1.0.0-nightly.20180421"

watchpack@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.0.tgz#a41bca3da6afaff31e92a433f4c856a0c25ea0c4"
integrity sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==
watchpack@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
Expand Down

0 comments on commit f3423df

Please sign in to comment.