diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-07-17 13:46:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 13:46:25 +0100 |
commit | 3148e9b1710a5a0885677bc792e9850d2590b898 (patch) | |
tree | a15621b24a217825f417ce21ff616b87ae02318b /apps/updatenotification/package-lock.json | |
parent | c36ccde417ad67e7ce6704492696341d89bf51ee (diff) | |
parent | 07271087b06a75bd20d462b1a91233a1fe243ce9 (diff) | |
download | nextcloud-server-3148e9b1710a5a0885677bc792e9850d2590b898.tar.gz nextcloud-server-3148e9b1710a5a0885677bc792e9850d2590b898.zip |
Merge pull request #10268 from nextcloud/whatsnew-icon
Change what's new popover icon to checkmark, fix #10047
Diffstat (limited to 'apps/updatenotification/package-lock.json')
-rw-r--r-- | apps/updatenotification/package-lock.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 1430e0cce48..40f578edfb7 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -1664,7 +1664,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2079,7 +2080,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -2135,6 +2137,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2178,12 +2181,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, |