diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-10-10 07:02:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 07:02:24 +0000 |
commit | 726dc2b91a86a36b2dc6322fd47194ce1017a43e (patch) | |
tree | d649f844d48b61357dbcd3745b5a673cc698137c /package.json | |
parent | dfcefe1b84cc96ead1c8d8f9aa65ff05ccd70378 (diff) | |
parent | 3937d8b8e61c9e970205962bc6e86f8388517162 (diff) |
Merge pull request #1272 from ueokande/dependabot/npm_and_yarn/webpack-cli-4.9.0
Bump webpack-cli from 4.7.0 to 4.9.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 45f4c4a..4d1bcab 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "typescript": "4.3.5", "web-ext-types": "^3.2.1", "webpack": "4.46.0", - "webpack-cli": "4.7.0" + "webpack-cli": "4.9.0" } } |