diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:45:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:45:21 +0000 |
commit | 21508942e60cc5e6783eb16271c9ea9071e23bed (patch) | |
tree | e1741c0333b6198431f8efda5626cf174ee67838 /FrontEnd/package.json | |
parent | d03b5e2da5912a5fc4156701a5dbeeddfb53df29 (diff) | |
parent | 1e9f9e6fc4fad4ee3f3c023462e17361ca0627ff (diff) | |
download | timeline-21508942e60cc5e6783eb16271c9ea9071e23bed.tar.gz timeline-21508942e60cc5e6783eb16271c9ea9071e23bed.tar.bz2 timeline-21508942e60cc5e6783eb16271c9ea9071e23bed.zip |
Merge pull request #318 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-webpack-plugin-6.1.1
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 3f2aaa52..22453127 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -110,6 +110,6 @@ "webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
- "workbox-webpack-plugin": "^6.1.0"
+ "workbox-webpack-plugin": "^6.1.1"
}
}
|