diff options
author | dependabot[bot] <support@dependabot.com> | 2018-11-26 02:20:07 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-11-26 02:20:07 +0000 |
commit | 253f7d04d09f008dca59742f3daaae579bc1aa39 (patch) | |
tree | f7427cb0f1d5126381bd370d3e0350b6de48f053 /apps/oauth2 | |
parent | e673c7dc498195d8c546b48a160458e2485b17e3 (diff) | |
download | nextcloud-server-253f7d04d09f008dca59742f3daaae579bc1aa39.tar.gz nextcloud-server-253f7d04d09f008dca59742f3daaae579bc1aa39.zip |
Bump webpack from 4.26.0 to 4.26.1 in /apps/oauth2
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>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/package-lock.json | 19 | ||||
-rw-r--r-- | apps/oauth2/package.json | 2 |
2 files changed, 8 insertions, 13 deletions
diff --git a/apps/oauth2/package-lock.json b/apps/oauth2/package-lock.json index 370ecf4a4dd..2fbb7791dc0 100644 --- a/apps/oauth2/package-lock.json +++ b/apps/oauth2/package-lock.json @@ -1529,8 +1529,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -1945,8 +1944,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -2002,7 +2000,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2046,14 +2043,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 } } }, @@ -4306,9 +4301,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/oauth2/package.json b/apps/oauth2/package.json index f56b8d7b2f7..0d999bd11ce 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -24,7 +24,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" } |