Skip to content

Commit 7569fde

Browse files
authored
Merge pull request #64 from javaistic/depfu/update/yarn/webpack-5.65.0
Update webpack: 5.64.4 → 5.65.0 (minor)
2 parents 85bf7ec + d857ad8 commit 7569fde

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"tailwindcss": "^2.2.19",
6060
"tinytime": "^0.2.6",
6161
"unist-util-visit": "^2.0.3",
62-
"webpack": "^5.64.4"
62+
"webpack": "^5.65.0"
6363
},
6464
"devDependencies": {
6565
"@babel/core": "^7.16.0",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6674,14 +6674,22 @@ vm-browserify@1.1.2:
66746674
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
66756675
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
66766676

6677-
watchpack@2.3.0, watchpack@^2.3.0:
6677+
watchpack@2.3.0:
66786678
version "2.3.0"
66796679
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.0.tgz#a41bca3da6afaff31e92a433f4c856a0c25ea0c4"
66806680
integrity sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==
66816681
dependencies:
66826682
glob-to-regexp "^0.4.1"
66836683
graceful-fs "^4.1.2"
66846684

6685+
watchpack@^2.3.1:
6686+
version "2.3.1"
6687+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
6688+
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
6689+
dependencies:
6690+
glob-to-regexp "^0.4.1"
6691+
graceful-fs "^4.1.2"
6692+
66856693
web-namespaces@^1.0.0:
66866694
version "1.1.4"
66876695
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
@@ -6712,10 +6720,10 @@ webpack-sources@^3.2.2:
67126720
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
67136721
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
67146722

6715-
webpack@^5.64.4:
6716-
version "5.64.4"
6717-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.4.tgz#e1454b6a13009f57cc2c78e08416cd674622937b"
6718-
integrity sha512-LWhqfKjCLoYJLKJY8wk2C3h77i8VyHowG3qYNZiIqD6D0ZS40439S/KVuc/PY48jp2yQmy0mhMknq8cys4jFMw==
6723+
webpack@^5.65.0:
6724+
version "5.65.0"
6725+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.65.0.tgz#ed2891d9145ba1f0d318e4ea4f89c3fa18e6f9be"
6726+
integrity sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==
67196727
dependencies:
67206728
"@types/eslint-scope" "^3.7.0"
67216729
"@types/estree" "^0.0.50"
@@ -6739,7 +6747,7 @@ webpack@^5.64.4:
67396747
schema-utils "^3.1.0"
67406748
tapable "^2.1.1"
67416749
terser-webpack-plugin "^5.1.3"
6742-
watchpack "^2.3.0"
6750+
watchpack "^2.3.1"
67436751
webpack-sources "^3.2.2"
67446752

67456753
whatwg-url@^7.0.0:

0 commit comments

Comments
 (0)