diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-05 20:39:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 20:39:25 +0100 |
commit | 780e1485c85bf31f1bae9221436798f25810fc72 (patch) | |
tree | f66aea986c6f477ba252f6eb908f73c9ffd2be59 | |
parent | 9aaa01d8eb9ab06230e1264b8f2c4d8333aab25c (diff) | |
parent | 1cca285e2d0990c5320357e4049927ab8ce10473 (diff) | |
download | nextcloud-server-780e1485c85bf31f1bae9221436798f25810fc72.tar.gz nextcloud-server-780e1485c85bf31f1bae9221436798f25810fc72.zip |
Merge pull request #14042 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-cli-3.2.3
Bump webpack-cli from 3.2.1 to 3.2.3 in /apps/updatenotification
-rw-r--r-- | apps/updatenotification/package-lock.json | 34 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 11 insertions, 25 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 668f17bdfa9..aa9cdc9a781 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -3724,12 +3724,6 @@ "resolve-dir": "^1.0.0" } }, - "global-modules-path": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/global-modules-path/-/global-modules-path-2.3.1.tgz", - "integrity": "sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg==", - "dev": true - }, "global-prefix": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", @@ -4389,12 +4383,6 @@ "invert-kv": "^2.0.0" } }, - "lightercollective": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/lightercollective/-/lightercollective-0.1.0.tgz", - "integrity": "sha512-J9tg5uraYoQKaWbmrzDDexbG6hHnMcWS1qLYgJSWE+mpA3U5OCSeMUhb+K55otgZJ34oFdR0ECvdIb3xuO5JOQ==", - "dev": true - }, "load-json-file": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", @@ -4574,14 +4562,14 @@ } }, "mem": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.0.0.tgz", - "integrity": "sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.1.0.tgz", + "integrity": "sha512-I5u6Q1x7wxO0kdOpYBB28xueHADYps5uty/zg936CiG8NTe5sJL8EjrCuLneuDW3PlMdZBGDIn8BirEVdovZvg==", "dev": true, "requires": { "map-age-cleaner": "^0.1.1", "mimic-fn": "^1.0.0", - "p-is-promise": "^1.1.0" + "p-is-promise": "^2.0.0" } }, "memory-fs": { @@ -5187,9 +5175,9 @@ "dev": true }, "p-is-promise": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", - "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.0.0.tgz", + "integrity": "sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg==", "dev": true }, "p-limit": { @@ -7373,9 +7361,9 @@ } }, "webpack-cli": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.2.1.tgz", - "integrity": "sha512-jeJveHwz/vwpJ3B8bxEL5a/rVKIpRNJDsKggfKnxuYeohNDW4Y/wB9N/XHJA093qZyS0r6mYL+/crLsIol4WKA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.2.3.tgz", + "integrity": "sha512-Ik3SjV6uJtWIAN5jp5ZuBMWEAaP5E4V78XJ2nI+paFPh8v4HPSwo/myN0r29Xc/6ZKnd2IdrAlpSgNOu2CDQ6Q==", "dev": true, "requires": { "chalk": "^2.4.1", @@ -7383,10 +7371,8 @@ "enhanced-resolve": "^4.1.0", "findup-sync": "^2.0.0", "global-modules": "^1.0.0", - "global-modules-path": "^2.3.0", "import-local": "^2.0.0", "interpret": "^1.1.0", - "lightercollective": "^0.1.0", "loader-utils": "^1.1.0", "supports-color": "^5.5.0", "v8-compile-cache": "^2.0.2", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index a4da10ff4a7..11942a23cf5 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -40,7 +40,7 @@ "vue-loader": "^15.6.2", "vue-template-compiler": "^2.5.22", "webpack": "^4.29.0", - "webpack-cli": "^3.2.1", + "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } } |