diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-12-06 09:27:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-06 09:27:29 +0100 |
commit | 0d9638be96805439eba717c60028342cf96619a8 (patch) | |
tree | 4def2b8021ead131685f7e0a66680a3fa62feb0c | |
parent | 60681decdd51fe389150d98620d4f3e46dd3caab (diff) | |
parent | 4c95af9dbb4e2f2e286a7b015e08712ee4a5b388 (diff) | |
download | nextcloud-server-0d9638be96805439eba717c60028342cf96619a8.tar.gz nextcloud-server-0d9638be96805439eba717c60028342cf96619a8.zip |
Merge pull request #12870 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-4.27.1
Bump webpack from 4.27.0 to 4.27.1 in /apps/updatenotification
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 634b4d6be09..b3fa7400dd0 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -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", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index caa7fcd6862..68dd9784c3a 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -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" } |