Skip to content

Commit b9f3c7f

Browse files
authored
Merge pull request #187 from Rubix982/dependabot/npm_and_yarn/webpack-cli-4.9.1
build(deps-dev): bump webpack-cli from 4.9.0 to 4.9.1
2 parents f839fec + 35e5988 commit b9f3c7f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react": "^7.27.0",
3434
"eslint-plugin-react-hooks": "^4.3.0",
3535
"husky": "^7.0.4",
36-
"webpack-cli": "^4.9.0"
36+
"webpack-cli": "^4.9.1"
3737
},
3838
"dependencies": {
3939
"eslint-config-airbnb": "^18.2.1",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,15 +2025,15 @@ util-deprecate@^1.0.2:
20252025
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
20262026
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
20272027

2028-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
2028+
v8-compile-cache@^2.0.3:
20292029
version "2.2.0"
20302030
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
20312031
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
20322032

2033-
webpack-cli@^4.9.0:
2034-
version "4.9.0"
2035-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.0.tgz#dc43e6e0f80dd52e89cbf73d5294bcd7ad6eb343"
2036-
integrity sha512-n/jZZBMzVEl4PYIBs+auy2WI0WTQ74EnJDiyD98O2JZY6IVIHJNitkYp/uTXOviIOMfgzrNvC9foKv/8o8KSZw==
2033+
webpack-cli@^4.9.1:
2034+
version "4.9.1"
2035+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.1.tgz#b64be825e2d1b130f285c314caa3b1ba9a4632b3"
2036+
integrity sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==
20372037
dependencies:
20382038
"@discoveryjs/json-ext" "^0.5.0"
20392039
"@webpack-cli/configtest" "^1.1.0"
@@ -2046,7 +2046,6 @@ webpack-cli@^4.9.0:
20462046
import-local "^3.0.2"
20472047
interpret "^2.2.0"
20482048
rechoir "^0.7.0"
2049-
v8-compile-cache "^2.2.0"
20502049
webpack-merge "^5.7.3"
20512050

20522051
webpack-merge@^5.7.3:

0 commit comments

Comments
 (0)