diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:09:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:09:35 +0000 |
commit | bdbf2282d37c540915d93bc5e5f6f164b990cd4a (patch) | |
tree | fb4275345f5bd89c9e5cc0949fc5b2e8f42cfddd /FrontEnd/package.json | |
parent | 71b9c2c06bf81ff9751483a8842677cf29730446 (diff) | |
download | timeline-bdbf2282d37c540915d93bc5e5f6f164b990cd4a.tar.gz timeline-bdbf2282d37c540915d93bc5e5f6f164b990cd4a.tar.bz2 timeline-bdbf2282d37c540915d93bc5e5f6f164b990cd4a.zip |
build(deps-dev): Bump workbox-webpack-plugin in /FrontEnd
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.1...v6.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 74266b39..c43145d1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -112,6 +112,6 @@ "webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
- "workbox-webpack-plugin": "^6.1.1"
+ "workbox-webpack-plugin": "^6.1.2"
}
}
|