summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-11-26 02:20:13 +0000
committerdependabot[bot] <support@dependabot.com>2018-11-26 02:20:13 +0000
commitcdc9c387f4f7734a12fb5fdbc70d18131f8b557a (patch)
treead9082bbc8d1b3e61ffd0d834e17376a96cb9d12
parente673c7dc498195d8c546b48a160458e2485b17e3 (diff)
downloadnextcloud-server-cdc9c387f4f7734a12fb5fdbc70d18131f8b557a.tar.gz
nextcloud-server-cdc9c387f4f7734a12fb5fdbc70d18131f8b557a.zip
Bump webpack from 4.26.0 to 4.26.1 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.26.0 to 4.26.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.26.0...v4.26.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--apps/updatenotification/package-lock.json19
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 8 insertions, 13 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index 22f99bc69b0..65c564ee8d6 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -1601,8 +1601,7 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"aproba": {
"version": "1.2.0",
@@ -2017,8 +2016,7 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -2074,7 +2072,6 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -2118,14 +2115,12 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
}
}
},
@@ -4426,9 +4421,9 @@
}
},
"webpack": {
- "version": "4.26.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.26.0.tgz",
- "integrity": "sha512-J/dP9SJIc5OtX2FZ/+U9ikQtd6H6Mcbqt0xeXtmPwYGDKf8nkbOQQA9KL2Y0rJOsN1Al9Pdn+/j63X58ub8gvQ==",
+ "version": "4.26.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.26.1.tgz",
+ "integrity": "sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index c706b49c493..d7deea9a9cb 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -33,7 +33,7 @@
"file-loader": "^1.1.11",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
- "webpack": "^4.26.0",
+ "webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}