diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-21 07:42:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-21 07:42:11 +0000 |
commit | d47bb9e75308a7bc7487124458589767781541f2 (patch) | |
tree | 77b661603a297677185628c04c937d0a9d71c058 | |
parent | 51064bd707007b6910fc1f45891605d8e249bc5e (diff) | |
download | nextcloud-server-d47bb9e75308a7bc7487124458589767781541f2.tar.gz nextcloud-server-d47bb9e75308a7bc7487124458589767781541f2.zip |
Bump webpack from 4.28.0 to 4.28.1 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | settings/package-lock.json | 6 | ||||
-rw-r--r-- | settings/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json index 1494e3edf84..3976b5558a6 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -7287,9 +7287,9 @@ } }, "webpack": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.0.tgz", - "integrity": "sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.1.tgz", + "integrity": "sha512-qAS7BFyS5iuOZzGJxyDXmEI289h7tVNtJ5XMxf6Tz55J2riOyH42uaEsWF0F32TRaI+54SmI6qRgHM3GzsZ+sQ==", "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", diff --git a/settings/package.json b/settings/package.json index e3a7d1ef371..a86d74b9b55 100644 --- a/settings/package.json +++ b/settings/package.json @@ -41,7 +41,7 @@ "sass-loader": "^7.1.0", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", - "webpack": "^4.28.0", + "webpack": "^4.28.1", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.5" } |