diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-17 12:24:54 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-17 12:24:54 +0000 |
commit | 05198a06a0964a753e4921f86e40cbb83852f8c7 (patch) | |
tree | fbafdb0d7677e969ae64f0e481885abc73360b17 /apps | |
parent | c36ccde417ad67e7ce6704492696341d89bf51ee (diff) | |
download | nextcloud-server-05198a06a0964a753e4921f86e40cbb83852f8c7.tar.gz nextcloud-server-05198a06a0964a753e4921f86e40cbb83852f8c7.zip |
Bump webpack from 4.16.0 to 4.16.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.16.0 to 4.16.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.16.0...v4.16.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accessibility/package-lock.json | 14 | ||||
-rw-r--r-- | apps/accessibility/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/accessibility/package-lock.json b/apps/accessibility/package-lock.json index 60ab2b40802..c087f771a38 100644 --- a/apps/accessibility/package-lock.json +++ b/apps/accessibility/package-lock.json @@ -1962,9 +1962,9 @@ "dev": true }, "eslint-scope": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-W+B0SvF4gamyCTmUc+uITPY0989iXVfKvhwtmJocTaYoc/3khEHmEmvfY/Gn9HA9VV75jrQECsHizkNw1b68FA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz", + "integrity": "sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==", "dev": true, "requires": { "esrecurse": "^4.1.0", @@ -5261,9 +5261,9 @@ } }, "webpack": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.16.0.tgz", - "integrity": "sha512-oNx9djAd6uAcccyfqN3hyXLNMjZHiRySZmBQ4c8FNmf1SNJGhx7n9TSvHNyXxgToRdH65g/Q97s94Ip9N6F7xg==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.16.1.tgz", + "integrity": "sha512-6jpzObU18y7lXDJz7XCLvzgrqcJ0rZ2jhKvnTivza9gM2GvPW93xxtmEll2GgmdC0zVQAtbHrH/9BtyMjSDZfA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.5.13", @@ -5277,7 +5277,7 @@ "ajv-keywords": "^3.1.0", "chrome-trace-event": "^1.0.0", "enhanced-resolve": "^4.1.0", - "eslint-scope": "^3.7.1", + "eslint-scope": "^4.0.0", "json-parse-better-errors": "^1.0.2", "loader-runner": "^2.3.0", "loader-utils": "^1.1.0", diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json index 5be6adaf1c3..49310a6ad03 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -26,7 +26,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", - "webpack": "^4.16.0", + "webpack": "^4.16.1", "webpack-cli": "^3.0.8", "webpack-merge": "^4.1.3" } |