Skip to content

Commit 69f6cf9

Browse files
authored
Merge pull request #20 from javaistic/depfu/update/yarn/webpack-5.64.1
Update webpack: 5.64.0 → 5.64.1 (patch)
2 parents aef6b7f + 0158ff8 commit 69f6cf9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tailwindcss": "^2.2.19",
5858
"tinytime": "^0.2.6",
5959
"unist-util-visit": "^2.0.3",
60-
"webpack": "^5.64.0"
60+
"webpack": "^5.64.1"
6161
},
6262
"devDependencies": {
6363
"@babel/core": "^7.16.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6700,15 +6700,15 @@ webpack-bundle-analyzer@4.3.0:
67006700
sirv "^1.0.7"
67016701
ws "^7.3.1"
67026702

6703-
webpack-sources@^3.2.0:
6704-
version "3.2.0"
6705-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
6706-
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
6703+
webpack-sources@^3.2.2:
6704+
version "3.2.2"
6705+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
6706+
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
67076707

6708-
webpack@^5.64.0:
6709-
version "5.64.0"
6710-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.0.tgz#db3e12546f755930ccc9e0e21ba660871940c615"
6711-
integrity sha512-UclnN24m054HaPC45nmDEosX6yXWD+UGC12YtUs5i356DleAUGMDC9LBAw37xRRfgPKYIdCYjGA7RZ1AA+ZnGg==
6708+
webpack@^5.64.1:
6709+
version "5.64.1"
6710+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.1.tgz#fd59840c16f04fe315f2b2598a85026f12dfa1bb"
6711+
integrity sha512-b4FHmRgaaAjP+aVOVz41a9Qa5SmkUPQ+u8FntTQ1roPHahSComB6rXnLwc976VhUY4CqTaLu5mCswuHiNhOfVw==
67126712
dependencies:
67136713
"@types/eslint-scope" "^3.7.0"
67146714
"@types/estree" "^0.0.50"
@@ -6733,7 +6733,7 @@ webpack@^5.64.0:
67336733
tapable "^2.1.1"
67346734
terser-webpack-plugin "^5.1.3"
67356735
watchpack "^2.2.0"
6736-
webpack-sources "^3.2.0"
6736+
webpack-sources "^3.2.2"
67376737

67386738
whatwg-url@^7.0.0:
67396739
version "7.1.0"

0 commit comments

Comments
 (0)