diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-28 08:42:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 08:42:25 +0200 |
commit | 1af09fb62e9476768aec121fe388c94f272fd22a (patch) | |
tree | e44086616915bbabe1c903722307d74c1870ca6b /apps/updatenotification | |
parent | a1e284648884de95f30f48456af9a1a786f871ef (diff) | |
parent | 401d0f6320f5a7f808046c4a3d26c0bc22e43574 (diff) | |
download | nextcloud-server-1af09fb62e9476768aec121fe388c94f272fd22a.tar.gz nextcloud-server-1af09fb62e9476768aec121fe388c94f272fd22a.zip |
Merge pull request #16902 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/stable15/mixin-deep-1.3.2
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /apps/updatenotification
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index c2931253c9a..073840d6fc5 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -3895,9 +3895,9 @@ } }, "mixin-deep": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", - "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { "for-in": "^1.0.2", |