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 /settings/package-lock.json | |
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>
Diffstat (limited to 'settings/package-lock.json')
-rw-r--r-- | settings/package-lock.json | 6 |
1 files changed, 3 insertions, 3 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", |