Browse Source

Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification

Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
tags/v16.0.0alpha1
dependabot[bot] 5 years ago
parent
commit
4c95af9dbb
No account linked to committer's email address
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      apps/updatenotification/package-lock.json
  2. 1
    1
      apps/updatenotification/package.json

+ 3
- 3
apps/updatenotification/package-lock.json View File

@@ -4421,9 +4421,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/updatenotification/package.json View File

@@ -33,7 +33,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