summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-12-21 02:20:56 +0000
committerdependabot[bot] <support@dependabot.com>2018-12-21 02:20:56 +0000
commit1e54106f9d23069fb51406d56b92b84cc2e1a2cf (patch)
tree686a181116034138743473f2992a261a2d212883 /apps
parentc0a6ad0a72f56635634cf74a8eb9c95175e41d40 (diff)
downloadnextcloud-server-1e54106f9d23069fb51406d56b92b84cc2e1a2cf.tar.gz
nextcloud-server-1e54106f9d23069fb51406d56b92b84cc2e1a2cf.zip
Bump webpack from 4.28.0 to 4.28.1 in /apps/updatenotification
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 'apps')
-rw-r--r--apps/updatenotification/package-lock.json6
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index 4d020ff14bd..5ade70c2235 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -5735,9 +5735,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/apps/updatenotification/package.json b/apps/updatenotification/package.json
index eac07ea9ae3..7b1f37718db 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -36,7 +36,7 @@
"file-loader": "^1.1.11",
"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"
}