From 42bf6b81b092d45c1d3a0629bc4372dbb6cef8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:40:09 +0100 Subject: [PATCH 1/2] 72 new brands, browsers logos update (#1401) --- src/static/brands/amazon.svg | 1 + src/static/brands/android.svg | 1 + src/static/brands/app-store.svg | 1 + src/static/brands/apple-podcast.svg | 1 + src/static/brands/apple.svg | 1 + src/static/brands/behance.svg | 1 + src/static/brands/discord.svg | 1 + src/static/brands/dribbble.svg | 1 + src/static/brands/dropbox.svg | 1 + src/static/brands/ever-green.svg | 1 + src/static/brands/facebook.svg | 1 + src/static/brands/figma.svg | 1 + src/static/brands/font-awesome.svg | 1 + src/static/brands/google-ads.svg | 1 + src/static/brands/google-adsense.svg | 1 + src/static/brands/google-analytics.svg | 1 + src/static/brands/google-cloud.svg | 1 + src/static/brands/google-drive.svg | 1 + src/static/brands/google-fit.svg | 1 + src/static/brands/google-home.svg | 1 + src/static/brands/google-maps.svg | 1 + src/static/brands/google-meet.svg | 1 + src/static/brands/google-photos.svg | 1 + src/static/brands/google-play.svg | 1 + src/static/brands/google-shopping.svg | 1 + src/static/brands/google-teams.svg | 1 + src/static/brands/google.svg | 1 + src/static/brands/instagram.svg | 1 + src/static/brands/klarna.svg | 1 + src/static/brands/linkedin.svg | 1 + src/static/brands/mailchimp.svg | 1 + src/static/brands/medium.svg | 1 + src/static/brands/messenger.svg | 1 + src/static/brands/meta.svg | 1 + src/static/brands/monday.svg | 1 + src/static/brands/netflix.svg | 1 + src/static/brands/notion.svg | 1 + src/static/brands/office-365.svg | 1 + src/static/brands/opera.svg | 1 + src/static/brands/paypal.svg | 1 + src/static/brands/petreon.svg | 1 + src/static/brands/pinterest.svg | 1 + src/static/brands/play-store.svg | 1 + src/static/brands/quora.svg | 1 + src/static/brands/reddit.svg | 1 + src/static/brands/shopify.svg | 1 + src/static/brands/skype.svg | 1 + src/static/brands/slack.svg | 1 + src/static/brands/snapchat.svg | 1 + src/static/brands/soundcloud.svg | 1 + src/static/brands/spotify.svg | 1 + src/static/brands/stripe.svg | 1 + src/static/brands/telegram.svg | 1 + src/static/brands/tiktok.svg | 1 + src/static/brands/tinder.svg | 1 + src/static/brands/trello.svg | 1 + src/static/brands/truth.svg | 1 + src/static/brands/tumblr.svg | 1 + src/static/brands/twitch.svg | 1 + src/static/brands/twitter.svg | 1 + src/static/brands/vimeo.svg | 1 + src/static/brands/vk.svg | 1 + src/static/brands/watppad.svg | 1 + src/static/brands/webflow.svg | 1 + src/static/brands/whatsapp.svg | 1 + src/static/brands/wordpress.svg | 1 + src/static/brands/xing.svg | 1 + src/static/brands/yelp.svg | 1 + src/static/brands/youtube.svg | 1 + src/static/brands/zapier.svg | 1 + src/static/brands/zendesk.svg | 1 + src/static/brands/zoom.svg | 1 + src/static/browsers/brave.svg | 2 +- src/static/browsers/chrome.svg | 2 +- src/static/browsers/edge.svg | 2 +- src/static/browsers/electron.svg | 2 +- src/static/browsers/firefox.svg | 2 +- src/static/browsers/internet-explorer.svg | 1 + src/static/browsers/opera.svg | 2 +- src/static/browsers/safari.svg | 2 +- src/static/browsers/vivaldi.svg | 2 +- 81 files changed, 81 insertions(+), 8 deletions(-) create mode 100644 src/static/brands/amazon.svg create mode 100644 src/static/brands/android.svg create mode 100644 src/static/brands/app-store.svg create mode 100644 src/static/brands/apple-podcast.svg create mode 100644 src/static/brands/apple.svg create mode 100644 src/static/brands/behance.svg create mode 100644 src/static/brands/discord.svg create mode 100644 src/static/brands/dribbble.svg create mode 100644 src/static/brands/dropbox.svg create mode 100644 src/static/brands/ever-green.svg create mode 100644 src/static/brands/facebook.svg create mode 100644 src/static/brands/figma.svg create mode 100644 src/static/brands/font-awesome.svg create mode 100644 src/static/brands/google-ads.svg create mode 100644 src/static/brands/google-adsense.svg create mode 100644 src/static/brands/google-analytics.svg create mode 100644 src/static/brands/google-cloud.svg create mode 100644 src/static/brands/google-drive.svg create mode 100644 src/static/brands/google-fit.svg create mode 100644 src/static/brands/google-home.svg create mode 100644 src/static/brands/google-maps.svg create mode 100644 src/static/brands/google-meet.svg create mode 100644 src/static/brands/google-photos.svg create mode 100644 src/static/brands/google-play.svg create mode 100644 src/static/brands/google-shopping.svg create mode 100644 src/static/brands/google-teams.svg create mode 100644 src/static/brands/google.svg create mode 100644 src/static/brands/instagram.svg create mode 100644 src/static/brands/klarna.svg create mode 100644 src/static/brands/linkedin.svg create mode 100644 src/static/brands/mailchimp.svg create mode 100644 src/static/brands/medium.svg create mode 100644 src/static/brands/messenger.svg create mode 100644 src/static/brands/meta.svg create mode 100644 src/static/brands/monday.svg create mode 100644 src/static/brands/netflix.svg create mode 100644 src/static/brands/notion.svg create mode 100644 src/static/brands/office-365.svg create mode 100644 src/static/brands/opera.svg create mode 100644 src/static/brands/paypal.svg create mode 100644 src/static/brands/petreon.svg create mode 100644 src/static/brands/pinterest.svg create mode 100644 src/static/brands/play-store.svg create mode 100644 src/static/brands/quora.svg create mode 100644 src/static/brands/reddit.svg create mode 100644 src/static/brands/shopify.svg create mode 100644 src/static/brands/skype.svg create mode 100644 src/static/brands/slack.svg create mode 100644 src/static/brands/snapchat.svg create mode 100644 src/static/brands/soundcloud.svg create mode 100644 src/static/brands/spotify.svg create mode 100644 src/static/brands/stripe.svg create mode 100644 src/static/brands/telegram.svg create mode 100644 src/static/brands/tiktok.svg create mode 100644 src/static/brands/tinder.svg create mode 100644 src/static/brands/trello.svg create mode 100644 src/static/brands/truth.svg create mode 100644 src/static/brands/tumblr.svg create mode 100644 src/static/brands/twitch.svg create mode 100644 src/static/brands/twitter.svg create mode 100644 src/static/brands/vimeo.svg create mode 100644 src/static/brands/vk.svg create mode 100644 src/static/brands/watppad.svg create mode 100644 src/static/brands/webflow.svg create mode 100644 src/static/brands/whatsapp.svg create mode 100644 src/static/brands/wordpress.svg create mode 100644 src/static/brands/xing.svg create mode 100644 src/static/brands/yelp.svg create mode 100644 src/static/brands/youtube.svg create mode 100644 src/static/brands/zapier.svg create mode 100644 src/static/brands/zendesk.svg create mode 100644 src/static/brands/zoom.svg create mode 100644 src/static/browsers/internet-explorer.svg diff --git a/src/static/brands/amazon.svg b/src/static/brands/amazon.svg new file mode 100644 index 000000000..a698b1281 --- /dev/null +++ b/src/static/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/android.svg b/src/static/brands/android.svg new file mode 100644 index 000000000..085617836 --- /dev/null +++ b/src/static/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/app-store.svg b/src/static/brands/app-store.svg new file mode 100644 index 000000000..4707904f1 --- /dev/null +++ b/src/static/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/apple-podcast.svg b/src/static/brands/apple-podcast.svg new file mode 100644 index 000000000..050f7417b --- /dev/null +++ b/src/static/brands/apple-podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/apple.svg b/src/static/brands/apple.svg new file mode 100644 index 000000000..11402beb3 --- /dev/null +++ b/src/static/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/behance.svg b/src/static/brands/behance.svg new file mode 100644 index 000000000..197a20746 --- /dev/null +++ b/src/static/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/discord.svg b/src/static/brands/discord.svg new file mode 100644 index 000000000..3f498f29d --- /dev/null +++ b/src/static/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/dribbble.svg b/src/static/brands/dribbble.svg new file mode 100644 index 000000000..6d7958a06 --- /dev/null +++ b/src/static/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/dropbox.svg b/src/static/brands/dropbox.svg new file mode 100644 index 000000000..83697c8d6 --- /dev/null +++ b/src/static/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/ever-green.svg b/src/static/brands/ever-green.svg new file mode 100644 index 000000000..75cc43c57 --- /dev/null +++ b/src/static/brands/ever-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/facebook.svg b/src/static/brands/facebook.svg new file mode 100644 index 000000000..32156e077 --- /dev/null +++ b/src/static/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/figma.svg b/src/static/brands/figma.svg new file mode 100644 index 000000000..ff65324c7 --- /dev/null +++ b/src/static/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/font-awesome.svg b/src/static/brands/font-awesome.svg new file mode 100644 index 000000000..06fa55f00 --- /dev/null +++ b/src/static/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-ads.svg b/src/static/brands/google-ads.svg new file mode 100644 index 000000000..f205ff108 --- /dev/null +++ b/src/static/brands/google-ads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-adsense.svg b/src/static/brands/google-adsense.svg new file mode 100644 index 000000000..1a2d468f8 --- /dev/null +++ b/src/static/brands/google-adsense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-analytics.svg b/src/static/brands/google-analytics.svg new file mode 100644 index 000000000..f60ffe5eb --- /dev/null +++ b/src/static/brands/google-analytics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-cloud.svg b/src/static/brands/google-cloud.svg new file mode 100644 index 000000000..4a4f7585f --- /dev/null +++ b/src/static/brands/google-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-drive.svg b/src/static/brands/google-drive.svg new file mode 100644 index 000000000..1493d11c6 --- /dev/null +++ b/src/static/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-fit.svg b/src/static/brands/google-fit.svg new file mode 100644 index 000000000..b5c6e06e7 --- /dev/null +++ b/src/static/brands/google-fit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-home.svg b/src/static/brands/google-home.svg new file mode 100644 index 000000000..a422ca533 --- /dev/null +++ b/src/static/brands/google-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-maps.svg b/src/static/brands/google-maps.svg new file mode 100644 index 000000000..8a68d2bd4 --- /dev/null +++ b/src/static/brands/google-maps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-meet.svg b/src/static/brands/google-meet.svg new file mode 100644 index 000000000..ad83346e5 --- /dev/null +++ b/src/static/brands/google-meet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-photos.svg b/src/static/brands/google-photos.svg new file mode 100644 index 000000000..ce78fa016 --- /dev/null +++ b/src/static/brands/google-photos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-play.svg b/src/static/brands/google-play.svg new file mode 100644 index 000000000..d210d3a03 --- /dev/null +++ b/src/static/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-shopping.svg b/src/static/brands/google-shopping.svg new file mode 100644 index 000000000..7881a55ab --- /dev/null +++ b/src/static/brands/google-shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-teams.svg b/src/static/brands/google-teams.svg new file mode 100644 index 000000000..f1dd463ad --- /dev/null +++ b/src/static/brands/google-teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google.svg b/src/static/brands/google.svg new file mode 100644 index 000000000..0ceea25d1 --- /dev/null +++ b/src/static/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/instagram.svg b/src/static/brands/instagram.svg new file mode 100644 index 000000000..e367f436f --- /dev/null +++ b/src/static/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/klarna.svg b/src/static/brands/klarna.svg new file mode 100644 index 000000000..f59d64fcf --- /dev/null +++ b/src/static/brands/klarna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/linkedin.svg b/src/static/brands/linkedin.svg new file mode 100644 index 000000000..559867949 --- /dev/null +++ b/src/static/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/mailchimp.svg b/src/static/brands/mailchimp.svg new file mode 100644 index 000000000..257db016e --- /dev/null +++ b/src/static/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/medium.svg b/src/static/brands/medium.svg new file mode 100644 index 000000000..ff151144c --- /dev/null +++ b/src/static/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/messenger.svg b/src/static/brands/messenger.svg new file mode 100644 index 000000000..085ae2861 --- /dev/null +++ b/src/static/brands/messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/meta.svg b/src/static/brands/meta.svg new file mode 100644 index 000000000..e37ea5b3a --- /dev/null +++ b/src/static/brands/meta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/monday.svg b/src/static/brands/monday.svg new file mode 100644 index 000000000..c4f058f50 --- /dev/null +++ b/src/static/brands/monday.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/netflix.svg b/src/static/brands/netflix.svg new file mode 100644 index 000000000..9fd9bf8cf --- /dev/null +++ b/src/static/brands/netflix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/notion.svg b/src/static/brands/notion.svg new file mode 100644 index 000000000..16224b3e0 --- /dev/null +++ b/src/static/brands/notion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/office-365.svg b/src/static/brands/office-365.svg new file mode 100644 index 000000000..804d18f52 --- /dev/null +++ b/src/static/brands/office-365.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/opera.svg b/src/static/brands/opera.svg new file mode 100644 index 000000000..0ab350721 --- /dev/null +++ b/src/static/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/paypal.svg b/src/static/brands/paypal.svg new file mode 100644 index 000000000..3706599f4 --- /dev/null +++ b/src/static/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/petreon.svg b/src/static/brands/petreon.svg new file mode 100644 index 000000000..6bcb8482d --- /dev/null +++ b/src/static/brands/petreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/pinterest.svg b/src/static/brands/pinterest.svg new file mode 100644 index 000000000..b0693794c --- /dev/null +++ b/src/static/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/play-store.svg b/src/static/brands/play-store.svg new file mode 100644 index 000000000..457a437ff --- /dev/null +++ b/src/static/brands/play-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/quora.svg b/src/static/brands/quora.svg new file mode 100644 index 000000000..28e52b548 --- /dev/null +++ b/src/static/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/reddit.svg b/src/static/brands/reddit.svg new file mode 100644 index 000000000..b33fc44a3 --- /dev/null +++ b/src/static/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/shopify.svg b/src/static/brands/shopify.svg new file mode 100644 index 000000000..eb633b848 --- /dev/null +++ b/src/static/brands/shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/skype.svg b/src/static/brands/skype.svg new file mode 100644 index 000000000..a972a6319 --- /dev/null +++ b/src/static/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/slack.svg b/src/static/brands/slack.svg new file mode 100644 index 000000000..7510e87f8 --- /dev/null +++ b/src/static/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/snapchat.svg b/src/static/brands/snapchat.svg new file mode 100644 index 000000000..a60dac687 --- /dev/null +++ b/src/static/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/soundcloud.svg b/src/static/brands/soundcloud.svg new file mode 100644 index 000000000..7106c51c3 --- /dev/null +++ b/src/static/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/spotify.svg b/src/static/brands/spotify.svg new file mode 100644 index 000000000..85931c437 --- /dev/null +++ b/src/static/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/stripe.svg b/src/static/brands/stripe.svg new file mode 100644 index 000000000..49630147d --- /dev/null +++ b/src/static/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/telegram.svg b/src/static/brands/telegram.svg new file mode 100644 index 000000000..9956551f5 --- /dev/null +++ b/src/static/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tiktok.svg b/src/static/brands/tiktok.svg new file mode 100644 index 000000000..e48529e23 --- /dev/null +++ b/src/static/brands/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tinder.svg b/src/static/brands/tinder.svg new file mode 100644 index 000000000..292ea9921 --- /dev/null +++ b/src/static/brands/tinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/trello.svg b/src/static/brands/trello.svg new file mode 100644 index 000000000..417f32c61 --- /dev/null +++ b/src/static/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/truth.svg b/src/static/brands/truth.svg new file mode 100644 index 000000000..6b1eabfc7 --- /dev/null +++ b/src/static/brands/truth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tumblr.svg b/src/static/brands/tumblr.svg new file mode 100644 index 000000000..240bee6b3 --- /dev/null +++ b/src/static/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/twitch.svg b/src/static/brands/twitch.svg new file mode 100644 index 000000000..eed2a7353 --- /dev/null +++ b/src/static/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/twitter.svg b/src/static/brands/twitter.svg new file mode 100644 index 000000000..1d34f4a63 --- /dev/null +++ b/src/static/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/vimeo.svg b/src/static/brands/vimeo.svg new file mode 100644 index 000000000..452f317cb --- /dev/null +++ b/src/static/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/vk.svg b/src/static/brands/vk.svg new file mode 100644 index 000000000..651e80c48 --- /dev/null +++ b/src/static/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/watppad.svg b/src/static/brands/watppad.svg new file mode 100644 index 000000000..5c88563fd --- /dev/null +++ b/src/static/brands/watppad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/webflow.svg b/src/static/brands/webflow.svg new file mode 100644 index 000000000..602bc5cd9 --- /dev/null +++ b/src/static/brands/webflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/whatsapp.svg b/src/static/brands/whatsapp.svg new file mode 100644 index 000000000..35eca31f0 --- /dev/null +++ b/src/static/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/wordpress.svg b/src/static/brands/wordpress.svg new file mode 100644 index 000000000..bd470df6c --- /dev/null +++ b/src/static/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/xing.svg b/src/static/brands/xing.svg new file mode 100644 index 000000000..948e5e401 --- /dev/null +++ b/src/static/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/yelp.svg b/src/static/brands/yelp.svg new file mode 100644 index 000000000..cd2581e69 --- /dev/null +++ b/src/static/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/youtube.svg b/src/static/brands/youtube.svg new file mode 100644 index 000000000..65d39f90f --- /dev/null +++ b/src/static/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zapier.svg b/src/static/brands/zapier.svg new file mode 100644 index 000000000..782c3e76e --- /dev/null +++ b/src/static/brands/zapier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zendesk.svg b/src/static/brands/zendesk.svg new file mode 100644 index 000000000..71bde23f7 --- /dev/null +++ b/src/static/brands/zendesk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zoom.svg b/src/static/brands/zoom.svg new file mode 100644 index 000000000..819bc094b --- /dev/null +++ b/src/static/brands/zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/brave.svg b/src/static/browsers/brave.svg index 1956cd07d..0bb889329 100644 --- a/src/static/browsers/brave.svg +++ b/src/static/browsers/brave.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/chrome.svg b/src/static/browsers/chrome.svg index 56fd5ffe8..67a40c205 100644 --- a/src/static/browsers/chrome.svg +++ b/src/static/browsers/chrome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/edge.svg b/src/static/browsers/edge.svg index 375d0acc9..12f3661cc 100644 --- a/src/static/browsers/edge.svg +++ b/src/static/browsers/edge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/electron.svg b/src/static/browsers/electron.svg index 692b12688..f7ee7316e 100644 --- a/src/static/browsers/electron.svg +++ b/src/static/browsers/electron.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/firefox.svg b/src/static/browsers/firefox.svg index 9b493af50..b36a75b9d 100644 --- a/src/static/browsers/firefox.svg +++ b/src/static/browsers/firefox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/internet-explorer.svg b/src/static/browsers/internet-explorer.svg new file mode 100644 index 000000000..ff1896d46 --- /dev/null +++ b/src/static/browsers/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/opera.svg b/src/static/browsers/opera.svg index fd142af31..b5a958b79 100644 --- a/src/static/browsers/opera.svg +++ b/src/static/browsers/opera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/safari.svg b/src/static/browsers/safari.svg index ec2265687..d1b51a95b 100644 --- a/src/static/browsers/safari.svg +++ b/src/static/browsers/safari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/vivaldi.svg b/src/static/browsers/vivaldi.svg index 616ce6a17..ab698abd2 100644 --- a/src/static/browsers/vivaldi.svg +++ b/src/static/browsers/vivaldi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 7abdcc9714f3cc8fb1872c603f106a5f7e34833d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:29:38 +0100 Subject: [PATCH 2/2] dependencies update (#1402) --- package-lock.json | 832 ++++++++++++++++++++++++---------------------- package.json | 10 +- 2 files changed, 447 insertions(+), 395 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6be9310b2..1529abf4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "autosize": "^5.0.2", "browser-sync": "^2.27.10", "bundlewatch": "^0.3.3", - "choices.js": "^10.1.0", + "choices.js": "^10.2.0", "chromatic": "^6.11.4", "countup.js": "^2.3.2", "cross-spawn": "^7.0.3", @@ -52,13 +52,13 @@ "nouislider": "^15.6.1", "plyr": "^3.7.3", "postcss": "^8.4.19", - "release-it": "^15.5.0", + "release-it": "^15.5.1", "request": "^2.88.2", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-cleanup": "^3.2.1", "sass": "^1.56.1", - "tinymce": "^6.3.0", + "tinymce": "^6.3.1", "tom-select": "^2.2.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", @@ -75,7 +75,7 @@ "peerDependencies": { "apexcharts": "^3.36.3", "autosize": "^5.0.2", - "choices.js": "^10.1.0", + "choices.js": "^10.2.0", "countup.js": "^2.3.2", "dropzone": "^6.0.0-beta.2", "flatpickr": "^4.6.13", @@ -86,7 +86,7 @@ "litepicker": "^2.0.12", "nouislider": "^15.6.1", "plyr": "^3.7.3", - "tinymce": "^6.3.0", + "tinymce": "^6.3.1", "tom-select": "^2.2.2" }, "peerDependenciesMeta": { @@ -1855,28 +1855,28 @@ } }, "node_modules/@octokit/auth-token": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.1.tgz", - "integrity": "sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz", + "integrity": "sha512-pq7CwIMV1kmzkFTimdwjAINCXKTajZErLB4wMLYapR2nuB/Jpr66+05wOTZMSCBXP6n4DdDWT2W19Bm17vU69Q==", "dev": true, "dependencies": { - "@octokit/types": "^7.0.0" + "@octokit/types": "^8.0.0" }, "engines": { "node": ">= 14" } }, "node_modules/@octokit/core": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz", - "integrity": "sha512-4R3HeHTYVHCfzSAi0C6pbGXV8UDI5Rk+k3G7kLVNckswN9mvpOzW9oENfjfH3nEmzg8y3AmKmzs8Sg6pLCeOCA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz", + "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==", "dev": true, "dependencies": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", "@octokit/request": "^6.0.0", "@octokit/request-error": "^3.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" }, @@ -1885,12 +1885,12 @@ } }, "node_modules/@octokit/endpoint": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.1.tgz", - "integrity": "sha512-/wTXAJwt0HzJ2IeE4kQXO+mBScfzyCkI0hMtkIaqyXd9zg76OpOfNQfHL9FlaxAV2RsNiOXZibVWloy8EexENg==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.3.tgz", + "integrity": "sha512-57gRlb28bwTsdNXq+O3JTQ7ERmBTuik9+LelgcLIVfYwf235VHbN9QNo4kXExtp/h8T423cR5iJThKtFYxC7Lw==", "dev": true, "dependencies": { - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "is-plain-object": "^5.0.0", "universal-user-agent": "^6.0.0" }, @@ -1899,13 +1899,13 @@ } }, "node_modules/@octokit/graphql": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz", - "integrity": "sha512-sxmnewSwAixkP1TrLdE6yRG53eEhHhDTYUykUwdV9x8f91WcbhunIHk9x1PZLALdBZKRPUO2HRcm4kezZ79HoA==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.4.tgz", + "integrity": "sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A==", "dev": true, "dependencies": { "@octokit/request": "^6.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "universal-user-agent": "^6.0.0" }, "engines": { @@ -1913,18 +1913,18 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.6.0.tgz", - "integrity": "sha512-bxftLwoZ2J6zsU1rzRvk0O32j7lVB0NWWn+P5CDHn9zPzytasR3hdAeXlTngRDkqv1LyEeuy5psVnDkmOSwrcQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz", + "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==", "dev": true }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.0.tgz", - "integrity": "sha512-8otLCIK9esfmOCY14CBnG/xPqv0paf14rc+s9tHpbOpeFwrv5CnECKW1qdqMAT60ngAa9eB1bKQ+l2YCpi0HPQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz", + "integrity": "sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==", "dev": true, "dependencies": { - "@octokit/types": "^7.2.0" + "@octokit/types": "^8.0.0" }, "engines": { "node": ">= 14" @@ -1943,12 +1943,12 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.4.0.tgz", - "integrity": "sha512-YP4eUqZ6vORy/eZOTdil1ZSrMt0kv7i/CVw+HhC2C0yJN+IqTc/rot957JQ7JfyeJD6HZOjLg6Jp1o9cPhI9KA==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.7.0.tgz", + "integrity": "sha512-orxQ0fAHA7IpYhG2flD2AygztPlGYNAdlzYz8yrD8NDgelPfOYoRPROfEyIe035PlxvbYrgkfUZIhSBKju/Cvw==", "dev": true, "dependencies": { - "@octokit/types": "^7.2.0", + "@octokit/types": "^8.0.0", "deprecation": "^2.3.1" }, "engines": { @@ -1959,14 +1959,14 @@ } }, "node_modules/@octokit/request": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz", - "integrity": "sha512-gYKRCia3cpajRzDSU+3pt1q2OcuC6PK8PmFIyxZDWCzRXRSIBH8jXjFJ8ZceoygBIm0KsEUg4x1+XcYBz7dHPQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.2.tgz", + "integrity": "sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==", "dev": true, "dependencies": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "is-plain-object": "^5.0.0", "node-fetch": "^2.6.7", "universal-user-agent": "^6.0.0" @@ -1976,12 +1976,12 @@ } }, "node_modules/@octokit/request-error": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.1.tgz", - "integrity": "sha512-ym4Bp0HTP7F3VFssV88WD1ZyCIRoE8H35pXSKwLeMizcdZAYc/t6N9X9Yr9n6t3aG9IH75XDnZ6UeZph0vHMWQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.2.tgz", + "integrity": "sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==", "dev": true, "dependencies": { - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "deprecation": "^2.0.0", "once": "^1.4.0" }, @@ -2009,50 +2009,28 @@ } } }, - "node_modules/@octokit/request/node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, - "node_modules/@octokit/request/node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "node_modules/@octokit/request/node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, "node_modules/@octokit/rest": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.4.tgz", - "integrity": "sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.5.tgz", + "integrity": "sha512-+4qdrUFq2lk7Va+Qff3ofREQWGBeoTKNqlJO+FGjFP35ZahP+nBenhZiGdu8USSgmq4Ky3IJ/i4u0xbLqHaeow==", "dev": true, "dependencies": { - "@octokit/core": "^4.0.0", - "@octokit/plugin-paginate-rest": "^4.0.0", + "@octokit/core": "^4.1.0", + "@octokit/plugin-paginate-rest": "^5.0.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^6.0.0" + "@octokit/plugin-rest-endpoint-methods": "^6.7.0" }, "engines": { "node": ">= 14" } }, "node_modules/@octokit/types": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.2.0.tgz", - "integrity": "sha512-pYQ/a1U6mHptwhGyp6SvsiM4bWP2s3V95olUeTxas85D/2kN78yN5C8cGN+P4LwJSWUqIEyvq0Qn2WUn6NQRjw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.0.0.tgz", + "integrity": "sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==", "dev": true, "dependencies": { - "@octokit/openapi-types": "^13.6.0" + "@octokit/openapi-types": "^14.0.0" } }, "node_modules/@orchidjs/sifter": { @@ -2382,12 +2360,6 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, "node_modules/@types/resolve": { "version": "1.20.2", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", @@ -2487,15 +2459,27 @@ } }, "node_modules/ansi-escapes": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", - "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.0.0.tgz", + "integrity": "sha512-IG23inYII3dWlU2EyiAiGj6Bwal5GzsgPMwjYGvc1HPE2dgbj4ZB5ToWBKSquKw74nB3TIuOwaI6/jSULzfgrw==", "dev": true, "dependencies": { - "type-fest": "^1.0.2" + "type-fest": "^3.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.3.0.tgz", + "integrity": "sha512-gezeeOIZyQLGW5uuCeEnXF1aXmtt2afKspXz3YqoOcZ3l/YMJq1pujvgT+cz/Nw1O/7q/kSav5fihJHsC/AOUg==", + "dev": true, + "engines": { + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2600,6 +2584,12 @@ "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", "dev": true }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "node_modules/arr-diff": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", @@ -2736,14 +2726,14 @@ } }, "node_modules/array.prototype.map": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.4.tgz", - "integrity": "sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.7" }, @@ -3074,9 +3064,9 @@ } }, "node_modules/before-after-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", - "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", "dev": true }, "node_modules/binary-extensions": { @@ -3106,9 +3096,9 @@ "optional": true }, "node_modules/bl": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-5.0.0.tgz", - "integrity": "sha512-8vxFNZ0pflFfi0WXA3WQXlj6CaMEwsmh63I1CNp0q+wWv8sD0ARx1KovSQd0l2GkwrMIOyedq0EF1FxI+RCZLQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", "dev": true, "dependencies": { "buffer": "^6.0.3", @@ -3687,14 +3677,14 @@ "dev": true }, "node_modules/choices.js": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/choices.js/-/choices.js-10.1.0.tgz", - "integrity": "sha512-NtrFt7c7ZQEGmkWsAV+EHynJhADWoZ82JEfg1+vQ9MMKJD4Ax2rzYPxXe+Q64i0HgUgWG/XTN3gN2pB8UFFFlA==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/choices.js/-/choices.js-10.2.0.tgz", + "integrity": "sha512-8PKy6wq7BMjNwDTZwr3+Zry6G2+opJaAJDDA/j3yxvqSCnvkKe7ZIFfIyOhoc7htIWFhsfzF9tJpGUATcpUtPg==", "dev": true, "dependencies": { "deepmerge": "^4.2.2", - "fuse.js": "^6.5.3", - "redux": "^4.1.2" + "fuse.js": "^6.6.2", + "redux": "^4.2.0" } }, "node_modules/chokidar": { @@ -4206,28 +4196,18 @@ } }, "node_modules/cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", "dev": true, "dependencies": { - "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" - } - }, - "node_modules/cosmiconfig/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, - "engines": { - "node": ">= 6" + "node": ">=14" } }, "node_modules/countup.js": { @@ -4422,12 +4402,15 @@ } }, "node_modules/defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, "dependencies": { "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/defaults/node_modules/clone": { @@ -4846,31 +4829,32 @@ } }, "node_modules/es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" @@ -5998,9 +5982,9 @@ } }, "node_modules/get-intrinsic": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "dev": true, "dependencies": { "function-bind": "^1.1.1", @@ -6582,9 +6566,9 @@ } }, "node_modules/got": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz", - "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==", + "version": "12.5.3", + "resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz", + "integrity": "sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==", "dev": true, "dependencies": { "@sindresorhus/is": "^5.2.0", @@ -7904,13 +7888,13 @@ "dev": true }, "node_modules/inquirer": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.1.2.tgz", - "integrity": "sha512-Hj2Ml1WpxKJU2npP2Rj0OURGkHV+GtNW2CwFdHDiXlqUBAUrWTcZHxCkFywX/XHzOS7wrG/kExgJFbUkVgyHzg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.1.4.tgz", + "integrity": "sha512-9hiJxE5gkK/cM2d1mTEnuurGTAoHebbkX0BYl3h7iEg7FYfuNIom+nDfBCSWtvSnoSrWCeBxqqBZu26xdlJlXA==", "dev": true, "dependencies": { - "ansi-escapes": "^5.0.0", - "chalk": "^5.0.1", + "ansi-escapes": "^6.0.0", + "chalk": "^5.1.2", "cli-cursor": "^4.0.0", "cli-width": "^4.0.0", "external-editor": "^3.0.3", @@ -7919,7 +7903,7 @@ "mute-stream": "0.0.8", "ora": "^6.1.2", "run-async": "^2.4.0", - "rxjs": "^7.5.6", + "rxjs": "^7.5.7", "string-width": "^5.1.2", "strip-ansi": "^7.0.1", "through": "^2.3.6", @@ -7942,9 +7926,9 @@ } }, "node_modules/inquirer/node_modules/ansi-styles": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz", - "integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, "engines": { "node": ">=12" @@ -7954,9 +7938,9 @@ } }, "node_modules/inquirer/node_modules/chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -7972,9 +7956,9 @@ "dev": true }, "node_modules/inquirer/node_modules/rxjs": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", - "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz", + "integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==", "dev": true, "dependencies": { "tslib": "^2.1.0" @@ -8194,9 +8178,9 @@ } }, "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, "engines": { "node": ">= 0.4" @@ -8764,6 +8748,18 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", @@ -9226,9 +9222,9 @@ } }, "node_modules/log-symbols/node_modules/chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -9763,9 +9759,9 @@ } }, "node_modules/node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "dev": true, "dependencies": { "data-uri-to-buffer": "^4.0.0", @@ -10013,14 +10009,14 @@ } }, "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, "engines": { @@ -10219,9 +10215,9 @@ } }, "node_modules/ora/node_modules/chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -10826,16 +10822,16 @@ "dev": true }, "node_modules/promise.allsettled": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.5.tgz", - "integrity": "sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.6.tgz", + "integrity": "sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==", "dev": true, "dependencies": { - "array.prototype.map": "^1.0.4", + "array.prototype.map": "^1.0.5", "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "iterate-value": "^1.0.2" }, "engines": { @@ -11419,33 +11415,33 @@ } }, "node_modules/release-it": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/release-it/-/release-it-15.5.0.tgz", - "integrity": "sha512-/pQo/PwEXAWRBgVGLE+3IQ3hUoeiDZMGAo/Egin1envCyLyjzrU7+0P2w4iZ1Xv5OxhC2AcaPaN5eY1ql47cBA==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/release-it/-/release-it-15.5.1.tgz", + "integrity": "sha512-1X1oyqay/amJh/V+xkSU9zN6LqGmLQJ0Q40+FaHE6+Pu6QCmgX9HbrpHxvF0HZeXkB5cdhHjmYsPbHnUQLRnYg==", "dev": true, "dependencies": { "@iarna/toml": "2.2.5", - "@octokit/rest": "19.0.4", + "@octokit/rest": "19.0.5", "async-retry": "1.3.3", - "chalk": "5.0.1", - "cosmiconfig": "7.0.1", + "chalk": "5.1.2", + "cosmiconfig": "8.0.0", "execa": "6.1.0", "form-data": "4.0.0", "git-url-parse": "13.1.0", "globby": "13.1.2", - "got": "12.5.1", - "inquirer": "9.1.2", + "got": "12.5.3", + "inquirer": "9.1.4", "is-ci": "3.0.1", "lodash": "4.17.21", "mime-types": "2.1.35", "new-github-release-url": "2.0.0", - "node-fetch": "3.2.10", + "node-fetch": "3.3.0", "open": "8.4.0", "ora": "6.1.2", "os-name": "5.0.1", - "promise.allsettled": "1.0.5", + "promise.allsettled": "1.0.6", "proxy-agent": "5.0.0", - "semver": "7.3.7", + "semver": "7.3.8", "shelljs": "0.8.5", "update-notifier": "6.0.2", "url-join": "5.0.0", @@ -11460,9 +11456,9 @@ } }, "node_modules/release-it/node_modules/chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -11472,9 +11468,9 @@ } }, "node_modules/release-it/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -11983,6 +11979,20 @@ "ret": "~0.1.10" } }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -12987,28 +12997,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -13346,9 +13356,9 @@ } }, "node_modules/tinymce": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.0.tgz", - "integrity": "sha512-UeOKdbDbBoAT2A8WQr/D4AqzqPloTY/B/zJXCGlPz5L4YOmwUCqXAFTxN1tkysRq994UIZZUJZezC7WmCDx5ag==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.1.tgz", + "integrity": "sha512-+oCwXuTxAdJXVJ0130OxQz0JDNsqg3deuzgeUo8X5Vb27EzCJgXwO5eWvCxvkxpQo4oiHMVlM4tUIpTUHufHGQ==", "dev": true }, "node_modules/tmp": { @@ -13497,6 +13507,12 @@ "node": ">=0.8" } }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, "node_modules/tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -14240,6 +14256,22 @@ "node": ">= 8" } }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -15864,64 +15896,64 @@ } }, "@octokit/auth-token": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.1.tgz", - "integrity": "sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz", + "integrity": "sha512-pq7CwIMV1kmzkFTimdwjAINCXKTajZErLB4wMLYapR2nuB/Jpr66+05wOTZMSCBXP6n4DdDWT2W19Bm17vU69Q==", "dev": true, "requires": { - "@octokit/types": "^7.0.0" + "@octokit/types": "^8.0.0" } }, "@octokit/core": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.5.tgz", - "integrity": "sha512-4R3HeHTYVHCfzSAi0C6pbGXV8UDI5Rk+k3G7kLVNckswN9mvpOzW9oENfjfH3nEmzg8y3AmKmzs8Sg6pLCeOCA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz", + "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==", "dev": true, "requires": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", "@octokit/request": "^6.0.0", "@octokit/request-error": "^3.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" } }, "@octokit/endpoint": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.1.tgz", - "integrity": "sha512-/wTXAJwt0HzJ2IeE4kQXO+mBScfzyCkI0hMtkIaqyXd9zg76OpOfNQfHL9FlaxAV2RsNiOXZibVWloy8EexENg==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.3.tgz", + "integrity": "sha512-57gRlb28bwTsdNXq+O3JTQ7ERmBTuik9+LelgcLIVfYwf235VHbN9QNo4kXExtp/h8T423cR5iJThKtFYxC7Lw==", "dev": true, "requires": { - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "is-plain-object": "^5.0.0", "universal-user-agent": "^6.0.0" } }, "@octokit/graphql": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.1.tgz", - "integrity": "sha512-sxmnewSwAixkP1TrLdE6yRG53eEhHhDTYUykUwdV9x8f91WcbhunIHk9x1PZLALdBZKRPUO2HRcm4kezZ79HoA==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.4.tgz", + "integrity": "sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A==", "dev": true, "requires": { "@octokit/request": "^6.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "universal-user-agent": "^6.0.0" } }, "@octokit/openapi-types": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.6.0.tgz", - "integrity": "sha512-bxftLwoZ2J6zsU1rzRvk0O32j7lVB0NWWn+P5CDHn9zPzytasR3hdAeXlTngRDkqv1LyEeuy5psVnDkmOSwrcQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz", + "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==", "dev": true }, "@octokit/plugin-paginate-rest": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.2.0.tgz", - "integrity": "sha512-8otLCIK9esfmOCY14CBnG/xPqv0paf14rc+s9tHpbOpeFwrv5CnECKW1qdqMAT60ngAa9eB1bKQ+l2YCpi0HPQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz", + "integrity": "sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==", "dev": true, "requires": { - "@octokit/types": "^7.2.0" + "@octokit/types": "^8.0.0" } }, "@octokit/plugin-request-log": { @@ -15932,24 +15964,24 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.4.0.tgz", - "integrity": "sha512-YP4eUqZ6vORy/eZOTdil1ZSrMt0kv7i/CVw+HhC2C0yJN+IqTc/rot957JQ7JfyeJD6HZOjLg6Jp1o9cPhI9KA==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.7.0.tgz", + "integrity": "sha512-orxQ0fAHA7IpYhG2flD2AygztPlGYNAdlzYz8yrD8NDgelPfOYoRPROfEyIe035PlxvbYrgkfUZIhSBKju/Cvw==", "dev": true, "requires": { - "@octokit/types": "^7.2.0", + "@octokit/types": "^8.0.0", "deprecation": "^2.3.1" } }, "@octokit/request": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz", - "integrity": "sha512-gYKRCia3cpajRzDSU+3pt1q2OcuC6PK8PmFIyxZDWCzRXRSIBH8jXjFJ8ZceoygBIm0KsEUg4x1+XcYBz7dHPQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.2.tgz", + "integrity": "sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==", "dev": true, "requires": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "is-plain-object": "^5.0.0", "node-fetch": "^2.6.7", "universal-user-agent": "^6.0.0" @@ -15963,61 +15995,39 @@ "requires": { "whatwg-url": "^5.0.0" } - }, - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } } } }, "@octokit/request-error": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.1.tgz", - "integrity": "sha512-ym4Bp0HTP7F3VFssV88WD1ZyCIRoE8H35pXSKwLeMizcdZAYc/t6N9X9Yr9n6t3aG9IH75XDnZ6UeZph0vHMWQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.2.tgz", + "integrity": "sha512-WMNOFYrSaX8zXWoJg9u/pKgWPo94JXilMLb2VManNOby9EZxrQaBe/QSC4a1TzpAlpxofg2X/jMnCyZgL6y7eg==", "dev": true, "requires": { - "@octokit/types": "^7.0.0", + "@octokit/types": "^8.0.0", "deprecation": "^2.0.0", "once": "^1.4.0" } }, "@octokit/rest": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.4.tgz", - "integrity": "sha512-LwG668+6lE8zlSYOfwPj4FxWdv/qFXYBpv79TWIQEpBLKA9D/IMcWsF/U9RGpA3YqMVDiTxpgVpEW3zTFfPFTA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.5.tgz", + "integrity": "sha512-+4qdrUFq2lk7Va+Qff3ofREQWGBeoTKNqlJO+FGjFP35ZahP+nBenhZiGdu8USSgmq4Ky3IJ/i4u0xbLqHaeow==", "dev": true, "requires": { - "@octokit/core": "^4.0.0", - "@octokit/plugin-paginate-rest": "^4.0.0", + "@octokit/core": "^4.1.0", + "@octokit/plugin-paginate-rest": "^5.0.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^6.0.0" + "@octokit/plugin-rest-endpoint-methods": "^6.7.0" } }, "@octokit/types": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.2.0.tgz", - "integrity": "sha512-pYQ/a1U6mHptwhGyp6SvsiM4bWP2s3V95olUeTxas85D/2kN78yN5C8cGN+P4LwJSWUqIEyvq0Qn2WUn6NQRjw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.0.0.tgz", + "integrity": "sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==", "dev": true, "requires": { - "@octokit/openapi-types": "^13.6.0" + "@octokit/openapi-types": "^14.0.0" } }, "@orchidjs/sifter": { @@ -16250,12 +16260,6 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, "@types/resolve": { "version": "1.20.2", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", @@ -16333,12 +16337,20 @@ } }, "ansi-escapes": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", - "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.0.0.tgz", + "integrity": "sha512-IG23inYII3dWlU2EyiAiGj6Bwal5GzsgPMwjYGvc1HPE2dgbj4ZB5ToWBKSquKw74nB3TIuOwaI6/jSULzfgrw==", "dev": true, "requires": { - "type-fest": "^1.0.2" + "type-fest": "^3.0.0" + }, + "dependencies": { + "type-fest": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.3.0.tgz", + "integrity": "sha512-gezeeOIZyQLGW5uuCeEnXF1aXmtt2afKspXz3YqoOcZ3l/YMJq1pujvgT+cz/Nw1O/7q/kSav5fihJHsC/AOUg==", + "dev": true + } } }, "ansi-gray": { @@ -16419,6 +16431,12 @@ "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", "dev": true }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "arr-diff": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", @@ -16520,14 +16538,14 @@ "dev": true }, "array.prototype.map": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.4.tgz", - "integrity": "sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.5.tgz", + "integrity": "sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.7" } @@ -16773,9 +16791,9 @@ } }, "before-after-hook": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz", - "integrity": "sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", "dev": true }, "binary-extensions": { @@ -16804,9 +16822,9 @@ } }, "bl": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-5.0.0.tgz", - "integrity": "sha512-8vxFNZ0pflFfi0WXA3WQXlj6CaMEwsmh63I1CNp0q+wWv8sD0ARx1KovSQd0l2GkwrMIOyedq0EF1FxI+RCZLQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", "dev": true, "requires": { "buffer": "^6.0.3", @@ -17213,14 +17231,14 @@ "dev": true }, "choices.js": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/choices.js/-/choices.js-10.1.0.tgz", - "integrity": "sha512-NtrFt7c7ZQEGmkWsAV+EHynJhADWoZ82JEfg1+vQ9MMKJD4Ax2rzYPxXe+Q64i0HgUgWG/XTN3gN2pB8UFFFlA==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/choices.js/-/choices.js-10.2.0.tgz", + "integrity": "sha512-8PKy6wq7BMjNwDTZwr3+Zry6G2+opJaAJDDA/j3yxvqSCnvkKe7ZIFfIyOhoc7htIWFhsfzF9tJpGUATcpUtPg==", "dev": true, "requires": { "deepmerge": "^4.2.2", - "fuse.js": "^6.5.3", - "redux": "^4.1.2" + "fuse.js": "^6.6.2", + "redux": "^4.2.0" } }, "chokidar": { @@ -17625,24 +17643,15 @@ } }, "cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", "dev": true, "requires": { - "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "dependencies": { - "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true - } + "path-type": "^4.0.0" } }, "countup.js": { @@ -17780,9 +17789,9 @@ "dev": true }, "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, "requires": { "clone": "^1.0.2" @@ -18110,31 +18119,32 @@ } }, "es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" @@ -19027,9 +19037,9 @@ "dev": true }, "get-intrinsic": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "dev": true, "requires": { "function-bind": "^1.1.1", @@ -19503,9 +19513,9 @@ } }, "got": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz", - "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==", + "version": "12.5.3", + "resolved": "https://registry.npmjs.org/got/-/got-12.5.3.tgz", + "integrity": "sha512-8wKnb9MGU8IPGRIo+/ukTy9XLJBwDiCpIf5TVzQ9Cpol50eMTpBq2GAuDsuDIz7hTYmZgMgC1e9ydr6kSDWs3w==", "dev": true, "requires": { "@sindresorhus/is": "^5.2.0", @@ -20529,13 +20539,13 @@ "dev": true }, "inquirer": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.1.2.tgz", - "integrity": "sha512-Hj2Ml1WpxKJU2npP2Rj0OURGkHV+GtNW2CwFdHDiXlqUBAUrWTcZHxCkFywX/XHzOS7wrG/kExgJFbUkVgyHzg==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.1.4.tgz", + "integrity": "sha512-9hiJxE5gkK/cM2d1mTEnuurGTAoHebbkX0BYl3h7iEg7FYfuNIom+nDfBCSWtvSnoSrWCeBxqqBZu26xdlJlXA==", "dev": true, "requires": { - "ansi-escapes": "^5.0.0", - "chalk": "^5.0.1", + "ansi-escapes": "^6.0.0", + "chalk": "^5.1.2", "cli-cursor": "^4.0.0", "cli-width": "^4.0.0", "external-editor": "^3.0.3", @@ -20544,7 +20554,7 @@ "mute-stream": "0.0.8", "ora": "^6.1.2", "run-async": "^2.4.0", - "rxjs": "^7.5.6", + "rxjs": "^7.5.7", "string-width": "^5.1.2", "strip-ansi": "^7.0.1", "through": "^2.3.6", @@ -20558,15 +20568,15 @@ "dev": true }, "ansi-styles": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz", - "integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true }, "chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true }, "emoji-regex": { @@ -20576,9 +20586,9 @@ "dev": true }, "rxjs": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", - "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz", + "integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==", "dev": true, "requires": { "tslib": "^2.1.0" @@ -20739,9 +20749,9 @@ } }, "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true }, "is-ci": { @@ -21141,6 +21151,15 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, "jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", @@ -21523,9 +21542,9 @@ }, "dependencies": { "chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true } } @@ -21928,9 +21947,9 @@ "dev": true }, "node-fetch": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz", - "integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz", + "integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==", "dev": true, "requires": { "data-uri-to-buffer": "^4.0.0", @@ -22110,14 +22129,14 @@ } }, "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, @@ -22264,9 +22283,9 @@ "dev": true }, "chalk": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.0.tgz", - "integrity": "sha512-56zD4khRTBoIyzUYAFgDDaPhUMN/fC/rySe6aZGqbj/VWiU2eI3l6ZLOtYGFZAV5v02mwPjtpzlrOveJiz5eZQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true }, "strip-ansi": { @@ -22691,16 +22710,16 @@ "dev": true }, "promise.allsettled": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.5.tgz", - "integrity": "sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.6.tgz", + "integrity": "sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==", "dev": true, "requires": { - "array.prototype.map": "^1.0.4", + "array.prototype.map": "^1.0.5", "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "iterate-value": "^1.0.2" } }, @@ -23161,33 +23180,33 @@ } }, "release-it": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/release-it/-/release-it-15.5.0.tgz", - "integrity": "sha512-/pQo/PwEXAWRBgVGLE+3IQ3hUoeiDZMGAo/Egin1envCyLyjzrU7+0P2w4iZ1Xv5OxhC2AcaPaN5eY1ql47cBA==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/release-it/-/release-it-15.5.1.tgz", + "integrity": "sha512-1X1oyqay/amJh/V+xkSU9zN6LqGmLQJ0Q40+FaHE6+Pu6QCmgX9HbrpHxvF0HZeXkB5cdhHjmYsPbHnUQLRnYg==", "dev": true, "requires": { "@iarna/toml": "2.2.5", - "@octokit/rest": "19.0.4", + "@octokit/rest": "19.0.5", "async-retry": "1.3.3", - "chalk": "5.0.1", - "cosmiconfig": "7.0.1", + "chalk": "5.1.2", + "cosmiconfig": "8.0.0", "execa": "6.1.0", "form-data": "4.0.0", "git-url-parse": "13.1.0", "globby": "13.1.2", - "got": "12.5.1", - "inquirer": "9.1.2", + "got": "12.5.3", + "inquirer": "9.1.4", "is-ci": "3.0.1", "lodash": "4.17.21", "mime-types": "2.1.35", "new-github-release-url": "2.0.0", - "node-fetch": "3.2.10", + "node-fetch": "3.3.0", "open": "8.4.0", "ora": "6.1.2", "os-name": "5.0.1", - "promise.allsettled": "1.0.5", + "promise.allsettled": "1.0.6", "proxy-agent": "5.0.0", - "semver": "7.3.7", + "semver": "7.3.8", "shelljs": "0.8.5", "update-notifier": "6.0.2", "url-join": "5.0.0", @@ -23196,15 +23215,15 @@ }, "dependencies": { "chalk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.1.2.tgz", + "integrity": "sha512-E5CkT4jWURs1Vy5qGJye+XwCkNj7Od3Af7CP6SujMetSMkLs8Do2RWJK5yx1wamHV/op8Rz+9rltjaTQWDnEFQ==", "dev": true }, "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -23592,6 +23611,17 @@ "ret": "~0.1.10" } }, + "safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + } + }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -24413,25 +24443,25 @@ } }, "string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" } }, "string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" } }, "stringify-object": { @@ -24696,9 +24726,9 @@ "dev": true }, "tinymce": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.0.tgz", - "integrity": "sha512-UeOKdbDbBoAT2A8WQr/D4AqzqPloTY/B/zJXCGlPz5L4YOmwUCqXAFTxN1tkysRq994UIZZUJZezC7WmCDx5ag==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.3.1.tgz", + "integrity": "sha512-+oCwXuTxAdJXVJ0130OxQz0JDNsqg3deuzgeUo8X5Vb27EzCJgXwO5eWvCxvkxpQo4oiHMVlM4tUIpTUHufHGQ==", "dev": true }, "tmp": { @@ -24814,6 +24844,12 @@ "punycode": "^2.1.1" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -25403,6 +25439,22 @@ "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", "dev": true }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 1459d2119..bae879f5f 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "autosize": "^5.0.2", "browser-sync": "^2.27.10", "bundlewatch": "^0.3.3", - "choices.js": "^10.1.0", + "choices.js": "^10.2.0", "chromatic": "^6.11.4", "countup.js": "^2.3.2", "cross-spawn": "^7.0.3", @@ -158,13 +158,13 @@ "nouislider": "^15.6.1", "plyr": "^3.7.3", "postcss": "^8.4.19", - "release-it": "^15.5.0", + "release-it": "^15.5.1", "request": "^2.88.2", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-cleanup": "^3.2.1", "sass": "^1.56.1", - "tinymce": "^6.3.0", + "tinymce": "^6.3.1", "tom-select": "^2.2.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", @@ -178,7 +178,7 @@ "peerDependencies": { "apexcharts": "^3.36.3", "autosize": "^5.0.2", - "choices.js": "^10.1.0", + "choices.js": "^10.2.0", "countup.js": "^2.3.2", "dropzone": "^6.0.0-beta.2", "flatpickr": "^4.6.13", @@ -189,7 +189,7 @@ "litepicker": "^2.0.12", "nouislider": "^15.6.1", "plyr": "^3.7.3", - "tinymce": "^6.3.0", + "tinymce": "^6.3.1", "tom-select": "^2.2.2" }, "peerDependenciesMeta": {