Skip to content

Commit f3423df

Browse files
authored
Merge pull request #14912 from webpack/deps/watchpack
upgrade watchpack for bugfix
2 parents 0abc39c + b09c45a commit f3423df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"schema-utils": "^3.1.0",
2828
"tapable": "^2.1.1",
2929
"terser-webpack-plugin": "^5.1.3",
30-
"watchpack": "^2.3.0",
30+
"watchpack": "^2.3.1",
3131
"webpack-sources": "^3.2.2"
3232
},
3333
"peerDependenciesMeta": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,10 +6074,10 @@ wast-loader@^1.11.0:
60746074
dependencies:
60756075
wabt "1.0.0-nightly.20180421"
60766076

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

0 commit comments

Comments
 (0)