summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-09-05 08:39:53 +0000
committerdependabot[bot] <support@dependabot.com>2018-09-05 08:39:53 +0000
commit014b1bbdca8befb8501ef69864b23da471761f46 (patch)
treec80e54266fc7de81ca2c9876539cc8c930e82c9e /apps
parentbcaf9a48bb08c3dd0e3294705c4e888f51d49d58 (diff)
downloadnextcloud-server-014b1bbdca8befb8501ef69864b23da471761f46.tar.gz
nextcloud-server-014b1bbdca8befb8501ef69864b23da471761f46.zip
Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/oauth2/package-lock.json8
-rw-r--r--apps/oauth2/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/oauth2/package-lock.json b/apps/oauth2/package-lock.json
index 47881a4ef79..4c3b2aa100f 100644
--- a/apps/oauth2/package-lock.json
+++ b/apps/oauth2/package-lock.json
@@ -4405,9 +4405,9 @@
}
},
"webpack": {
- "version": "4.17.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.17.1.tgz",
- "integrity": "sha512-vdPYogljzWPhFKDj3Gcp01Vqgu7K3IQlybc3XIdKSQHelK1C3eIQuysEUR7MxKJmdandZlQB/9BG2Jb1leJHaw==",
+ "version": "4.17.2",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.17.2.tgz",
+ "integrity": "sha512-hCK8FPco2Paz9FVMlo3ZdVd7Jsr7qxoiEwhd7f4dMaWBLZtc7E+/9QNee4CYHlVSvpmspWBnhFpx4MiWSl3nNg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.5.13",
@@ -4434,7 +4434,7 @@
"tapable": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"watchpack": "^1.5.0",
- "webpack-sources": "^1.0.1"
+ "webpack-sources": "^1.2.0"
}
},
"webpack-cli": {
diff --git a/apps/oauth2/package.json b/apps/oauth2/package.json
index 66141133257..09913f7f4a2 100644
--- a/apps/oauth2/package.json
+++ b/apps/oauth2/package.json
@@ -24,7 +24,7 @@
"file-loader": "^1.1.11",
"vue-loader": "^15.2.6",
"vue-template-compiler": "^2.5.17",
- "webpack": "^4.17.1",
+ "webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
}