diff options
author | 2022-08-04 05:00:19 +0000 | |
---|---|---|
committer | 2022-08-04 05:00:19 +0000 | |
commit | c52751aadba27f800a46e2e723044a1acc932ace (patch) | |
tree | 4208430a8c96bb146f07f8e83d8763b141552e0a /package.json | |
parent | Merge pull request #499 from python-discord/dependabot/npm_and_yarn/react-tra... (diff) |
Bump workbox-webpack-plugin from 6.5.3 to 6.5.4
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.3...v6.5.4)
---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 b9bb3c3..95dc883 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "webpack": "5.74.0", "webpack-cli": "4.10.0", "webpack-manifest-plugin": "5.0.0", - "workbox-webpack-plugin": "6.5.3" + "workbox-webpack-plugin": "6.5.4" }, "scripts": { "start": "webpack serve --node-env=development", |