Merge pull request #11060 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.17.2

Bump webpack from 4.17.1 to 4.17.2 in /apps/oauth2
This commit is contained in:
Roeland Jago Douma 2018-09-05 12:55:39 +02:00 committed by GitHub
commit 1c1bf01241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -4405,9 +4405,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "4.17.1", "version": "4.17.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.17.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.17.2.tgz",
"integrity": "sha512-vdPYogljzWPhFKDj3Gcp01Vqgu7K3IQlybc3XIdKSQHelK1C3eIQuysEUR7MxKJmdandZlQB/9BG2Jb1leJHaw==", "integrity": "sha512-hCK8FPco2Paz9FVMlo3ZdVd7Jsr7qxoiEwhd7f4dMaWBLZtc7E+/9QNee4CYHlVSvpmspWBnhFpx4MiWSl3nNg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.5.13", "@webassemblyjs/ast": "1.5.13",
@ -4434,7 +4434,7 @@
"tapable": "^1.0.0", "tapable": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.2.4", "uglifyjs-webpack-plugin": "^1.2.4",
"watchpack": "^1.5.0", "watchpack": "^1.5.0",
"webpack-sources": "^1.0.1" "webpack-sources": "^1.2.0"
} }
}, },
"webpack-cli": { "webpack-cli": {

View File

@ -24,7 +24,7 @@
"file-loader": "^1.1.11", "file-loader": "^1.1.11",
"vue-loader": "^15.2.6", "vue-loader": "^15.2.6",
"vue-template-compiler": "^2.5.17", "vue-template-compiler": "^2.5.17",
"webpack": "^4.17.1", "webpack": "^4.17.2",
"webpack-cli": "^3.1.0", "webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4" "webpack-merge": "^4.1.4"
} }