Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-07-17 18:42:29 +0300
committerdependabot[bot] <support@dependabot.com>2018-07-17 18:42:29 +0300
commitafea9f212562bc8ab5606d5623949163a79b0c8b (patch)
treed92cfe9e813581188544ba172b52ded862f268f0 /settings
parent8304e56872acdba8943bb139b9d014691d7a1cef (diff)
Bump webpack from 4.16.0 to 4.16.1 in /settings
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 'settings')
-rw-r--r--settings/package-lock.json14
-rw-r--r--settings/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json
index 7b4ea5a2694..1282487eb4f 100644
--- a/settings/package-lock.json
+++ b/settings/package-lock.json
@@ -2019,9 +2019,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",
@@ -5393,9 +5393,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",
@@ -5409,7 +5409,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/settings/package.json b/settings/package.json
index 48d8953f077..09fe64b4a0d 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -36,7 +36,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"
}