Bump webpack from 4.28.0 to 4.28.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
c0a6ad0a72
commit
3fbdc28233
|
@ -5697,9 +5697,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webpack": {
|
"webpack": {
|
||||||
"version": "4.28.0",
|
"version": "4.28.1",
|
||||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.0.tgz",
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.1.tgz",
|
||||||
"integrity": "sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==",
|
"integrity": "sha512-qAS7BFyS5iuOZzGJxyDXmEI289h7tVNtJ5XMxf6Tz55J2riOyH42uaEsWF0F32TRaI+54SmI6qRgHM3GzsZ+sQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@webassemblyjs/ast": "1.7.11",
|
"@webassemblyjs/ast": "1.7.11",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"file-loader": "^1.1.11",
|
"file-loader": "^1.1.11",
|
||||||
"vue-loader": "^15.4.2",
|
"vue-loader": "^15.4.2",
|
||||||
"vue-template-compiler": "^2.5.21",
|
"vue-template-compiler": "^2.5.21",
|
||||||
"webpack": "^4.28.0",
|
"webpack": "^4.28.1",
|
||||||
"webpack-cli": "^3.1.2",
|
"webpack-cli": "^3.1.2",
|
||||||
"webpack-merge": "^4.1.5"
|
"webpack-merge": "^4.1.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue