Browse Source

Merge pull request #12872 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.27.1

Bump webpack from 4.27.0 to 4.27.1 in /apps/accessibility
tags/v16.0.0alpha1
Roeland Jago Douma 5 years ago
parent
commit
5f3e27180b
No account linked to committer's email address
2 changed files with 8 additions and 13 deletions
  1. 7
    12
      apps/accessibility/package-lock.json
  2. 1
    1
      apps/accessibility/package.json

+ 7
- 12
apps/accessibility/package-lock.json View File

@@ -2522,8 +2522,7 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"aproba": {
"version": "1.2.0",
@@ -2938,8 +2937,7 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -2995,7 +2993,6 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -3039,14 +3036,12 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
}
}
},
@@ -5568,9 +5563,9 @@
}
},
"webpack": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.27.0.tgz",
"integrity": "sha512-y77EQNIlsB9fUGgpLv/ZzmH+Yd9DgyIF9omX9RFavR5ZFM6HxFm6sqkbBXYxpjbKej9K6hD+Y8qEVg2rWdI2gg==",
"version": "4.27.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.27.1.tgz",
"integrity": "sha512-WArHiLvHrlfyRM8i7f+2SFbr/XbQ0bXqTkPF8JpHOzub5482Y3wx7rEO8stuLGOKOgZJcqcisLhD7LrM/+fVMw==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

+ 1
- 1
apps/accessibility/package.json View File

@@ -26,7 +26,7 @@
"file-loader": "^1.1.11",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.27.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}

Loading…
Cancel
Save