diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-21 12:12:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 12:12:13 +0000 |
commit | b9a4992bb572ee723fd3808fd852c8367d5be0d2 (patch) | |
tree | 1dc956d9c407d785db9d01adf70635e1c44e18cb | |
parent | b7d2d9f1fec0b9f7dcffe65ea271f367c3f46821 (diff) | |
download | nextcloud-server-b9a4992bb572ee723fd3808fd852c8367d5be0d2.tar.gz nextcloud-server-b9a4992bb572ee723fd3808fd852c8367d5be0d2.zip |
Bump webpack from 4.35.3 to 4.36.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.3 to 4.36.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.3...v4.36.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 18 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json index 134fc941b6e..852f48d5199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1101,9 +1101,9 @@ "dev": true }, "acorn": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.0.tgz", - "integrity": "sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz", + "integrity": "sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==", "dev": true }, "acorn-jsx": { @@ -1793,12 +1793,6 @@ "y18n": "^4.0.0" }, "dependencies": { - "bluebird": { - "version": "3.5.5", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", - "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==", - "dev": true - }, "glob": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", @@ -8726,9 +8720,9 @@ } }, "webpack": { - "version": "4.35.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.35.3.tgz", - "integrity": "sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA==", + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz", + "integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", diff --git a/package.json b/package.json index ea5d2a4fdf8..f6e47a160ab 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "url-loader": "^2.0.1", "vue-loader": "^15.7.1", "vue-template-compiler": "^2.6.10", - "webpack": "^4.35.3", + "webpack": "^4.36.1", "webpack-cli": "^3.3.6", "webpack-merge": "^4.2.1" }, |