From d663e383e60779f50f2e284e9d5173bd4f094b8e Mon Sep 17 00:00:00 2001 From: Sergei Ogorelkov Date: Sat, 23 Apr 2022 23:59:57 +0700 Subject: [PATCH] Tracker: move "IssueStatus" enum into model (#1449) Signed-off-by: Sergei Ogorelkov --- common/config/rush/pnpm-lock.yaml | 8151 +++++++++++------ models/task/src/index.ts | 4 - models/tracker/src/index.ts | 114 +- models/tracker/src/migration.ts | 118 +- packages/kanban/src/components/Kanban.svelte | 6 +- packages/kanban/src/types.ts | 11 + packages/ui/src/components/SelectPopup.svelte | 12 +- plugins/tracker-assets/lang/en.json | 10 +- plugins/tracker-assets/src/index.ts | 10 +- plugins/tracker-resources/package.json | 1 - .../src/components/CreateIssue.svelte | 60 +- .../src/components/NewIssueHeader.svelte | 14 + .../src/components/StatusSelector.svelte | 44 +- .../src/components/issues/Active.svelte | 20 +- .../src/components/issues/Backlog.svelte | 20 +- .../src/components/issues/Board.svelte | 82 +- .../issues/CategoryPresenter.svelte | 27 +- .../components/issues/DueDatePresenter.svelte | 11 +- .../src/components/issues/Issues.svelte | 70 +- .../components/issues/StatusPresenter.svelte | 11 +- plugins/tracker-resources/src/plugin.ts | 10 +- plugins/tracker-resources/src/utils.ts | 52 +- plugins/tracker/package.json | 3 +- plugins/tracker/src/index.ts | 62 +- plugins/tracker/src/utils.ts | 44 + 25 files changed, 5840 insertions(+), 3127 deletions(-) create mode 100644 plugins/tracker/src/utils.ts diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 09b4851449..f7b35c945c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -275,116 +275,116 @@ specifiers: dependencies: '@anticrm/skillset': 0.6.0 - '@elastic/elasticsearch': 7.17.0 - '@koa/cors': 3.3.0 - '@microsoft/api-extractor': 7.22.2 - '@playwright/test': 1.18.1 + '@elastic/elasticsearch': 7.16.0 + '@koa/cors': 3.1.0 + '@microsoft/api-extractor': 7.19.2 + '@playwright/test': 1.18.0 '@rush-temp/account': file:projects/account.tgz '@rush-temp/activity': file:projects/activity.tgz '@rush-temp/activity-assets': file:projects/activity-assets.tgz - '@rush-temp/activity-resources': file:projects/activity-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/activity-resources': file:projects/activity-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/attachment': file:projects/attachment.tgz - '@rush-temp/attachment-assets': file:projects/attachment-assets.tgz_typescript@4.6.3 - '@rush-temp/attachment-resources': file:projects/attachment-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/attachment-assets': file:projects/attachment-assets.tgz_typescript@4.5.4 + '@rush-temp/attachment-resources': file:projects/attachment-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/board': file:projects/board.tgz - '@rush-temp/board-assets': file:projects/board-assets.tgz_typescript@4.6.3 - '@rush-temp/board-resources': file:projects/board-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/board-assets': file:projects/board-assets.tgz_typescript@4.5.4 + '@rush-temp/board-resources': file:projects/board-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/calendar': file:projects/calendar.tgz - '@rush-temp/calendar-assets': file:projects/calendar-assets.tgz_typescript@4.6.3 - '@rush-temp/calendar-resources': file:projects/calendar-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/calendar-assets': file:projects/calendar-assets.tgz_typescript@4.5.4 + '@rush-temp/calendar-resources': file:projects/calendar-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/chunter': file:projects/chunter.tgz - '@rush-temp/chunter-assets': file:projects/chunter-assets.tgz_typescript@4.6.3 - '@rush-temp/chunter-resources': file:projects/chunter-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/chunter-assets': file:projects/chunter-assets.tgz_typescript@4.5.4 + '@rush-temp/chunter-resources': file:projects/chunter-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/client': file:projects/client.tgz - '@rush-temp/client-resources': file:projects/client-resources.tgz_4a34165f2c0581bd8d8ec614b98e4854 + '@rush-temp/client-resources': file:projects/client-resources.tgz_ac194b5590200ebf8338e0f86ec190f4 '@rush-temp/contact': file:projects/contact.tgz - '@rush-temp/contact-assets': file:projects/contact-assets.tgz_typescript@4.6.3 - '@rush-temp/contact-resources': file:projects/contact-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/contact-assets': file:projects/contact-assets.tgz_typescript@4.5.4 + '@rush-temp/contact-resources': file:projects/contact-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/contrib': file:projects/contrib.tgz '@rush-temp/core': file:projects/core.tgz '@rush-temp/dev-account': file:projects/dev-account.tgz '@rush-temp/dev-client-resources': file:projects/dev-client-resources.tgz - '@rush-temp/dev-server': file:projects/dev-server.tgz_@types+node@16.11.27 + '@rush-temp/dev-server': file:projects/dev-server.tgz_@types+node@16.11.14 '@rush-temp/dev-storage': file:projects/dev-storage.tgz - '@rush-temp/devmodel': file:projects/devmodel.tgz_typescript@4.6.3 - '@rush-temp/devmodel-resources': file:projects/devmodel-resources.tgz_ff610c9dc2d7285169b0cddad8c08577 - '@rush-temp/elastic': file:projects/elastic.tgz_@types+node@16.11.27 + '@rush-temp/devmodel': file:projects/devmodel.tgz_typescript@4.5.4 + '@rush-temp/devmodel-resources': file:projects/devmodel-resources.tgz_6cae74ea501386c76c405ad0408e0339 + '@rush-temp/elastic': file:projects/elastic.tgz_@types+node@16.11.14 '@rush-temp/front': file:projects/front.tgz '@rush-temp/generator': file:projects/generator.tgz '@rush-temp/gmail': file:projects/gmail.tgz '@rush-temp/gmail-assets': file:projects/gmail-assets.tgz - '@rush-temp/gmail-resources': file:projects/gmail-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/gmail-resources': file:projects/gmail-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/image-cropper': file:projects/image-cropper.tgz - '@rush-temp/image-cropper-resources': file:projects/image-cropper-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/image-cropper-resources': file:projects/image-cropper-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/inventory': file:projects/inventory.tgz '@rush-temp/inventory-assets': file:projects/inventory-assets.tgz - '@rush-temp/inventory-resources': file:projects/inventory-resources.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rush-temp/kanban': file:projects/kanban.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/inventory-resources': file:projects/inventory-resources.tgz_096c09b0b673a57c275d9767a12070b1 + '@rush-temp/kanban': file:projects/kanban.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/lead': file:projects/lead.tgz - '@rush-temp/lead-assets': file:projects/lead-assets.tgz_typescript@4.6.3 - '@rush-temp/lead-resources': file:projects/lead-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/lead-assets': file:projects/lead-assets.tgz_typescript@4.5.4 + '@rush-temp/lead-resources': file:projects/lead-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/login': file:projects/login.tgz - '@rush-temp/login-assets': file:projects/login-assets.tgz_typescript@4.6.3 - '@rush-temp/login-resources': file:projects/login-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/login-assets': file:projects/login-assets.tgz_typescript@4.5.4 + '@rush-temp/login-resources': file:projects/login-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/middleware': file:projects/middleware.tgz '@rush-temp/model': file:projects/model.tgz - '@rush-temp/model-activity': file:projects/model-activity.tgz_typescript@4.6.3 - '@rush-temp/model-all': file:projects/model-all.tgz_typescript@4.6.3 - '@rush-temp/model-attachment': file:projects/model-attachment.tgz_typescript@4.6.3 - '@rush-temp/model-board': file:projects/model-board.tgz_typescript@4.6.3 - '@rush-temp/model-calendar': file:projects/model-calendar.tgz_typescript@4.6.3 - '@rush-temp/model-chunter': file:projects/model-chunter.tgz_typescript@4.6.3 - '@rush-temp/model-contact': file:projects/model-contact.tgz_typescript@4.6.3 - '@rush-temp/model-core': file:projects/model-core.tgz_typescript@4.6.3 - '@rush-temp/model-demo': file:projects/model-demo.tgz_typescript@4.6.3 - '@rush-temp/model-gmail': file:projects/model-gmail.tgz_typescript@4.6.3 - '@rush-temp/model-inventory': file:projects/model-inventory.tgz_typescript@4.6.3 - '@rush-temp/model-lead': file:projects/model-lead.tgz_typescript@4.6.3 - '@rush-temp/model-notification': file:projects/model-notification.tgz_typescript@4.6.3 - '@rush-temp/model-preference': file:projects/model-preference.tgz_typescript@4.6.3 - '@rush-temp/model-presentation': file:projects/model-presentation.tgz_typescript@4.6.3 - '@rush-temp/model-recruit': file:projects/model-recruit.tgz_typescript@4.6.3 - '@rush-temp/model-rig': file:projects/model-rig.tgz_73443f7f1d9e3634d48b60673a20ea9c - '@rush-temp/model-server-attachment': file:projects/model-server-attachment.tgz_typescript@4.6.3 - '@rush-temp/model-server-calendar': file:projects/model-server-calendar.tgz_typescript@4.6.3 - '@rush-temp/model-server-chunter': file:projects/model-server-chunter.tgz_typescript@4.6.3 - '@rush-temp/model-server-contact': file:projects/model-server-contact.tgz_typescript@4.6.3 - '@rush-temp/model-server-core': file:projects/model-server-core.tgz_typescript@4.6.3 - '@rush-temp/model-server-gmail': file:projects/model-server-gmail.tgz_typescript@4.6.3 - '@rush-temp/model-server-inventory': file:projects/model-server-inventory.tgz_typescript@4.6.3 - '@rush-temp/model-server-lead': file:projects/model-server-lead.tgz_typescript@4.6.3 - '@rush-temp/model-server-notification': file:projects/model-server-notification.tgz_typescript@4.6.3 - '@rush-temp/model-server-recruit': file:projects/model-server-recruit.tgz_typescript@4.6.3 - '@rush-temp/model-server-setting': file:projects/model-server-setting.tgz_typescript@4.6.3 - '@rush-temp/model-server-tags': file:projects/model-server-tags.tgz_typescript@4.6.3 - '@rush-temp/model-server-task': file:projects/model-server-task.tgz_typescript@4.6.3 - '@rush-temp/model-server-telegram': file:projects/model-server-telegram.tgz_typescript@4.6.3 - '@rush-temp/model-setting': file:projects/model-setting.tgz_typescript@4.6.3 - '@rush-temp/model-tags': file:projects/model-tags.tgz_typescript@4.6.3 - '@rush-temp/model-task': file:projects/model-task.tgz_typescript@4.6.3 - '@rush-temp/model-telegram': file:projects/model-telegram.tgz_typescript@4.6.3 - '@rush-temp/model-templates': file:projects/model-templates.tgz_typescript@4.6.3 - '@rush-temp/model-text-editor': file:projects/model-text-editor.tgz_typescript@4.6.3 - '@rush-temp/model-tracker': file:projects/model-tracker.tgz_typescript@4.6.3 - '@rush-temp/model-view': file:projects/model-view.tgz_typescript@4.6.3 - '@rush-temp/model-workbench': file:projects/model-workbench.tgz_typescript@4.6.3 + '@rush-temp/model-activity': file:projects/model-activity.tgz_typescript@4.5.4 + '@rush-temp/model-all': file:projects/model-all.tgz_typescript@4.5.4 + '@rush-temp/model-attachment': file:projects/model-attachment.tgz_typescript@4.5.4 + '@rush-temp/model-board': file:projects/model-board.tgz_typescript@4.5.4 + '@rush-temp/model-calendar': file:projects/model-calendar.tgz_typescript@4.5.4 + '@rush-temp/model-chunter': file:projects/model-chunter.tgz_typescript@4.5.4 + '@rush-temp/model-contact': file:projects/model-contact.tgz_typescript@4.5.4 + '@rush-temp/model-core': file:projects/model-core.tgz_typescript@4.5.4 + '@rush-temp/model-demo': file:projects/model-demo.tgz_typescript@4.5.4 + '@rush-temp/model-gmail': file:projects/model-gmail.tgz_typescript@4.5.4 + '@rush-temp/model-inventory': file:projects/model-inventory.tgz_typescript@4.5.4 + '@rush-temp/model-lead': file:projects/model-lead.tgz_typescript@4.5.4 + '@rush-temp/model-notification': file:projects/model-notification.tgz_typescript@4.5.4 + '@rush-temp/model-preference': file:projects/model-preference.tgz_typescript@4.5.4 + '@rush-temp/model-presentation': file:projects/model-presentation.tgz_typescript@4.5.4 + '@rush-temp/model-recruit': file:projects/model-recruit.tgz_typescript@4.5.4 + '@rush-temp/model-rig': file:projects/model-rig.tgz_37f79b97d0d86442e45d380c86f520c5 + '@rush-temp/model-server-attachment': file:projects/model-server-attachment.tgz_typescript@4.5.4 + '@rush-temp/model-server-calendar': file:projects/model-server-calendar.tgz_typescript@4.5.4 + '@rush-temp/model-server-chunter': file:projects/model-server-chunter.tgz_typescript@4.5.4 + '@rush-temp/model-server-contact': file:projects/model-server-contact.tgz_typescript@4.5.4 + '@rush-temp/model-server-core': file:projects/model-server-core.tgz_typescript@4.5.4 + '@rush-temp/model-server-gmail': file:projects/model-server-gmail.tgz_typescript@4.5.4 + '@rush-temp/model-server-inventory': file:projects/model-server-inventory.tgz_typescript@4.5.4 + '@rush-temp/model-server-lead': file:projects/model-server-lead.tgz_typescript@4.5.4 + '@rush-temp/model-server-notification': file:projects/model-server-notification.tgz_typescript@4.5.4 + '@rush-temp/model-server-recruit': file:projects/model-server-recruit.tgz_typescript@4.5.4 + '@rush-temp/model-server-setting': file:projects/model-server-setting.tgz_typescript@4.5.4 + '@rush-temp/model-server-tags': file:projects/model-server-tags.tgz_typescript@4.5.4 + '@rush-temp/model-server-task': file:projects/model-server-task.tgz_typescript@4.5.4 + '@rush-temp/model-server-telegram': file:projects/model-server-telegram.tgz_typescript@4.5.4 + '@rush-temp/model-setting': file:projects/model-setting.tgz_typescript@4.5.4 + '@rush-temp/model-tags': file:projects/model-tags.tgz_typescript@4.5.4 + '@rush-temp/model-task': file:projects/model-task.tgz_typescript@4.5.4 + '@rush-temp/model-telegram': file:projects/model-telegram.tgz_typescript@4.5.4 + '@rush-temp/model-templates': file:projects/model-templates.tgz_typescript@4.5.4 + '@rush-temp/model-text-editor': file:projects/model-text-editor.tgz_typescript@4.5.4 + '@rush-temp/model-tracker': file:projects/model-tracker.tgz_typescript@4.5.4 + '@rush-temp/model-view': file:projects/model-view.tgz_typescript@4.5.4 + '@rush-temp/model-workbench': file:projects/model-workbench.tgz_typescript@4.5.4 '@rush-temp/mongo': file:projects/mongo.tgz '@rush-temp/notification': file:projects/notification.tgz - '@rush-temp/notification-assets': file:projects/notification-assets.tgz_typescript@4.6.3 - '@rush-temp/notification-resources': file:projects/notification-resources.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rush-temp/panel': file:projects/panel.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/notification-assets': file:projects/notification-assets.tgz_typescript@4.5.4 + '@rush-temp/notification-resources': file:projects/notification-resources.tgz_096c09b0b673a57c275d9767a12070b1 + '@rush-temp/panel': file:projects/panel.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/platform': file:projects/platform.tgz - '@rush-temp/platform-rig': file:projects/platform-rig.tgz_88d8e68de70f7ef2759da2636da116c1 + '@rush-temp/platform-rig': file:projects/platform-rig.tgz_201338aee2f0322ce6db63f4957b41cc '@rush-temp/pod-account': file:projects/pod-account.tgz '@rush-temp/preference': file:projects/preference.tgz '@rush-temp/preference-assets': file:projects/preference-assets.tgz - '@rush-temp/presentation': file:projects/presentation.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rush-temp/prod': file:projects/prod.tgz_2e48d4b6da1d030c8effca90ffbd2857 - '@rush-temp/prod-tracker': file:projects/prod-tracker.tgz_2e48d4b6da1d030c8effca90ffbd2857 + '@rush-temp/presentation': file:projects/presentation.tgz_096c09b0b673a57c275d9767a12070b1 + '@rush-temp/prod': file:projects/prod.tgz_a07ec81d4d975778878ca12202ea119e + '@rush-temp/prod-tracker': file:projects/prod-tracker.tgz_a07ec81d4d975778878ca12202ea119e '@rush-temp/query': file:projects/query.tgz '@rush-temp/recruit': file:projects/recruit.tgz - '@rush-temp/recruit-assets': file:projects/recruit-assets.tgz_typescript@4.6.3 - '@rush-temp/recruit-resources': file:projects/recruit-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/recruit-assets': file:projects/recruit-assets.tgz_typescript@4.5.4 + '@rush-temp/recruit-resources': file:projects/recruit-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/rekoni': file:projects/rekoni.tgz '@rush-temp/server': file:projects/server.tgz '@rush-temp/server-attachment': file:projects/server-attachment.tgz @@ -419,142 +419,135 @@ dependencies: '@rush-temp/server-tool': file:projects/server-tool.tgz '@rush-temp/server-ws': file:projects/server-ws.tgz '@rush-temp/setting': file:projects/setting.tgz - '@rush-temp/setting-assets': file:projects/setting-assets.tgz_typescript@4.6.3 - '@rush-temp/setting-resources': file:projects/setting-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/setting-assets': file:projects/setting-assets.tgz_typescript@4.5.4 + '@rush-temp/setting-resources': file:projects/setting-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/tags': file:projects/tags.tgz '@rush-temp/tags-assets': file:projects/tags-assets.tgz - '@rush-temp/tags-resources': file:projects/tags-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/tags-resources': file:projects/tags-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/task': file:projects/task.tgz - '@rush-temp/task-assets': file:projects/task-assets.tgz_typescript@4.6.3 - '@rush-temp/task-resources': file:projects/task-resources.tgz_ff610c9dc2d7285169b0cddad8c08577 + '@rush-temp/task-assets': file:projects/task-assets.tgz_typescript@4.5.4 + '@rush-temp/task-resources': file:projects/task-resources.tgz_6cae74ea501386c76c405ad0408e0339 '@rush-temp/telegram': file:projects/telegram.tgz '@rush-temp/telegram-assets': file:projects/telegram-assets.tgz - '@rush-temp/telegram-resources': file:projects/telegram-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/telegram-resources': file:projects/telegram-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/templates': file:projects/templates.tgz '@rush-temp/templates-assets': file:projects/templates-assets.tgz - '@rush-temp/templates-resources': file:projects/templates-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/templates-resources': file:projects/templates-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/tests-sanity': file:projects/tests-sanity.tgz - '@rush-temp/text-editor': file:projects/text-editor.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rush-temp/theme': file:projects/theme.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/text-editor': file:projects/text-editor.tgz_096c09b0b673a57c275d9767a12070b1 + '@rush-temp/theme': file:projects/theme.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/tool': file:projects/tool.tgz '@rush-temp/tracker': file:projects/tracker.tgz - '@rush-temp/tracker-assets': file:projects/tracker-assets.tgz_typescript@4.6.3 - '@rush-temp/tracker-resources': file:projects/tracker-resources.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rush-temp/ui': file:projects/ui.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/tracker-assets': file:projects/tracker-assets.tgz_typescript@4.5.4 + '@rush-temp/tracker-resources': file:projects/tracker-resources.tgz_096c09b0b673a57c275d9767a12070b1 + '@rush-temp/ui': file:projects/ui.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/view': file:projects/view.tgz - '@rush-temp/view-assets': file:projects/view-assets.tgz_typescript@4.6.3 - '@rush-temp/view-resources': file:projects/view-resources.tgz_f0abf5ca0df45160256bb27b32594b2b + '@rush-temp/view-assets': file:projects/view-assets.tgz_typescript@4.5.4 + '@rush-temp/view-resources': file:projects/view-resources.tgz_096c09b0b673a57c275d9767a12070b1 '@rush-temp/workbench': file:projects/workbench.tgz '@rush-temp/workbench-assets': file:projects/workbench-assets.tgz - '@rush-temp/workbench-resources': file:projects/workbench-resources.tgz_f0abf5ca0df45160256bb27b32594b2b - '@rushstack/heft-jest-plugin': 0.2.14_ts-node@10.5.0 - '@tiptap/core': 2.0.0-beta.174 - '@tiptap/extension-highlight': 2.0.0-beta.33_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-link': 2.0.0-beta.36_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-mention': 2.0.0-beta.95_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-placeholder': 2.0.0-beta.48_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-typography': 2.0.0-beta.20_@tiptap+core@2.0.0-beta.174 - '@tiptap/starter-kit': 2.0.0-beta.183 - '@tiptap/suggestion': 2.0.0-beta.90_@tiptap+core@2.0.0-beta.174 + '@rush-temp/workbench-resources': file:projects/workbench-resources.tgz_096c09b0b673a57c275d9767a12070b1 + '@rushstack/heft-jest-plugin': 0.2.15_ts-node@10.5.0 + '@tiptap/core': 2.0.0-beta.163 + '@tiptap/extension-highlight': 2.0.0-beta.32_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-link': 2.0.0-beta.35_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-mention': 2.0.0-beta.92_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-placeholder': 2.0.0-beta.46_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-typography': 2.0.0-beta.19_@tiptap+core@2.0.0-beta.163 + '@tiptap/starter-kit': 2.0.0-beta.171 + '@tiptap/suggestion': 2.0.0-beta.87_@tiptap+core@2.0.0-beta.163 '@types/body-parser': 1.19.2 '@types/compression': 1.7.2 '@types/cors': 2.8.12 '@types/deep-equal': 1.0.1 '@types/express': 4.17.13 - '@types/express-fileupload': 1.2.2 + '@types/express-fileupload': 1.2.0 '@types/faker': 5.5.9 '@types/heft-jest': 1.0.2 '@types/koa': 2.13.4 - '@types/koa-bodyparser': 4.3.7 + '@types/koa-bodyparser': 4.3.4 '@types/koa-router': 7.4.4 - '@types/koa__cors': 3.3.0 + '@types/koa__cors': 3.1.0 '@types/mime-types': 2.1.1 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@types/pdfkit': 0.12.4 - '@types/prosemirror-model': 1.16.1 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@types/pdfkit': 0.12.3 + '@types/prosemirror-model': 1.16.0 '@types/request': 2.48.8 '@types/toposort': 2.0.3 - '@types/uuid': 8.3.4 - '@types/ws': 8.5.3 - '@types/xml2js': 0.4.11 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 - autoprefixer: 10.4.4_postcss@8.4.12 - body-parser: 1.19.2 + '@types/uuid': 8.3.3 + '@types/ws': 8.2.2 + '@types/xml2js': 0.4.9 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 + autoprefixer: 10.4.0_postcss@8.4.5 + body-parser: 1.19.1 commander: 8.3.0 compression: 1.7.4 - compression-webpack-plugin: 9.0.1_webpack@5.72.0 + compression-webpack-plugin: 9.0.1_webpack@5.65.0 cors: 2.8.5 cropperjs: 1.5.12 cross-env: 7.0.3 - css-loader: 5.2.7_webpack@5.72.0 + css-loader: 5.2.7_webpack@5.65.0 deep-equal: 2.0.5 - dotenv-webpack: 7.1.0_webpack@5.72.0 + dotenv-webpack: 7.0.3_webpack@5.65.0 elastic-apm-node: 3.26.0 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 eslint-plugin-svelte3: 3.2.1_eslint@7.32.0 - express: 4.17.3 - express-fileupload: 1.3.1 + express: 4.17.2 + express-fileupload: 1.2.1 faker: 5.5.3 fast-equals: 2.0.4 - file-loader: 6.2.0_webpack@5.72.0 - filesize: 8.0.7 - html-webpack-plugin: 5.5.0_webpack@5.72.0 - intl-messageformat: 9.12.0 + file-loader: 6.2.0_webpack@5.65.0 + filesize: 8.0.6 + html-webpack-plugin: 5.5.0_webpack@5.65.0 + intl-messageformat: 9.10.0 jpeg-js: 0.4.3 just-clone: 3.2.1 jwt-simple: 0.5.6 koa: 2.13.4 koa-bodyparser: 4.3.0 koa-router: 10.1.1 - mime-types: 2.1.35 - mini-css-extract-plugin: 2.6.0_webpack@5.72.0 - minio: 7.0.27 - mongodb: 4.5.0 + mime-types: 2.1.34 + mini-css-extract-plugin: 2.4.5_webpack@5.65.0 + minio: 7.0.26 + mongodb: 4.2.2 pdfkit: 0.13.0 - postcss: 8.4.12 - postcss-load-config: 3.1.4_postcss@8.4.12+ts-node@10.5.0 - postcss-loader: 6.2.1_postcss@8.4.12+webpack@5.72.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + postcss-loader: 6.2.1_postcss@8.4.5+webpack@5.65.0 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1 prosemirror-model: 1.16.1 request: 2.88.2 - sass: 1.50.1 - sass-loader: 12.6.0_sass@1.50.1+webpack@5.72.0 - simplytyped: 3.3.0_typescript@4.6.3 + sass: 1.45.0 + sass-loader: 12.4.0_sass@1.45.0+webpack@5.65.0 + simplytyped: 3.3.0_typescript@4.5.4 smartcrop: 2.0.5 - style-loader: 3.3.1_webpack@5.72.0 - svelte-check: 2.7.0_4a34165f2c0581bd8d8ec614b98e4854 + style-loader: 3.3.1_webpack@5.65.0 + svelte-check: 2.3.0_ac194b5590200ebf8338e0f86ec190f4 svelte-loader: 3.1.2 - svelte-preprocess: 4.10.6_0e3339637e60cf7d197d9b349eaf486d + svelte-preprocess: 4.10.5_3ae2e5fc7d8fb60bbcea513ad0b15c0f svgo-loader: 3.0.0 toposort: 2.0.2 - ts-loader: 9.2.8_typescript@4.6.3+webpack@5.72.0 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 uuid: 8.3.2 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a webpack-bundle-analyzer: 4.5.0 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-dev-server: 4.8.1_webpack-cli@4.9.2+webpack@5.72.0 - ws: 8.5.0 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-dev-server: 4.7.4_webpack-cli@4.9.1+webpack@5.65.0 + ws: 8.4.2 xml2js: 0.4.23 packages: - /@ampproject/remapping/2.1.2: - resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/trace-mapping': 0.3.9 - dev: false - /@anticrm/skillset/0.6.0: resolution: {integrity: sha512-k5/57q9ie73oCFKAxZrKy/BSnakiaVZsJmfjzmqhoko+3dZq2M2o/h1r+RSZrQ6re51iMqFdsVZAtfdPL15hjA==} dev: false @@ -562,49 +555,65 @@ packages: /@babel/code-frame/7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.17.9 + '@babel/highlight': 7.16.0 + dev: false + + /@babel/code-frame/7.16.0: + resolution: {integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.16.0 dev: false /@babel/code-frame/7.16.7: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.17.9 + '@babel/highlight': 7.16.10 dev: false - /@babel/compat-data/7.17.7: - resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} + /@babel/compat-data/7.16.4: + resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} engines: {node: '>=6.9.0'} dev: false - /@babel/core/7.17.9: - resolution: {integrity: sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==} + /@babel/core/7.16.5: + resolution: {integrity: sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.1.2 - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 - '@babel/helper-module-transforms': 7.17.7 - '@babel/helpers': 7.17.9 - '@babel/parser': 7.17.9 - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/code-frame': 7.16.0 + '@babel/generator': 7.16.5 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5 + '@babel/helper-module-transforms': 7.16.5 + '@babel/helpers': 7.16.5 + '@babel/parser': 7.16.6 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.5 + '@babel/types': 7.16.0 convert-source-map: 1.8.0 - debug: 4.3.4 + debug: 4.3.3 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.0 semver: 6.3.0 + source-map: 0.5.7 transitivePeerDependencies: - supports-color dev: false - /@babel/generator/7.17.9: - resolution: {integrity: sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==} + /@babel/generator/7.16.5: + resolution: {integrity: sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.0 + jsesc: 2.5.2 + source-map: 0.5.7 + dev: false + + /@babel/generator/7.16.8: + resolution: {integrity: sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.8 jsesc: 2.5.2 source-map: 0.5.7 dev: false @@ -613,33 +622,33 @@ packages: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false - /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.9: - resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.5: + resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.17.7 - '@babel/core': 7.17.9 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.20.2 + '@babel/compat-data': 7.16.4 + '@babel/core': 7.16.5 + '@babel/helper-validator-option': 7.14.5 + browserslist: 4.19.1 semver: 6.3.0 dev: false - /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.9: - resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} + /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.16.5: + resolution: {integrity: sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-member-expression-to-functions': 7.17.7 + '@babel/helper-function-name': 7.16.7 + '@babel/helper-member-expression-to-functions': 7.16.7 '@babel/helper-optimise-call-expression': 7.16.7 '@babel/helper-replace-supers': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 @@ -647,54 +656,115 @@ packages: - supports-color dev: false + /@babel/helper-environment-visitor/7.16.5: + resolution: {integrity: sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 + dev: false + /@babel/helper-environment-visitor/7.16.7: resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false - /@babel/helper-function-name/7.17.9: - resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==} + /@babel/helper-function-name/7.16.0: + resolution: {integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==} engines: {node: '>=6.9.0'} dependencies: + '@babel/helper-get-function-arity': 7.16.0 + '@babel/template': 7.16.0 + '@babel/types': 7.16.0 + dev: false + + /@babel/helper-function-name/7.16.7: + resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-get-function-arity': 7.16.7 '@babel/template': 7.16.7 - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-get-function-arity/7.16.0: + resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 + dev: false + + /@babel/helper-get-function-arity/7.16.7: + resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-hoist-variables/7.16.0: + resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 dev: false /@babel/helper-hoist-variables/7.16.7: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false - /@babel/helper-member-expression-to-functions/7.17.7: - resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} + /@babel/helper-member-expression-to-functions/7.16.7: + resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-module-imports/7.16.0: + resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 dev: false /@babel/helper-module-imports/7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false - /@babel/helper-module-transforms/7.17.7: - resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} + /@babel/helper-module-transforms/7.16.5: + resolution: {integrity: sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.16.5 + '@babel/helper-module-imports': 7.16.0 + '@babel/helper-simple-access': 7.16.0 + '@babel/helper-split-export-declaration': 7.16.0 + '@babel/helper-validator-identifier': 7.15.7 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.5 + '@babel/types': 7.16.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-module-transforms/7.16.7: + resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.17.7 + '@babel/helper-simple-access': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.16.10 + '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: false @@ -703,7 +773,12 @@ packages: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-plugin-utils/7.16.5: + resolution: {integrity: sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-plugin-utils/7.16.7: @@ -716,33 +791,52 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-member-expression-to-functions': 7.17.7 + '@babel/helper-member-expression-to-functions': 7.16.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.16.10 + '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-simple-access/7.17.7: - resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==} + /@babel/helper-simple-access/7.16.0: + resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.0 + dev: false + + /@babel/helper-simple-access/7.16.7: + resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.8 dev: false /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-split-export-declaration/7.16.0: + resolution: {integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.0 dev: false /@babel/helper-split-export-declaration/7.16.7: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 + dev: false + + /@babel/helper-validator-identifier/7.15.7: + resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==} + engines: {node: '>=6.9.0'} dev: false /@babel/helper-validator-identifier/7.16.7: @@ -750,24 +844,38 @@ packages: engines: {node: '>=6.9.0'} dev: false + /@babel/helper-validator-option/7.14.5: + resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-validator-option/7.16.7: resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==} engines: {node: '>=6.9.0'} dev: false - /@babel/helpers/7.17.9: - resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==} + /@babel/helpers/7.16.5: + resolution: {integrity: sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.5 + '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color dev: false - /@babel/highlight/7.17.9: - resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==} + /@babel/highlight/7.16.0: + resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.15.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + + /@babel/highlight/7.16.10: + resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -775,363 +883,404 @@ packages: js-tokens: 4.0.0 dev: false - /@babel/parser/7.17.9: - resolution: {integrity: sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==} + /@babel/parser/7.16.12: + resolution: {integrity: sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==} engines: {node: '>=6.0.0'} hasBin: true dev: false - /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.9: + /@babel/parser/7.16.6: + resolution: {integrity: sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dev: false + + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/core': 7.16.5 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.5 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5 dev: false - /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.9: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.16.5: resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/core': 7.16.5 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.5 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.9: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.9: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.9: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.9: + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.9: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.9: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.9: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-plugin-utils': 7.16.7 + '@babel/core': 7.16.5 + '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.9: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.5: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.9: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.9: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.9: - resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==} + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.5: + resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-module-transforms': 7.17.7 + '@babel/core': 7.16.5 + '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/helper-simple-access': 7.17.7 + '@babel/helper-simple-access': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-react-jsx/7.17.3_@babel+core@7.17.9: - resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==} + /@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.16.5: + resolution: {integrity: sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.9 - '@babel/types': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.5 + '@babel/types': 7.16.8 dev: false - /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.9: + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.5: resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/core': 7.16.5 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.5 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.9 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.5 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-typescript/7.16.7_@babel+core@7.17.9: + /@babel/preset-typescript/7.16.7_@babel+core@7.16.5: resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.5 transitivePeerDependencies: - supports-color dev: false + /@babel/template/7.16.0: + resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.16.0 + '@babel/parser': 7.16.6 + '@babel/types': 7.16.0 + dev: false + /@babel/template/7.16.7: resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.17.9 - '@babel/types': 7.17.0 + '@babel/parser': 7.16.12 + '@babel/types': 7.16.8 dev: false - /@babel/traverse/7.17.9: - resolution: {integrity: sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==} + /@babel/traverse/7.16.10: + resolution: {integrity: sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.9 + '@babel/generator': 7.16.8 '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.17.9 + '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.17.9 - '@babel/types': 7.17.0 - debug: 4.3.4 + '@babel/parser': 7.16.12 + '@babel/types': 7.16.8 + debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/types/7.17.0: - resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} + /@babel/traverse/7.16.5: + resolution: {integrity: sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.16.0 + '@babel/generator': 7.16.5 + '@babel/helper-environment-visitor': 7.16.5 + '@babel/helper-function-name': 7.16.0 + '@babel/helper-hoist-variables': 7.16.0 + '@babel/helper-split-export-declaration': 7.16.0 + '@babel/parser': 7.16.6 + '@babel/types': 7.16.0 + debug: 4.3.3 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/types/7.16.0: + resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.15.7 + to-fast-properties: 2.0.0 + dev: false + + /@babel/types/7.16.8: + resolution: {integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -1142,6 +1291,15 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: false + /@cnakazawa/watch/1.0.4: + resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} + engines: {node: '>=0.1.95'} + hasBin: true + dependencies: + exec-sh: 0.3.6 + minimist: 1.2.5 + dev: false + /@cspotcode/source-map-consumer/0.8.0: resolution: {integrity: sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==} engines: {node: '>= 12'} @@ -1154,8 +1312,8 @@ packages: '@cspotcode/source-map-consumer': 0.8.0 dev: false - /@discoveryjs/json-ext/0.5.7: - resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + /@discoveryjs/json-ext/0.5.6: + resolution: {integrity: sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==} engines: {node: '>=10.0.0'} dev: false @@ -1163,7 +1321,7 @@ packages: resolution: {integrity: sha512-MDLb2aFeGjg46O5mLpdCzT5yOUDnXToJSrco2ShqGIXxNJaM8uJjX+4nd+hRYV4Vex8YJyDtOFEVBldQct6ndg==} engines: {node: '>=10'} dependencies: - fast-json-stringify: 2.7.13 + fast-json-stringify: 2.7.12 dev: false /@elastic/ecs-pino-format/1.3.0: @@ -1173,11 +1331,11 @@ packages: '@elastic/ecs-helpers': 1.1.0 dev: false - /@elastic/elasticsearch/7.17.0: - resolution: {integrity: sha512-5QLPCjd0uLmLj1lSuKSThjNpq39f6NmlTy9ROLFwG5gjyTgpwSqufDeYG/Fm43Xs05uF7WcscoO7eguI3HuuYA==} + /@elastic/elasticsearch/7.16.0: + resolution: {integrity: sha512-lMY2MFZZFG3om7QNHninxZZOXYx3NdIUwEISZxqaI9dXPoL3DNhU31keqjvx1gN6T74lGXAzrRNP4ag8CJ/VXw==} engines: {node: '>=12'} dependencies: - debug: 4.3.4 + debug: 4.3.3 hpagent: 0.1.2 ms: 2.1.3 secure-json-parse: 2.4.0 @@ -1190,48 +1348,48 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4 + debug: 4.3.3 espree: 7.3.1 - globals: 13.13.0 + globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 - minimatch: 3.1.2 + minimatch: 3.0.4 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: false - /@formatjs/ecma402-abstract/1.11.4: - resolution: {integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==} + /@formatjs/ecma402-abstract/1.11.0: + resolution: {integrity: sha512-TOp5La9wmSh9G5bqFGN/ApmOXtJDzBGkYW+OTRd3ukY7J32RVGZPpN4O9BD651JUy66nj3g9CIENTNCgm4IRXQ==} dependencies: - '@formatjs/intl-localematcher': 0.2.25 + '@formatjs/intl-localematcher': 0.2.21 tslib: 2.3.1 dev: false - /@formatjs/fast-memoize/1.2.1: - resolution: {integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==} + /@formatjs/fast-memoize/1.2.0: + resolution: {integrity: sha512-fObitP9Tlc31SKrPHgkPgQpGo4+4yXfQQITTCNH8AZdEqB7Mq4nPrjpUL/tNGN3lEeJcFxDbi0haX8HM7QvQ8w==} dependencies: tslib: 2.3.1 dev: false - /@formatjs/icu-messageformat-parser/2.0.19: - resolution: {integrity: sha512-8HsLm9YLyVVIDMyBJb7wmve2wGd461cUwJ470eUog5YH5ZsF4p5lgvaJ+oGKxz1mrSMNNdDHU9v/NDsS+z+ilg==} + /@formatjs/icu-messageformat-parser/2.0.15: + resolution: {integrity: sha512-nnRbkK+nz4ZL1l1lUbztL8qrEUGQKF/NU38itLnzLm8QLEacFS5qGOxxp/0DSIehhX99tNroNtudtjdOvzruAQ==} dependencies: - '@formatjs/ecma402-abstract': 1.11.4 - '@formatjs/icu-skeleton-parser': 1.3.6 + '@formatjs/ecma402-abstract': 1.11.0 + '@formatjs/icu-skeleton-parser': 1.3.2 tslib: 2.3.1 dev: false - /@formatjs/icu-skeleton-parser/1.3.6: - resolution: {integrity: sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==} + /@formatjs/icu-skeleton-parser/1.3.2: + resolution: {integrity: sha512-ChKmnVCE/LbJzedRgA/EeL5+tfjx/6ZWunqNiEC5BtqHnnwmLN/oPuCPb8b3NhuGiwTqp+LkaS70tga5kXRHxg==} dependencies: - '@formatjs/ecma402-abstract': 1.11.4 + '@formatjs/ecma402-abstract': 1.11.0 tslib: 2.3.1 dev: false - /@formatjs/intl-localematcher/0.2.25: - resolution: {integrity: sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==} + /@formatjs/intl-localematcher/0.2.21: + resolution: {integrity: sha512-JTJeLiNwexN4Gy0cMxoUPvJbKhXdnSuo5jPrDafEZpnDWlJ5VDYta8zUVVozO/pwzEmFVHEUpgiEDj+39L4oMg==} dependencies: tslib: 2.3.1 dev: false @@ -1241,8 +1399,8 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 + debug: 4.3.3 + minimatch: 3.0.4 transitivePeerDependencies: - supports-color dev: false @@ -1267,18 +1425,68 @@ packages: engines: {node: '>=8'} dev: false + /@jest/console/25.5.0: + resolution: {integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + chalk: 3.0.0 + jest-message-util: 25.5.0 + jest-util: 25.5.0 + slash: 3.0.0 + dev: false + /@jest/console/27.5.1: resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 slash: 3.0.0 dev: false + /@jest/core/25.4.0: + resolution: {integrity: sha512-h1x9WSVV0+TKVtATGjyQIMJENs8aF6eUjnCoi4jyRemYZmekLr8EJOGQqTWEX8W6SbZ6Skesy9pGXrKeAolUJw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/console': 25.5.0 + '@jest/reporters': 25.4.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.4.0 + '@jest/types': 25.5.0 + ansi-escapes: 4.3.2 + chalk: 3.0.0 + exit: 0.1.2 + graceful-fs: 4.2.8 + jest-changed-files: 25.5.0 + jest-config: 25.4.0 + jest-haste-map: 25.5.1 + jest-message-util: 25.5.0 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-resolve-dependencies: 25.5.4 + jest-runner: 25.5.4 + jest-runtime: 25.5.4 + jest-snapshot: 25.4.0 + jest-util: 25.5.0 + jest-validate: 25.5.0 + jest-watcher: 25.5.0 + micromatch: 4.0.4 + p-each-series: 2.2.0 + realpath-native: 2.0.0 + rimraf: 3.0.2 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /@jest/core/27.4.7_ts-node@10.5.0: resolution: {integrity: sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -1292,18 +1500,18 @@ packages: '@jest/reporters': 27.4.6 '@jest/test-result': 27.5.1 '@jest/transform': 27.4.6 - '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@jest/types': 27.4.2 + '@types/node': 17.0.10 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jest-changed-files: 27.5.1 jest-config: 27.4.7_ts-node@10.5.0 jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 + jest-message-util: 27.4.6 + jest-regex-util: 27.4.0 jest-resolve: 27.4.6 jest-resolve-dependencies: 27.5.1 jest-runner: 27.5.1 @@ -1312,7 +1520,7 @@ packages: jest-util: 27.5.1 jest-validate: 27.5.1 jest-watcher: 27.5.1 - micromatch: 4.0.5 + micromatch: 4.0.4 rimraf: 3.0.2 slash: 3.0.0 strip-ansi: 6.0.1 @@ -1324,28 +1532,57 @@ packages: - utf-8-validate dev: false + /@jest/environment/25.5.0: + resolution: {integrity: sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.5.0 + jest-mock: 25.5.0 + dev: false + /@jest/environment/27.5.1: resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 jest-mock: 27.5.1 dev: false + /@jest/fake-timers/25.5.0: + resolution: {integrity: sha512-9y2+uGnESw/oyOI3eww9yaxdZyHq7XvprfP/eeoCsjqKYts2yRlsHS/SgjPDV8FyMfn2nbMy8YzUk6nyvdLOpQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + jest-message-util: 25.5.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + lolex: 5.1.2 + dev: false + /@jest/fake-timers/27.5.1: resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 16.11.27 + '@types/node': 17.0.10 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 dev: false + /@jest/globals/25.5.2: + resolution: {integrity: sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/environment': 25.5.0 + '@jest/types': 25.5.0 + expect: 25.5.0 + dev: false + /@jest/globals/27.5.1: resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -1355,6 +1592,39 @@ packages: expect: 27.5.1 dev: false + /@jest/reporters/25.4.0: + resolution: {integrity: sha512-bhx/buYbZgLZm4JWLcRJ/q9Gvmd3oUh7k2V7gA4ZYBx6J28pIuykIouclRdiAC6eGVX1uRZT+GK4CQJLd/PwPg==} + engines: {node: '>= 8.3'} + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.4.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.2.0 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.1 + jest-haste-map: 25.5.1 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-worker: 25.5.0 + slash: 3.0.0 + source-map: 0.6.1 + string-length: 3.1.0 + terminal-link: 2.1.1 + v8-to-istanbul: 4.1.4 + optionalDependencies: + node-notifier: 6.0.0 + transitivePeerDependencies: + - supports-color + dev: false + /@jest/reporters/27.4.6: resolution: {integrity: sha512-+Zo9gV81R14+PSq4wzee4GC2mhAN9i9a7qgJWL90Gpx7fHYkWpTBvwWNZUXvJByYR9tAVBdc8VxDWqfJyIUrIQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -1368,15 +1638,15 @@ packages: '@jest/console': 27.5.1 '@jest/test-result': 27.5.1 '@jest/transform': 27.4.6 - '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@jest/types': 27.4.2 + '@types/node': 17.0.10 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.0 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.1.0 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.4 @@ -1393,6 +1663,15 @@ packages: - supports-color dev: false + /@jest/source-map/25.5.0: + resolution: {integrity: sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ==} + engines: {node: '>= 8.3'} + dependencies: + callsites: 3.1.0 + graceful-fs: 4.2.8 + source-map: 0.6.1 + dev: false + /@jest/source-map/27.5.1: resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -1402,16 +1681,42 @@ packages: source-map: 0.6.1 dev: false + /@jest/test-result/25.5.0: + resolution: {integrity: sha512-oV+hPJgXN7IQf/fHWkcS99y0smKLU2czLBJ9WA0jHITLst58HpQMtzSYxzaBvYc6U5U6jfoMthqsUlUlbRXs0A==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/console': 25.5.0 + '@jest/types': 25.5.0 + '@types/istanbul-lib-coverage': 2.0.3 + collect-v8-coverage: 1.0.1 + dev: false + /@jest/test-result/27.5.1: resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/console': 27.5.1 '@jest/types': 27.5.1 - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: false + /@jest/test-sequencer/25.5.4: + resolution: {integrity: sha512-pTJGEkSeg1EkCO2YWq6hbFvKNXk8ejqlxiOg1jBNLnWrgXOkdY6UmqZpwGFXNnRt9B8nO1uWMzLLZ4eCmhkPNA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/test-result': 25.5.0 + graceful-fs: 4.2.8 + jest-haste-map: 25.5.1 + jest-runner: 25.5.4 + jest-runtime: 25.5.4 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /@jest/test-sequencer/27.5.1: resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -1424,22 +1729,70 @@ packages: - supports-color dev: false + /@jest/transform/25.4.0: + resolution: {integrity: sha512-t1w2S6V1sk++1HHsxboWxPEuSpN8pxEvNrZN+Ud/knkROWtf8LeUmz73A4ezE8476a5AM00IZr9a8FO9x1+j3g==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.16.5 + '@jest/types': 25.5.0 + babel-plugin-istanbul: 6.1.1 + chalk: 3.0.0 + convert-source-map: 1.8.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.8 + jest-haste-map: 25.5.1 + jest-regex-util: 25.2.6 + jest-util: 25.5.0 + micromatch: 4.0.4 + pirates: 4.0.4 + realpath-native: 2.0.0 + slash: 3.0.0 + source-map: 0.6.1 + write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color + dev: false + + /@jest/transform/25.5.1: + resolution: {integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.16.5 + '@jest/types': 25.5.0 + babel-plugin-istanbul: 6.1.1 + chalk: 3.0.0 + convert-source-map: 1.8.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.8 + jest-haste-map: 25.5.1 + jest-regex-util: 25.2.6 + jest-util: 25.5.0 + micromatch: 4.0.4 + pirates: 4.0.4 + realpath-native: 2.0.0 + slash: 3.0.0 + source-map: 0.6.1 + write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color + dev: false + /@jest/transform/27.4.6: resolution: {integrity: sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.9 - '@jest/types': 27.5.1 + '@babel/core': 7.16.5 + '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jest-haste-map: 27.5.1 - jest-regex-util: 27.5.1 + jest-regex-util: 27.4.0 jest-util: 27.5.1 - micromatch: 4.0.5 - pirates: 4.0.5 + micromatch: 4.0.4 + pirates: 4.0.4 slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 @@ -1451,7 +1804,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -1461,8 +1814,8 @@ packages: jest-haste-map: 27.5.1 jest-regex-util: 27.5.1 jest-util: 27.5.1 - micromatch: 4.0.5 - pirates: 4.0.5 + micromatch: 4.0.4 + pirates: 4.0.4 slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 @@ -1470,81 +1823,82 @@ packages: - supports-color dev: false - /@jest/types/27.5.1: - resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} + /@jest/types/25.5.0: + resolution: {integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==} + engines: {node: '>= 8.3'} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 1.1.2 + '@types/yargs': 15.0.14 + chalk: 3.0.0 + dev: false + + /@jest/types/27.4.2: + resolution: {integrity: sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.27 + '@types/node': 17.0.0 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: false - /@jridgewell/resolve-uri/3.0.5: - resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==} - engines: {node: '>=6.0.0'} - dev: false - - /@jridgewell/sourcemap-codec/1.4.11: - resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==} - dev: false - - /@jridgewell/trace-mapping/0.3.9: - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} + /@jest/types/27.5.1: + resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jridgewell/resolve-uri': 3.0.5 - '@jridgewell/sourcemap-codec': 1.4.11 + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 3.0.1 + '@types/node': 17.0.10 + '@types/yargs': 16.0.4 + chalk: 4.1.2 dev: false - /@koa/cors/3.3.0: - resolution: {integrity: sha512-lzlkqLlL5Ond8jb6JLnVVDmD2OPym0r5kvZlMgAWiS9xle+Q5ulw1T358oW+RVguxUkANquZQz82i/STIRmsqQ==} + /@koa/cors/3.1.0: + resolution: {integrity: sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q==} engines: {node: '>= 8.0.0'} dependencies: vary: 1.1.2 dev: false - /@leichtgewicht/ip-codec/2.0.3: - resolution: {integrity: sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg==} - dev: false - - /@microsoft/api-extractor-model/7.17.1: - resolution: {integrity: sha512-DCDtD8TdEpNk2lW4JvXgwwpxKy70P0JLad55iahwO8A+C63KYsrHIpAzo0FUauh5pwJ0v5QVNIJ+OBgKGteemg==} + /@microsoft/api-extractor-model/7.15.1: + resolution: {integrity: sha512-DWfS1o3oMY0mzdO3OuQbD/9vzn80jwM6tFd7XbiYnkpxwhD83LMGXz7NZWwSh+IaA+9w3LF4w62fT31Qq+dAMw==} dependencies: - '@microsoft/tsdoc': 0.14.1 - '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.45.3 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.44.2 dev: false - /@microsoft/api-extractor/7.22.2: - resolution: {integrity: sha512-G7vXz6UHz+qoaUGPf2k5Md4bSpHii9nFys3sIe3bmFUbmhAe+HfSB/dCn1PsLhW7tZfEXwMHTj7fbL5vcZkrEw==} + /@microsoft/api-extractor/7.19.2: + resolution: {integrity: sha512-LxSa9lwp7eYtM4i5y/1n79QpotPKlmpCrVQbkb0LAHE1sCRHpZDTb6p3cMJthDhYPMjAYKOLfq639GwtZrg23Q==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.17.1 - '@microsoft/tsdoc': 0.14.1 - '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.45.3 - '@rushstack/rig-package': 0.3.10 - '@rushstack/ts-command-line': 4.10.9 + '@microsoft/api-extractor-model': 7.15.1 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.44.2 + '@rushstack/rig-package': 0.3.6 + '@rushstack/ts-command-line': 4.10.5 colors: 1.2.5 lodash: 4.17.21 resolve: 1.17.0 - semver: 7.3.7 + semver: 7.3.5 source-map: 0.6.1 - typescript: 4.5.5 + typescript: 4.5.4 dev: false - /@microsoft/tsdoc-config/0.16.1: - resolution: {integrity: sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==} + /@microsoft/tsdoc-config/0.15.2: + resolution: {integrity: sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==} dependencies: - '@microsoft/tsdoc': 0.14.1 + '@microsoft/tsdoc': 0.13.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: false - /@microsoft/tsdoc/0.14.1: - resolution: {integrity: sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==} + /@microsoft/tsdoc/0.13.2: + resolution: {integrity: sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==} dev: false /@nodelib/fs.scandir/2.1.5: @@ -1568,44 +1922,44 @@ packages: fastq: 1.13.0 dev: false - /@playwright/test/1.18.1: - resolution: {integrity: sha512-v6jAM2GpRvf4MUvSLkrAXg101XT9mLu2X2NbCnEoj7GHBXwavDlAJDMwh4Hn8oipDxB6MS6FTcr7opXsIMNwrA==} + /@playwright/test/1.18.0: + resolution: {integrity: sha512-ceu4DqerPlyRsdNfke4IUyWH1WccRuBokngFdPAzc5CRzlGmSTT59NBkJyn8Fg/F01CziaMFgNRrHQIMSd4g5A==} engines: {node: '>=12'} hasBin: true dependencies: - '@babel/code-frame': 7.16.7 - '@babel/core': 7.17.9 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.9 - '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.9 - '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.9 - '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 + '@babel/code-frame': 7.16.0 + '@babel/core': 7.16.5 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.16.5 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.5 + '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.5 + '@babel/preset-typescript': 7.16.7_@babel+core@7.16.5 babel-plugin-module-resolver: 4.1.0 colors: 1.4.0 commander: 8.3.0 - debug: 4.3.4 + debug: 4.3.3 expect: 27.2.5 jest-matcher-utils: 27.2.5 jpeg-js: 0.4.3 - json5: 2.2.1 + json5: 2.2.0 mime: 2.6.0 - minimatch: 3.1.2 + minimatch: 3.0.4 ms: 2.1.3 open: 8.4.0 - pirates: 4.0.5 + pirates: 4.0.4 pixelmatch: 5.2.1 - playwright-core: 1.18.1 + playwright-core: 1.18.0 pngjs: 5.0.0 rimraf: 3.0.2 source-map-support: 0.4.18 @@ -1630,6 +1984,15 @@ packages: jsonpath-plus: 4.0.0 dev: false + /@rushstack/heft-config-file/0.7.9: + resolution: {integrity: sha512-h9cWk7HOBRXVDhR2tciieIRmiT0Mi1flE5LYA3VZqAqSo9c9KrjUwXyXH/RSYI1f7RFNYrJ2wbOieL/WJXkfKA==} + engines: {node: '>=10.13.0'} + dependencies: + '@rushstack/node-core-library': 3.44.2 + '@rushstack/rig-package': 0.3.6 + jsonpath-plus: 4.0.0 + dev: false + /@rushstack/heft-config-file/0.8.2: resolution: {integrity: sha512-tVCHHleGkC60To7n3lbmXPFZSI/2verPRi6w5uG81l3NtMxDt9XRplBYPVbec5zIOPlHbULHgF5kLyRtBx3iHA==} engines: {node: '>=10.13.0'} @@ -1639,17 +2002,47 @@ packages: jsonpath-plus: 4.0.0 dev: false - /@rushstack/heft-jest-plugin/0.2.14_f93694304f41783fe45a627c17d37e53: - resolution: {integrity: sha512-VumNUtd321BrPcz9csPbAlx0XaeOEZcjYbR0e+2NPySN22Y4xeO8bJVPBzALb5qz4pU5B6C12i9YHiM2/pD8VA==} + /@rushstack/heft-config-file/0.8.3: + resolution: {integrity: sha512-RXAcsA+oboUE/IZk5ONHKhn7XibRXljWql5B7l1ddFzbwDUnbddPz8IEMDCKG1v/Uma/7WSqpBR210RoC5uszg==} + engines: {node: '>=10.13.0'} + dependencies: + '@rushstack/node-core-library': 3.45.4 + '@rushstack/rig-package': 0.3.11 + jsonpath-plus: 4.0.0 + dev: false + + /@rushstack/heft-jest-plugin/0.1.53_@rushstack+heft@0.41.8: + resolution: {integrity: sha512-iLDJDlXFjSvAv/CoEXhCcIhYed+WEK/gr72073QH/oQ2NWoEHWjdQQen7O1o4vS51BuJe1n74/btKCi2VsrigA==} peerDependencies: - '@rushstack/heft': ^0.44.13 + '@rushstack/heft': ^0.43.2 + dependencies: + '@jest/core': 25.4.0 + '@jest/reporters': 25.4.0 + '@jest/transform': 25.4.0 + '@rushstack/heft': 0.41.8 + '@rushstack/heft-config-file': 0.7.9 + '@rushstack/node-core-library': 3.44.2 + jest-config: 25.4.0 + jest-snapshot: 25.4.0 + lodash: 4.17.21 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + /@rushstack/heft-jest-plugin/0.2.15_f93694304f41783fe45a627c17d37e53: + resolution: {integrity: sha512-AHWGGIzByXb0wonywmUTJ8IZrMQOxM45rZ0v9hbXogD8PbtA7WhMZ7RyoiAHL1vrRbElAcnLC6xT1Erzh/09Pg==} + peerDependencies: + '@rushstack/heft': ^0.45.0 dependencies: '@jest/core': 27.4.7_ts-node@10.5.0 '@jest/reporters': 27.4.6 '@jest/transform': 27.4.6 '@rushstack/heft': 0.44.13 - '@rushstack/heft-config-file': 0.8.2 - '@rushstack/node-core-library': 3.45.3 + '@rushstack/heft-config-file': 0.8.3 + '@rushstack/node-core-library': 3.45.4 jest-config: 27.4.7_ts-node@10.5.0 jest-resolve: 27.4.6 jest-snapshot: 27.4.6 @@ -1663,16 +2056,16 @@ packages: - utf-8-validate dev: false - /@rushstack/heft-jest-plugin/0.2.14_ts-node@10.5.0: - resolution: {integrity: sha512-VumNUtd321BrPcz9csPbAlx0XaeOEZcjYbR0e+2NPySN22Y4xeO8bJVPBzALb5qz4pU5B6C12i9YHiM2/pD8VA==} + /@rushstack/heft-jest-plugin/0.2.15_ts-node@10.5.0: + resolution: {integrity: sha512-AHWGGIzByXb0wonywmUTJ8IZrMQOxM45rZ0v9hbXogD8PbtA7WhMZ7RyoiAHL1vrRbElAcnLC6xT1Erzh/09Pg==} peerDependencies: - '@rushstack/heft': ^0.44.13 + '@rushstack/heft': ^0.45.0 dependencies: '@jest/core': 27.4.7_ts-node@10.5.0 '@jest/reporters': 27.4.6 '@jest/transform': 27.4.6 - '@rushstack/heft-config-file': 0.8.2 - '@rushstack/node-core-library': 3.45.3 + '@rushstack/heft-config-file': 0.8.3 + '@rushstack/node-core-library': 3.45.4 jest-config: 27.4.7_ts-node@10.5.0 jest-resolve: 27.4.6 jest-snapshot: 27.4.6 @@ -1699,11 +2092,11 @@ packages: '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 - fast-glob: 3.2.11 + fast-glob: 3.2.7 glob: 7.0.6 glob-escape: 0.0.2 prettier: 2.3.2 - semver: 7.3.7 + semver: 7.3.5 tapable: 1.1.3 true-case-path: 2.2.1 dev: false @@ -1720,11 +2113,11 @@ packages: '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 - fast-glob: 3.2.11 + fast-glob: 3.2.7 glob: 7.0.6 glob-escape: 0.0.2 prettier: 2.3.2 - semver: 7.3.7 + semver: 7.3.5 tapable: 1.1.3 true-case-path: 2.2.1 dev: false @@ -1738,11 +2131,25 @@ packages: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.17.0 - semver: 7.3.7 + semver: 7.3.5 timsort: 0.3.0 z-schema: 3.18.4 dev: false + /@rushstack/node-core-library/3.44.2: + resolution: {integrity: sha512-lQ8Ct267UKkNSJSDxpBWn7SyyITWQ9l3Xqww0V+YY0rMt02r9eiGvwwPaU1ugJW7IMVo6r/HXvgbmpOSPyzGyg==} + dependencies: + '@types/node': 12.20.24 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 5.0.2 + dev: false + /@rushstack/node-core-library/3.45.3: resolution: {integrity: sha512-Rn0mxqC3MPb+YbvaeFcRWfcYHLwyZ99/ffYA8chpq5OpqoY+Mr1ycTbMvzl5AxWf1pYmi/2+Eo3iTOsQdYR8xw==} dependencies: @@ -1752,9 +2159,23 @@ packages: import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.17.0 - semver: 7.3.7 + semver: 7.3.5 timsort: 0.3.0 - z-schema: 5.0.3 + z-schema: 5.0.2 + dev: false + + /@rushstack/node-core-library/3.45.4: + resolution: {integrity: sha512-FMoEQWjK7nWAO2uFgV1eVpVhY9ZDGOdIIomi9zTej64cKJ+8/Nvu+ny0xKaUDEjw/ALftN2D2ml7L0RDpW/Z9g==} + dependencies: + '@types/node': 12.20.24 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 5.0.2 dev: false /@rushstack/rig-package/0.3.10: @@ -1764,6 +2185,13 @@ packages: strip-json-comments: 3.1.1 dev: false + /@rushstack/rig-package/0.3.11: + resolution: {integrity: sha512-uI1/g5oQPtyrT9nStoyX/xgZSLa2b+srRFaDk3r1eqC7zA5th4/bvTGl2QfV3C9NcP+coSqmk5mFJkUfH6i3Lw==} + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 + dev: false + /@rushstack/rig-package/0.3.4: resolution: {integrity: sha512-NsCzPxPQ8cu7lnqa/4xBQXuCJwaBrb5vEbOC8Q/bMQK7GDOxeVUN3/f+NCYjgQSl39toAm8jQJ7TJe+RYYX3yQ==} dependencies: @@ -1771,6 +2199,13 @@ packages: strip-json-comments: 3.1.1 dev: false + /@rushstack/rig-package/0.3.6: + resolution: {integrity: sha512-H/uFsAT6cD4JCYrlQXYMZg+wPVECByFoJLGqfGRiTwSS5ngQw9QxnFV2mPG2LrxFUsMjLQ2lsrYr523700XzfA==} + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 + dev: false + /@rushstack/ts-command-line/4.10.3: resolution: {integrity: sha512-DdDfwr8CO6CP/kBZlQrrwKyA6UxOteujaIBrmoHa+J+dyLZC19YA/LK0fAHjr2qHLAJHHXVpZwPH8BpqN84oVg==} dependencies: @@ -1780,6 +2215,15 @@ packages: string-argv: 0.3.1 dev: false + /@rushstack/ts-command-line/4.10.5: + resolution: {integrity: sha512-5fVlTDbKsJ5WyT6L7NrnOlLG3uoITKxoqTPP2j0QZEi95kPbVT4+VPZaXXDJtkrao9qrIyig8pLK9WABY1bb3w==} + dependencies: + '@types/argparse': 1.0.38 + argparse: 1.0.10 + colors: 1.2.5 + string-argv: 0.3.1 + dev: false + /@rushstack/ts-command-line/4.10.9: resolution: {integrity: sha512-TE3eZgHNVHOY3p8lp38FoNEJUr0+swPb24sCcYuwlC+MHgMGXyJNM+p7l3TKSBRiY01XShoL2k601oGwL00KlA==} dependencies: @@ -1810,259 +2254,259 @@ packages: '@sinonjs/commons': 1.8.3 dev: false - /@tiptap/core/2.0.0-beta.174: - resolution: {integrity: sha512-APQDto40PdvagG1HTwkKlieQS4Vp6GXNe7qgV1Qo2QCgJCLyxc/fXCTghtrOx0CQb+9JT7fjSLZxbSyUFXjx7Q==} + /@tiptap/core/2.0.0-beta.163: + resolution: {integrity: sha512-Rg2UaAhmb9z6eunQ5D6dSEO/e4zK2cfIuYJniB87o8nLogaNBNKkhy6Q2kZB1PpYLIpbl0C/DdHIQ7QYy92ZAg==} dependencies: '@types/prosemirror-commands': 1.0.4 '@types/prosemirror-keymap': 1.0.4 - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-schema-list': 1.0.3 '@types/prosemirror-state': 1.2.8 - '@types/prosemirror-transform': 1.1.6 - '@types/prosemirror-view': 1.23.1 - prosemirror-commands: 1.2.2 + '@types/prosemirror-transform': 1.1.5 + '@types/prosemirror-view': 1.19.2 + prosemirror-commands: 1.1.12 prosemirror-keymap: 1.1.5 prosemirror-model: 1.16.1 prosemirror-schema-list: 1.1.6 prosemirror-state: 1.3.4 - prosemirror-transform: 1.4.2 - prosemirror-view: 1.23.12 + prosemirror-transform: 1.3.3 + prosemirror-view: 1.23.6 dev: false - /@tiptap/extension-blockquote/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-blockquote/2.0.0-beta.26_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-A6yjcYovONJfOjQFk6vDYXswaCdCtCwjL7w9VTB0R2DLTuJvvRt9DWN0IDcMrj5G+aMgDq4GUUTitv+2Y8krDg==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-bold/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-pnO0I5sEQM3pmowjMGQ74adLzvc6HqGyLyqMizaGMicPu9uTYlSdId+qckYEEgPwPMaEShtv2Vg+ZHs7KVqfcg==} + /@tiptap/extension-bold/2.0.0-beta.25_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-ZNdgFYDxKo8lAp0Pqzu45I0JH3ah8/X5TCYg9zNg3QwLUFT16g2LlWDMUDGT5pH9aXxgtFaEdoVacu0EyhlPnQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-bullet-list/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-bullet-list/2.0.0-beta.26_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-1n5HV8gY1tLjPk4x48nva6SZlFHoPlRfF6pqSu9JcJxPO7FUSPxUokuz4swYNe0LRrtykfyNz44dUcxKVhoFow==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-code-block/2.0.0-beta.37_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-mJAM+PHaNoKRYwM3D36lZ51/aoPxxvZNQn3UBnZ6G7l0ZJSgB3JvBEzqK6S8nNFeYIIxGwv4QF6vXe4MG9ie2g==} + /@tiptap/extension-code-block/2.0.0-beta.35_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-8SIP45Bl/mii3mdRdVPCF3yJGU37Nt2EJiU9eyfTzQSMbaf9Vf1Kop39tjKdbjTrsZ3W7Lnycj+q4x18Zusb6Q==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 prosemirror-state: 1.3.4 dev: false - /@tiptap/extension-code/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-code/2.0.0-beta.26_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-QcFWdEFfbJ1n5UFFBD17QPPAJ3J5p/b7XV484u0shCzywO7aNPV32QeHy1z0eMoyZtCbOWf6hg/a7Ugv8IwpHw==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-document/2.0.0-beta.15_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-document/2.0.0-beta.15_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-ypENC+xUYD5m2t+KOKNYqyXnanXd5fxyIyhR1qeEEwwQwMXGNrO3kCH6O4mIDCpy+/WqHvVay2tV5dVsXnvY8w==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-dropcursor/2.0.0-beta.25_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-dropcursor/2.0.0-beta.25_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-GYf5s6dkZtsDy+TEkrQK6kLbfbitG4qnk02D+FlhlJMI/Nnx8rYCRJbwEHDdqrfX7XwZzULMqqqHvzxZYrEeNg==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 '@types/prosemirror-dropcursor': 1.0.3 prosemirror-dropcursor: 1.4.0 dev: false - /@tiptap/extension-gapcursor/2.0.0-beta.34_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-gapcursor/2.0.0-beta.34_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-Vm8vMWWQ2kJcUOLfB5CEo5pYgyudI7JeeiZvX9ScPmUmgKVYhEpt3EAICY9pUYJ41aAVH35gZLXkUtsz2f9GHw==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 '@types/prosemirror-gapcursor': 1.0.4 - prosemirror-gapcursor: 1.2.2 + prosemirror-gapcursor: 1.2.1 dev: false - /@tiptap/extension-hard-break/2.0.0-beta.30_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-hard-break/2.0.0-beta.30_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-X9xj/S+CikrbIE7ccUFVwit5QHEbflnKVxod+4zPwr1cxogFbE9AyLZE2MpYdx3z9LcnTYYi9leBqFrP4T/Olw==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-heading/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-nR6W/3rjnZH1Swo7tGBoYsmO6xMvu9MGq6jlm3WVHCB7B3CsrRvCkTwGjVIbKTaZC4bQfx5gvAUpQFvwuU+M5w==} + /@tiptap/extension-heading/2.0.0-beta.25_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-7cK2gB3eqb7U0KmpWIPT7tsHGuVeFk4q1q/V6q91NTtZ4HdOMAyFuYTZu1iXufKyoEXTftByE85EYsfJGeGiRQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-highlight/2.0.0-beta.33_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-TXyMiCcY5a0w5UFax350xU+T79GKJw2XwJ6Punc6sY2RRRgKaEbN1ZF0JCdQhQvD1ooKImHzCRYR8Pldb0xgfg==} + /@tiptap/extension-highlight/2.0.0-beta.32_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-fl/w+6QgE3OcLlW3fkO7wE9c0E9VX4AueBBHRYIYv7k4AzBDSoIEA7XVFa8jJFIMzmxrFGnPd5OEDRo7ezWq6A==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-history/2.0.0-beta.21_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-history/2.0.0-beta.21_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-0v8Cl30V4dsabdpspLdk+f+lMoIvLFlJN5WRxtc7RRZ5gfJVxPHwooIKdvC51brfh/oJtWFCNMRjhoz0fRaF9A==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 '@types/prosemirror-history': 1.0.3 prosemirror-history: 1.2.0 dev: false - /@tiptap/extension-horizontal-rule/2.0.0-beta.31_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-MNc4retfjRgkv3qxqGya0+/BEd1Kmn+oMsCRvE+8x3sXyKIse+vdqMuG5qUcA6np0ZD/9hh1riiQ1GQdgc23Ng==} + /@tiptap/extension-horizontal-rule/2.0.0-beta.30_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-h/PlkvfcMuoBGRfD7Cbeh8mxZiEc2pKveLDwOfCES9TKV5i2lqcIgctpohWyISuFcTq4K+OFgr910+Rsp8qwEg==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 prosemirror-state: 1.3.4 dev: false - /@tiptap/extension-italic/2.0.0-beta.26_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-vejGe2ra4K5ipFOn1U9viqF9X9nPTX8WSJpSOux+9UbKjHpANy7bz69tp66OIi/Wh5L/MMDc+luH/04qfVnpZw==} + /@tiptap/extension-italic/2.0.0-beta.25_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-7PvhioTX9baVp5+AmmZU0qna+dFPZCRlSEN/GciH57N77d2uhJ/ZW5iQWTbvy5HBNddQB4Jts1UDIaC7WASrGA==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-link/2.0.0-beta.36_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-jV0EBM/QPfR4e5FG5OPHZARnYS+CL8yhCzHO4J1Nb1i/+vRY9QpPVBruZABBwt+J+PMdq6t/6vvIXejCR3wyAg==} + /@tiptap/extension-link/2.0.0-beta.35_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-FQRjboP69QvUxPI97BRlLzfm7LHDYuAdM/mgEBwDE/i0w7I9lVlfpdGGd4hiPNfD2gMEqHfYJzb1K1qMZw+yRw==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 linkifyjs: 3.0.5 prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 dev: false - /@tiptap/extension-list-item/2.0.0-beta.20_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-list-item/2.0.0-beta.20_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-5IPEspJt38t9ROj4xLUesOVEYlTT/R9Skd9meHRxJQZX1qrzBICs5PC/WRIsnexrvTBhdxpYgCYjpvpsJBlKuQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-mention/2.0.0-beta.95_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-AiikYJa33APtMI7c6a4EpPhqAYxHHnub5b9hd62zM1peBp2D2aO1dEIL7cB7O2P8EBZ2pu2QN2mFcCbVlSi0Xw==} + /@tiptap/extension-mention/2.0.0-beta.92_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-sHhQ7yAwumiVv9ysn7xGf4WQzpPQENXakHnLnlyEYi6VwqZKSadyJrmCdOl3ZIGmLP6c6PGjL4j4nlpYS7xK7Q==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 - '@tiptap/suggestion': 2.0.0-beta.90_@tiptap+core@2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 + '@tiptap/suggestion': 2.0.0-beta.87_@tiptap+core@2.0.0-beta.163 prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 dev: false - /@tiptap/extension-ordered-list/2.0.0-beta.27_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-ordered-list/2.0.0-beta.27_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-apFDeignxdZb3cA3p1HJu0zw1JgJdBYUBz1r7f99qdNybYuk3I/1MPUvlOuOgvIrBB/wydoyVDP+v9F7QN3tfQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-paragraph/2.0.0-beta.23_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-paragraph/2.0.0-beta.23_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-VWAxyzecErYWk97Kv/Gkghh97zAQTcaVOisEnYYArZAlyYDaYM48qVssAC/vnRRynP2eQxb1EkppbAxE+bMHAA==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-placeholder/2.0.0-beta.48_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-TZNGAHocPoV5DtB8Q5BwQU2uf5vDiwLxbgVHRAIme9P4VsVqa/U1i1TkyN5A5BVdfOzc+E4EOU7cKuyjy7DNyA==} + /@tiptap/extension-placeholder/2.0.0-beta.46_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-/Oz8fS95qA+sHX70AC85mc5RARIEeNbdKr97DCYjrsH2P3uDwt4O5NSxNZvvtxzBmBxmN+rfUhiCjIN/GlldlQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 - prosemirror-view: 1.23.12 + prosemirror-view: 1.23.6 dev: false - /@tiptap/extension-strike/2.0.0-beta.27_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-strike/2.0.0-beta.27_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-2dmCgtesuDdivM/54Q+Y6Tc3JbGz1SkHP6c62piuqBiYLWg3xa16zChZOhfN8szbbQlBgLT6XRTDt3c2Ux+Dug==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-text/2.0.0-beta.15_@tiptap+core@2.0.0-beta.174: + /@tiptap/extension-text/2.0.0-beta.15_@tiptap+core@2.0.0-beta.163: resolution: {integrity: sha512-S3j2+HyV2gsXZP8Wg/HA+YVXQsZ3nrXgBM9HmGAxB0ESOO50l7LWfip0f3qcw1oRlh5H3iLPkA6/f7clD2/TFA==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/extension-typography/2.0.0-beta.20_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-rDgl5ssuM/UKTZHHN1QgF5lZTqNI/q7hxpsk7SZhGjuTSbo2mJ38shaKWEsLmofer/xE6+lWtYo8IVkuv998QA==} + /@tiptap/extension-typography/2.0.0-beta.19_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-9Y3or/X0IkHqfJg1eOqqMiPFgXKQKNOwDy+xN6qhORQSUzCPOCHttAUdp8AN/WUEQOoOK4uaRida8ik1ATK7ZQ==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 dev: false - /@tiptap/starter-kit/2.0.0-beta.183: - resolution: {integrity: sha512-Lcms6lEfFfdL1oHoATcNKfu1C8+yhuZnI5Pq+U6o2zSslfnUSDf3jgmy6nSoZrrkqvFoXjQk4dxMDFg3giw2Kg==} + /@tiptap/starter-kit/2.0.0-beta.171: + resolution: {integrity: sha512-ifgaPMsKinFDWQ03beMCPpdtcbYSCD4QXMMjdzHlGi2cDZQP6/s3IYpBVZ5kMBAX2x81QAgNjgy2BJ2PaGzsbw==} dependencies: - '@tiptap/core': 2.0.0-beta.174 - '@tiptap/extension-blockquote': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-bold': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-bullet-list': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-code': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-code-block': 2.0.0-beta.37_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-document': 2.0.0-beta.15_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-dropcursor': 2.0.0-beta.25_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-gapcursor': 2.0.0-beta.34_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-hard-break': 2.0.0-beta.30_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-heading': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-history': 2.0.0-beta.21_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-horizontal-rule': 2.0.0-beta.31_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-italic': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-list-item': 2.0.0-beta.20_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-ordered-list': 2.0.0-beta.27_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-paragraph': 2.0.0-beta.23_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-strike': 2.0.0-beta.27_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-text': 2.0.0-beta.15_@tiptap+core@2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 + '@tiptap/extension-blockquote': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-bold': 2.0.0-beta.25_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-bullet-list': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-code': 2.0.0-beta.26_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-code-block': 2.0.0-beta.35_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-document': 2.0.0-beta.15_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-dropcursor': 2.0.0-beta.25_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-gapcursor': 2.0.0-beta.34_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-hard-break': 2.0.0-beta.30_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-heading': 2.0.0-beta.25_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-history': 2.0.0-beta.21_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-horizontal-rule': 2.0.0-beta.30_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-italic': 2.0.0-beta.25_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-list-item': 2.0.0-beta.20_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-ordered-list': 2.0.0-beta.27_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-paragraph': 2.0.0-beta.23_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-strike': 2.0.0-beta.27_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-text': 2.0.0-beta.15_@tiptap+core@2.0.0-beta.163 dev: false - /@tiptap/suggestion/2.0.0-beta.90_@tiptap+core@2.0.0-beta.174: - resolution: {integrity: sha512-L5PPYRatY/75uJJRQx2o/Ce+gzcOkmd81TwLjio9sADV3bRf4DO4WYcQy0AtGe6uNSz78DTL0SUVw4204VjoBw==} + /@tiptap/suggestion/2.0.0-beta.87_@tiptap+core@2.0.0-beta.163: + resolution: {integrity: sha512-rPkJvbrbiT5CSRVQywjjptQUv7vLN/Hm3jGEsuTf56J05CXvtykMGju548Nm9Hm4gP5iE3iToPfF3l9feHirgg==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.174 + '@tiptap/core': 2.0.0-beta.163 prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 - prosemirror-view: 1.23.12 + prosemirror-view: 1.23.6 dev: false /@tootallnate/once/1.1.2: @@ -2094,59 +2538,59 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false /@types/argparse/1.0.38: resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: false - /@types/babel__core/7.1.19: - resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} + /@types/babel__core/7.1.17: + resolution: {integrity: sha512-6zzkezS9QEIL8yCBvXWxPTJPNuMeECJVxSOhxNY/jfq9LxOTHivaYTqr37n9LknWWRTIkzqH2UilS5QFvfa90A==} dependencies: - '@babel/parser': 7.17.9 - '@babel/types': 7.17.0 - '@types/babel__generator': 7.6.4 + '@babel/parser': 7.16.12 + '@babel/types': 7.16.8 + '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.17.0 + '@types/babel__traverse': 7.14.2 dev: false - /@types/babel__generator/7.6.4: - resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} + /@types/babel__generator/7.6.3: + resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.17.9 - '@babel/types': 7.17.0 + '@babel/parser': 7.16.12 + '@babel/types': 7.16.8 dev: false - /@types/babel__traverse/7.17.0: - resolution: {integrity: sha512-r8aveDbd+rzGP+ykSdF3oPuTVRWRfbBiHl0rVDM2yNEmSMXfkObQLV46b4RnCv3Lra51OlfnZhkkFaDl2MIRaA==} + /@types/babel__traverse/7.14.2: + resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.16.8 dev: false /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false - /@types/busboy/0.3.2: - resolution: {integrity: sha512-iEvdm9Z9KdSs/ozuh1Z7ZsXrOl8F4M/CLMXPZHr3QuJ4d6Bjn+HBMC5EMKpwpAo8oi8iK9GZfFoHaIMrrZgwVw==} + /@types/busboy/0.3.1: + resolution: {integrity: sha512-8BPLNy4x+7lbTOGkAyUIZrrPEZ7WzbO7YlVGMf9EZi9J9mqILEkYbt/kgVWQ7fizOISo1hM/7cAsWVTa7EhQDg==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false /@types/caseless/0.12.2: @@ -2162,14 +2606,14 @@ packages: /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.28 - '@types/node': 16.11.27 + '@types/express-serve-static-core': 4.17.26 + '@types/node': 17.0.10 dev: false /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false /@types/content-disposition/0.5.4: @@ -2182,7 +2626,7 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false /@types/cors/2.8.12: @@ -2193,35 +2637,35 @@ packages: resolution: {integrity: sha512-mMUu4nWHLBlHtxXY17Fg6+ucS/MnndyOWyOe7MmwkoMYxvfQU2ajtRaEvqSUv+aVkMqH/C0NCI8UoVfRNQ10yg==} dev: false - /@types/eslint-scope/3.7.3: - resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==} + /@types/eslint-scope/3.7.2: + resolution: {integrity: sha512-TzgYCWoPiTeRg6RQYgtuW7iODtVoKu3RVL72k3WohqhjfaOLK5Mg2T4Tg1o2bSfu0vPkoI48wdQFv5b/Xe04wQ==} dependencies: - '@types/eslint': 8.4.1 - '@types/estree': 0.0.51 + '@types/eslint': 8.2.1 + '@types/estree': 0.0.50 dev: false - /@types/eslint/8.4.1: - resolution: {integrity: sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==} + /@types/eslint/8.2.1: + resolution: {integrity: sha512-UP9rzNn/XyGwb5RQ2fok+DzcIRIYwc16qTXse5+Smsy8MOIccCChT15KAwnsgQx4PzJkaMq4myFyZ4CL5TjhIQ==} dependencies: - '@types/estree': 0.0.51 - '@types/json-schema': 7.0.11 + '@types/estree': 0.0.50 + '@types/json-schema': 7.0.9 dev: false - /@types/estree/0.0.51: - resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} + /@types/estree/0.0.50: + resolution: {integrity: sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==} dev: false - /@types/express-fileupload/1.2.2: - resolution: {integrity: sha512-sWU1EVFfLsdAginKVrkwTRbRPnbn7dawxEFEBgaRDcpNFCUuksZtASaAKEhqwEIg6fSdeTyI6dIUGl3thhrypg==} + /@types/express-fileupload/1.2.0: + resolution: {integrity: sha512-WeiI4TyG/DlYNouLacQRHN9PKLKx7Hx6JGiyTaZ2zlaEEJsScYfXzyeQkgSC0Jn+FlRha1cqAJvbjRVEjor9/Q==} dependencies: - '@types/busboy': 0.3.2 + '@types/busboy': 0.3.1 '@types/express': 4.17.13 dev: false - /@types/express-serve-static-core/4.17.28: - resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==} + /@types/express-serve-static-core/4.17.26: + resolution: {integrity: sha512-zeu3tpouA043RHxW0gzRxwCHchMgftE8GArRsvYT0ByDMbn19olQHx5jLue0LxWY6iYtXb7rXmuVtSkhy9YZvQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.0 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: false @@ -2230,7 +2674,7 @@ packages: resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.28 + '@types/express-serve-static-core': 4.17.26 '@types/qs': 6.9.7 '@types/serve-static': 1.13.10 dev: false @@ -2242,13 +2686,13 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false /@types/heft-jest/1.0.2: resolution: {integrity: sha512-HabX0JO8Pk+a3gTm2DQwTMrfZjqP6VxDnn8kIXAP6uZbmy4bkKuFRi9T9BV9K6LhwHrmcgq5kk2YikYHy4LJeg==} dependencies: - '@types/jest': 27.4.1 + '@types/jest': 27.0.3 dev: false /@types/html-minifier-terser/6.1.0: @@ -2259,24 +2703,31 @@ packages: resolution: {integrity: sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==} dev: false - /@types/http-errors/1.8.2: - resolution: {integrity: sha512-EqX+YQxINb+MeXaIqYDASb6U6FCHbWjkj4a1CKDBks3d/QiB2+PqBLyO72vLDgAO1wUI4O+9gweRcQK11bTL/w==} + /@types/http-errors/1.8.1: + resolution: {integrity: sha512-e+2rjEwK6KDaNOm5Aa9wNGgyS9oSZU/4pfSMMPYNOfjvFI0WVXm29+ITRFr6aKDvvKo7uU1jV68MW4ScsfDi7Q==} dev: false /@types/http-proxy/1.17.8: resolution: {integrity: sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false - /@types/istanbul-lib-coverage/2.0.4: - resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} + /@types/istanbul-lib-coverage/2.0.3: + resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} dev: false /@types/istanbul-lib-report/3.0.0: resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.3 + dev: false + + /@types/istanbul-reports/1.1.2: + resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-lib-report': 3.0.0 dev: false /@types/istanbul-reports/3.0.1: @@ -2285,15 +2736,15 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: false - /@types/jest/27.4.1: - resolution: {integrity: sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==} + /@types/jest/27.0.3: + resolution: {integrity: sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==} dependencies: - jest-matcher-utils: 27.5.1 - pretty-format: 27.5.1 + jest-diff: 27.4.2 + pretty-format: 27.4.2 dev: false - /@types/json-schema/7.0.11: - resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} + /@types/json-schema/7.0.9: + resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==} dev: false /@types/json5/0.0.29: @@ -2304,8 +2755,8 @@ packages: resolution: {integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==} dev: false - /@types/koa-bodyparser/4.3.7: - resolution: {integrity: sha512-21NhEp7LjZm4zbNV5alHHmrNY4J+S7B8lYTO6CzRL8ShTMnl20Gd14dRgVhAxraLaW5iZMofox+BycbuiDvj2Q==} + /@types/koa-bodyparser/4.3.4: + resolution: {integrity: sha512-eNyHGkIxwJKYaZhyxzAVP3taZVWNgAw+Gzl1Zc9vdkfzoBjypTANLwOAb6tC2hGOXS5uw4O08N6jaL6MdrltqQ==} dependencies: '@types/koa': 2.13.4 dev: false @@ -2329,14 +2780,14 @@ packages: '@types/content-disposition': 0.5.4 '@types/cookies': 0.7.7 '@types/http-assert': 1.5.3 - '@types/http-errors': 1.8.2 + '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false - /@types/koa__cors/3.3.0: - resolution: {integrity: sha512-FUN8YxcBakIs+walVe3+HcNP+Bxd0SB8BJHBWkglZ5C1XQWljlKcEFDG/dPiCIqwVCUbc5X0nYDlH62uEhdHMA==} + /@types/koa__cors/3.1.0: + resolution: {integrity: sha512-G58LPceUaxFq+H/0dYtRAfqGtriw8K8+r4p0bqLm5CojYqIwBlWyBvj8OStmk5ojfeyf5jccbMOwQVDg2I3U9Q==} dependencies: '@types/koa': 2.13.4 dev: false @@ -2349,18 +2800,26 @@ packages: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} dev: false - /@types/minio/7.0.13: - resolution: {integrity: sha512-Warrx6uN4KEpBCAWiTh7ngrPoaNIckawtBXqWbFzaatG/NPRZToAv/fa9yAPA7a2FHAGhe154KqaVIqacIn2pQ==} + /@types/minio/7.0.11: + resolution: {integrity: sha512-ltn30nGhtxytil4jFU1Tt6lvD+JnUyCYHfNBKsRjZ76ueSkrQdIByghcnhFvr15at3cnvj+tVn+euCqTX/5ejQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false /@types/node/12.20.24: resolution: {integrity: sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==} dev: false - /@types/node/16.11.27: - resolution: {integrity: sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw==} + /@types/node/16.11.14: + resolution: {integrity: sha512-mK6BKLpL0bG6v2CxHbm0ed6RcZrAtTHBTd/ZpnlVPVa3HkumsqLE4BC4u6TQ8D7pnrRbOU0am6epuALs+Ncnzw==} + dev: false + + /@types/node/17.0.0: + resolution: {integrity: sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw==} + dev: false + + /@types/node/17.0.10: + resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==} dev: false /@types/normalize-package-data/2.4.1: @@ -2375,10 +2834,14 @@ packages: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: false - /@types/pdfkit/0.12.4: - resolution: {integrity: sha512-BYcxg1GsxCPk0CDNlzF3rwS+XXHbO2vnBL3ZdaMcPFEOB9eAcE6cRhXJF3SKrNOJ6/T4m1EnNnYvqXofpGb9RA==} + /@types/pdfkit/0.12.3: + resolution: {integrity: sha512-c19Izds2F/eks/c/YXl0Gtov/rkcmazNVQHKmYn+b6kpqry4jwQnvZ/dFo39l83Fuxb2yRw3Ha/CzH3GaB6zWQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.0 + dev: false + + /@types/prettier/1.19.1: + resolution: {integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==} dev: false /@types/prettier/2.6.0: @@ -2388,9 +2851,9 @@ packages: /@types/prosemirror-commands/1.0.4: resolution: {integrity: sha512-utDNYB3EXLjAfYIcRWJe6pn3kcQ5kG4RijbT/0Y/TFOm6yhvYS/D9eJVnijdg9LDjykapcezchxGRqFD5LcyaQ==} dependencies: - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 - '@types/prosemirror-view': 1.23.1 + '@types/prosemirror-view': 1.19.2 dev: false /@types/prosemirror-dropcursor/1.0.3: @@ -2402,14 +2865,14 @@ packages: /@types/prosemirror-gapcursor/1.0.4: resolution: {integrity: sha512-9xKjFIG5947dzerFvkLWp6F53JwrUYoYwh3SgcTFEp8SbSfNNrez/PFYVZKPnoqPoaK5WtTdQTaMwpCV9rXQIg==} dependencies: - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 dev: false /@types/prosemirror-history/1.0.3: resolution: {integrity: sha512-5TloMDRavgLjOAKXp1Li8u0xcsspzbT1Cm9F2pwHOkgvQOz1jWQb2VIXO7RVNsFjLBZdIXlyfSLivro3DuMWXg==} dependencies: - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 dev: false @@ -2417,13 +2880,13 @@ packages: resolution: {integrity: sha512-ycevwkqUh+jEQtPwqO7sWGcm+Sybmhu8MpBsM8DlO3+YTKnXbKA6SDz/+q14q1wK3UA8lHJyfR+v+GPxfUSemg==} dependencies: '@types/prosemirror-commands': 1.0.4 - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 - '@types/prosemirror-view': 1.23.1 + '@types/prosemirror-view': 1.19.2 dev: false - /@types/prosemirror-model/1.16.1: - resolution: {integrity: sha512-SrrCe2cHlYrQ9o55e2i/c3wt1yRajTTpRLvzfmB+2DWjWEbBLTByVWyjrdpKtQTxAaTeU2aeDGo1iuwl/jF27w==} + /@types/prosemirror-model/1.16.0: + resolution: {integrity: sha512-nv93YLyTEcDDl17OB90EldxZjyJQJll2WSMLDvLzTewbpvE/vtMjHT3j4mik3uSzQ6YD486AcloCO3WODY/lDg==} dependencies: '@types/orderedmap': 1.0.0 dev: false @@ -2432,34 +2895,34 @@ packages: resolution: {integrity: sha512-uWybOf+M2Ea7rlbs0yLsS4YJYNGXYtn4N+w8HCw3Vvfl6wBAROzlMt0gV/D/VW/7J/LlAjwMezuGe8xi24HzXA==} dependencies: '@types/orderedmap': 1.0.0 - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 dev: false /@types/prosemirror-state/1.2.8: resolution: {integrity: sha512-mq9uyQWcpu8jeamO6Callrdvf/e1H/aRLR2kZWSpZrPHctEsxWHBbluD/wqVjXBRIOoMHLf6ZvOkrkmGLoCHVA==} dependencies: - '@types/prosemirror-model': 1.16.1 - '@types/prosemirror-transform': 1.1.6 - '@types/prosemirror-view': 1.23.1 + '@types/prosemirror-model': 1.16.0 + '@types/prosemirror-transform': 1.1.5 + '@types/prosemirror-view': 1.19.2 dev: false - /@types/prosemirror-transform/1.1.6: - resolution: {integrity: sha512-7HwXOWc5vZQqIfEUUVAz13lPgBqAWJTv89qEpzAtBFB6hOszFmhsvQ02Jqe2LvKauAoJDa3Qpv/dbJAmgyiTuQ==} + /@types/prosemirror-transform/1.1.5: + resolution: {integrity: sha512-Wr2HXaEF4JPklWpC17RTxE6PxyU54Taqk5FMhK1ojgcN93J+GpkYW8s0mD3rl7KfTmlhVwZPCHE9o0cYf2Go5A==} dependencies: - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 dev: false - /@types/prosemirror-view/1.23.1: - resolution: {integrity: sha512-6e1B2oKUnhmZPUrsVvYjDqeVjE6jGezygjtoHsAK4ZENAxHzHqy5NT4jUvdPTWjCYeH0t2Y7pSfRPNrPIyQX4A==} + /@types/prosemirror-view/1.19.2: + resolution: {integrity: sha512-pmh2DuMJzva4D7SxspRKIzkV6FK2o52uAqGjq2dPYcQFPwu4+5RcS1TMjFVCh1R+Ia1Rx8wsCNIId/5+6DB0Bg==} dependencies: - '@types/prosemirror-model': 1.16.1 + '@types/prosemirror-model': 1.16.0 '@types/prosemirror-state': 1.2.8 - '@types/prosemirror-transform': 1.1.6 + '@types/prosemirror-transform': 1.1.5 dev: false - /@types/pug/2.0.6: - resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} + /@types/pug/2.0.5: + resolution: {integrity: sha512-LOnASQoeNZMkzexRuyqcBBDZ6rS+rQxUMkmj5A0PkhhiSZivLIuz6Hxyr1mkGoEZEkk66faROmpMi4fFkrKsBA==} dev: false /@types/qs/6.9.7: @@ -2474,8 +2937,8 @@ packages: resolution: {integrity: sha512-whjk1EDJPcAR2kYHRbFl/lKeeKYTi05A15K9bnLInCVroNDCtXce57xKdI0/rQaA3K+6q0eFyUBPmqfSndUZdQ==} dependencies: '@types/caseless': 0.12.2 - '@types/node': 16.11.27 - '@types/tough-cookie': 4.0.2 + '@types/node': 17.0.10 + '@types/tough-cookie': 4.0.1 form-data: 2.5.1 dev: false @@ -2486,7 +2949,7 @@ packages: /@types/sass/1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false /@types/serve-index/1.9.1: @@ -2499,13 +2962,17 @@ packages: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: '@types/mime': 1.3.2 - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 + dev: false + + /@types/stack-utils/1.0.1: + resolution: {integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==} dev: false /@types/stack-utils/2.0.1: @@ -2520,12 +2987,12 @@ packages: resolution: {integrity: sha512-jRtyvEu0Na/sy0oIxBW0f6wPQjidgVqlmCTJVHEGTNEUdL1f0YSvdPzHY7nX7MUWAZS6zcAa0KkqofHjy/xDZQ==} dev: false - /@types/tough-cookie/4.0.2: - resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} + /@types/tough-cookie/4.0.1: + resolution: {integrity: sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==} dev: false - /@types/uuid/8.3.4: - resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} + /@types/uuid/8.3.3: + resolution: {integrity: sha512-0LbEEx1zxrYB3pgpd1M5lEhLcXjKJnYghvhTRgaBeUivLHMDM1TzF3IJ6hXU2+8uA4Xz+5BA63mtZo5DjVT8iA==} dev: false /@types/webidl-conversions/6.1.1: @@ -2535,42 +3002,48 @@ packages: /@types/whatwg-url/8.2.1: resolution: {integrity: sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 '@types/webidl-conversions': 6.1.1 dev: false - /@types/ws/8.5.3: - resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} + /@types/ws/8.2.2: + resolution: {integrity: sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false - /@types/xml2js/0.4.11: - resolution: {integrity: sha512-JdigeAKmCyoJUiQljjr7tQG3if9NkqGUgwEUqBvV0N7LM4HyQk7UXCnusRa1lnvXAEYJ8mw8GtZWioagNztOwA==} + /@types/xml2js/0.4.9: + resolution: {integrity: sha512-CHiCKIihl1pychwR2RNX5mAYmJDACgFVCMT5OArMaO3erzwXVcBqPcusr+Vl8yeeXukxZqtF8mZioqX+mpjjdw==} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.0 dev: false - /@types/yargs-parser/21.0.0: - resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + /@types/yargs-parser/20.2.1: + resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} + dev: false + + /@types/yargs/15.0.14: + resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} + dependencies: + '@types/yargs-parser': 20.2.1 dev: false /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: - '@types/yargs-parser': 21.0.0 + '@types/yargs-parser': 20.2.1 dev: false - /@types/yauzl/2.10.0: - resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} + /@types/yauzl/2.9.2: + resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 dev: false optional: true - /@typescript-eslint/eslint-plugin/5.20.0_4a38537b28d61fb150842b8115287657: - resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} + /@typescript-eslint/eslint-plugin/5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237: + resolution: {integrity: sha512-8RTGBpNn5a9M628wBPrCbJ+v3YTEOE2qeZb7TDkGKTDXSj36KGRg92SpFFaR/0S3rSXQxM0Og/kV9EyadsYSBg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2580,23 +3053,40 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/type-utils': 5.20.0_eslint@7.32.0+typescript@4.6.3 - '@typescript-eslint/utils': 5.20.0_eslint@7.32.0+typescript@4.6.3 - debug: 4.3.4 + '@typescript-eslint/experimental-utils': 5.7.0_eslint@7.32.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.7.0 + debug: 4.3.3 eslint: 7.32.0 functional-red-black-tree: 1.0.1 - ignore: 5.2.0 + ignore: 5.1.9 regexpp: 3.2.0 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.6.3: + /@typescript-eslint/experimental-utils/5.7.0_eslint@7.32.0+typescript@4.5.4: + resolution: {integrity: sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.9 + '@typescript-eslint/scope-manager': 5.7.0 + '@typescript-eslint/types': 5.7.0 + '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.32.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.5.4: resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2608,16 +3098,16 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.6.3 - debug: 4.3.4 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.4 + debug: 4.3.3 eslint: 7.32.0 - typescript: 4.6.3 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/5.20.0_eslint@7.32.0+typescript@4.6.3: - resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} + /@typescript-eslint/parser/5.7.0_eslint@7.32.0+typescript@4.5.4: + resolution: {integrity: sha512-m/gWCCcS4jXw6vkrPQ1BjZ1vomP01PArgzvauBqzsoZ3urLbsRChexB8/YV8z9HwE3qlJM35FxfKZ1nfP/4x8g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2626,12 +3116,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 - debug: 4.3.4 + '@typescript-eslint/scope-manager': 5.7.0 + '@typescript-eslint/types': 5.7.0 + '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 + debug: 4.3.3 eslint: 7.32.0 - typescript: 4.6.3 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -2644,31 +3134,12 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: false - /@typescript-eslint/scope-manager/5.20.0: - resolution: {integrity: sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==} + /@typescript-eslint/scope-manager/5.7.0: + resolution: {integrity: sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/visitor-keys': 5.20.0 - dev: false - - /@typescript-eslint/type-utils/5.20.0_eslint@7.32.0+typescript@4.6.3: - resolution: {integrity: sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/utils': 5.20.0_eslint@7.32.0+typescript@4.6.3 - debug: 4.3.4 - eslint: 7.32.0 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types': 5.7.0 + '@typescript-eslint/visitor-keys': 5.7.0 dev: false /@typescript-eslint/types/4.33.0: @@ -2676,12 +3147,12 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/types/5.20.0: - resolution: {integrity: sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==} + /@typescript-eslint/types/5.7.0: + resolution: {integrity: sha512-5AeYIF5p2kAneIpnLFve8g50VyAjq7udM7ApZZ9JYjdPjkz0LvODfuSHIDUVnIuUoxafoWzpFyU7Sqbxgi79mA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.6.3: + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.4: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2692,18 +3163,18 @@ packages: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4 - globby: 11.1.0 + debug: 4.3.3 + globby: 11.0.4 is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.20.0_typescript@4.6.3: - resolution: {integrity: sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==} + /@typescript-eslint/typescript-estree/5.7.0_typescript@4.5.4: + resolution: {integrity: sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2711,36 +3182,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/visitor-keys': 5.20.0 - debug: 4.3.4 - globby: 11.1.0 + '@typescript-eslint/types': 5.7.0 + '@typescript-eslint/visitor-keys': 5.7.0 + debug: 4.3.3 + globby: 11.0.4 is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.3 - typescript: 4.6.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils/5.20.0_eslint@7.32.0+typescript@4.6.3: - resolution: {integrity: sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 - eslint: 7.32.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: false - /@typescript-eslint/visitor-keys/4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -2749,12 +3202,12 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /@typescript-eslint/visitor-keys/5.20.0: - resolution: {integrity: sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==} + /@typescript-eslint/visitor-keys/5.7.0: + resolution: {integrity: sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.20.0 - eslint-visitor-keys: 3.3.0 + '@typescript-eslint/types': 5.7.0 + eslint-visitor-keys: 3.1.0 dev: false /@webassemblyjs/ast/1.11.1: @@ -2863,27 +3316,27 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.72.0: - resolution: {integrity: sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==} + /@webpack-cli/configtest/1.1.0_webpack-cli@4.9.1+webpack@5.65.0: + resolution: {integrity: sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 dev: false - /@webpack-cli/info/1.4.1_webpack-cli@4.9.2: - resolution: {integrity: sha512-PKVGmazEq3oAo46Q63tpMr4HipI3OPfP7LiNOEJg963RMgT0rqheag28NCML0o3GIzA3DmxP1ZIAv9oTX1CUIA==} + /@webpack-cli/info/1.4.0_webpack-cli@4.9.1: + resolution: {integrity: sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==} peerDependencies: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 dev: false - /@webpack-cli/serve/1.6.1_8b27d5839a2bdf89ba2338e4c89fea10: - resolution: {integrity: sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==} + /@webpack-cli/serve/1.6.0_ee174ec25a69133401691d041d406a60: + resolution: {integrity: sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==} peerDependencies: webpack-cli: 4.x.x webpack-dev-server: '*' @@ -2891,8 +3344,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-dev-server: 4.8.1_webpack-cli@4.9.2+webpack@5.72.0 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-dev-server: 4.7.4_webpack-cli@4.9.1+webpack@5.65.0 dev: false /@xtuc/ieee754/1.2.0: @@ -2909,16 +3362,23 @@ packages: dev: false optional: true - /abab/2.0.6: - resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + /abab/2.0.5: + resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} dev: false - /accepts/1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + /accepts/1.3.7: + resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} engines: {node: '>= 0.6'} dependencies: - mime-types: 2.1.35 - negotiator: 0.6.3 + mime-types: 2.1.34 + negotiator: 0.6.2 + dev: false + + /acorn-globals/4.3.4: + resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} + dependencies: + acorn: 6.4.2 + acorn-walk: 6.2.0 dev: false /acorn-globals/6.0.0: @@ -2928,12 +3388,12 @@ packages: acorn-walk: 7.2.0 dev: false - /acorn-import-assertions/1.8.0_acorn@8.7.0: + /acorn-import-assertions/1.8.0_acorn@8.6.0: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.7.0 + acorn: 8.6.0 dev: false /acorn-jsx/5.3.2_acorn@7.4.1: @@ -2952,6 +3412,11 @@ packages: xtend: 4.0.2 dev: false + /acorn-walk/6.2.0: + resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} + engines: {node: '>=0.4.0'} + dev: false + /acorn-walk/7.2.0: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} @@ -2962,14 +3427,20 @@ packages: engines: {node: '>=0.4.0'} dev: false + /acorn/6.4.2: + resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: false + /acorn/7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} hasBin: true dev: false - /acorn/8.7.0: - resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} + /acorn/8.6.0: + resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} engines: {node: '>=0.4.0'} hasBin: true dev: false @@ -2982,18 +3453,26 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: false + /aggregate-error/3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + dev: false + /ajv-formats/2.1.1: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependenciesMeta: ajv: optional: true dependencies: - ajv: 8.11.0 + ajv: 8.8.2 dev: false /ajv-keywords/3.5.2_ajv@6.12.6: @@ -3004,12 +3483,12 @@ packages: ajv: 6.12.6 dev: false - /ajv-keywords/5.1.0_ajv@8.11.0: + /ajv-keywords/5.1.0_ajv@8.8.2: resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: - ajv: 8.11.0 + ajv: 8.8.2 fast-deep-equal: 3.1.3 dev: false @@ -3022,8 +3501,8 @@ packages: uri-js: 4.4.1 dev: false - /ajv/8.11.0: - resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==} + /ajv/8.8.2: + resolution: {integrity: sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -3055,11 +3534,21 @@ packages: hasBin: true dev: false + /ansi-regex/4.1.0: + resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} + engines: {node: '>=6'} + dev: false + /ansi-regex/5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} dev: false + /ansi-regex/6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: false + /ansi-styles/3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} @@ -3079,12 +3568,19 @@ packages: engines: {node: '>=10'} dev: false + /anymatch/2.0.0: + resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} + dependencies: + micromatch: 3.1.10 + normalize-path: 2.1.1 + dev: false + /anymatch/3.1.2: resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 - picomatch: 2.3.1 + picomatch: 2.3.0 dev: false /arg/4.1.3: @@ -3097,6 +3593,25 @@ packages: sprintf-js: 1.0.3 dev: false + /arr-diff/4.0.0: + resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} + engines: {node: '>=0.10.0'} + dev: false + + /arr-flatten/1.1.0: + resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} + engines: {node: '>=0.10.0'} + dev: false + + /arr-union/3.1.0: + resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} + engines: {node: '>=0.10.0'} + dev: false + + /array-equal/1.0.0: + resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=} + dev: false + /array-flatten/1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: false @@ -3114,8 +3629,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.19.5 + define-properties: 1.1.3 + es-abstract: 1.19.1 get-intrinsic: 1.1.1 is-string: 1.0.7 dev: false @@ -3125,14 +3640,18 @@ packages: engines: {node: '>=8'} dev: false - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + /array-unique/0.3.2: + resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} + engines: {node: '>=0.10.0'} + dev: false + + /array.prototype.flat/1.2.5: + resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.19.5 - es-shim-unscopables: 1.0.0 + define-properties: 1.1.3 + es-abstract: 1.19.1 dev: false /asn1.js/5.4.1: @@ -3155,6 +3674,11 @@ packages: engines: {node: '>=0.8'} dev: false + /assign-symbols/1.0.0: + resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} + engines: {node: '>=0.10.0'} + dev: false + /ast-transform/0.0.0: resolution: {integrity: sha1-dJRAWIh9goPhidlUYAlHvJj+AGI=} dependencies: @@ -3168,6 +3692,11 @@ packages: engines: {node: '>= 0.6'} dev: false + /astral-regex/1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + dev: false + /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -3175,7 +3704,6 @@ packages: /async-cache/1.1.0: resolution: {integrity: sha1-SppaidBl7F2OUlS9nulrp2xTK1o=} - deprecated: No longer maintained. Use [lru-cache](http://npm.im/lru-cache) version 7.6 or higher, and provide an asynchronous `fetchMethod` option. dependencies: lru-cache: 4.1.5 dev: false @@ -3190,38 +3718,44 @@ packages: resolution: {integrity: sha1-hFF6Hny2saW14YH6Mb4QQ3t/sSU=} dev: false - /async/2.6.4: - resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} + /async/2.6.3: + resolution: {integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==} dependencies: lodash: 4.17.21 dev: false - /async/3.2.3: - resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} + /async/3.2.2: + resolution: {integrity: sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==} dev: false /asynckit/0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} dev: false + /atob/2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} + engines: {node: '>= 4.5.0'} + hasBin: true + dev: false + /atomic-sleep/1.0.0: resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} engines: {node: '>=8.0.0'} dev: false - /autoprefixer/10.4.4_postcss@8.4.12: - resolution: {integrity: sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==} + /autoprefixer/10.4.0_postcss@8.4.5: + resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.20.2 - caniuse-lite: 1.0.30001332 - fraction.js: 4.2.0 + browserslist: 4.19.1 + caniuse-lite: 1.0.30001289 + fraction.js: 4.1.2 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.12 + postcss: 8.4.5 postcss-value-parser: 4.2.0 dev: false @@ -3238,18 +3772,37 @@ packages: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: false - /babel-jest/27.5.1_@babel+core@7.17.9: + /babel-jest/25.5.1_@babel+core@7.16.5: + resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.5 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + '@types/babel__core': 7.1.17 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 25.5.0_@babel+core@7.16.5 + chalk: 3.0.0 + graceful-fs: 4.2.8 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /babel-jest/27.5.1_@babel+core@7.16.5: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__core': 7.1.19 + '@types/babel__core': 7.1.17 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.17.9 + babel-preset-jest: 27.5.1_@babel+core@7.16.5 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -3270,20 +3823,29 @@ packages: '@babel/helper-plugin-utils': 7.16.7 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.1.0 test-exclude: 6.0.0 transitivePeerDependencies: - supports-color dev: false + /babel-plugin-jest-hoist/25.5.0: + resolution: {integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/template': 7.16.0 + '@babel/types': 7.16.0 + '@types/babel__traverse': 7.14.2 + dev: false + /babel-plugin-jest-hoist/27.5.1: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.16.7 - '@babel/types': 7.17.0 - '@types/babel__core': 7.1.19 - '@types/babel__traverse': 7.17.0 + '@babel/types': 7.16.8 + '@types/babel__core': 7.1.17 + '@types/babel__traverse': 7.14.2 dev: false /babel-plugin-module-resolver/4.1.0: @@ -3294,38 +3856,68 @@ packages: glob: 7.2.0 pkg-up: 3.1.0 reselect: 4.1.5 - resolve: 1.22.0 + resolve: 1.20.0 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.9: + /babel-preset-current-node-syntax/0.1.4_@babel+core@7.16.5: + resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5 + dev: false + + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.9 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.9 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.9 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.9 + '@babel/core': 7.16.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.5 dev: false - /babel-preset-jest/27.5.1_@babel+core@7.17.9: + /babel-preset-jest/25.5.0_@babel+core@7.16.5: + resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.5 + babel-plugin-jest-hoist: 25.5.0 + babel-preset-current-node-syntax: 0.1.4_@babel+core@7.16.5 + dev: false + + /babel-preset-jest/27.5.1_@babel+core@7.16.5: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.9 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.5 dev: false /babel-runtime/6.26.0: @@ -3339,6 +3931,19 @@ packages: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: false + /base/0.11.2: + resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} + engines: {node: '>=0.10.0'} + dependencies: + cache-base: 1.0.1 + class-utils: 0.3.6 + component-emitter: 1.3.0 + define-property: 1.0.0 + isobject: 3.0.1 + mixin-deep: 1.3.2 + pascalcase: 0.1.1 + dev: false + /base64-js/0.0.8: resolution: {integrity: sha1-EQHpVE9KdrG8OybUUsqW16NeeXg=} engines: {node: '>= 0.4'} @@ -3392,29 +3997,31 @@ packages: resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} dev: false - /body-parser/1.19.2: - resolution: {integrity: sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==} + /body-parser/1.19.1: + resolution: {integrity: sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==} engines: {node: '>= 0.8'} dependencies: - bytes: 3.1.2 + bytes: 3.1.1 content-type: 1.0.4 debug: 2.6.9 depd: 1.1.2 http-errors: 1.8.1 iconv-lite: 0.4.24 on-finished: 2.3.0 - qs: 6.9.7 - raw-body: 2.4.3 + qs: 6.9.6 + raw-body: 2.4.2 type-is: 1.6.18 dev: false - /bonjour-service/1.0.11: - resolution: {integrity: sha512-drMprzr2rDTCtgEE3VgdA9uUFaUHF+jXduwYSThHJnKMYM+FhI9Z3ph+TX3xy0LtgYHae6CHYPJ/2UnK8nQHcA==} + /bonjour/3.5.0: + resolution: {integrity: sha1-jokKGD2O6aI5OzhExpGkK897yfU=} dependencies: array-flatten: 2.1.2 + deep-equal: 1.0.1 dns-equal: 1.0.0 - fast-deep-equal: 3.1.3 - multicast-dns: 7.2.4 + dns-txt: 2.0.2 + multicast-dns: 6.2.3 + multicast-dns-service-types: 1.1.0 dev: false /boolbase/1.0.0: @@ -3428,6 +4035,22 @@ packages: concat-map: 0.0.1 dev: false + /braces/2.3.2: + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2 + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 + dev: false + /braces/3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -3446,7 +4069,7 @@ packages: hasBin: true dependencies: quote-stream: 1.0.2 - resolve: 1.22.0 + resolve: 1.20.0 static-module: 3.0.4 through2: 2.0.5 dev: false @@ -3532,15 +4155,15 @@ packages: safe-buffer: 5.2.1 dev: false - /browserslist/4.20.2: - resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==} + /browserslist/4.19.1: + resolution: {integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001332 - electron-to-chromium: 1.4.116 + caniuse-lite: 1.0.30001289 + electron-to-chromium: 1.4.24 escalade: 3.1.1 - node-releases: 2.0.3 + node-releases: 2.0.1 picocolors: 1.0.0 dev: false @@ -3550,8 +4173,8 @@ packages: node-int64: 0.4.0 dev: false - /bson/4.6.3: - resolution: {integrity: sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==} + /bson/4.6.0: + resolution: {integrity: sha512-8jw1NU1hglS+Da1jDOUYuNcBJ4cNHCFIqzlwoFNnsTOg2R/ox0aTYcTiBN4dzRa9q7Cvy6XErh3L8ReTEb9AQQ==} engines: {node: '>=6.9.0'} dependencies: buffer: 5.7.1 @@ -3570,6 +4193,10 @@ packages: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: false + /buffer-indexof/1.1.1: + resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} + dev: false + /buffer-xor/1.0.3: resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} dev: false @@ -3593,17 +4220,32 @@ packages: engines: {node: '>= 0.8'} dev: false - /bytes/3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + /bytes/3.1.1: + resolution: {integrity: sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==} engines: {node: '>= 0.8'} dev: false + /cache-base/1.0.1: + resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} + engines: {node: '>=0.10.0'} + dependencies: + collection-visit: 1.0.0 + component-emitter: 1.3.0 + get-value: 2.0.6 + has-value: 1.0.0 + isobject: 3.0.1 + set-value: 2.0.1 + to-object-path: 0.3.0 + union-value: 1.0.1 + unset-value: 1.0.0 + dev: false + /cache-content-type/1.0.1: resolution: {integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==} engines: {node: '>= 6.0.0'} dependencies: - mime-types: 2.1.35 - ylru: 1.3.2 + mime-types: 2.1.34 + ylru: 1.2.1 dev: false /call-bind/1.0.2: @@ -3635,8 +4277,15 @@ packages: engines: {node: '>=10'} dev: false - /caniuse-lite/1.0.30001332: - resolution: {integrity: sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==} + /caniuse-lite/1.0.30001289: + resolution: {integrity: sha512-hV6x4IfrYViN8cJbGFVbjD7KCrhS/O7wfDgvevYRanJ/IN+hhxpTcXXqaxy3CzPNFe5rlqdimdEB/k7H0YzxHg==} + dev: false + + /capture-exit/2.0.0: + resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} + engines: {node: 6.* || 8.* || >= 10.*} + dependencies: + rsvp: 4.8.5 dev: false /caseless/0.12.0: @@ -3652,6 +4301,14 @@ packages: supports-color: 5.5.0 dev: false + /chalk/3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: false + /chalk/4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} @@ -3680,6 +4337,21 @@ packages: fsevents: 2.1.3 dev: false + /chokidar/3.5.2: + resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.2 + dev: false + /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -3700,6 +4372,10 @@ packages: engines: {node: '>=6.0'} dev: false + /ci-info/2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + dev: false + /ci-info/3.3.0: resolution: {integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==} dev: false @@ -3715,13 +4391,36 @@ packages: resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} dev: false - /clean-css/5.3.0: - resolution: {integrity: sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==} + /class-utils/0.3.6: + resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-union: 3.1.0 + define-property: 0.2.5 + isobject: 3.0.1 + static-extend: 0.1.2 + dev: false + + /clean-css/5.2.4: + resolution: {integrity: sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 dev: false + /clean-stack/2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + dev: false + + /cliui/6.0.0: + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + dev: false + /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -3740,8 +4439,8 @@ packages: resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} dependencies: inflation: 2.0.0 - qs: 6.10.3 - raw-body: 2.5.1 + qs: 6.10.2 + raw-body: 2.4.2 type-is: 1.6.18 dev: false @@ -3754,6 +4453,14 @@ packages: resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} dev: false + /collection-visit/1.0.0: + resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} + engines: {node: '>=0.10.0'} + dependencies: + map-visit: 1.0.0 + object-visit: 1.0.1 + dev: false + /color-convert/1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -3810,14 +4517,18 @@ packages: engines: {node: '>= 12'} dev: false + /component-emitter/1.3.0: + resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} + dev: false + /compressible/2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.52.0 + mime-db: 1.51.0 dev: false - /compression-webpack-plugin/9.0.1_webpack@5.72.0: + /compression-webpack-plugin/9.0.1_webpack@5.65.0: resolution: {integrity: sha512-vqlhZIPSyCpy6eaYWy8iPhteLWpARKotRiN5B/jr7lLowJv1GVc98Snn1Dcxe0+SKbfydLu7qZcnNuP+AyG19Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -3825,14 +4536,14 @@ packages: dependencies: schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false /compression/1.7.4: resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} engines: {node: '>= 0.8.0'} dependencies: - accepts: 1.3.8 + accepts: 1.3.7 bytes: 3.0.0 compressible: 2.0.18 debug: 2.6.9 @@ -3890,8 +4601,8 @@ packages: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} dev: false - /cookie/0.4.2: - resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} + /cookie/0.4.1: + resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} engines: {node: '>= 0.6'} dev: false @@ -3903,13 +4614,18 @@ packages: keygrip: 1.1.0 dev: false + /copy-descriptor/0.1.1: + resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} + engines: {node: '>=0.10.0'} + dev: false + /copy-to/2.0.1: resolution: {integrity: sha1-JoD7uAaKSNCGVrYJgJK9r8kG9KU=} dev: false /core-js/2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} - deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. + deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: false @@ -3984,6 +4700,17 @@ packages: cross-spawn: 7.0.3 dev: false + /cross-spawn/6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + dependencies: + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.1 + shebang-command: 1.2.0 + which: 1.3.1 + dev: false + /cross-spawn/7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -4013,31 +4740,31 @@ packages: resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==} dev: false - /css-loader/5.2.7_webpack@5.72.0: + /css-loader/5.2.7_webpack@5.65.0: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.12 + icss-utils: 5.1.0_postcss@8.4.5 loader-utils: 2.0.2 - postcss: 8.4.12 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.12 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.12 - postcss-modules-scope: 3.0.0_postcss@8.4.12 - postcss-modules-values: 4.0.0_postcss@8.4.12 + postcss: 8.4.5 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.5 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.5 + postcss-modules-scope: 3.0.0_postcss@8.4.5 + postcss-modules-values: 4.0.0_postcss@8.4.5 postcss-value-parser: 4.2.0 schema-utils: 3.1.1 - semver: 7.3.7 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + semver: 7.3.5 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /css-select/4.3.0: - resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} + /css-select/4.2.0: + resolution: {integrity: sha512-6YVG6hsH9yIb/si3Th/is8Pex7qnVHO6t7q7U6TIUnkQASGbS8tnUDBftnPynLNnuUl/r2+PTd0ekiiq7R0zJw==} dependencies: boolbase: 1.0.0 - css-what: 6.1.0 - domhandler: 4.3.1 + css-what: 5.1.0 + domhandler: 4.3.0 domutils: 2.8.0 nth-check: 2.0.1 dev: false @@ -4050,8 +4777,8 @@ packages: source-map: 0.6.1 dev: false - /css-what/6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + /css-what/5.1.0: + resolution: {integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==} engines: {node: '>= 6'} dev: false @@ -4086,7 +4813,7 @@ packages: /d/1.0.1: resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} dependencies: - es5-ext: 0.10.61 + es5-ext: 0.10.53 type: 1.2.0 dev: false @@ -4101,11 +4828,19 @@ packages: assert-plus: 1.0.0 dev: false + /data-urls/1.1.0: + resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} + dependencies: + abab: 2.0.5 + whatwg-mimetype: 2.3.0 + whatwg-url: 7.1.0 + dev: false + /data-urls/2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} dependencies: - abab: 2.0.6 + abab: 2.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 dev: false @@ -4122,8 +4857,8 @@ packages: ms: 2.1.3 dev: false - /debug/4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + /debug/4.3.3: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -4134,10 +4869,20 @@ packages: ms: 2.1.2 dev: false + /decamelize/1.2.0: + resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} + engines: {node: '>=0.10.0'} + dev: false + /decimal.js/10.3.1: resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: false + /decode-uri-component/0.2.0: + resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} + engines: {node: '>=0.10'} + dev: false + /dedent/0.7.0: resolution: {integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=} dev: false @@ -4159,7 +4904,7 @@ packages: object-is: 1.1.5 object-keys: 1.1.1 object.assign: 4.1.2 - regexp.prototype.flags: 1.4.3 + regexp.prototype.flags: 1.3.1 side-channel: 1.0.4 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 @@ -4187,14 +4932,49 @@ packages: engines: {node: '>=8'} dev: false - /define-properties/1.1.4: - resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} + /define-properties/1.1.3: + resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} engines: {node: '>= 0.4'} dependencies: - has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: false + /define-property/0.2.5: + resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 0.1.6 + dev: false + + /define-property/1.0.0: + resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 1.0.2 + dev: false + + /define-property/2.0.2: + resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-descriptor: 1.0.2 + isobject: 3.0.1 + dev: false + + /del/6.0.0: + resolution: {integrity: sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==} + engines: {node: '>=10'} + dependencies: + globby: 11.0.4 + graceful-fs: 4.2.8 + is-glob: 4.0.3 + is-path-cwd: 2.2.0 + is-path-inside: 3.0.3 + p-map: 4.0.0 + rimraf: 3.0.2 + slash: 3.0.0 + dev: false + /delayed-stream/1.0.0: resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} engines: {node: '>=0.4.0'} @@ -4230,11 +5010,6 @@ packages: resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} dev: false - /destroy/1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dev: false - /detect-indent/6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} @@ -4260,6 +5035,16 @@ packages: streamsearch: 0.1.2 dev: false + /diff-sequences/25.2.6: + resolution: {integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==} + engines: {node: '>= 8.3'} + dev: false + + /diff-sequences/27.4.0: + resolution: {integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dev: false + /diff-sequences/27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -4289,11 +5074,17 @@ packages: resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=} dev: false - /dns-packet/5.3.1: - resolution: {integrity: sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==} - engines: {node: '>=6'} + /dns-packet/1.3.4: + resolution: {integrity: sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==} dependencies: - '@leichtgewicht/ip-codec': 2.0.3 + ip: 1.1.5 + safe-buffer: 5.2.1 + dev: false + + /dns-txt/2.0.2: + resolution: {integrity: sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=} + dependencies: + buffer-indexof: 1.1.1 dev: false /doctrine/2.1.0: @@ -4316,16 +5107,22 @@ packages: utila: 0.4.0 dev: false - /dom-serializer/1.4.1: - resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} + /dom-serializer/1.3.2: + resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==} dependencies: - domelementtype: 2.3.0 - domhandler: 4.3.1 + domelementtype: 2.2.0 + domhandler: 4.3.0 entities: 2.2.0 dev: false - /domelementtype/2.3.0: - resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + /domelementtype/2.2.0: + resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} + dev: false + + /domexception/1.0.1: + resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} + dependencies: + webidl-conversions: 4.0.2 dev: false /domexception/2.0.1: @@ -4335,19 +5132,19 @@ packages: webidl-conversions: 5.0.0 dev: false - /domhandler/4.3.1: - resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} + /domhandler/4.3.0: + resolution: {integrity: sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==} engines: {node: '>= 4'} dependencies: - domelementtype: 2.3.0 + domelementtype: 2.2.0 dev: false /domutils/2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} dependencies: - dom-serializer: 1.4.1 - domelementtype: 2.3.0 - domhandler: 4.3.1 + dom-serializer: 1.3.2 + domelementtype: 2.2.0 + domhandler: 4.3.0 dev: false /dot-case/3.0.4: @@ -4363,14 +5160,14 @@ packages: dotenv: 8.6.0 dev: false - /dotenv-webpack/7.1.0_webpack@5.72.0: - resolution: {integrity: sha512-+aUOe+nqgLerA/n611oyC15fY79BIkGm2fOxJAcHDonMZ7AtDpnzv/Oe591eHAenIE0t6w03UyxDnLs/YUxx5Q==} + /dotenv-webpack/7.0.3_webpack@5.65.0: + resolution: {integrity: sha512-O0O9pOEwrk+n1zzR3T2uuXRlw64QxHSPeNN1GaiNBloQFNaCUL9V8jxSVz4jlXXFP/CIqK8YecWf8BAvsSgMjw==} engines: {node: '>=10'} peerDependencies: webpack: ^4 || ^5 dependencies: dotenv-defaults: 2.0.2 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false /dotenv/8.6.0: @@ -4399,8 +5196,8 @@ packages: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} dev: false - /elastic-apm-http-client/10.4.0: - resolution: {integrity: sha512-mH3Cn61ICbj/rxhILAQ0NHQNmzD+kLBGyXklC0wSqIaiJs56yhCNgtXQZ3ajYxzrYW9Ox1QI4NVg3Gezg7nTCg==} + /elastic-apm-http-client/10.3.0: + resolution: {integrity: sha512-BAqB7k5JA/x09L8BVj04WRoknRptmW2rLAoHQVrPvPhUm/IgNz63wPfiBuhWVE//Hl7xEpURO5pMV6az0UArkA==} engines: {node: ^8.6.0 || 10 || >=12} dependencies: breadth-filter: 2.0.0 @@ -4410,7 +5207,6 @@ packages: fast-stream-to-buffer: 1.0.0 object-filter-sequence: 1.0.0 readable-stream: 3.6.0 - semver: 6.3.0 stream-chopper: 3.0.1 dev: false @@ -4423,12 +5219,12 @@ packages: async-cache: 1.1.0 async-value-promise: 1.1.1 basic-auth: 2.0.1 - cookie: 0.4.2 + cookie: 0.4.1 core-util-is: 1.0.3 - elastic-apm-http-client: 10.4.0 + elastic-apm-http-client: 10.3.0 end-of-stream: 1.4.4 error-callsites: 2.0.4 - error-stack-parser: 2.0.7 + error-stack-parser: 2.0.6 escape-string-regexp: 4.0.0 fast-safe-stringify: 2.1.1 http-headers: 3.0.2 @@ -4440,7 +5236,7 @@ packages: object-filter-sequence: 1.0.0 object-identity-map: 1.0.2 original-url: 1.2.3 - pino: 6.14.0 + pino: 6.13.3 read-pkg-up: 7.0.1 relative-microtime: 2.0.0 require-in-the-middle: 5.1.0 @@ -4455,8 +5251,8 @@ packages: - supports-color dev: false - /electron-to-chromium/1.4.116: - resolution: {integrity: sha512-sy2ol5DTH0sy8xvAglyHFxsNFXFsOBfa6rGmrtjiSdQOp53ossspduOzU+5Lx23H7GxEjjvtSF36XqkajV6Z5A==} + /electron-to-chromium/1.4.24: + resolution: {integrity: sha512-erwx5r69B/WFfFuF2jcNN0817BfDBdC4765kQ6WltOMuwsimlQo3JTEq0Cle+wpHralwdeX3OfAtw/mHxPK0Wg==} dev: false /elliptic/6.5.4: @@ -4496,11 +5292,11 @@ packages: once: 1.4.0 dev: false - /enhanced-resolve/5.9.3: - resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} + /enhanced-resolve/5.8.3: + resolution: {integrity: sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==} engines: {node: '>=10.13.0'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 tapable: 2.2.1 dev: false @@ -4532,14 +5328,14 @@ packages: is-arrayish: 0.2.1 dev: false - /error-stack-parser/2.0.7: - resolution: {integrity: sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==} + /error-stack-parser/2.0.6: + resolution: {integrity: sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==} dependencies: - stackframe: 1.2.1 + stackframe: 1.2.0 dev: false - /es-abstract/1.19.5: - resolution: {integrity: sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==} + /es-abstract/1.19.1: + resolution: {integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -4548,12 +5344,12 @@ packages: get-intrinsic: 1.1.1 get-symbol-description: 1.0.0 has: 1.0.3 - has-symbols: 1.0.3 + has-symbols: 1.0.2 internal-slot: 1.0.3 is-callable: 1.2.4 is-negative-zero: 2.0.2 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 + is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.2 object-inspect: 1.12.0 @@ -4569,7 +5365,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - has-symbols: 1.0.3 + has-symbols: 1.0.2 is-arguments: 1.1.1 is-map: 2.0.2 is-set: 2.0.2 @@ -4581,12 +5377,6 @@ packages: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: false - /es-shim-unscopables/1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} - dependencies: - has: 1.0.3 - dev: false - /es-to-primitive/1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -4596,14 +5386,12 @@ packages: is-symbol: 1.0.4 dev: false - /es5-ext/0.10.61: - resolution: {integrity: sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==} - engines: {node: '>=0.10'} - requiresBuild: true + /es5-ext/0.10.53: + resolution: {integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==} dependencies: es6-iterator: 2.0.3 es6-symbol: 3.1.3 - next-tick: 1.1.0 + next-tick: 1.0.0 dev: false /es6-error/4.1.1: @@ -4614,7 +5402,7 @@ packages: resolution: {integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c=} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.53 es6-symbol: 3.1.3 dev: false @@ -4622,7 +5410,7 @@ packages: resolution: {integrity: sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.53 es6-iterator: 2.0.3 es6-set: 0.1.5 es6-symbol: 3.1.3 @@ -4637,7 +5425,7 @@ packages: resolution: {integrity: sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.53 es6-iterator: 2.0.3 es6-symbol: 3.1.1 event-emitter: 0.3.5 @@ -4647,7 +5435,7 @@ packages: resolution: {integrity: sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.53 dev: false /es6-symbol/3.1.3: @@ -4725,7 +5513,7 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-standard-with-typescript/21.0.1_4fb63bb89131fb8a29a46423aa8a53e1: + /eslint-config-standard-with-typescript/21.0.1_ce2fa0c4dfa1c256100cababd749a13a: resolution: {integrity: sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw==} peerDependencies: '@typescript-eslint/eslint-plugin': ^4.0.1 @@ -4735,19 +5523,19 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 typescript: ^3.9 || ^4.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard: 16.0.3_b34912069e885f2a9370bfe10b54509c - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard: 16.0.3_d42fecbad7bfe7f5a4cd1039746899f1 + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - typescript: 4.6.3 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - /eslint-config-standard/16.0.3_b34912069e885f2a9370bfe10b54509c: + /eslint-config-standard/16.0.3_d42fecbad7bfe7f5a4cd1039746899f1: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -4756,7 +5544,7 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: eslint: 7.32.0 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 dev: false @@ -4765,15 +5553,16 @@ packages: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - resolve: 1.22.0 + resolve: 1.20.0 dev: false - /eslint-module-utils/2.7.3: - resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} + /eslint-module-utils/2.7.1: + resolution: {integrity: sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==} engines: {node: '>=4'} dependencies: debug: 3.2.7 find-up: 2.1.0 + pkg-dir: 2.0.0 dev: false /eslint-plugin-es/3.0.1_eslint@7.32.0: @@ -4787,26 +5576,26 @@ packages: regexpp: 3.2.0 dev: false - /eslint-plugin-import/2.26.0_eslint@7.32.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.25.3_eslint@7.32.0: + resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 dependencies: array-includes: 3.1.4 - array.prototype.flat: 1.3.0 + array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 eslint: 7.32.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3 + eslint-module-utils: 2.7.1 has: 1.0.3 - is-core-module: 2.9.0 + is-core-module: 2.8.0 is-glob: 4.0.3 - minimatch: 3.1.2 + minimatch: 3.0.4 object.values: 1.1.5 - resolve: 1.22.0 - tsconfig-paths: 3.14.1 + resolve: 1.20.0 + tsconfig-paths: 3.12.0 dev: false /eslint-plugin-node/11.1.0_eslint@7.32.0: @@ -4818,9 +5607,9 @@ packages: eslint: 7.32.0 eslint-plugin-es: 3.0.1_eslint@7.32.0 eslint-utils: 2.1.0 - ignore: 5.2.0 - minimatch: 3.1.2 - resolve: 1.22.0 + ignore: 5.1.9 + minimatch: 3.0.4 + resolve: 1.20.0 semver: 6.3.0 dev: false @@ -4843,7 +5632,7 @@ packages: eslint: 7.32.0 dev: false - /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.47.0: + /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.46.6: resolution: {integrity: sha512-YoBR9mLoKCjGghJ/gvpnFZKaMEu/VRcuxpSRS8KuozuEo7CdBH7bmBHa6FmMm0i4kJnOyx+PVsaptz96K6H/4Q==} engines: {node: '>=10'} peerDependencies: @@ -4851,7 +5640,7 @@ packages: svelte: ^3.2.0 dependencies: eslint: 7.32.0 - svelte: 3.47.0 + svelte: 3.46.6 dev: false /eslint-scope/5.1.1: @@ -4889,8 +5678,8 @@ packages: engines: {node: '>=10'} dev: false - /eslint-visitor-keys/3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} + /eslint-visitor-keys/3.1.0: + resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false @@ -4905,7 +5694,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4 + debug: 4.3.3 doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -4919,7 +5708,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.13.0 + globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -4928,15 +5717,15 @@ packages: json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.0.4 natural-compare: 1.4.0 optionator: 0.9.1 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.3.7 + semver: 7.3.5 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 - table: 6.8.0 + table: 6.7.5 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -5016,7 +5805,7 @@ packages: resolution: {integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.53 dev: false /eventemitter3/4.0.7: @@ -5035,6 +5824,39 @@ packages: safe-buffer: 5.2.1 dev: false + /exec-sh/0.3.6: + resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} + dev: false + + /execa/1.0.0: + resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} + engines: {node: '>=6'} + dependencies: + cross-spawn: 6.0.5 + get-stream: 4.1.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.6 + strip-eof: 1.0.0 + dev: false + + /execa/3.4.0: + resolution: {integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==} + engines: {node: ^8.12.0 || >=9.7.0} + dependencies: + cross-spawn: 7.0.3 + get-stream: 5.2.0 + human-signals: 1.1.1 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + p-finally: 2.0.1 + signal-exit: 3.0.6 + strip-final-newline: 2.0.0 + dev: false + /execa/5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -5046,7 +5868,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.7 + signal-exit: 3.0.6 strip-final-newline: 2.0.0 dev: false @@ -5055,16 +5877,41 @@ packages: engines: {node: '>= 0.8.0'} dev: false + /expand-brackets/2.1.4: + resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} + engines: {node: '>=0.10.0'} + dependencies: + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + posix-character-classes: 0.1.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + dev: false + + /expect/25.5.0: + resolution: {integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + ansi-styles: 4.3.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-regex-util: 25.2.6 + dev: false + /expect/27.2.5: resolution: {integrity: sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 27.4.2 ansi-styles: 5.2.0 - jest-get-type: 27.5.1 + jest-get-type: 27.4.0 jest-matcher-utils: 27.2.5 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 + jest-message-util: 27.4.6 + jest-regex-util: 27.4.0 dev: false /expect/27.5.1: @@ -5077,23 +5924,23 @@ packages: jest-message-util: 27.5.1 dev: false - /express-fileupload/1.3.1: - resolution: {integrity: sha512-LD1yabD3exmWIFujKGDnT1rmxSomaqQSlUvzIsrA1ZgwCJ6ci7lg2YHFGM3Q6DfK+Yk0gAVU7GWLE7qDMwZLkw==} - engines: {node: '>=12.0.0'} + /express-fileupload/1.2.1: + resolution: {integrity: sha512-fWPNAkBj+Azt9Itmcz/Reqdg3LeBfaXptDEev2JM8bCC0yDptglCnlizhf0YZauyU5X/g6v7v4Xxqhg8tmEfEA==} + engines: {node: '>=8.0.0'} dependencies: busboy: 0.3.1 dev: false - /express/4.17.3: - resolution: {integrity: sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==} + /express/4.17.2: + resolution: {integrity: sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==} engines: {node: '>= 0.10.0'} dependencies: - accepts: 1.3.8 + accepts: 1.3.7 array-flatten: 1.1.1 - body-parser: 1.19.2 + body-parser: 1.19.1 content-disposition: 0.5.4 content-type: 1.0.4 - cookie: 0.4.2 + cookie: 0.4.1 cookie-signature: 1.0.6 debug: 2.6.9 depd: 1.1.2 @@ -5108,7 +5955,7 @@ packages: parseurl: 1.3.3 path-to-regexp: 0.1.7 proxy-addr: 2.0.7 - qs: 6.9.7 + qs: 6.9.6 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.17.2 @@ -5123,23 +5970,52 @@ packages: /ext/1.6.0: resolution: {integrity: sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==} dependencies: - type: 2.6.0 + type: 2.5.0 + dev: false + + /extend-shallow/2.0.1: + resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=} + engines: {node: '>=0.10.0'} + dependencies: + is-extendable: 0.1.1 + dev: false + + /extend-shallow/3.0.2: + resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=} + engines: {node: '>=0.10.0'} + dependencies: + assign-symbols: 1.0.0 + is-extendable: 1.0.1 dev: false /extend/3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} dev: false + /extglob/2.0.4: + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + dependencies: + array-unique: 0.3.2 + define-property: 1.0.0 + expand-brackets: 2.1.4 + extend-shallow: 2.0.1 + fragment-cache: 0.2.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + dev: false + /extract-zip/2.0.1: resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==} engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.4 + debug: 4.3.3 get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.0 + '@types/yauzl': 2.9.2 transitivePeerDependencies: - supports-color dev: false @@ -5161,23 +6037,23 @@ packages: resolution: {integrity: sha512-caj/ZmjHljPrZtbzJ3kfH5ia/k4mTJe/qSiXAGzxZWRZgsgDV0cvNaQULqUX8t0/JVlzzEdYOwCN5DmzTxoD4w==} dev: false - /fast-glob/3.2.11: - resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} - engines: {node: '>=8.6.0'} + /fast-glob/3.2.7: + resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} + engines: {node: '>=8'} dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.4 dev: false /fast-json-stable-stringify/2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: false - /fast-json-stringify/2.7.13: - resolution: {integrity: sha512-ar+hQ4+OIurUGjSJD1anvYSDcUflywhKjfxnsW4TBTD7+u0tJufv6DKRWoQk3vI6YBOWMoz0TQtfbe7dxbQmvA==} + /fast-json-stringify/2.7.12: + resolution: {integrity: sha512-4hjwZDPmgj/ZUKXhEWovGPciE/5mWtAIQQxN+2VBDFun7DRTk2oOItbu9ZZp6kqj+eZ/u7z+dgBgM74cfGRnBQ==} engines: {node: '>= 10.0.0'} dependencies: ajv: 6.12.6 @@ -5190,8 +6066,8 @@ packages: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} dev: false - /fast-redact/3.1.1: - resolution: {integrity: sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==} + /fast-redact/3.0.2: + resolution: {integrity: sha512-YN+CYfCVRVMUZOUPeinHNKgytM1wPI/C/UCLEi56EsY2dwwvI00kIJHJoI7pMVqGoMew8SMZ2SSfHKHULHXDsg==} engines: {node: '>=6'} dev: false @@ -5216,6 +6092,10 @@ packages: resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} dev: false + /fastify-warning/0.2.0: + resolution: {integrity: sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==} + dev: false + /fastq/1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: @@ -5248,7 +6128,7 @@ packages: flat-cache: 3.0.4 dev: false - /file-loader/6.2.0_webpack@5.72.0: + /file-loader/6.2.0_webpack@5.65.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -5256,14 +6136,24 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /filesize/8.0.7: - resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==} + /filesize/8.0.6: + resolution: {integrity: sha512-sHvRqTiwdmcuzqet7iVwsbwF6UrV3wIgDf2SHNdY1Hgl8PC45HZg/0xtdw6U2izIV4lccnrY9ftl6wZFNdjYMg==} engines: {node: '>= 0.4.0'} dev: false + /fill-range/4.0.0: + resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 2.0.1 + is-number: 3.0.0 + repeat-string: 1.6.1 + to-regex-range: 2.1.1 + dev: false + /fill-range/7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} @@ -5318,7 +6208,7 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.5 + flatted: 3.2.4 rimraf: 3.0.2 dev: false @@ -5326,12 +6216,12 @@ packages: resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} dev: false - /flatted/3.2.5: - resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==} + /flatted/3.2.4: + resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==} dev: false - /follow-redirects/1.14.9: - resolution: {integrity: sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==} + /follow-redirects/1.14.6: + resolution: {integrity: sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -5356,6 +6246,11 @@ packages: unicode-trie: 0.3.1 dev: false + /for-in/1.0.2: + resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} + engines: {node: '>=0.10.0'} + dev: false + /foreach/2.0.5: resolution: {integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k=} dev: false @@ -5370,7 +6265,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: false /form-data/2.5.1: @@ -5379,7 +6274,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: false /form-data/3.0.1: @@ -5388,7 +6283,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: false /forwarded-parse/2.1.2: @@ -5400,8 +6295,15 @@ packages: engines: {node: '>= 0.6'} dev: false - /fraction.js/4.2.0: - resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} + /fraction.js/4.1.2: + resolution: {integrity: sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==} + dev: false + + /fragment-cache/0.2.1: + resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} + engines: {node: '>=0.10.0'} + dependencies: + map-cache: 0.2.2 dev: false /fresh/0.5.2: @@ -5413,7 +6315,7 @@ packages: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jsonfile: 4.0.0 universalify: 0.1.2 dev: false @@ -5451,10 +6353,6 @@ packages: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: false - /functions-have-names/1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - dev: false - /gensync/1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -5464,12 +6362,17 @@ packages: resolution: {integrity: sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==} dev: false + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: false + /get-intrinsic/1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: function-bind: 1.1.1 has: 1.0.3 - has-symbols: 1.0.3 + has-symbols: 1.0.2 dev: false /get-package-type/0.1.0: @@ -5477,6 +6380,13 @@ packages: engines: {node: '>=8.0.0'} dev: false + /get-stream/4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} + dependencies: + pump: 3.0.0 + dev: false + /get-stream/5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} @@ -5497,6 +6407,11 @@ packages: get-intrinsic: 1.1.1 dev: false + /get-value/2.0.6: + resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} + engines: {node: '>=0.10.0'} + dev: false + /getpass/0.1.7: resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} dependencies: @@ -5525,7 +6440,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: false @@ -5536,7 +6451,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: false @@ -5546,21 +6461,21 @@ packages: engines: {node: '>=4'} dev: false - /globals/13.13.0: - resolution: {integrity: sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==} + /globals/13.12.0: + resolution: {integrity: sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: false - /globby/11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + /globby/11.0.4: + resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 - ignore: 5.2.0 + fast-glob: 3.2.7 + ignore: 5.1.9 merge2: 1.4.1 slash: 3.0.0 dev: false @@ -5569,6 +6484,15 @@ packages: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} dev: false + /graceful-fs/4.2.8: + resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} + dev: false + + /growly/1.3.0: + resolution: {integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=} + dev: false + optional: true + /gzip-size/6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} @@ -5594,8 +6518,8 @@ packages: har-schema: 2.0.0 dev: false - /has-bigints/1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + /has-bigints/1.0.1: + resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: false /has-flag/3.0.0: @@ -5608,14 +6532,8 @@ packages: engines: {node: '>=8'} dev: false - /has-property-descriptors/1.0.0: - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} - dependencies: - get-intrinsic: 1.1.1 - dev: false - - /has-symbols/1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + /has-symbols/1.0.2: + resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} engines: {node: '>= 0.4'} dev: false @@ -5623,7 +6541,38 @@ packages: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.3 + has-symbols: 1.0.2 + dev: false + + /has-value/0.3.1: + resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=} + engines: {node: '>=0.10.0'} + dependencies: + get-value: 2.0.6 + has-values: 0.1.4 + isobject: 2.1.0 + dev: false + + /has-value/1.0.0: + resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=} + engines: {node: '>=0.10.0'} + dependencies: + get-value: 2.0.6 + has-values: 1.0.0 + isobject: 3.0.1 + dev: false + + /has-values/0.1.4: + resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=} + engines: {node: '>=0.10.0'} + dev: false + + /has-values/1.0.0: + resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 3.0.0 + kind-of: 4.0.0 dev: false /has/1.0.3: @@ -5679,6 +6628,12 @@ packages: resolution: {integrity: sha512-ePqFXHtSQWAFXYmj+JtOTHr84iNrII4/QRlAAPPE+zqnKy4xJo7Ie1Y4kC7AdB+LxLxSTTzBMASsEcy0q8YyvQ==} dev: false + /html-encoding-sniffer/1.0.2: + resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} + dependencies: + whatwg-encoding: 1.0.5 + dev: false + /html-encoding-sniffer/2.0.1: resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} engines: {node: '>=10'} @@ -5686,8 +6641,8 @@ packages: whatwg-encoding: 1.0.5 dev: false - /html-entities/2.3.3: - resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} + /html-entities/2.3.2: + resolution: {integrity: sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==} dev: false /html-escaper/2.0.2: @@ -5700,15 +6655,17 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.0 + clean-css: 5.2.4 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.12.1 + terser: 5.10.0 + transitivePeerDependencies: + - acorn dev: false - /html-webpack-plugin/5.5.0_webpack@5.72.0: + /html-webpack-plugin/5.5.0_webpack@5.65.0: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -5719,14 +6676,16 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a + transitivePeerDependencies: + - acorn dev: false /htmlparser2/6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} dependencies: - domelementtype: 2.3.0 - domhandler: 4.3.1 + domelementtype: 2.2.0 + domhandler: 4.3.0 domutils: 2.8.0 entities: 2.2.0 dev: false @@ -5764,25 +6723,14 @@ packages: toidentifier: 1.0.1 dev: false - /http-errors/2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - dev: false - /http-headers/3.0.2: resolution: {integrity: sha512-87E1I+2Wg4dxxz4rcxElo3dxO/w1ZtgL1yA0Sb6vH3qU16vRKq1NjWQv9SCY3ly2OQROcoxHZOUpmelS+k6wOw==} dependencies: next-line: 1.1.0 dev: false - /http-parser-js/0.5.6: - resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==} + /http-parser-js/0.5.5: + resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==} dev: false /http-proxy-agent/4.0.1: @@ -5791,26 +6739,23 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: false - /http-proxy-middleware/2.0.6_@types+express@4.17.13: - resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} + /http-proxy-middleware/2.0.2_@types+express@4.17.13: + resolution: {integrity: sha512-XtmDN5w+vdFTBZaYhdJAbMqn0DP/EhkUaAeo963mojwpKMMbw6nivtFKw07D7DDOH745L5k0VL0P8KRYNEVF/g==} engines: {node: '>=12.0.0'} peerDependencies: '@types/express': ^4.17.13 - peerDependenciesMeta: - '@types/express': - optional: true dependencies: '@types/express': 4.17.13 '@types/http-proxy': 1.17.8 http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 - micromatch: 4.0.5 + micromatch: 4.0.4 transitivePeerDependencies: - debug dev: false @@ -5820,7 +6765,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.14.9 + follow-redirects: 1.14.6 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -5832,19 +6777,24 @@ packages: dependencies: assert-plus: 1.0.0 jsprim: 1.4.2 - sshpk: 1.17.0 + sshpk: 1.16.1 dev: false - /https-proxy-agent/5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + /https-proxy-agent/5.0.0: + resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: false + /human-signals/1.1.1: + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} + dev: false + /human-signals/2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} @@ -5857,13 +6807,13 @@ packages: safer-buffer: 2.1.2 dev: false - /icss-utils/5.1.0_postcss@8.4.12: + /icss-utils/5.1.0_postcss@8.4.5: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.12 + postcss: 8.4.5 dev: false /ieee754/1.2.1: @@ -5875,8 +6825,8 @@ packages: engines: {node: '>= 4'} dev: false - /ignore/5.2.0: - resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} + /ignore/5.1.9: + resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} engines: {node: '>= 4'} dev: false @@ -5884,6 +6834,13 @@ packages: resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==} dev: false + /import-cwd/3.0.0: + resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==} + engines: {node: '>=8'} + dependencies: + import-from: 3.0.0 + dev: false + /import-fresh/3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} @@ -5892,13 +6849,20 @@ packages: resolve-from: 4.0.0 dev: false + /import-from/3.0.0: + resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==} + engines: {node: '>=8'} + dependencies: + resolve-from: 5.0.0 + dev: false + /import-lazy/4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} dev: false - /import-local/3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + /import-local/3.0.3: + resolution: {integrity: sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==} engines: {node: '>=8'} hasBin: true dependencies: @@ -5911,6 +6875,11 @@ packages: engines: {node: '>=0.8.19'} dev: false + /indent-string/4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: false + /inflation/2.0.0: resolution: {integrity: sha1-i0F+R8KPklpFEz2RTKH9OJEH8w8=} engines: {node: '>= 0.8.0'} @@ -5945,15 +6914,20 @@ packages: engines: {node: '>= 0.10'} dev: false - /intl-messageformat/9.12.0: - resolution: {integrity: sha512-5Q9j21JreB1G27/CqMYsA+pvJ19JjHyhiTSeUuvZK9BCDJGHtOLgpUUcGM+GLHiUuoVMKVeeX1smamiVHQrSKQ==} + /intl-messageformat/9.10.0: + resolution: {integrity: sha512-OTOLlGPfwbrFyYD2iQuDbqEs8xccyLy+f1P3ZGJB2/EZo7Z9fVaaIWcM+JGvuWIFVRDnw4Um6z4t0mSSitUxGQ==} dependencies: - '@formatjs/ecma402-abstract': 1.11.4 - '@formatjs/fast-memoize': 1.2.1 - '@formatjs/icu-messageformat-parser': 2.0.19 + '@formatjs/ecma402-abstract': 1.11.0 + '@formatjs/fast-memoize': 1.2.0 + '@formatjs/icu-messageformat-parser': 2.0.15 tslib: 2.3.1 dev: false + /ip-regex/2.1.0: + resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=} + engines: {node: '>=4'} + dev: false + /ip/1.1.5: resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} dev: false @@ -5968,6 +6942,20 @@ packages: engines: {node: '>= 10'} dev: false + /is-accessor-descriptor/0.1.6: + resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /is-accessor-descriptor/1.0.0: + resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 + dev: false + /is-arguments/1.1.1: resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} engines: {node: '>= 0.4'} @@ -5983,7 +6971,7 @@ packages: /is-bigint/1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: - has-bigints: 1.0.2 + has-bigints: 1.0.1 dev: false /is-binary-path/2.1.0: @@ -6001,17 +6989,42 @@ packages: has-tostringtag: 1.0.0 dev: false + /is-buffer/1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + dev: false + /is-callable/1.2.4: resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==} engines: {node: '>= 0.4'} dev: false - /is-core-module/2.9.0: - resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} + /is-ci/2.0.0: + resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} + hasBin: true + dependencies: + ci-info: 2.0.0 + dev: false + + /is-core-module/2.8.0: + resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==} dependencies: has: 1.0.3 dev: false + /is-data-descriptor/0.1.4: + resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /is-data-descriptor/1.0.0: + resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 + dev: false + /is-date-object/1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -6019,12 +7032,42 @@ packages: has-tostringtag: 1.0.0 dev: false + /is-descriptor/0.1.6: + resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 0.1.6 + is-data-descriptor: 0.1.4 + kind-of: 5.1.0 + dev: false + + /is-descriptor/1.0.2: + resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 1.0.0 + is-data-descriptor: 1.0.0 + kind-of: 6.0.3 + dev: false + /is-docker/2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true dev: false + /is-extendable/0.1.1: + resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} + engines: {node: '>=0.10.0'} + dev: false + + /is-extendable/1.0.1: + resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + engines: {node: '>=0.10.0'} + dependencies: + is-plain-object: 2.0.4 + dev: false + /is-extglob/2.1.1: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.0'} @@ -6085,18 +7128,35 @@ packages: resolution: {integrity: sha1-LauingtYUGOHXntTnQcfWxWTeWk=} dev: false - /is-number-object/1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + /is-number-object/1.0.6: + resolution: {integrity: sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false + /is-number/3.0.0: + resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + /is-number/7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} dev: false + /is-path-cwd/2.2.0: + resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} + engines: {node: '>=6'} + dev: false + + /is-path-inside/3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + dev: false + /is-plain-obj/3.0.0: resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} engines: {node: '>=10'} @@ -6125,10 +7185,13 @@ packages: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} dev: false - /is-shared-array-buffer/1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} - dependencies: - call-bind: 1.0.2 + /is-shared-array-buffer/1.0.1: + resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} + dev: false + + /is-stream/1.1.0: + resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} + engines: {node: '>=0.10.0'} dev: false /is-stream/2.0.1: @@ -6147,7 +7210,7 @@ packages: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: - has-symbols: 1.0.3 + has-symbols: 1.0.2 dev: false /is-typed-array/1.1.8: @@ -6156,7 +7219,7 @@ packages: dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.19.5 + es-abstract: 1.19.1 foreach: 2.0.5 has-tostringtag: 1.0.0 dev: false @@ -6182,6 +7245,11 @@ packages: get-intrinsic: 1.1.1 dev: false + /is-windows/1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + dev: false + /is-wsl/2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} @@ -6201,6 +7269,13 @@ packages: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} dev: false + /isobject/2.1.0: + resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=} + engines: {node: '>=0.10.0'} + dependencies: + isarray: 1.0.0 + dev: false + /isobject/3.0.1: resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} engines: {node: '>=0.10.0'} @@ -6215,12 +7290,24 @@ packages: engines: {node: '>=8'} dev: false - /istanbul-lib-instrument/5.2.0: - resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} + /istanbul-lib-instrument/4.0.3: + resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.17.9 - '@babel/parser': 7.17.9 + '@babel/core': 7.16.5 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + + /istanbul-lib-instrument/5.1.0: + resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.16.5 + '@babel/parser': 7.16.12 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -6241,13 +7328,21 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.4 + debug: 4.3.3 istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color dev: false + /istanbul-reports/3.1.1: + resolution: {integrity: sha512-q1kvhAXWSsXfMjCdNHNPKZZv94OlspKnoGv+R9RGbnqOOQ0VbNfLFgQDVgi7hHenKsndGq3/o0OBdzDXthWcNw==} + engines: {node: '>=8'} + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.0 + dev: false + /istanbul-reports/3.1.4: resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} engines: {node: '>=8'} @@ -6256,6 +7351,15 @@ packages: istanbul-lib-report: 3.0.0 dev: false + /jest-changed-files/25.5.0: + resolution: {integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + execa: 3.4.0 + throat: 5.0.0 + dev: false + /jest-changed-files/27.5.1: resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6272,7 +7376,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -6292,6 +7396,65 @@ packages: - supports-color dev: false + /jest-config/25.4.0: + resolution: {integrity: sha512-egT9aKYxMyMSQV1aqTgam0SkI5/I2P9qrKexN5r2uuM2+68ypnc+zPGmfUxK7p1UhE7dYH9SLBS7yb+TtmT1AA==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.16.5 + '@jest/test-sequencer': 25.5.4 + '@jest/types': 25.5.0 + babel-jest: 25.5.1_@babel+core@7.16.5 + chalk: 3.0.0 + deepmerge: 4.2.2 + glob: 7.2.0 + jest-environment-jsdom: 25.5.0 + jest-environment-node: 25.5.0 + jest-get-type: 25.2.6 + jest-jasmine2: 25.5.4 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + micromatch: 4.0.4 + pretty-format: 25.5.0 + realpath-native: 2.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + + /jest-config/25.5.4: + resolution: {integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.16.5 + '@jest/test-sequencer': 25.5.4 + '@jest/types': 25.5.0 + babel-jest: 25.5.1_@babel+core@7.16.5 + chalk: 3.0.0 + deepmerge: 4.2.2 + glob: 7.2.0 + graceful-fs: 4.2.8 + jest-environment-jsdom: 25.5.0 + jest-environment-node: 25.5.0 + jest-get-type: 25.2.6 + jest-jasmine2: 25.5.4 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + micromatch: 4.0.4 + pretty-format: 25.5.0 + realpath-native: 2.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /jest-config/27.4.7_ts-node@10.5.0: resolution: {integrity: sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6301,29 +7464,29 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.16.5 '@jest/test-sequencer': 27.5.1 - '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.17.9 + '@jest/types': 27.4.2 + babel-jest: 27.5.1_@babel+core@7.16.5 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jest-circus: 27.5.1 jest-environment-jsdom: 27.5.1 jest-environment-node: 27.5.1 - jest-get-type: 27.5.1 + jest-get-type: 27.4.0 jest-jasmine2: 27.5.1 - jest-regex-util: 27.5.1 + jest-regex-util: 27.4.0 jest-resolve: 27.4.6 jest-runner: 27.5.1 jest-util: 27.5.1 jest-validate: 27.5.1 - micromatch: 4.0.5 - pretty-format: 27.5.1 + micromatch: 4.0.4 + pretty-format: 27.4.6 slash: 3.0.0 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b transitivePeerDependencies: - bufferutil - canvas @@ -6331,6 +7494,26 @@ packages: - utf-8-validate dev: false + /jest-diff/25.5.0: + resolution: {integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==} + engines: {node: '>= 8.3'} + dependencies: + chalk: 3.0.0 + diff-sequences: 25.2.6 + jest-get-type: 25.2.6 + pretty-format: 25.5.0 + dev: false + + /jest-diff/27.4.2: + resolution: {integrity: sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 27.4.0 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 + dev: false + /jest-diff/27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6341,6 +7524,13 @@ packages: pretty-format: 27.5.1 dev: false + /jest-docblock/25.3.0: + resolution: {integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==} + engines: {node: '>= 8.3'} + dependencies: + detect-newline: 3.1.0 + dev: false + /jest-docblock/27.5.1: resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6348,6 +7538,17 @@ packages: detect-newline: 3.1.0 dev: false + /jest-each/25.5.0: + resolution: {integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + chalk: 3.0.0 + jest-get-type: 25.2.6 + jest-util: 25.5.0 + pretty-format: 25.5.0 + dev: false + /jest-each/27.5.1: resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6359,6 +7560,22 @@ packages: pretty-format: 27.5.1 dev: false + /jest-environment-jsdom/25.5.0: + resolution: {integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/environment': 25.5.0 + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.5.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + jsdom: 15.2.1 + transitivePeerDependencies: + - bufferutil + - canvas + - utf-8-validate + dev: false + /jest-environment-jsdom/27.5.1: resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6366,7 +7583,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -6377,6 +7594,18 @@ packages: - utf-8-validate dev: false + /jest-environment-node/25.5.0: + resolution: {integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/environment': 25.5.0 + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.5.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + semver: 6.3.0 + dev: false + /jest-environment-node/27.5.1: resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6384,23 +7613,53 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 jest-mock: 27.5.1 jest-util: 27.5.1 dev: false + /jest-get-type/25.2.6: + resolution: {integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==} + engines: {node: '>= 8.3'} + dev: false + + /jest-get-type/27.4.0: + resolution: {integrity: sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dev: false + /jest-get-type/27.5.1: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: false + /jest-haste-map/25.5.1: + resolution: {integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + '@types/graceful-fs': 4.1.5 + anymatch: 3.1.2 + fb-watchman: 2.0.1 + graceful-fs: 4.2.8 + jest-serializer: 25.5.0 + jest-util: 25.5.0 + jest-worker: 25.5.0 + micromatch: 4.0.4 + sane: 4.1.0 + walker: 1.0.8 + which: 2.0.2 + optionalDependencies: + fsevents: 2.3.2 + dev: false + /jest-haste-map/27.5.1: resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.27 + '@types/node': 17.0.10 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -6408,12 +7667,40 @@ packages: jest-serializer: 27.5.1 jest-util: 27.5.1 jest-worker: 27.5.1 - micromatch: 4.0.5 + micromatch: 4.0.4 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: false + /jest-jasmine2/25.5.4: + resolution: {integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/traverse': 7.16.5 + '@jest/environment': 25.5.0 + '@jest/source-map': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + co: 4.6.0 + expect: 25.5.0 + is-generator-fn: 2.1.0 + jest-each: 25.5.0 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-runtime: 25.5.4 + jest-snapshot: 25.5.1 + jest-util: 25.5.0 + pretty-format: 25.5.0 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /jest-jasmine2/27.5.1: resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6422,7 +7709,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -6439,6 +7726,14 @@ packages: - supports-color dev: false + /jest-leak-detector/25.5.0: + resolution: {integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA==} + engines: {node: '>= 8.3'} + dependencies: + jest-get-type: 25.2.6 + pretty-format: 25.5.0 + dev: false + /jest-leak-detector/27.5.1: resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6447,14 +7742,24 @@ packages: pretty-format: 27.5.1 dev: false + /jest-matcher-utils/25.5.0: + resolution: {integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw==} + engines: {node: '>= 8.3'} + dependencies: + chalk: 3.0.0 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + pretty-format: 25.5.0 + dev: false + /jest-matcher-utils/27.2.5: resolution: {integrity: sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 + jest-diff: 27.4.2 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: false /jest-matcher-utils/27.5.1: @@ -6467,6 +7772,35 @@ packages: pretty-format: 27.5.1 dev: false + /jest-message-util/25.5.0: + resolution: {integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/code-frame': 7.16.0 + '@jest/types': 25.5.0 + '@types/stack-utils': 1.0.1 + chalk: 3.0.0 + graceful-fs: 4.2.8 + micromatch: 4.0.4 + slash: 3.0.0 + stack-utils: 1.0.5 + dev: false + + /jest-message-util/27.4.6: + resolution: {integrity: sha512-0p5szriFU0U74czRSFjH6RyS7UYIAkn/ntwMuOwTGWrQIOh5NzXXrq72LOqIkJKKvFbPq+byZKuBz78fjBERBA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@babel/code-frame': 7.16.0 + '@jest/types': 27.4.2 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.8 + micromatch: 4.0.4 + pretty-format: 27.4.6 + slash: 3.0.0 + stack-utils: 2.0.5 + dev: false + /jest-message-util/27.5.1: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6476,18 +7810,37 @@ packages: '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 - micromatch: 4.0.5 + micromatch: 4.0.4 pretty-format: 27.5.1 slash: 3.0.0 stack-utils: 2.0.5 dev: false + /jest-mock/25.5.0: + resolution: {integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + dev: false + /jest-mock/27.5.1: resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 + dev: false + + /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + dependencies: + jest-resolve: 25.5.1 dev: false /jest-pnp-resolver/1.2.2_jest-resolve@27.4.6: @@ -6514,11 +7867,30 @@ packages: jest-resolve: 27.5.1 dev: false + /jest-regex-util/25.2.6: + resolution: {integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw==} + engines: {node: '>= 8.3'} + dev: false + + /jest-regex-util/27.4.0: + resolution: {integrity: sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dev: false + /jest-regex-util/27.5.1: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: false + /jest-resolve-dependencies/25.5.4: + resolution: {integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + jest-regex-util: 25.2.6 + jest-snapshot: 25.5.1 + dev: false + /jest-resolve-dependencies/27.5.1: resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6530,18 +7902,33 @@ packages: - supports-color dev: false + /jest-resolve/25.5.1: + resolution: {integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + browser-resolve: 1.11.3 + chalk: 3.0.0 + graceful-fs: 4.2.8 + jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 + read-pkg-up: 7.0.1 + realpath-native: 2.0.0 + resolve: 1.20.0 + slash: 3.0.0 + dev: false + /jest-resolve/27.4.6: resolution: {integrity: sha512-SFfITVApqtirbITKFAO7jOVN45UgFzcRdQanOFzjnbd+CACDoyeX7206JyU92l4cRr73+Qy/TlW51+4vHGt+zw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 27.4.2 chalk: 4.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jest-haste-map: 27.5.1 jest-pnp-resolver: 1.2.2_jest-resolve@27.4.6 jest-util: 27.5.1 jest-validate: 27.5.1 - resolve: 1.22.0 + resolve: 1.20.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: false @@ -6557,11 +7944,41 @@ packages: jest-pnp-resolver: 1.2.2_jest-resolve@27.5.1 jest-util: 27.5.1 jest-validate: 27.5.1 - resolve: 1.22.0 + resolve: 1.20.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: false + /jest-runner/25.5.4: + resolution: {integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/console': 25.5.0 + '@jest/environment': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + exit: 0.1.2 + graceful-fs: 4.2.8 + jest-config: 25.5.4 + jest-docblock: 25.3.0 + jest-haste-map: 25.5.1 + jest-jasmine2: 25.5.4 + jest-leak-detector: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + jest-runtime: 25.5.4 + jest-util: 25.5.0 + jest-worker: 25.5.0 + source-map-support: 0.5.21 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /jest-runner/27.5.1: resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6571,7 +7988,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -6594,6 +8011,44 @@ packages: - utf-8-validate dev: false + /jest-runtime/25.5.4: + resolution: {integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ==} + engines: {node: '>= 8.3'} + hasBin: true + dependencies: + '@jest/console': 25.5.0 + '@jest/environment': 25.5.0 + '@jest/globals': 25.5.2 + '@jest/source-map': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + '@types/yargs': 15.0.14 + chalk: 3.0.0 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.2.0 + graceful-fs: 4.2.8 + jest-config: 25.5.4 + jest-haste-map: 25.5.1 + jest-message-util: 25.5.0 + jest-mock: 25.5.0 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-snapshot: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + realpath-native: 2.0.0 + slash: 3.0.0 + strip-bom: 4.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: false + /jest-runtime/27.5.1: resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6624,40 +8079,88 @@ packages: - supports-color dev: false + /jest-serializer/25.5.0: + resolution: {integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==} + engines: {node: '>= 8.3'} + dependencies: + graceful-fs: 4.2.8 + dev: false + /jest-serializer/27.5.1: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 graceful-fs: 4.2.10 dev: false + /jest-snapshot/25.4.0: + resolution: {integrity: sha512-J4CJ0X2SaGheYRZdLz9CRHn9jUknVmlks4UBeu270hPAvdsauFXOhx9SQP2JtRzhnR3cvro/9N9KP83/uvFfRg==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/types': 7.16.0 + '@jest/types': 25.5.0 + '@types/prettier': 1.19.1 + chalk: 3.0.0 + expect: 25.5.0 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + make-dir: 3.1.0 + natural-compare: 1.4.0 + pretty-format: 25.5.0 + semver: 6.3.0 + dev: false + + /jest-snapshot/25.5.1: + resolution: {integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/types': 7.16.0 + '@jest/types': 25.5.0 + '@types/prettier': 1.19.1 + chalk: 3.0.0 + expect: 25.5.0 + graceful-fs: 4.2.8 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + make-dir: 3.1.0 + natural-compare: 1.4.0 + pretty-format: 25.5.0 + semver: 6.3.0 + dev: false + /jest-snapshot/27.4.6: resolution: {integrity: sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.9 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/core': 7.16.5 + '@babel/generator': 7.16.8 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.5 + '@babel/traverse': 7.16.10 + '@babel/types': 7.16.8 '@jest/transform': 27.4.6 - '@jest/types': 27.5.1 - '@types/babel__traverse': 7.17.0 + '@jest/types': 27.4.2 + '@types/babel__traverse': 7.14.2 '@types/prettier': 2.6.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.9 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.5 chalk: 4.1.2 expect: 27.5.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 jest-diff: 27.5.1 - jest-get-type: 27.5.1 + jest-get-type: 27.4.0 jest-haste-map: 27.5.1 jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 + jest-message-util: 27.4.6 jest-util: 27.5.1 natural-compare: 1.4.0 - pretty-format: 27.5.1 - semver: 7.3.7 + pretty-format: 27.4.6 + semver: 7.3.5 transitivePeerDependencies: - supports-color dev: false @@ -6666,16 +8169,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.9 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/core': 7.16.5 + '@babel/generator': 7.16.8 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.5 + '@babel/traverse': 7.16.10 + '@babel/types': 7.16.8 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__traverse': 7.17.0 + '@types/babel__traverse': 7.14.2 '@types/prettier': 2.6.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.9 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.5 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -6687,21 +8190,44 @@ packages: jest-util: 27.5.1 natural-compare: 1.4.0 pretty-format: 27.5.1 - semver: 7.3.7 + semver: 7.3.5 transitivePeerDependencies: - supports-color dev: false + /jest-util/25.5.0: + resolution: {integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + chalk: 3.0.0 + graceful-fs: 4.2.8 + is-ci: 2.0.0 + make-dir: 3.1.0 + dev: false + /jest-util/27.5.1: resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.10 - picomatch: 2.3.1 + picomatch: 2.3.0 + dev: false + + /jest-validate/25.5.0: + resolution: {integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + camelcase: 5.3.1 + chalk: 3.0.0 + jest-get-type: 25.2.6 + leven: 3.1.0 + pretty-format: 25.5.0 dev: false /jest-validate/27.5.1: @@ -6716,24 +8242,53 @@ packages: pretty-format: 27.5.1 dev: false + /jest-watcher/25.5.0: + resolution: {integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + ansi-escapes: 4.3.2 + chalk: 3.0.0 + jest-util: 25.5.0 + string-length: 3.1.0 + dev: false + /jest-watcher/27.5.1: resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.27 + '@types/node': 17.0.10 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 string-length: 4.0.2 dev: false + /jest-worker/25.5.0: + resolution: {integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==} + engines: {node: '>= 8.3'} + dependencies: + merge-stream: 2.0.0 + supports-color: 7.2.0 + dev: false + + /jest-worker/27.4.5: + resolution: {integrity: sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 17.0.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: false + /jest-worker/27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.27 + '@types/node': 17.0.10 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -6762,6 +8317,46 @@ packages: resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} dev: false + /jsdom/15.2.1: + resolution: {integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==} + engines: {node: '>=8'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + abab: 2.0.5 + acorn: 7.4.1 + acorn-globals: 4.3.4 + array-equal: 1.0.0 + cssom: 0.4.4 + cssstyle: 2.3.0 + data-urls: 1.1.0 + domexception: 1.0.1 + escodegen: 1.14.3 + html-encoding-sniffer: 1.0.2 + nwsapi: 2.2.0 + parse5: 5.1.0 + pn: 1.1.0 + request: 2.88.2 + request-promise-native: 1.0.9_request@2.88.2 + saxes: 3.1.11 + symbol-tree: 3.2.4 + tough-cookie: 3.0.1 + w3c-hr-time: 1.0.2 + w3c-xmlserializer: 1.1.2 + webidl-conversions: 4.0.2 + whatwg-encoding: 1.0.5 + whatwg-mimetype: 2.3.0 + whatwg-url: 7.1.0 + ws: 7.5.6 + xml-name-validator: 3.0.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /jsdom/16.7.0: resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} engines: {node: '>=10'} @@ -6771,8 +8366,8 @@ packages: canvas: optional: true dependencies: - abab: 2.0.6 - acorn: 8.7.0 + abab: 2.0.5 + acorn: 8.6.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -6783,7 +8378,7 @@ packages: form-data: 3.0.1 html-encoding-sniffer: 2.0.1 http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.1 + https-proxy-agent: 5.0.0 is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.0 parse5: 6.0.1 @@ -6796,7 +8391,7 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - ws: 7.5.7 + ws: 7.5.6 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -6851,13 +8446,15 @@ packages: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.5 dev: false - /json5/2.2.1: - resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} + /json5/2.2.0: + resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} engines: {node: '>=6'} hasBin: true + dependencies: + minimist: 1.2.5 dev: false /jsonfile/4.0.0: @@ -6897,6 +8494,25 @@ packages: tsscmp: 1.0.6 dev: false + /kind-of/3.2.2: + resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=} + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: 1.1.6 + dev: false + + /kind-of/4.0.0: + resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=} + engines: {node: '>=0.10.0'} + dependencies: + is-buffer: 1.1.6 + dev: false + + /kind-of/5.1.0: + resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} + engines: {node: '>=0.10.0'} + dev: false + /kind-of/6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} @@ -6931,7 +8547,7 @@ packages: resolution: {integrity: sha512-z/OzxVjf5NyuNO3t9nJpx7e1oR3FSBAauiwXtMQu4ppcnuNZzTaQ4p21P8A6r2Es8uJJM339oc4oVW+qX7SqnQ==} engines: {node: '>= 8.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.3 http-errors: 1.8.1 koa-compose: 4.1.0 methods: 1.1.2 @@ -6944,15 +8560,15 @@ packages: resolution: {integrity: sha512-43zkIKubNbnrULWlHdN5h1g3SEKXOEzoAlRsHOTFpnlDu8JlAOZSMJBLULusuXRequboiwJcj5vtYXKB3k7+2g==} engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} dependencies: - accepts: 1.3.8 + accepts: 1.3.7 cache-content-type: 1.0.1 content-disposition: 0.5.4 content-type: 1.0.4 cookies: 0.8.0 - debug: 4.3.4 + debug: 4.3.3 delegates: 1.0.0 depd: 2.0.0 - destroy: 1.2.0 + destroy: 1.0.4 encodeurl: 1.0.2 escape-html: 1.0.3 fresh: 0.5.2 @@ -6961,7 +8577,7 @@ packages: is-generator-function: 1.0.10 koa-compose: 4.1.0 koa-convert: 2.0.0 - on-finished: 2.4.1 + on-finished: 2.3.0 only: 0.0.2 parseurl: 1.3.3 statuses: 1.5.0 @@ -6996,8 +8612,8 @@ packages: resolution: {integrity: sha512-CMgA8AMJIX/QfoYHKyjg0hv9W1SGL2xRkt0uLyhT9xKKRj73fHi+IhsrB3W36wwk4I0iz8YlKHfdW14QDwerMA==} dev: false - /lilconfig/2.0.5: - resolution: {integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==} + /lilconfig/2.0.4: + resolution: {integrity: sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==} engines: {node: '>=10'} dev: false @@ -7024,8 +8640,8 @@ packages: source-map: 0.7.3 dev: false - /loader-runner/4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + /loader-runner/4.2.0: + resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} engines: {node: '>=6.11.5'} dev: false @@ -7044,7 +8660,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 2.2.1 + json5: 2.2.0 dev: false /locate-path/2.0.0: @@ -7082,6 +8698,10 @@ packages: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false + /lodash.sortby/4.7.0: + resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} + dev: false + /lodash.truncate/4.4.2: resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=} dev: false @@ -7090,6 +8710,12 @@ packages: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: false + /lolex/5.1.2: + resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} + dependencies: + '@sinonjs/commons': 1.8.3 + dev: false + /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: @@ -7116,8 +8742,8 @@ packages: sourcemap-codec: 1.4.8 dev: false - /magic-string/0.25.9: - resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} + /magic-string/0.25.7: + resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} dependencies: sourcemap-codec: 1.4.8 dev: false @@ -7139,6 +8765,18 @@ packages: tmpl: 1.0.5 dev: false + /map-cache/0.2.2: + resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=} + engines: {node: '>=0.10.0'} + dev: false + + /map-visit/1.0.0: + resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=} + engines: {node: '>=0.10.0'} + dependencies: + object-visit: 1.0.1 + dev: false + /mapcap/1.0.0: resolution: {integrity: sha512-KcNlZSlFPx+r1jYZmxEbTVymG+dIctf10WmWkuhrhrblM+KMoF77HelwihL5cxYlORye79KoR4IlOOk99lUJ0g==} dev: false @@ -7214,12 +8852,31 @@ packages: engines: {node: '>= 0.6'} dev: false - /micromatch/4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + /micromatch/3.1.10: + resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + braces: 2.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + extglob: 2.0.4 + fragment-cache: 0.2.1 + kind-of: 6.0.3 + nanomatch: 1.2.13 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + dev: false + + /micromatch/4.0.4: + resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} engines: {node: '>=8.6'} dependencies: braces: 3.0.2 - picomatch: 2.3.1 + picomatch: 2.3.0 dev: false /miller-rabin/4.0.1: @@ -7230,16 +8887,16 @@ packages: brorand: 1.1.0 dev: false - /mime-db/1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + /mime-db/1.51.0: + resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} engines: {node: '>= 0.6'} dev: false - /mime-types/2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + /mime-types/2.1.34: + resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.52.0 + mime-db: 1.51.0 dev: false /mime/1.6.0: @@ -7264,14 +8921,14 @@ packages: engines: {node: '>=4'} dev: false - /mini-css-extract-plugin/2.6.0_webpack@5.72.0: - resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==} + /mini-css-extract-plugin/2.4.5_webpack@5.65.0: + resolution: {integrity: sha512-oEIhRucyn1JbT/1tU2BhnwO6ft1jjH1iCX9Gc59WFMg0n5773rQU0oyQ0zzeYFFuBfONaRbQJyGoPtuNseMxjA==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false /minimalistic-assert/1.0.1: @@ -7282,32 +8939,31 @@ packages: resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} dev: false - /minimatch/3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + /minimatch/3.0.4: + resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 dev: false - /minimist/1.2.6: - resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + /minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} dev: false - /minio/7.0.27: - resolution: {integrity: sha512-0eFFob4ZzqsK0lsuM2cRddDkdFrfQGKCpD77XbFzFClhQL4w85CXC3UwfIe0rBRmLzFMZ5Y9bph8Dpny/COrQQ==} - engines: {node: '>8 <16.8.0'} + /minio/7.0.26: + resolution: {integrity: sha512-knutnEZZMIUB/Xln6psVDrqObFKXDcF9m4IfFIX+zgDHYg3AlcF88DY1wdgg7bUkf+uU8iHkzP2q5CXAhia73w==} + engines: {node: '>= 4'} dependencies: - async: 3.2.3 + async: 3.2.2 block-stream2: 2.1.0 browser-or-node: 1.3.0 - buffer-crc32: 0.2.13 crypto-browserify: 3.12.0 es6-error: 4.1.1 fast-xml-parser: 3.21.1 ipaddr.js: 2.0.1 json-stream: 1.0.0 lodash: 4.17.21 - mime-types: 2.1.35 - mkdirp: 0.5.6 + mime-types: 2.1.34 + mkdirp: 0.5.5 querystring: 0.2.0 through2: 3.0.2 web-encoding: 1.1.5 @@ -7315,32 +8971,39 @@ packages: xml2js: 0.4.23 dev: false - /mkdirp/0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} + /mixin-deep/1.3.2: + resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} + engines: {node: '>=0.10.0'} + dependencies: + for-in: 1.0.2 + is-extendable: 1.0.1 + dev: false + + /mkdirp/0.5.5: + resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.5 dev: false /module-details-from-path/1.0.3: resolution: {integrity: sha1-EUyUlnPiqKNenTV4hSeqN7Z52is=} dev: false - /mongodb-connection-string-url/2.5.2: - resolution: {integrity: sha512-tWDyIG8cQlI5k3skB6ywaEA5F9f5OntrKKsT/Lteub2zgwSUlhqEN2inGgBTm8bpYJf8QYBdA/5naz65XDpczA==} + /mongodb-connection-string-url/2.3.2: + resolution: {integrity: sha512-2LkmS0ny7LamAyhEs2Q+zuFFxeGNSc2DaGHBevjqkoPt7bgh+67mg1sFU6awnMsdLKpdEt7zUy466K9x7RsYcQ==} dependencies: '@types/whatwg-url': 8.2.1 whatwg-url: 11.0.0 dev: false - /mongodb/4.5.0: - resolution: {integrity: sha512-A2l8MjEpKojnhbCM0MK3+UOGUSGvTNNSv7AkP1fsT7tkambrkkqN/5F2y+PhzsV0Nbv58u04TETpkaSEdI2zKA==} + /mongodb/4.2.2: + resolution: {integrity: sha512-zt8rCTnTKyMQppyt63qMnrLM5dbADgUk18ORPF1XbtHLIYCyc9hattaYHi0pqMvNxDpgGgUofSVzS+UQErgTug==} engines: {node: '>=12.9.0'} dependencies: - bson: 4.6.3 + bson: 4.6.0 denque: 2.0.1 - mongodb-connection-string-url: 2.5.2 - socks: 2.6.2 + mongodb-connection-string-url: 2.3.2 optionalDependencies: saslprep: 1.0.3 dev: false @@ -7371,26 +9034,47 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: false - /multicast-dns/7.2.4: - resolution: {integrity: sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==} + /multicast-dns-service-types/1.1.0: + resolution: {integrity: sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=} + dev: false + + /multicast-dns/6.2.3: + resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} hasBin: true dependencies: - dns-packet: 5.3.1 + dns-packet: 1.3.4 thunky: 1.1.0 dev: false - /nanoid/3.3.3: - resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} + /nanoid/3.1.30: + resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: false + /nanomatch/1.2.13: + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + fragment-cache: 0.2.1 + is-windows: 1.0.2 + kind-of: 6.0.3 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + dev: false + /natural-compare/1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} dev: false - /negotiator/0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + /negotiator/0.6.2: + resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} engines: {node: '>= 0.6'} dev: false @@ -7402,8 +9086,12 @@ packages: resolution: {integrity: sha1-/K5XhTBStqm66CCOQN19PC0wRgM=} dev: false - /next-tick/1.1.0: - resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} + /next-tick/1.0.0: + resolution: {integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw=} + dev: false + + /nice-try/1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} dev: false /no-case/3.0.4: @@ -7413,8 +9101,8 @@ packages: tslib: 2.3.1 dev: false - /node-forge/1.3.1: - resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} + /node-forge/1.2.1: + resolution: {integrity: sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w==} engines: {node: '>= 6.13.0'} dev: false @@ -7422,19 +9110,38 @@ packages: resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} dev: false - /node-releases/2.0.3: - resolution: {integrity: sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw==} + /node-notifier/6.0.0: + resolution: {integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==} + requiresBuild: true + dependencies: + growly: 1.3.0 + is-wsl: 2.2.0 + semver: 6.3.0 + shellwords: 0.1.1 + which: 1.3.1 + dev: false + optional: true + + /node-releases/2.0.1: + resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==} dev: false /normalize-package-data/2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.0 + resolve: 1.20.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: false + /normalize-path/2.1.1: + resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=} + engines: {node: '>=0.10.0'} + dependencies: + remove-trailing-separator: 1.1.0 + dev: false + /normalize-path/3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -7445,6 +9152,13 @@ packages: engines: {node: '>=0.10.0'} dev: false + /npm-run-path/2.0.2: + resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} + engines: {node: '>=4'} + dependencies: + path-key: 2.0.1 + dev: false + /npm-run-path/4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -7471,6 +9185,15 @@ packages: engines: {node: '>=0.10.0'} dev: false + /object-copy/0.1.0: + resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} + engines: {node: '>=0.10.0'} + dependencies: + copy-descriptor: 0.1.1 + define-property: 0.2.5 + kind-of: 3.2.2 + dev: false + /object-filter-sequence/1.0.0: resolution: {integrity: sha512-CsubGNxhIEChNY4cXYuA6KXafztzHqzLLZ/y3Kasf3A+sa3lL9thq3z+7o0pZqzEinjXT6lXDPAfVWI59dUyzQ==} dev: false @@ -7490,7 +9213,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.1.3 dev: false /object-keys/1.1.1: @@ -7498,13 +9221,20 @@ packages: engines: {node: '>= 0.4'} dev: false + /object-visit/1.0.1: + resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: false + /object.assign/4.1.2: resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - has-symbols: 1.0.3 + define-properties: 1.1.3 + has-symbols: 1.0.2 object-keys: 1.1.1 dev: false @@ -7513,8 +9243,15 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.19.5 + define-properties: 1.1.3 + es-abstract: 1.19.1 + dev: false + + /object.pick/1.3.0: + resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 dev: false /object.values/1.1.5: @@ -7522,8 +9259,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.19.5 + define-properties: 1.1.3 + es-abstract: 1.19.1 dev: false /obuf/1.1.2: @@ -7537,13 +9274,6 @@ packages: ee-first: 1.1.1 dev: false - /on-finished/2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} - dependencies: - ee-first: 1.1.1 - dev: false - /on-headers/1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} @@ -7608,8 +9338,8 @@ packages: word-wrap: 1.2.3 dev: false - /orderedmap/1.1.5: - resolution: {integrity: sha512-/fzlCGKRmfayGoI9UUXvJfc2nMZlJHW30QqEvwPvlg8tsX7jyiUSomYie6mYqx7Z9bOMGoag0H/q1PS/0PjYkg==} + /orderedmap/1.1.1: + resolution: {integrity: sha512-3Ux8um0zXbVacKUkcytc0u3HgC0b0bBLT+I60r2J/En72cI0nZffqrA7Xtf2Hqs27j1g82llR5Mhbd0Z1XW4AQ==} dev: false /original-url/1.2.3: @@ -7618,6 +9348,21 @@ packages: forwarded-parse: 2.1.2 dev: false + /p-each-series/2.2.0: + resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} + engines: {node: '>=8'} + dev: false + + /p-finally/1.0.0: + resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} + engines: {node: '>=4'} + dev: false + + /p-finally/2.0.1: + resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} + engines: {node: '>=8'} + dev: false + /p-limit/1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -7653,6 +9398,13 @@ packages: p-limit: 2.3.0 dev: false + /p-map/4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + dependencies: + aggregate-error: 3.1.0 + dev: false + /p-retry/4.6.1: resolution: {integrity: sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==} engines: {node: '>=8'} @@ -7703,12 +9455,16 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.16.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 dev: false + /parse5/5.1.0: + resolution: {integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==} + dev: false + /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: false @@ -7725,6 +9481,11 @@ packages: tslib: 2.3.1 dev: false + /pascalcase/0.1.1: + resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=} + engines: {node: '>=0.10.0'} + dev: false + /path-exists/3.0.0: resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} engines: {node: '>=4'} @@ -7740,6 +9501,11 @@ packages: engines: {node: '>=0.10.0'} dev: false + /path-key/2.0.1: + resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} + engines: {node: '>=4'} + dev: false + /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -7794,8 +9560,8 @@ packages: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: false - /picomatch/2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} dev: false @@ -7803,21 +9569,21 @@ packages: resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} dev: false - /pino/6.14.0: - resolution: {integrity: sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==} + /pino/6.13.3: + resolution: {integrity: sha512-tJy6qVgkh9MwNgqX1/oYi3ehfl2Y9H0uHyEEMsBe74KinESIjdMrMQDWpcZPpPicg3VV35d/GLQZmo4QgU2Xkg==} hasBin: true dependencies: - fast-redact: 3.1.1 + fast-redact: 3.0.2 fast-safe-stringify: 2.1.1 + fastify-warning: 0.2.0 flatstr: 1.0.12 pino-std-serializers: 3.2.0 - process-warning: 1.0.0 quick-format-unescaped: 4.0.4 sonic-boom: 1.4.1 dev: false - /pirates/4.0.5: - resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} + /pirates/4.0.4: + resolution: {integrity: sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==} engines: {node: '>= 6'} dev: false @@ -7828,6 +9594,13 @@ packages: pngjs: 4.0.1 dev: false + /pkg-dir/2.0.0: + resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=} + engines: {node: '>=4'} + dependencies: + find-up: 2.1.0 + dev: false + /pkg-dir/4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -7842,15 +9615,15 @@ packages: find-up: 3.0.0 dev: false - /playwright-core/1.18.1: - resolution: {integrity: sha512-NALGl8R1GHzGLlhUApmpmfh6M1rrrPcDTygWvhTbprxwGB9qd/j9DRwyn4HTQcUB6o0/VOpo46fH9ez3+D/Rog==} + /playwright-core/1.18.0: + resolution: {integrity: sha512-JTRlCVpfAFcC1nth+XIE07w6M5m6C8PaEoClv7wGWF97cyDMcHIij0xIVEKMKli7IG5N0mqjLDFc/akXSbMZ1g==} engines: {node: '>=12'} hasBin: true dependencies: commander: 8.3.0 - debug: 4.3.4 + debug: 4.3.3 extract-zip: 2.0.1 - https-proxy-agent: 5.0.1 + https-proxy-agent: 5.0.0 jpeg-js: 0.4.3 mime: 2.6.0 pngjs: 5.0.0 @@ -7858,9 +9631,9 @@ packages: proper-lockfile: 4.1.2 proxy-from-env: 1.1.0 rimraf: 3.0.2 - socks-proxy-agent: 6.2.0 + socks-proxy-agent: 6.1.1 stack-utils: 2.0.5 - ws: 7.5.7 + ws: 7.5.6 yauzl: 2.10.0 yazl: 2.5.1 transitivePeerDependencies: @@ -7869,6 +9642,10 @@ packages: - utf-8-validate dev: false + /pn/1.1.0: + resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} + dev: false + /png-js/1.0.0: resolution: {integrity: sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g==} dev: false @@ -7887,30 +9664,32 @@ packages: resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} engines: {node: '>= 0.12.0'} dependencies: - async: 2.6.4 + async: 2.6.3 debug: 3.2.7 - mkdirp: 0.5.6 + mkdirp: 0.5.5 dev: false - /postcss-load-config/3.1.4_postcss@8.4.12+ts-node@10.5.0: - resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} + /posix-character-classes/0.1.1: + resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=} + engines: {node: '>=0.10.0'} + dev: false + + /postcss-load-config/3.1.0_ts-node@10.5.0: + resolution: {integrity: sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==} engines: {node: '>= 10'} peerDependencies: - postcss: '>=8.0.9' ts-node: '>=9.0.0' peerDependenciesMeta: - postcss: - optional: true ts-node: optional: true dependencies: - lilconfig: 2.0.5 - postcss: 8.4.12 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 + import-cwd: 3.0.0 + lilconfig: 2.0.4 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b yaml: 1.10.2 dev: false - /postcss-loader/6.2.1_postcss@8.4.12+webpack@5.72.0: + /postcss-loader/6.2.1_postcss@8.4.5+webpack@5.65.0: resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -7919,54 +9698,54 @@ packages: dependencies: cosmiconfig: 7.0.1 klona: 2.0.5 - postcss: 8.4.12 - semver: 7.3.7 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + postcss: 8.4.5 + semver: 7.3.5 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /postcss-modules-extract-imports/3.0.0_postcss@8.4.12: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.5: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.12 + postcss: 8.4.5 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.4.12: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.5: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.12 - postcss: 8.4.12 - postcss-selector-parser: 6.0.10 + icss-utils: 5.1.0_postcss@8.4.5 + postcss: 8.4.5 + postcss-selector-parser: 6.0.7 postcss-value-parser: 4.2.0 dev: false - /postcss-modules-scope/3.0.0_postcss@8.4.12: + /postcss-modules-scope/3.0.0_postcss@8.4.5: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.12 - postcss-selector-parser: 6.0.10 + postcss: 8.4.5 + postcss-selector-parser: 6.0.7 dev: false - /postcss-modules-values/4.0.0_postcss@8.4.12: + /postcss-modules-values/4.0.0_postcss@8.4.5: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.12 - postcss: 8.4.12 + icss-utils: 5.1.0_postcss@8.4.5 + postcss: 8.4.5 dev: false - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + /postcss-selector-parser/6.0.7: + resolution: {integrity: sha512-U+b/Deoi4I/UmE6KOVPpnhS7I7AYdKbhGcat+qTQ27gycvaACvNEw11ba6RrkwVmDVRW7sigWgLj4/KbbJjeDA==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -7977,13 +9756,13 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: false - /postcss/8.4.12: - resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} + /postcss/8.4.5: + resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.3 + nanoid: 3.1.30 picocolors: 1.0.0 - source-map-js: 1.0.2 + source-map-js: 1.0.1 dev: false /prelude-ls/1.1.2: @@ -7996,23 +9775,23 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /prettier-plugin-svelte/2.7.0_prettier@2.6.2: - resolution: {integrity: sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA==} + /prettier-plugin-svelte/2.5.1_prettier@2.5.1: + resolution: {integrity: sha512-IhZUcqr7Bg4LY15d87t9lDr7EyC0IPehkzH5ya5igG8zYwf3UYaYDFnVW2mckREaZyLREcH9YOouesmt4f5Ozg==} peerDependencies: prettier: ^1.16.4 || ^2.0.0 svelte: ^3.2.0 dependencies: - prettier: 2.6.2 + prettier: 2.5.1 dev: false - /prettier-plugin-svelte/2.7.0_prettier@2.6.2+svelte@3.47.0: - resolution: {integrity: sha512-fQhhZICprZot2IqEyoiUYLTRdumULGRvw0o4dzl5jt0jfzVWdGqeYW27QTWAeXhoupEZJULmNoH3ueJwUWFLIA==} + /prettier-plugin-svelte/2.5.1_prettier@2.5.1+svelte@3.46.6: + resolution: {integrity: sha512-IhZUcqr7Bg4LY15d87t9lDr7EyC0IPehkzH5ya5igG8zYwf3UYaYDFnVW2mckREaZyLREcH9YOouesmt4f5Ozg==} peerDependencies: prettier: ^1.16.4 || ^2.0.0 svelte: ^3.2.0 dependencies: - prettier: 2.6.2 - svelte: 3.47.0 + prettier: 2.5.1 + svelte: 3.46.6 dev: false /prettier/2.3.2: @@ -8021,8 +9800,8 @@ packages: hasBin: true dev: false - /prettier/2.6.2: - resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==} + /prettier/2.5.1: + resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} engines: {node: '>=10.13.0'} hasBin: true dev: false @@ -8034,6 +9813,35 @@ packages: renderkid: 3.0.0 dev: false + /pretty-format/25.5.0: + resolution: {integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + ansi-regex: 5.0.1 + ansi-styles: 4.3.0 + react-is: 16.13.1 + dev: false + + /pretty-format/27.4.2: + resolution: {integrity: sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/types': 27.4.2 + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: false + + /pretty-format/27.4.6: + resolution: {integrity: sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: false + /pretty-format/27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -8047,10 +9855,6 @@ packages: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: false - /process-warning/1.0.0: - resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} - dev: false - /progress/2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} @@ -8059,41 +9863,41 @@ packages: /proper-lockfile/4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 retry: 0.12.0 - signal-exit: 3.0.7 + signal-exit: 3.0.6 dev: false - /prosemirror-commands/1.2.2: - resolution: {integrity: sha512-TX+KpWudMon06frryfpO/u7hsQv2hu8L4VSVbCpi3/7wXHBgl+35mV85qfa3RpT8xD2f3MdeoTqH0vy5JdbXPg==} + /prosemirror-commands/1.1.12: + resolution: {integrity: sha512-+CrMs3w/ZVPSkR+REg8KL/clyFLv/1+SgY/OMN+CB22Z24j9TZDje72vL36lOZ/E4NeRXuiCcmENcW/vAcG67A==} dependencies: prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 - prosemirror-transform: 1.4.2 + prosemirror-transform: 1.3.3 dev: false /prosemirror-dropcursor/1.4.0: resolution: {integrity: sha512-6+YwTjmqDwlA/Dm+5wK67ezgqgjA/MhSDgaNxKUzH97SmeuWFXyLeDRxxOPZeSo7yTxcDGUCWTEjmQZsVBuMrQ==} dependencies: prosemirror-state: 1.3.4 - prosemirror-transform: 1.4.2 - prosemirror-view: 1.23.12 + prosemirror-transform: 1.3.3 + prosemirror-view: 1.23.6 dev: false - /prosemirror-gapcursor/1.2.2: - resolution: {integrity: sha512-7YzuRBbu9W7HGQde84kCHfIjaRLNcAdeijbgqrm/R9dsdTWkV+rrdcmic/sCc+bptiNpvjCEE+R6hrbT8zFQeQ==} + /prosemirror-gapcursor/1.2.1: + resolution: {integrity: sha512-PHa9lj27iM/g4C46gxVzsefuXVfy/LrGQH4QjMRht7VDBgw77iWYWn8ZHMWSFkwtr9jQEuxI5gccHHHwWG80nw==} dependencies: prosemirror-keymap: 1.1.5 prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 - prosemirror-view: 1.23.12 + prosemirror-view: 1.23.6 dev: false /prosemirror-history/1.2.0: resolution: {integrity: sha512-B9v9xtf4fYbKxQwIr+3wtTDNLDZcmMMmGiI3TAPShnUzvo+Rmv1GiUrsQChY1meetHl7rhML2cppF3FTs7f7UQ==} dependencies: prosemirror-state: 1.3.4 - prosemirror-transform: 1.4.2 + prosemirror-transform: 1.3.3 rope-sequence: 1.3.2 dev: false @@ -8107,35 +9911,35 @@ packages: /prosemirror-model/1.16.1: resolution: {integrity: sha512-r1/w0HDU40TtkXp0DyKBnFPYwd8FSlUSJmGCGFv4DeynfeSlyQF2FD0RQbVEMOe6P3PpUSXM6LZBV7W/YNZ4mA==} dependencies: - orderedmap: 1.1.5 + orderedmap: 1.1.1 dev: false /prosemirror-schema-list/1.1.6: resolution: {integrity: sha512-aFGEdaCWmJzouZ8DwedmvSsL50JpRkqhQ6tcpThwJONVVmCgI36LJHtoQ4VGZbusMavaBhXXr33zyD2IVsTlkw==} dependencies: prosemirror-model: 1.16.1 - prosemirror-transform: 1.4.2 + prosemirror-transform: 1.3.3 dev: false /prosemirror-state/1.3.4: resolution: {integrity: sha512-Xkkrpd1y/TQ6HKzN3agsQIGRcLckUMA9u3j207L04mt8ToRgpGeyhbVv0HI7omDORIBHjR29b7AwlATFFf2GLA==} dependencies: prosemirror-model: 1.16.1 - prosemirror-transform: 1.4.2 + prosemirror-transform: 1.3.3 dev: false - /prosemirror-transform/1.4.2: - resolution: {integrity: sha512-bcIsf3uRZhfab0xRfyyxOEh6eqSszq/hJbDbmUumFnbHBoWhB/uXbpz6vvUxfk0XiEvrZDJ+5pXRrNDc1Hu3vQ==} + /prosemirror-transform/1.3.3: + resolution: {integrity: sha512-9NLVXy1Sfa2G6qPqhWMkEvwQQMTw7OyTqOZbJaGQWsCeH3hH5Cw+c5eNaLM1Uu75EyKLsEZhJ93XpHJBa6RX8A==} dependencies: prosemirror-model: 1.16.1 dev: false - /prosemirror-view/1.23.12: - resolution: {integrity: sha512-uvw9ZVz5dNDD9w1bzHkU2r4NWFlpFz85v9rCD8NAhQBau6LYhwM/crjry+C4JgeR8gy6pMXS5eJ1zhNLcK4ctQ==} + /prosemirror-view/1.23.6: + resolution: {integrity: sha512-B4DAzriNpI/AVoW0Lu6SVfX00jZZQxOVwdBQEjWlRbCdT9V0pvk4GQJ3JTFaib+b6BcPdRZ3MjWXz2xvV1rblA==} dependencies: prosemirror-model: 1.16.1 prosemirror-state: 1.3.4 - prosemirror-transform: 1.4.2 + prosemirror-transform: 1.3.3 dev: false /proxy-addr/2.0.7: @@ -8181,20 +9985,20 @@ packages: engines: {node: '>=6'} dev: false - /qs/6.10.3: - resolution: {integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==} + /qs/6.10.2: + resolution: {integrity: sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 dev: false - /qs/6.5.3: - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} + /qs/6.5.2: + resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} engines: {node: '>=0.6'} dev: false - /qs/6.9.7: - resolution: {integrity: sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==} + /qs/6.9.6: + resolution: {integrity: sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==} engines: {node: '>=0.6'} dev: false @@ -8217,7 +10021,7 @@ packages: hasBin: true dependencies: buffer-equal: 0.0.1 - minimist: 1.2.6 + minimist: 1.2.5 through2: 2.0.5 dev: false @@ -8243,24 +10047,18 @@ packages: engines: {node: '>= 0.6'} dev: false - /raw-body/2.4.3: - resolution: {integrity: sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==} + /raw-body/2.4.2: + resolution: {integrity: sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==} engines: {node: '>= 0.8'} dependencies: - bytes: 3.1.2 + bytes: 3.1.1 http-errors: 1.8.1 iconv-lite: 0.4.24 unpipe: 1.0.0 dev: false - /raw-body/2.5.1: - resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 + /react-is/16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: false /react-is/17.0.2: @@ -8311,34 +10109,46 @@ packages: resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} engines: {node: '>=8.10.0'} dependencies: - picomatch: 2.3.1 + picomatch: 2.3.0 dev: false /readdirp/3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} dependencies: - picomatch: 2.3.1 + picomatch: 2.3.0 + dev: false + + /realpath-native/2.0.0: + resolution: {integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==} + engines: {node: '>=8'} dev: false /rechoir/0.7.1: resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.0 + resolve: 1.20.0 dev: false /regenerator-runtime/0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} dev: false - /regexp.prototype.flags/1.4.3: - resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} + /regex-not/1.0.2: + resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 3.0.2 + safe-regex: 1.1.0 + dev: false + + /regexp.prototype.flags/1.3.1: + resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - functions-have-names: 1.2.3 + define-properties: 1.1.3 dev: false /regexpp/3.2.0: @@ -8355,16 +10165,53 @@ packages: resolution: {integrity: sha512-l18ha6HEZc+No/uK4GyAnNxgKW7nvEe35IaeN54sShMojtqik2a6GbTyuiezkjpPaqP874Z3lW5ysBo5irz4NA==} dev: false + /remove-trailing-separator/1.1.0: + resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=} + dev: false + /renderkid/3.0.0: resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==} dependencies: - css-select: 4.3.0 + css-select: 4.2.0 dom-converter: 0.2.0 htmlparser2: 6.1.0 lodash: 4.17.21 strip-ansi: 6.0.1 dev: false + /repeat-element/1.1.4: + resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} + engines: {node: '>=0.10.0'} + dev: false + + /repeat-string/1.6.1: + resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} + engines: {node: '>=0.10'} + dev: false + + /request-promise-core/1.1.4_request@2.88.2: + resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} + engines: {node: '>=0.10.0'} + peerDependencies: + request: ^2.34 + dependencies: + lodash: 4.17.21 + request: 2.88.2 + dev: false + + /request-promise-native/1.0.9_request@2.88.2: + resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} + engines: {node: '>=0.12.0'} + deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 + peerDependencies: + request: ^2.34 + dependencies: + request: 2.88.2 + request-promise-core: 1.1.4_request@2.88.2 + stealthy-require: 1.1.1 + tough-cookie: 2.5.0 + dev: false + /request/2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} @@ -8382,16 +10229,21 @@ packages: is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 - mime-types: 2.1.35 + mime-types: 2.1.34 oauth-sign: 0.9.0 performance-now: 2.1.0 - qs: 6.5.3 + qs: 6.5.2 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 uuid: 3.4.0 dev: false + /require-directory/2.1.1: + resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} + engines: {node: '>=0.10.0'} + dev: false + /require-from-string/2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} @@ -8400,13 +10252,17 @@ packages: /require-in-the-middle/5.1.0: resolution: {integrity: sha512-M2rLKVupQfJ5lf9OvqFGIT+9iVLnTmjgbOmpil12hiSQNn5zJTKGPoIisETNjfK+09vP3rpm1zJajmErpr2sEQ==} dependencies: - debug: 4.3.4 + debug: 4.3.3 module-details-from-path: 1.0.3 - resolve: 1.22.0 + resolve: 1.20.0 transitivePeerDependencies: - supports-color dev: false + /require-main-filename/2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + dev: false + /requires-port/1.0.0: resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} dev: false @@ -8432,6 +10288,11 @@ packages: engines: {node: '>=8'} dev: false + /resolve-url/0.2.1: + resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=} + deprecated: https://github.com/lydell/resolve-url#deprecated + dev: false + /resolve.exports/1.1.0: resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} engines: {node: '>=10'} @@ -8450,17 +10311,15 @@ packages: /resolve/1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.9.0 + is-core-module: 2.8.0 path-parse: 1.0.7 dev: false - /resolve/1.22.0: - resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} - hasBin: true + /resolve/1.20.0: + resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.9.0 + is-core-module: 2.8.0 path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 dev: false /restructure/0.5.4: @@ -8469,6 +10328,11 @@ packages: browserify-optional: 1.0.1 dev: false + /ret/0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} + dev: false + /retry/0.12.0: resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=} engines: {node: '>= 4'} @@ -8513,15 +10377,20 @@ packages: resolution: {integrity: sha512-ku6MFrwEVSVmXLvy3dYph3LAMNS0890K7fabn+0YIRQ2T96T9F4gkFf0vf0WW0JUraNWwGRtInEpH7yO4tbQZg==} dev: false + /rsvp/4.8.5: + resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} + engines: {node: 6.* || >= 7.*} + dev: false + /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 dev: false - /sade/1.8.1: - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} - engines: {node: '>=6'} + /sade/1.7.4: + resolution: {integrity: sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==} + engines: {node: '>= 6'} dependencies: mri: 1.2.0 dev: false @@ -8534,6 +10403,12 @@ packages: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} dev: false + /safe-regex/1.1.0: + resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} + dependencies: + ret: 0.1.15 + dev: false + /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: false @@ -8542,11 +10417,28 @@ packages: resolution: {integrity: sha1-dB4kXiMfB8r7b98PEzrfohalAq0=} dependencies: es6-promise: 3.3.1 - graceful-fs: 4.2.10 - mkdirp: 0.5.6 + graceful-fs: 4.2.8 + mkdirp: 0.5.5 rimraf: 2.7.1 dev: false + /sane/4.1.0: + resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} + engines: {node: 6.* || 8.* || >= 10.*} + deprecated: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added + hasBin: true + dependencies: + '@cnakazawa/watch': 1.0.4 + anymatch: 2.0.0 + capture-exit: 2.0.0 + exec-sh: 0.3.6 + execa: 1.0.0 + fb-watchman: 2.0.1 + micromatch: 3.1.10 + minimist: 1.2.5 + walker: 1.0.8 + dev: false + /saslprep/1.0.3: resolution: {integrity: sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==} engines: {node: '>=6'} @@ -8556,14 +10448,13 @@ packages: dev: false optional: true - /sass-loader/12.6.0_sass@1.50.1+webpack@5.72.0: - resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} + /sass-loader/12.4.0_sass@1.45.0+webpack@5.65.0: + resolution: {integrity: sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==} engines: {node: '>= 12.13.0'} peerDependencies: fibers: '>= 3.1.0' node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 sass: ^1.3.0 - sass-embedded: '*' webpack: ^5.0.0 peerDependenciesMeta: fibers: @@ -8572,29 +10463,34 @@ packages: optional: true sass: optional: true - sass-embedded: - optional: true dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.50.1 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + sass: 1.45.0 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /sass/1.50.1: - resolution: {integrity: sha512-noTnY41KnlW2A9P8sdwESpDmo+KBNkukI1i8+hOK3footBUcohNHtdOJbckp46XO95nuvcHDDZ+4tmOnpK3hjw==} - engines: {node: '>=12.0.0'} + /sass/1.45.0: + resolution: {integrity: sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==} + engines: {node: '>=8.9.0'} hasBin: true dependencies: - chokidar: 3.5.3 + chokidar: 3.5.2 immutable: 4.0.0 - source-map-js: 1.0.2 + source-map-js: 1.0.1 dev: false /sax/1.2.4: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false + /saxes/3.1.11: + resolution: {integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==} + engines: {node: '>=8'} + dependencies: + xmlchars: 2.2.0 + dev: false + /saxes/5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} engines: {node: '>=10'} @@ -8606,7 +10502,7 @@ packages: resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.9 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 dev: false @@ -8615,10 +10511,10 @@ packages: resolution: {integrity: sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==} engines: {node: '>= 12.13.0'} dependencies: - '@types/json-schema': 7.0.11 - ajv: 8.11.0 + '@types/json-schema': 7.0.9 + ajv: 8.8.2 ajv-formats: 2.1.1 - ajv-keywords: 5.1.0_ajv@8.11.0 + ajv-keywords: 5.1.0_ajv@8.8.2 dev: false /scope-analyzer/2.1.2: @@ -8641,11 +10537,11 @@ packages: resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: false - /selfsigned/2.0.1: - resolution: {integrity: sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==} + /selfsigned/2.0.0: + resolution: {integrity: sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ==} engines: {node: '>=10'} dependencies: - node-forge: 1.3.1 + node-forge: 1.2.1 dev: false /semver/5.7.1: @@ -8658,8 +10554,8 @@ packages: hasBin: true dev: false - /semver/7.3.7: - resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} + /semver/7.3.5: + resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -8695,12 +10591,12 @@ packages: resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=} engines: {node: '>= 0.8.0'} dependencies: - accepts: 1.3.8 + accepts: 1.3.7 batch: 0.6.1 debug: 2.6.9 escape-html: 1.0.3 http-errors: 1.6.3 - mime-types: 2.1.35 + mime-types: 2.1.34 parseurl: 1.3.3 dev: false @@ -8714,10 +10610,24 @@ packages: send: 0.17.2 dev: false + /set-blocking/2.0.0: + resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} + dev: false + /set-cookie-serde/1.0.0: resolution: {integrity: sha512-Vq8e5GsupfJ7okHIvEPcfs5neCo7MZ1ZuWrO3sllYi3DOWt6bSSCpADzqXjz3k0fXehnoFIrmmhty9IN6U6BXQ==} dev: false + /set-value/2.0.1: + resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 2.0.1 + is-extendable: 0.1.1 + is-plain-object: 2.0.4 + split-string: 3.1.0 + dev: false + /setprototypeof/1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} dev: false @@ -8749,6 +10659,13 @@ packages: resolution: {integrity: sha1-QV9CcC1z2BAzApLMXuhurhoRoXA=} dev: false + /shebang-command/1.2.0: + resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: 1.0.0 + dev: false + /shebang-command/2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} @@ -8756,11 +10673,21 @@ packages: shebang-regex: 3.0.0 dev: false + /shebang-regex/1.0.0: + resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} + engines: {node: '>=0.10.0'} + dev: false + /shebang-regex/3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} dev: false + /shellwords/0.1.1: + resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} + dev: false + optional: true + /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: @@ -8769,16 +10696,16 @@ packages: object-inspect: 1.12.0 dev: false - /signal-exit/3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + /signal-exit/3.0.6: + resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} dev: false - /simplytyped/3.3.0_typescript@4.6.3: + /simplytyped/3.3.0_typescript@4.5.4: resolution: {integrity: sha512-mz4RaNdKTZiaKXgi6P1k/cdsxV3gz+y1Wh2NXHWD40dExktLh4Xx/h6MFakmQWODZHj/2rKe59acacpL74ZhQA==} peerDependencies: typescript: '>=2.8.0' dependencies: - typescript: 4.6.3 + typescript: 4.5.4 dev: false /sirv/1.0.19: @@ -8813,6 +10740,36 @@ packages: resolution: {integrity: sha512-aXoHTM8XlC51g96kgZkYxZ2mx09/ibOrIVLiUNOFozV/MHmFSgEr1/5CKVBoFD5vd+re2wSy0xra21CyjRITzA==} dev: false + /snapdragon-node/2.1.1: + resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 1.0.0 + isobject: 3.0.1 + snapdragon-util: 3.0.1 + dev: false + + /snapdragon-util/3.0.1: + resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /snapdragon/0.8.2: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} + dependencies: + base: 0.11.2 + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + map-cache: 0.2.2 + source-map: 0.5.7 + source-map-resolve: 0.5.3 + use: 3.1.1 + dev: false + /sockjs/0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} dependencies: @@ -8821,19 +10778,19 @@ packages: websocket-driver: 0.7.4 dev: false - /socks-proxy-agent/6.2.0: - resolution: {integrity: sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==} + /socks-proxy-agent/6.1.1: + resolution: {integrity: sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==} engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 - socks: 2.6.2 + debug: 4.3.3 + socks: 2.6.1 transitivePeerDependencies: - supports-color dev: false - /socks/2.6.2: - resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==} + /socks/2.6.1: + resolution: {integrity: sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: ip: 1.1.5 @@ -8852,16 +10809,26 @@ packages: hasBin: true dependencies: buffer-crc32: 0.2.13 - minimist: 1.2.6 + minimist: 1.2.5 sander: 0.5.1 sourcemap-codec: 1.4.8 dev: false - /source-map-js/1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} + /source-map-js/1.0.1: + resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} engines: {node: '>=0.10.0'} dev: false + /source-map-resolve/0.5.3: + resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} + dependencies: + atob: 2.1.2 + decode-uri-component: 0.2.0 + resolve-url: 0.2.1 + source-map-url: 0.4.1 + urix: 0.1.0 + dev: false + /source-map-support/0.4.18: resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} dependencies: @@ -8875,6 +10842,10 @@ packages: source-map: 0.6.1 dev: false + /source-map-url/0.4.1: + resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} + dev: false + /source-map/0.1.43: resolution: {integrity: sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=} engines: {node: '>=0.8.0'} @@ -8935,7 +10906,7 @@ packages: /spdy-transport/3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.4 + debug: 4.3.3 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -8949,7 +10920,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.3 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -8958,6 +10929,13 @@ packages: - supports-color dev: false + /split-string/3.1.0: + resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + engines: {node: '>=0.10.0'} + dependencies: + extend-shallow: 3.0.2 + dev: false + /sprintf-js/1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} dev: false @@ -8966,8 +10944,8 @@ packages: resolution: {integrity: sha512-IpCr2tpnNkP3Jera4ncexsZUp0enJBLr+pHCyTweMUBrbJsTgQeLWx1FXLhoBj/MvcnUQpkgOn2EY8FKOkUzww==} dev: false - /sshpk/1.17.0: - resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} + /sshpk/1.16.1: + resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} engines: {node: '>=0.10.0'} hasBin: true dependencies: @@ -8986,6 +10964,13 @@ packages: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} dev: false + /stack-utils/1.0.5: + resolution: {integrity: sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 2.0.0 + dev: false + /stack-utils/2.0.5: resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==} engines: {node: '>=10'} @@ -8993,8 +10978,8 @@ packages: escape-string-regexp: 2.0.0 dev: false - /stackframe/1.2.1: - resolution: {integrity: sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg==} + /stackframe/1.2.0: + resolution: {integrity: sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==} dev: false /static-eval/2.1.0: @@ -9003,6 +10988,14 @@ packages: escodegen: 1.14.3 dev: false + /static-extend/0.1.2: + resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 0.2.5 + object-copy: 0.1.0 + dev: false + /static-module/3.0.4: resolution: {integrity: sha512-gb0v0rrgpBkifXCa3yZXxqVmXDVE+ETXj6YlC/jt5VzOnGXR2C15+++eXuMDUYsePnbhf+lwW0pE1UXyOLtGCw==} dependencies: @@ -9027,9 +11020,9 @@ packages: engines: {node: '>= 0.6'} dev: false - /statuses/2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} + /stealthy-require/1.1.1: + resolution: {integrity: sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=} + engines: {node: '>=0.10.0'} dev: false /stream-chopper/3.0.1: @@ -9048,6 +11041,14 @@ packages: engines: {node: '>=0.6.19'} dev: false + /string-length/3.1.0: + resolution: {integrity: sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==} + engines: {node: '>=8'} + dependencies: + astral-regex: 1.0.0 + strip-ansi: 5.2.0 + dev: false + /string-length/4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} @@ -9073,14 +11074,14 @@ packages: resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.1.3 dev: false /string.prototype.trimstart/1.0.4: resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.1.3 dev: false /string_decoder/1.1.1: @@ -9095,6 +11096,13 @@ packages: safe-buffer: 5.2.1 dev: false + /strip-ansi/5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.0 + dev: false + /strip-ansi/6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -9102,6 +11110,13 @@ packages: ansi-regex: 5.0.1 dev: false + /strip-ansi/7.0.1: + resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: false + /strip-bom/3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} @@ -9112,6 +11127,11 @@ packages: engines: {node: '>=8'} dev: false + /strip-eof/1.0.0: + resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} + engines: {node: '>=0.10.0'} + dev: false + /strip-final-newline/2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} @@ -9133,13 +11153,13 @@ packages: resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} dev: false - /style-loader/3.3.1_webpack@5.72.0: + /style-loader/3.3.1_webpack@5.65.0: resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false /supports-color/5.5.0: @@ -9171,25 +11191,21 @@ packages: supports-color: 7.2.0 dev: false - /supports-preserve-symlinks-flag/1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} - dev: false - - /svelte-check/2.7.0_4a34165f2c0581bd8d8ec614b98e4854: - resolution: {integrity: sha512-GrvG24j0+i8AOm0k0KyJ6Dqc+TAR2yzB7rtS4nljHStunVxCTr/1KYlv4EsOeoqtHLzeWMOd5D2O6nDdP/yw4A==} + /svelte-check/2.3.0_ac194b5590200ebf8338e0f86ec190f4: + resolution: {integrity: sha512-SBKdJyUmxzPmJf/ZPqDSQOoa9JzOcgEpV7u3UaYcgVn7fA0veZ3FA5JgLU8KYtf84Gp6guBVcrC7XKLjJa5SXQ==} hasBin: true peerDependencies: svelte: ^3.24.0 dependencies: chokidar: 3.5.3 - fast-glob: 3.2.11 + fast-glob: 3.2.7 import-fresh: 3.3.0 + minimist: 1.2.5 picocolors: 1.0.0 - sade: 1.8.1 + sade: 1.7.4 source-map: 0.7.3 - svelte-preprocess: 4.10.6_0e3339637e60cf7d197d9b349eaf486d - typescript: 4.6.3 + svelte-preprocess: 4.10.3_3ae2e5fc7d8fb60bbcea513ad0b15c0f + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -9203,21 +11219,22 @@ packages: - sugarss dev: false - /svelte-check/2.7.0_889faf766b4a9969d0d3f04e4c41796b: - resolution: {integrity: sha512-GrvG24j0+i8AOm0k0KyJ6Dqc+TAR2yzB7rtS4nljHStunVxCTr/1KYlv4EsOeoqtHLzeWMOd5D2O6nDdP/yw4A==} + /svelte-check/2.3.0_b04a52a339c2665a42d74bbf4bb86835: + resolution: {integrity: sha512-SBKdJyUmxzPmJf/ZPqDSQOoa9JzOcgEpV7u3UaYcgVn7fA0veZ3FA5JgLU8KYtf84Gp6guBVcrC7XKLjJa5SXQ==} hasBin: true peerDependencies: svelte: ^3.24.0 dependencies: chokidar: 3.5.3 - fast-glob: 3.2.11 + fast-glob: 3.2.7 import-fresh: 3.3.0 + minimist: 1.2.5 picocolors: 1.0.0 - sade: 1.8.1 + sade: 1.7.4 source-map: 0.7.3 - svelte: 3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + svelte: 3.46.6 + svelte-preprocess: 4.10.3_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -9235,20 +11252,18 @@ packages: resolution: {integrity: sha1-fRh9tcbNu9ZNdaMvkbiZi94yc8M=} dev: false - /svelte-hmr/0.14.11: - resolution: {integrity: sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==} - engines: {node: ^12.20 || ^14.13.1 || >= 16} + /svelte-hmr/0.14.7: + resolution: {integrity: sha512-pDrzgcWSoMaK6AJkBWkmgIsecW0GChxYZSZieIYfCP0v2oPyx2CYU/zm7TBIcjLVUPP714WxmViE9Thht4etog==} peerDependencies: svelte: '>=3.19.0' dev: false - /svelte-hmr/0.14.11_svelte@3.47.0: - resolution: {integrity: sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==} - engines: {node: ^12.20 || ^14.13.1 || >= 16} + /svelte-hmr/0.14.7_svelte@3.46.6: + resolution: {integrity: sha512-pDrzgcWSoMaK6AJkBWkmgIsecW0GChxYZSZieIYfCP0v2oPyx2CYU/zm7TBIcjLVUPP714WxmViE9Thht4etog==} peerDependencies: svelte: '>=3.19.0' dependencies: - svelte: 3.47.0 + svelte: 3.46.6 dev: false /svelte-loader/3.1.2: @@ -9258,22 +11273,22 @@ packages: dependencies: loader-utils: 2.0.2 svelte-dev-helper: 1.1.9 - svelte-hmr: 0.14.11 + svelte-hmr: 0.14.7 dev: false - /svelte-loader/3.1.2_svelte@3.47.0: + /svelte-loader/3.1.2_svelte@3.46.6: resolution: {integrity: sha512-RhVIvitb+mtIwKNyvNQoDQ0EhXg2KH8LhQiiqeJh8u6vqJyGWoMoFcYCar69TT+1iaK5IYe0wPNYJ6TILcsurw==} peerDependencies: svelte: '>3.0.0' dependencies: loader-utils: 2.0.2 - svelte: 3.47.0 + svelte: 3.46.6 svelte-dev-helper: 1.1.9 - svelte-hmr: 0.14.11_svelte@3.47.0 + svelte-hmr: 0.14.7_svelte@3.46.6 dev: false - /svelte-preprocess/4.10.6_0e3339637e60cf7d197d9b349eaf486d: - resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==} + /svelte-preprocess/4.10.3_3ae2e5fc7d8fb60bbcea513ad0b15c0f: + resolution: {integrity: sha512-ttw17lJfb/dx2ZJT9sesaXT5l7mPQ9Apx1H496Kli3Hkk7orIRGpOw6rCPkRNzr6ueVPqb4vzodS5x7sBFhKHw==} engines: {node: '>= 9.11.2'} requiresBuild: true peerDependencies: @@ -9313,20 +11328,20 @@ packages: typescript: optional: true dependencies: - '@types/pug': 2.0.6 + '@types/pug': 2.0.5 '@types/sass': 1.43.1 detect-indent: 6.1.0 - magic-string: 0.25.9 - postcss: 8.4.12 - postcss-load-config: 3.1.4_postcss@8.4.12+ts-node@10.5.0 - sass: 1.50.1 + magic-string: 0.25.7 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + sass: 1.45.0 sorcery: 0.10.0 strip-indent: 3.0.0 - typescript: 4.6.3 + typescript: 4.5.4 dev: false - /svelte-preprocess/4.10.6_f09962e434e98ae26d4abd16e909f428: - resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==} + /svelte-preprocess/4.10.3_6f8bc07a13fa60df66bfb708fddfe692: + resolution: {integrity: sha512-ttw17lJfb/dx2ZJT9sesaXT5l7mPQ9Apx1H496Kli3Hkk7orIRGpOw6rCPkRNzr6ueVPqb4vzodS5x7sBFhKHw==} engines: {node: '>= 9.11.2'} requiresBuild: true peerDependencies: @@ -9366,21 +11381,128 @@ packages: typescript: optional: true dependencies: - '@types/pug': 2.0.6 + '@types/pug': 2.0.5 '@types/sass': 1.43.1 detect-indent: 6.1.0 - magic-string: 0.25.9 - postcss: 8.4.12 - postcss-load-config: 3.1.4_postcss@8.4.12+ts-node@10.5.0 - sass: 1.50.1 + magic-string: 0.25.7 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + sass: 1.45.0 sorcery: 0.10.0 strip-indent: 3.0.0 - svelte: 3.47.0 - typescript: 4.6.3 + svelte: 3.46.6 + typescript: 4.5.4 dev: false - /svelte/3.47.0: - resolution: {integrity: sha512-4JaJp3HEoTCGARRWZQIZDUanhYv0iyoHikklVHVLH9xFE9db22g4TDv7CPeNA8HD1JgjXI1vlhR1JZvvhaTu2Q==} + /svelte-preprocess/4.10.5_3ae2e5fc7d8fb60bbcea513ad0b15c0f: + resolution: {integrity: sha512-VKXPRScCzAZqeBZOGq4LLwtNrAu++mVn7XvQox3eFDV7Ciq0Lg70Q8QWjH9iXF7J+pMlXhPsSFwpCb2E+hoeyA==} + engines: {node: '>= 9.11.2'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + node-sass: '*' + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 + svelte: ^3.23.0 + typescript: ^3.9.5 || ^4.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + node-sass: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@types/pug': 2.0.5 + '@types/sass': 1.43.1 + detect-indent: 6.1.0 + magic-string: 0.25.7 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + sass: 1.45.0 + sorcery: 0.10.0 + strip-indent: 3.0.0 + typescript: 4.5.4 + dev: false + + /svelte-preprocess/4.10.5_6f8bc07a13fa60df66bfb708fddfe692: + resolution: {integrity: sha512-VKXPRScCzAZqeBZOGq4LLwtNrAu++mVn7XvQox3eFDV7Ciq0Lg70Q8QWjH9iXF7J+pMlXhPsSFwpCb2E+hoeyA==} + engines: {node: '>= 9.11.2'} + requiresBuild: true + peerDependencies: + '@babel/core': ^7.10.2 + coffeescript: ^2.5.1 + less: ^3.11.3 || ^4.0.0 + node-sass: '*' + postcss: ^7 || ^8 + postcss-load-config: ^2.1.0 || ^3.0.0 + pug: ^3.0.0 + sass: ^1.26.8 + stylus: ^0.55.0 + sugarss: ^2.0.0 + svelte: ^3.23.0 + typescript: ^3.9.5 || ^4.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + coffeescript: + optional: true + less: + optional: true + node-sass: + optional: true + postcss: + optional: true + postcss-load-config: + optional: true + pug: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + typescript: + optional: true + dependencies: + '@types/pug': 2.0.5 + '@types/sass': 1.43.1 + detect-indent: 6.1.0 + magic-string: 0.25.7 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + sass: 1.45.0 + sorcery: 0.10.0 + strip-indent: 3.0.0 + svelte: 3.46.6 + typescript: 4.5.4 + dev: false + + /svelte/3.46.6: + resolution: {integrity: sha512-o9nNft/OzCz/9kJpmWa1S52GAM+huCjPIsNWydYmgei74ZWlOA9/hN9+Z12INdklghu31seEXZMRHhS1+8DETw==} engines: {node: '>= 8'} dev: false @@ -9398,7 +11520,7 @@ packages: dependencies: '@trysound/sax': 0.2.0 commander: 7.2.0 - css-select: 4.3.0 + css-select: 4.2.0 css-tree: 1.1.3 csso: 4.2.0 picocolors: 1.0.0 @@ -9409,11 +11531,11 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: false - /table/6.8.0: - resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==} + /table/6.7.5: + resolution: {integrity: sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.11.0 + ajv: 8.8.2 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -9438,8 +11560,8 @@ packages: supports-hyperlinks: 2.2.0 dev: false - /terser-webpack-plugin/5.3.1_esbuild@0.12.29+webpack@5.72.0: - resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} + /terser-webpack-plugin/5.3.0_91ae0b80bdbcf9a1978f213e1437a0a8: + resolution: {integrity: sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ==} engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -9455,20 +11577,42 @@ packages: optional: true dependencies: esbuild: 0.12.29 - jest-worker: 27.5.1 + jest-worker: 27.4.5 schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 - terser: 5.12.1 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + terser: 5.10.0_acorn@8.6.0 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a + transitivePeerDependencies: + - acorn dev: false - /terser/5.12.1: - resolution: {integrity: sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==} + /terser/5.10.0: + resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} engines: {node: '>=10'} hasBin: true + peerDependencies: + acorn: ^8.5.0 + peerDependenciesMeta: + acorn: + optional: true dependencies: - acorn: 8.7.0 + commander: 2.20.3 + source-map: 0.7.3 + source-map-support: 0.5.21 + dev: false + + /terser/5.10.0_acorn@8.6.0: + resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} + engines: {node: '>=10'} + hasBin: true + peerDependencies: + acorn: ^8.5.0 + peerDependenciesMeta: + acorn: + optional: true + dependencies: + acorn: 8.6.0 commander: 2.20.3 source-map: 0.7.3 source-map-support: 0.5.21 @@ -9480,13 +11624,17 @@ packages: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.0 - minimatch: 3.1.2 + minimatch: 3.0.4 dev: false /text-table/0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: false + /throat/5.0.0: + resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} + dev: false + /throat/6.0.1: resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} dev: false @@ -9530,6 +11678,21 @@ packages: engines: {node: '>=4'} dev: false + /to-object-path/0.3.0: + resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 + dev: false + + /to-regex-range/2.1.1: + resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 3.0.0 + repeat-string: 1.6.1 + dev: false + /to-regex-range/5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -9537,6 +11700,16 @@ packages: is-number: 7.0.0 dev: false + /to-regex/3.0.2: + resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} + engines: {node: '>=0.10.0'} + dependencies: + define-property: 2.0.2 + extend-shallow: 3.0.2 + regex-not: 1.0.2 + safe-regex: 1.1.0 + dev: false + /to-source-code/1.0.2: resolution: {integrity: sha1-3RNr2x4dvYC76s8IiZJnjpBwv+o=} dependencies: @@ -9565,6 +11738,15 @@ packages: punycode: 2.1.1 dev: false + /tough-cookie/3.0.1: + resolution: {integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==} + engines: {node: '>=6'} + dependencies: + ip-regex: 2.1.0 + psl: 1.8.0 + punycode: 2.1.1 + dev: false + /tough-cookie/4.0.0: resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} engines: {node: '>=6'} @@ -9574,6 +11756,12 @@ packages: universalify: 0.1.2 dev: false + /tr46/1.0.1: + resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} + dependencies: + punycode: 2.1.1 + dev: false + /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} @@ -9602,22 +11790,22 @@ packages: resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} dev: false - /ts-loader/9.2.8_typescript@4.6.3+webpack@5.72.0: - resolution: {integrity: sha512-gxSak7IHUuRtwKf3FIPSW1VpZcqF9+MBrHOvBp9cjHh+525SjtCIJKVGjRKIAfxBwDGDGCFF00rTfzB1quxdSw==} + /ts-loader/9.2.6_typescript@4.5.4+webpack@5.65.0: + resolution: {integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==} engines: {node: '>=12.0.0'} peerDependencies: typescript: '*' webpack: ^5.0.0 dependencies: chalk: 4.1.2 - enhanced-resolve: 5.9.3 - micromatch: 4.0.5 - semver: 7.3.7 - typescript: 4.6.3 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + enhanced-resolve: 5.8.3 + micromatch: 4.0.4 + semver: 7.3.5 + typescript: 4.5.4 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /ts-node/10.5.0_719e7c013adecafa50303831d1b06222: + /ts-node/10.5.0_5d12c2add188ff0e728b4ade3dacd39b: resolution: {integrity: sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==} hasBin: true peerDependencies: @@ -9636,24 +11824,24 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 16.11.27 - acorn: 8.7.0 + '@types/node': 16.11.14 + acorn: 8.6.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.6.3 - v8-compile-cache-lib: 3.0.1 + typescript: 4.5.4 + v8-compile-cache-lib: 3.0.0 yn: 3.1.1 dev: false - /tsconfig-paths/3.14.1: - resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} + /tsconfig-paths/3.12.0: + resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==} dependencies: '@types/json5': 0.0.29 json5: 1.0.1 - minimist: 1.2.6 + minimist: 1.2.5 strip-bom: 3.0.0 dev: false @@ -9670,14 +11858,14 @@ packages: engines: {node: '>=0.6.x'} dev: false - /tsutils/3.21.0_typescript@4.6.3: + /tsutils/3.21.0_typescript@4.5.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.6.3 + typescript: 4.5.4 dev: false /tunnel-agent/0.6.0: @@ -9734,15 +11922,15 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.35 + mime-types: 2.1.34 dev: false /type/1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} dev: false - /type/2.6.0: - resolution: {integrity: sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==} + /type/2.5.0: + resolution: {integrity: sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==} dev: false /typedarray-to-buffer/3.1.5: @@ -9755,14 +11943,8 @@ packages: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} dev: false - /typescript/4.5.5: - resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/4.6.3: - resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} + /typescript/4.5.4: + resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} engines: {node: '>=4.2.0'} hasBin: true dev: false @@ -9771,8 +11953,8 @@ packages: resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} dependencies: function-bind: 1.1.1 - has-bigints: 1.0.2 - has-symbols: 1.0.3 + has-bigints: 1.0.1 + has-symbols: 1.0.2 which-boxed-primitive: 1.0.2 dev: false @@ -9815,6 +11997,16 @@ packages: tiny-inflate: 1.0.3 dev: false + /union-value/1.0.1: + resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-union: 3.1.0 + get-value: 2.0.6 + is-extendable: 0.1.1 + set-value: 2.0.1 + dev: false + /universalify/0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -9825,12 +12017,30 @@ packages: engines: {node: '>= 0.8'} dev: false + /unset-value/1.0.0: + resolution: {integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=} + engines: {node: '>=0.10.0'} + dependencies: + has-value: 0.3.1 + isobject: 3.0.1 + dev: false + /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.1.1 dev: false + /urix/0.1.0: + resolution: {integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=} + deprecated: Please see https://github.com/lydell/urix#deprecated + dev: false + + /use/3.1.1: + resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} + engines: {node: '>=0.10.0'} + dev: false + /util-deprecate/1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} dev: false @@ -9866,19 +12076,28 @@ packages: hasBin: true dev: false - /v8-compile-cache-lib/3.0.1: - resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + /v8-compile-cache-lib/3.0.0: + resolution: {integrity: sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==} dev: false /v8-compile-cache/2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: false + /v8-to-istanbul/4.1.4: + resolution: {integrity: sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ==} + engines: {node: 8.x.x || >=10.10.0} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 + convert-source-map: 1.8.0 + source-map: 0.7.3 + dev: false + /v8-to-istanbul/8.1.1: resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} engines: {node: '>=10.12.0'} dependencies: - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.3 convert-source-map: 1.8.0 source-map: 0.7.3 dev: false @@ -9924,6 +12143,14 @@ packages: resolution: {integrity: sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==} dev: false + /w3c-xmlserializer/1.1.2: + resolution: {integrity: sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==} + dependencies: + domexception: 1.0.1 + webidl-conversions: 4.0.2 + xml-name-validator: 3.0.0 + dev: false + /w3c-xmlserializer/2.0.0: resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} engines: {node: '>=10'} @@ -9942,7 +12169,7 @@ packages: engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 dev: false /wbuf/1.7.3: @@ -9959,6 +12186,10 @@ packages: '@zxing/text-encoding': 0.9.0 dev: false + /webidl-conversions/4.0.2: + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + dev: false + /webidl-conversions/5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} @@ -9979,7 +12210,7 @@ packages: engines: {node: '>= 10.13.0'} hasBin: true dependencies: - acorn: 8.7.0 + acorn: 8.6.0 acorn-walk: 8.2.0 chalk: 4.1.2 commander: 7.2.0 @@ -9987,14 +12218,14 @@ packages: lodash: 4.17.21 opener: 1.5.2 sirv: 1.0.19 - ws: 7.5.7 + ws: 7.5.6 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /webpack-cli/4.9.2_a0d31263581cf2badb6e37c16bc9b287: - resolution: {integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==} + /webpack-cli/4.9.1_4f2dbb6d08811eb2952e58098bb53992: + resolution: {integrity: sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -10013,24 +12244,24 @@ packages: webpack-dev-server: optional: true dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.72.0 - '@webpack-cli/info': 1.4.1_webpack-cli@4.9.2 - '@webpack-cli/serve': 1.6.1_8b27d5839a2bdf89ba2338e4c89fea10 + '@discoveryjs/json-ext': 0.5.6 + '@webpack-cli/configtest': 1.1.0_webpack-cli@4.9.1+webpack@5.65.0 + '@webpack-cli/info': 1.4.0_webpack-cli@4.9.1 + '@webpack-cli/serve': 1.6.0_ee174ec25a69133401691d041d406a60 colorette: 2.0.16 commander: 7.2.0 execa: 5.1.1 fastest-levenshtein: 1.0.12 - import-local: 3.1.0 + import-local: 3.0.3 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a webpack-bundle-analyzer: 4.5.0 - webpack-dev-server: 4.8.1_webpack-cli@4.9.2+webpack@5.72.0 + webpack-dev-server: 4.7.4_webpack-cli@4.9.1+webpack@5.65.0 webpack-merge: 5.8.0 dev: false - /webpack-dev-middleware/5.3.1_webpack@5.72.0: + /webpack-dev-middleware/5.3.1_webpack@5.65.0: resolution: {integrity: sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -10038,14 +12269,14 @@ packages: dependencies: colorette: 2.0.16 memfs: 3.4.1 - mime-types: 2.1.35 + mime-types: 2.1.34 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a dev: false - /webpack-dev-server/4.8.1_webpack-cli@4.9.2+webpack@5.72.0: - resolution: {integrity: sha512-dwld70gkgNJa33czmcj/PlKY/nOy/BimbrgZRaR9vDATBQAYgLzggR0nxDtPLJiLrMgZwbE6RRfJ5vnBBasTyg==} + /webpack-dev-server/4.7.4_webpack-cli@4.9.1+webpack@5.65.0: + resolution: {integrity: sha512-nfdsb02Zi2qzkNmgtZjkrMOcXnYZ6FLKcQwpxT7MvmHKc+oTtDsBju8j+NMyAygZ9GW1jMEUpy3itHtqgEhe1A==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -10060,32 +12291,33 @@ packages: '@types/express': 4.17.13 '@types/serve-index': 1.9.1 '@types/sockjs': 0.3.33 - '@types/ws': 8.5.3 + '@types/ws': 8.2.2 ansi-html-community: 0.0.8 - bonjour-service: 1.0.11 + bonjour: 3.5.0 chokidar: 3.5.3 colorette: 2.0.16 compression: 1.7.4 connect-history-api-fallback: 1.6.0 default-gateway: 6.0.3 - express: 4.17.3 - graceful-fs: 4.2.10 - html-entities: 2.3.3 - http-proxy-middleware: 2.0.6_@types+express@4.17.13 + del: 6.0.0 + express: 4.17.2 + graceful-fs: 4.2.8 + html-entities: 2.3.2 + http-proxy-middleware: 2.0.2_@types+express@4.17.13 ipaddr.js: 2.0.1 open: 8.4.0 p-retry: 4.6.1 portfinder: 1.0.28 - rimraf: 3.0.2 schema-utils: 4.0.0 - selfsigned: 2.0.1 + selfsigned: 2.0.0 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-dev-middleware: 5.3.1_webpack@5.72.0 - ws: 8.5.0 + strip-ansi: 7.0.1 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-dev-middleware: 5.3.1_webpack@5.65.0 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - debug @@ -10101,13 +12333,13 @@ packages: wildcard: 2.0.0 dev: false - /webpack-sources/3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + /webpack-sources/3.2.2: + resolution: {integrity: sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==} engines: {node: '>=10.13.0'} dev: false - /webpack/5.72.0_7c84ffaa370635508ab32134092fd9e6: - resolution: {integrity: sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==} + /webpack/5.65.0_9def3870c80213359789f9191dbd286a: + resolution: {integrity: sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -10116,31 +12348,31 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.3 - '@types/estree': 0.0.51 + '@types/eslint-scope': 3.7.2 + '@types/estree': 0.0.50 '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.7.0 - acorn-import-assertions: 1.8.0_acorn@8.7.0 - browserslist: 4.20.2 + acorn: 8.6.0 + acorn-import-assertions: 1.8.0_acorn@8.6.0 + browserslist: 4.19.1 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.3 + enhanced-resolve: 5.8.3 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 json-parse-better-errors: 1.0.2 - loader-runner: 4.3.0 - mime-types: 2.1.35 + loader-runner: 4.2.0 + mime-types: 2.1.34 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_esbuild@0.12.29+webpack@5.72.0 + terser-webpack-plugin: 5.3.0_91ae0b80bdbcf9a1978f213e1437a0a8 watchpack: 2.3.1 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-sources: 3.2.3 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-sources: 3.2.2 transitivePeerDependencies: - '@swc/core' - esbuild @@ -10151,7 +12383,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.6 + http-parser-js: 0.5.5 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: false @@ -10179,6 +12411,14 @@ packages: webidl-conversions: 7.0.0 dev: false + /whatwg-url/7.1.0: + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + dev: false + /whatwg-url/8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} @@ -10193,7 +12433,7 @@ packages: dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 - is-number-object: 1.0.7 + is-number-object: 1.0.6 is-string: 1.0.7 is-symbol: 1.0.4 dev: false @@ -10207,18 +12447,29 @@ packages: is-weakset: 2.0.2 dev: false + /which-module/2.0.0: + resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=} + dev: false + /which-typed-array/1.1.7: resolution: {integrity: sha512-vjxaB4nfDqwKI0ws7wZpxIlde1XrLX5uB0ZjpfshgmapJMD7jJWhZI+yToJTqaFByF0eNBcYxbjmCzoRP7CfEw==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.19.5 + es-abstract: 1.19.1 foreach: 2.0.5 has-tostringtag: 1.0.0 is-typed-array: 1.1.8 dev: false + /which/1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: false + /which/2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -10236,6 +12487,15 @@ packages: engines: {node: '>=0.10.0'} dev: false + /wrap-ansi/6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: false + /wrappy/1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} dev: false @@ -10245,12 +12505,12 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.7 + signal-exit: 3.0.6 typedarray-to-buffer: 3.1.5 dev: false - /ws/7.5.7: - resolution: {integrity: sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==} + /ws/7.5.6: + resolution: {integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -10262,8 +12522,8 @@ packages: optional: true dev: false - /ws/8.5.0: - resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} + /ws/8.4.2: + resolution: {integrity: sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -10305,6 +12565,10 @@ packages: engines: {node: '>=0.4'} dev: false + /y18n/4.0.3: + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + dev: false + /yallist/2.1.2: resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=} dev: false @@ -10318,6 +12582,31 @@ packages: engines: {node: '>= 6'} dev: false + /yargs-parser/18.1.3: + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} + engines: {node: '>=6'} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: false + + /yargs/15.4.1: + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} + engines: {node: '>=8'} + dependencies: + cliui: 6.0.0 + decamelize: 1.2.0 + find-up: 4.1.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 4.2.3 + which-module: 2.0.0 + y18n: 4.0.3 + yargs-parser: 18.1.3 + dev: false + /yauzl/2.10.0: resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=} dependencies: @@ -10331,8 +12620,8 @@ packages: buffer-crc32: 0.2.13 dev: false - /ylru/1.3.2: - resolution: {integrity: sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==} + /ylru/1.2.1: + resolution: {integrity: sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ==} engines: {node: '>= 4.0.0'} dev: false @@ -10352,8 +12641,8 @@ packages: commander: 2.20.3 dev: false - /z-schema/5.0.3: - resolution: {integrity: sha512-sGvEcBOTNum68x9jCpCVGPFJ6mWnkD0YxOcddDlJHRx3tKdB2q8pCHExMVZo/AV/6geuVJXG7hljDaWG8+5GDw==} + /z-schema/5.0.2: + resolution: {integrity: sha512-40TH47ukMHq5HrzkeVE40Ad7eIDKaRV2b+Qpi2prLc9X9eFJFzV7tMe5aH12e6avaSS/u5l653EQOv+J9PirPw==} engines: {node: '>=8.0.0'} hasBin: true dependencies: @@ -10371,20 +12660,21 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - minio: 7.0.27 - mongodb: 4.5.0 - prettier: 2.6.2 - typescript: 4.6.3 - ws: 8.5.0 + jwt-simple: 0.5.6 + minio: 7.0.26 + mongodb: 4.2.2 + prettier: 2.5.1 + typescript: 4.5.4 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - supports-color @@ -10398,42 +12688,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/activity-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/activity-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-PuBVnSQd6njDwHlUjc3eoxsCbjStczBJpdkOk4NEY7BWG7DQKuGvH+xWqHq6Ptk71dFGxJBBjjwBwr5SJ+eR8Q==, tarball: file:projects/activity-resources.tgz} id: file:projects/activity-resources.tgz name: '@rush-temp/activity-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10454,20 +12744,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/attachment-assets.tgz_typescript@4.6.3: + file:projects/attachment-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-uJQyCw04JbnwkrGp4K1UNBe/EnRLxQH0UapVnPaSl9vDSDTw7Zd/UouxZgm1WKyHSTjINE8fHfDTyY9IUoEt+w==, tarball: file:projects/attachment-assets.tgz} id: file:projects/attachment-assets.tgz name: '@rush-temp/attachment-assets' @@ -10475,43 +12765,43 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/attachment-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/attachment-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-39iTw1MmHsLnmWumW6YqQKE9Rus+Xdbbl6oXImRMZTcqJBZmt7FrLTN07RZK/+lZJa9H+j8PpXtXTYEedfMpJA==, tarball: file:projects/attachment-resources.tgz} id: file:projects/attachment-resources.tgz name: '@rush-temp/attachment-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - filesize: 8.0.7 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + filesize: 8.0.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10532,20 +12822,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/board-assets.tgz_typescript@4.6.3: + file:projects/board-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-TSvkBIH/0Y9s45ejDdptP6R7YUEYb6cRtNh18XD8rmSm7oD4bay6udajCDeaCP51hAbJRRpCTWnIBPdunj016A==, tarball: file:projects/board-assets.tgz} id: file:projects/board-assets.tgz name: '@rush-temp/board-assets' @@ -10553,42 +12843,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/board-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/board-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-0MkJyq3YsZaW07cTP+NVYG9coT2XK+cUOjxWge7x7p2ZVoz/WuQhd29Yzw0DbKpL2XA2lI6xutAp89YmtoBaqg==, tarball: file:projects/board-resources.tgz} id: file:projects/board-resources.tgz name: '@rush-temp/board-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10609,20 +12899,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/calendar-assets.tgz_typescript@4.6.3: + file:projects/calendar-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-DTjM/P9cpcUmpu1N8JqFV2e9ymsm5Ve3c9HfQeJji84sNB22BJHi5H4v1NRDDXeOAGf7UcmXHANIPgbQ6B7SrQ==, tarball: file:projects/calendar-assets.tgz} id: file:projects/calendar-assets.tgz name: '@rush-temp/calendar-assets' @@ -10630,42 +12920,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/calendar-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/calendar-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-AK/1JB02EPnUP1EAUNooXpfXnEF1S2utdxkUV4q2w+CkOA99CGrk6rvz+GTIO6AJRVjLetUF68NDpjpneU8vaA==, tarball: file:projects/calendar-resources.tgz} id: file:projects/calendar-resources.tgz name: '@rush-temp/calendar-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10686,20 +12976,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/chunter-assets.tgz_typescript@4.6.3: + file:projects/chunter-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-v3bsaYaMp9lpU7T92TciIYPbhKXgY+MR/uMGpyWMXYwgPJxsvIEV8hNs9FBpkMZk+ard9OJsRVG1VSYiWNQ2NA==, tarball: file:projects/chunter-assets.tgz} id: file:projects/chunter-assets.tgz name: '@rush-temp/chunter-assets' @@ -10707,42 +12997,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/chunter-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: - resolution: {integrity: sha512-AUHBT7KwP1wnXauwmYZjBgrRGZVp0sKD/Ft4bd3wosJHijukLmMo4BAmT+pQkWus5dXg/Of7v4xiM1uQ3gCZqQ==, tarball: file:projects/chunter-resources.tgz} + file:projects/chunter-resources.tgz_096c09b0b673a57c275d9767a12070b1: + resolution: {integrity: sha512-K7m5ywTEPryaCV3zRBfwDRzSMGsWK/OW8xlNEqsjdelE0FIqeGNwZUDcc9rss/Iu2VgK/XZNQmHdlLpc4lkNzw==, tarball: file:projects/chunter-resources.tgz} id: file:projects/chunter-resources.tgz name: '@rush-temp/chunter-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10757,26 +13047,26 @@ packages: dev: false file:projects/chunter.tgz: - resolution: {integrity: sha512-X12ggIMILgehB/Lf1d08yU25mmEmchGkaNgvnTGetd1JtxpUDy5wNtfJirjqsP1J3TuyARB19ecnST4RzrWK6Q==, tarball: file:projects/chunter.tgz} + resolution: {integrity: sha512-6Taw9jsuXh0jmAlCfXs/wXm3g4BHLZbA4pCS0cgICB+PUKZsmTNiuH6kdaOECHaY/JxxGeusEFO6L0cxKhlrRA==, tarball: file:projects/chunter.tgz} name: '@rush-temp/chunter' version: 0.0.0 dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/client-resources.tgz_4a34165f2c0581bd8d8ec614b98e4854: + file:projects/client-resources.tgz_ac194b5590200ebf8338e0f86ec190f4: resolution: {integrity: sha512-Q6Z5aBrzLbRjre8RBftyz6SJr4dvEVvyC5QKnKfXNYEBcvkC4utxl1AlpSsvV++NI1tdGj+3dbzDe0eDcJmQdg==, tarball: file:projects/client-resources.tgz} id: file:projects/client-resources.tgz name: '@rush-temp/client-resources' @@ -10784,16 +13074,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - svelte-check: 2.7.0_4a34165f2c0581bd8d8ec614b98e4854 - typescript: 4.6.3 + prettier: 2.5.1 + svelte-check: 2.3.0_ac194b5590200ebf8338e0f86ec190f4 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10816,20 +13106,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/contact-assets.tgz_typescript@4.6.3: + file:projects/contact-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-0Cw3C12WXx6lMMGchcMgOwqRuo9leCvII2MDc8/ZdIgpnFkLh01dNi9AeM4VPrYYCvciZ9YxPOBg0hb75rUVqg==, tarball: file:projects/contact-assets.tgz} id: file:projects/contact-assets.tgz name: '@rush-temp/contact-assets' @@ -10837,42 +13127,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/contact-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/contact-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-+gFvSyo5QvtExoeMn0eP6KJrDla3x9bfXNKVoBobJ/iXbbUlMBp1BpczDU14/CsqYTYcU5r4Bie35UancSFiyg==, tarball: file:projects/contact-resources.tgz} id: file:projects/contact-resources.tgz name: '@rush-temp/contact-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -10893,15 +13183,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -10913,18 +13203,18 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 - ws: 8.5.0 + prettier: 2.5.1 + typescript: 4.5.4 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - supports-color @@ -10938,17 +13228,18 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 just-clone: 3.2.1 - prettier: 2.6.2 - simplytyped: 3.3.0_typescript@4.6.3 - typescript: 4.6.3 + lexorank: 1.0.4 + prettier: 2.5.1 + simplytyped: 3.3.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -10960,16 +13251,17 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - simplytyped: 3.3.0_typescript@4.6.3 - typescript: 4.6.3 + jwt-simple: 0.5.6 + prettier: 2.5.1 + simplytyped: 3.3.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -10981,20 +13273,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/dev-server.tgz_@types+node@16.11.27: + file:projects/dev-server.tgz_@types+node@16.11.14: resolution: {integrity: sha512-9XbZNFWXRPdNVyQDuwTjX3YOpjWCpzhIcqND3K4qfIa9kWv/MaM46vRnicYGij71jBSs1gNN9CxRvIpDtnIJYg==, tarball: file:projects/dev-server.tgz} id: file:projects/dev-server.tgz name: '@rush-temp/dev-server' @@ -11002,17 +13294,17 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 jwt-simple: 0.5.6 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -11027,40 +13319,40 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/devmodel-resources.tgz_ff610c9dc2d7285169b0cddad8c08577: + file:projects/devmodel-resources.tgz_6cae74ea501386c76c405ad0408e0339: resolution: {integrity: sha512-55h+x0qaFGoOMwH+CAx6MUkNE1FAdW/yMSrBcfktLOSTE4KRWgaS98894yhI/PxeNxzLecV4o17iVpVkWeJ2Yw==, tarball: file:projects/devmodel-resources.tgz} id: file:projects/devmodel-resources.tgz name: '@rush-temp/devmodel-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11075,7 +13367,7 @@ packages: - typescript dev: false - file:projects/devmodel.tgz_typescript@4.6.3: + file:projects/devmodel.tgz_typescript@4.5.4: resolution: {integrity: sha512-bGN8i9nb+x1qYx8EbidDzRQdHa5aTTGXY7w2oqYZiUHIFVBY3g/dR0seTxiwU5gikTTWUQNQAqyvcqz9QLjuAA==, tarball: file:projects/devmodel.tgz} id: file:projects/devmodel.tgz name: '@rush-temp/devmodel' @@ -11083,38 +13375,38 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/elastic.tgz_@types+node@16.11.27: + file:projects/elastic.tgz_@types+node@16.11.14: resolution: {integrity: sha512-8Ch2QFvzA6mKCOu1qxg4rzcZzoWrZKwVpVK+nf6Q5i7PUruIpT8vTShOL0FZgkGrCw9il8JdE1tqEgo9AzOUDA==, tarball: file:projects/elastic.tgz} id: file:projects/elastic.tgz name: '@rush-temp/elastic' version: 0.0.0 dependencies: - '@elastic/elasticsearch': 7.17.0 + '@elastic/elasticsearch': 7.16.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -11132,29 +13424,30 @@ packages: '@types/compression': 1.7.2 '@types/cors': 2.8.12 '@types/express': 4.17.13 - '@types/express-fileupload': 1.2.2 + '@types/express-fileupload': 1.2.0 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 - body-parser: 1.19.2 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@types/uuid': 8.3.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 + body-parser: 1.19.1 compression: 1.7.4 cors: 2.8.5 cross-env: 7.0.3 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - express: 4.17.3 - express-fileupload: 1.3.1 - minio: 7.0.27 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + express: 4.17.2 + express-fileupload: 1.2.1 + jwt-simple: 0.5.6 + minio: 7.0.26 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 uuid: 8.3.2 transitivePeerDependencies: - '@swc/core' @@ -11170,27 +13463,28 @@ packages: '@rushstack/heft': 0.44.13 '@types/faker': 5.5.9 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@types/pdfkit': 0.12.4 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@types/pdfkit': 0.12.3 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 commander: 8.3.0 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 faker: 5.5.3 jpeg-js: 0.4.3 - minio: 7.0.27 + jwt-simple: 0.5.6 + minio: 7.0.26 pdfkit: 0.13.0 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 - ws: 8.5.0 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 + ws: 8.4.2 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -11206,42 +13500,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/gmail-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/gmail-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-0bOCIKzEOVSeoH66vlSUIp+zcwP52r7NCEXabY61qoVyNOj/NWHJ2NQtzc61Wr7cMgboCRNoM4+zFTBPpCRTPQ==, tarball: file:projects/gmail-resources.tgz} id: file:projects/gmail-resources.tgz name: '@rush-temp/gmail-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11262,43 +13556,43 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/image-cropper-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/image-cropper-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-dcrEyp1IDmm6W6WSIKcPtqPpu5JJc9TfHOD1E6kVkC30Zej/oXKuWDvPz4yHrBH9R1/Y3qRjgYiOgBL7QKFlKg==, tarball: file:projects/image-cropper-resources.tgz} id: file:projects/image-cropper-resources.tgz name: '@rush-temp/image-cropper-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 cropperjs: 1.5.12 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 smartcrop: 2.0.5 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11319,15 +13613,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -11339,42 +13633,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/inventory-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/inventory-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-+qPeo0IS9Ev1pe7fnDuO144cGiqEajrsBVyIOqxVS/H3s8HjVNxDwN5HN86eZWljrkjf4LuA13nfbVWDJpY2jg==, tarball: file:projects/inventory-resources.tgz} id: file:projects/inventory-resources.tgz name: '@rush-temp/inventory-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11395,42 +13689,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/kanban.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/kanban.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-OCiINFLnTioUd5bChs/+3XWrsG3ogWEG/EIN0xLle9bW3SFW8VEG9Zzint+nnKA9ZNSPvopQoQ0nfI+Cw27yyw==, tarball: file:projects/kanban.tgz} id: file:projects/kanban.tgz name: '@rush-temp/kanban' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 lexorank: 1.0.4 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11444,7 +13738,7 @@ packages: - supports-color dev: false - file:projects/lead-assets.tgz_typescript@4.6.3: + file:projects/lead-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-AxZSO21MysTPZZPv6dtWmdyAg9NbASBvoFT4tH97JD1RMb7FwGc1n0gbHKcdtQm9qOVjZnReBoVFPtDnM+bMHg==, tarball: file:projects/lead-assets.tgz} id: file:projects/lead-assets.tgz name: '@rush-temp/lead-assets' @@ -11452,42 +13746,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/lead-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/lead-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-gSgcUWz/WVJ6Bu8p0CzpAOoX5eCFP6nWrE96lik8v9Zkaq4TGXwZ2OPneJh1nbMnIW3geI8AYTTUmjPoYGttZQ==, tarball: file:projects/lead-resources.tgz} id: file:projects/lead-resources.tgz name: '@rush-temp/lead-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11508,20 +13802,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/login-assets.tgz_typescript@4.6.3: + file:projects/login-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-AD7MZ2ggVLN6NhxUeVXj7fRye8vnrv02BCx02O+pfg9vtPStSSUpwaJ6W8ba3Jp3/yGNbmXzhsek0YwE7SqXNQ==, tarball: file:projects/login-assets.tgz} id: file:projects/login-assets.tgz name: '@rush-temp/login-assets' @@ -11529,42 +13823,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/login-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/login-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-i7ZwIUrObM+ILuNLVCZZEMsEEd3XtmluOTgamkaz4LWm+fHBW1246BeMvleMrDesp2tlXY1qqyuMuxeQPxez4g==, tarball: file:projects/login-resources.tgz} id: file:projects/login-resources.tgz name: '@rush-temp/login-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -11585,15 +13879,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -11605,20 +13899,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/model-activity.tgz_typescript@4.6.3: + file:projects/model-activity.tgz_typescript@4.5.4: resolution: {integrity: sha512-CmTXA9y4WiGnUcNAnmU6zojr2flBMUjWGphvfnCfhuaP4/malp2RHnXEzcNWIm/UDiRCpPnriazGQ1c5mjZC/A==, tarball: file:projects/model-activity.tgz} id: file:projects/model-activity.tgz name: '@rush-temp/model-activity' @@ -11626,20 +13920,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-all.tgz_typescript@4.6.3: + file:projects/model-all.tgz_typescript@4.5.4: resolution: {integrity: sha512-oZv+eWtLk2+Ob4FSPKWX+er/NOIOsE11NvX98h9tVghc+fUgDjWpNiGXyXI7QT7gImg6BvM3QgwZFFO2y2JZig==, tarball: file:projects/model-all.tgz} id: file:projects/model-all.tgz name: '@rush-temp/model-all' @@ -11647,16 +13941,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -11664,7 +13958,7 @@ packages: - typescript dev: false - file:projects/model-attachment.tgz_typescript@4.6.3: + file:projects/model-attachment.tgz_typescript@4.5.4: resolution: {integrity: sha512-3cp6lAsRVDot0IdHvP5PuiwaiAlrWtfQOwBzU/c6sqEDQq0Bb5s+l9B2zcMpdNy92xScTgpD08Vc1Lk9L8dq5A==, tarball: file:projects/model-attachment.tgz} id: file:projects/model-attachment.tgz name: '@rush-temp/model-attachment' @@ -11672,20 +13966,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-board.tgz_typescript@4.6.3: + file:projects/model-board.tgz_typescript@4.5.4: resolution: {integrity: sha512-TDROdNYoY2p1R9WtU3/JGEnUIISLZxtW6KmGsPfqvCZGKA8sojJU8iwE9X/XntS/SF2542sEZri2lqoEkKFSDg==, tarball: file:projects/model-board.tgz} id: file:projects/model-board.tgz name: '@rush-temp/model-board' @@ -11693,20 +13987,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-calendar.tgz_typescript@4.6.3: + file:projects/model-calendar.tgz_typescript@4.5.4: resolution: {integrity: sha512-1cRXlUX6RDh3MAziBl82RbC9hv6rFtwX+QYn6V0VXDurwrSAmYkQ7OVxQXZ2u6LC0M+O9gFIkemuVQ7f3S73tQ==, tarball: file:projects/model-calendar.tgz} id: file:projects/model-calendar.tgz name: '@rush-temp/model-calendar' @@ -11714,41 +14008,41 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-chunter.tgz_typescript@4.6.3: - resolution: {integrity: sha512-hfoDW7vCYIDuRtx8flgVCsDeWJbz8bJrYlpELa+e1tSHhGTVO/4l4gQROuyNexo8MOWB+WJzFHQpDaMYK8KUvQ==, tarball: file:projects/model-chunter.tgz} + file:projects/model-chunter.tgz_typescript@4.5.4: + resolution: {integrity: sha512-hrw3jdRMZ0S4weB4uqLinXXxFj6L/z5q1jtwvxHb4pkcFBm9NjqX0lIkEUPNB4S6jLrRxPR4kJ/bMliilwNeFw==, tarball: file:projects/model-chunter.tgz} id: file:projects/model-chunter.tgz name: '@rush-temp/model-chunter' version: 0.0.0 dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-contact.tgz_typescript@4.6.3: + file:projects/model-contact.tgz_typescript@4.5.4: resolution: {integrity: sha512-5Ph831LcQYdGW8UVlR25kD8epzw81E1+SF/WRkmfBgVblzHd9yH8nfQalY5G6Mkres43Bc7jvn/XuLTtcXcK5Q==, tarball: file:projects/model-contact.tgz} id: file:projects/model-contact.tgz name: '@rush-temp/model-contact' @@ -11756,20 +14050,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-core.tgz_typescript@4.6.3: + file:projects/model-core.tgz_typescript@4.5.4: resolution: {integrity: sha512-jFpuYaMD618zdYOF4KtGrS8TnB34uu9+drhKBwVm+VYN1ISJ/eyxu9Z4Yx5UeDR8Y7ZVnJ2e0gL9KjUJOnKyNQ==, tarball: file:projects/model-core.tgz} id: file:projects/model-core.tgz name: '@rush-temp/model-core' @@ -11777,20 +14071,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-demo.tgz_typescript@4.6.3: + file:projects/model-demo.tgz_typescript@4.5.4: resolution: {integrity: sha512-RICCZdJCLOHJjVZRtU8DaVca/3isu/fXc8/HNBOHPHqFNNfWImAh1Rj3VV6whI2fYQczV6UbsZ3MLcD5PVrFZw==, tarball: file:projects/model-demo.tgz} id: file:projects/model-demo.tgz name: '@rush-temp/model-demo' @@ -11798,20 +14092,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-gmail.tgz_typescript@4.6.3: + file:projects/model-gmail.tgz_typescript@4.5.4: resolution: {integrity: sha512-OIBRC8oPfFQ7kapO5nDKe7LUkQHpRDjxg7X8Qexu+LLKXynmFFtk9FzYoxR25uF2SdW082xrVBj10WtqYOZziA==, tarball: file:projects/model-gmail.tgz} id: file:projects/model-gmail.tgz name: '@rush-temp/model-gmail' @@ -11819,20 +14113,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-inventory.tgz_typescript@4.6.3: + file:projects/model-inventory.tgz_typescript@4.5.4: resolution: {integrity: sha512-2fP4lOTcodF26xicFu9EpSbmAtWKeK0ouejP+rbK0iEt7ylQ0PwrAaqJGwEk5swarmJVqM4BfApIa9nSBUlLkg==, tarball: file:projects/model-inventory.tgz} id: file:projects/model-inventory.tgz name: '@rush-temp/model-inventory' @@ -11840,20 +14134,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-lead.tgz_typescript@4.6.3: + file:projects/model-lead.tgz_typescript@4.5.4: resolution: {integrity: sha512-8KznJzXs1VEQe5hXLlL0j4bR6kc48wMDGPjsUkhTRHsHnICsfOSDBw8FJ9Zsh1g2w8eqC2fVlji/9ajPPLufPQ==, tarball: file:projects/model-lead.tgz} id: file:projects/model-lead.tgz name: '@rush-temp/model-lead' @@ -11861,20 +14155,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-notification.tgz_typescript@4.6.3: + file:projects/model-notification.tgz_typescript@4.5.4: resolution: {integrity: sha512-u1jOcw/zD7SKfncFXWFY52zsZ9D/+Ac3LeNsBUFb1Rvz/yCs6xJsoF/BiiM/NOFBsUcN4LIN0yPHrA2k9uaT/w==, tarball: file:projects/model-notification.tgz} id: file:projects/model-notification.tgz name: '@rush-temp/model-notification' @@ -11882,20 +14176,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-preference.tgz_typescript@4.6.3: + file:projects/model-preference.tgz_typescript@4.5.4: resolution: {integrity: sha512-oQZoR/2gjdbwgn7pDU990cXpbMIXgedB2leNGoVHYw7N0HrjP0jDXXahlzvrmeKUKu8KI0+wbimAfXC5UsKCig==, tarball: file:projects/model-preference.tgz} id: file:projects/model-preference.tgz name: '@rush-temp/model-preference' @@ -11903,20 +14197,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-presentation.tgz_typescript@4.6.3: + file:projects/model-presentation.tgz_typescript@4.5.4: resolution: {integrity: sha512-gwQesv3EjKbyPQy0varKui+3kmWXuy8cB9XLca82zf8Gn84k0twsz3ll+OZDUNQbnATdwr5Cn1vs31YIk/cQsw==, tarball: file:projects/model-presentation.tgz} id: file:projects/model-presentation.tgz name: '@rush-temp/model-presentation' @@ -11924,20 +14218,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-recruit.tgz_typescript@4.6.3: + file:projects/model-recruit.tgz_typescript@4.5.4: resolution: {integrity: sha512-8Mbt/OYFEu5gpvWQehLz9ZKYsIksMPKPqC45i4CyjGGQXUJ8M94wYsSdMGwZGK8RrmtArxOCxLVI+HV8LhboXw==, tarball: file:projects/model-recruit.tgz} id: file:projects/model-recruit.tgz name: '@rush-temp/model-recruit' @@ -11946,29 +14240,29 @@ packages: '@anticrm/skillset': 0.6.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-rig.tgz_73443f7f1d9e3634d48b60673a20ea9c: + file:projects/model-rig.tgz_37f79b97d0d86442e45d380c86f520c5: resolution: {integrity: sha512-I7YTXr4RCrT+djqnE4bu0HwVuTzLzQpgLu9sj5fzrnVcKbrhHOCICYY0kR6MswSHvjE4WRVr47j+ZSzyHykA5Q==, tarball: file:projects/model-rig.tgz} id: file:projects/model-rig.tgz name: '@rush-temp/model-rig' version: 0.0.0 dependencies: '@rushstack/heft': 0.41.8 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.6.3 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - typescript: 4.6.3 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.4 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + typescript: 4.5.4 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -11978,7 +14272,7 @@ packages: - supports-color dev: false - file:projects/model-server-attachment.tgz_typescript@4.6.3: + file:projects/model-server-attachment.tgz_typescript@4.5.4: resolution: {integrity: sha512-JpIjeO+mC7iGMXxVkQIXNuqC3mh8Y06uFlXiMXlXp4XwxRm+AZD9ryCY5m9G5+Sf+DDOVMCN9daQ892RAhYTDw==, tarball: file:projects/model-server-attachment.tgz} id: file:projects/model-server-attachment.tgz name: '@rush-temp/model-server-attachment' @@ -11986,20 +14280,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-calendar.tgz_typescript@4.6.3: + file:projects/model-server-calendar.tgz_typescript@4.5.4: resolution: {integrity: sha512-siQsflBb5rERBFO+Wu8SnrqdDtPSQZrAmIeQyzzrSVpLPNOL3JZ87YBuHJ/gqK/3RVtA1SZ17hJftMJH1gtdXQ==, tarball: file:projects/model-server-calendar.tgz} id: file:projects/model-server-calendar.tgz name: '@rush-temp/model-server-calendar' @@ -12007,20 +14301,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-chunter.tgz_typescript@4.6.3: + file:projects/model-server-chunter.tgz_typescript@4.5.4: resolution: {integrity: sha512-+nmdM5lFtwhAnmm2o16OHV1Foibv1hcmbPpOZnNJOEqtnFJiVAI2UkOxQZGB1Lbv3uxxyt0RzMsagFCZxPfdXg==, tarball: file:projects/model-server-chunter.tgz} id: file:projects/model-server-chunter.tgz name: '@rush-temp/model-server-chunter' @@ -12028,20 +14322,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-contact.tgz_typescript@4.6.3: + file:projects/model-server-contact.tgz_typescript@4.5.4: resolution: {integrity: sha512-5xoflHNFyAGTADlyRD843fRe6GTS+i7HFiqh2YvjOlVGeldwCQ/BY6BNKQsKzjQ7qE2r5m6H/d5C9u0yCVFaHg==, tarball: file:projects/model-server-contact.tgz} id: file:projects/model-server-contact.tgz name: '@rush-temp/model-server-contact' @@ -12049,20 +14343,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-core.tgz_typescript@4.6.3: + file:projects/model-server-core.tgz_typescript@4.5.4: resolution: {integrity: sha512-tWejuCuv0pSzJU0tRNy9rQi4XvnTiHl+BcyrImlZ7hpZFvKEwCkwgzshLUkY6zpN3zmNqcc1LXnPDdBTBcSgXg==, tarball: file:projects/model-server-core.tgz} id: file:projects/model-server-core.tgz name: '@rush-temp/model-server-core' @@ -12070,20 +14364,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-gmail.tgz_typescript@4.6.3: + file:projects/model-server-gmail.tgz_typescript@4.5.4: resolution: {integrity: sha512-X7Qmew7k0TWOjsdUuIKlIeOlB0ozdjBxG4E84bmbmFFscBuNEpP5Iqw3qFrIE14LXnwAqeTzXelJtPPKjtzPyg==, tarball: file:projects/model-server-gmail.tgz} id: file:projects/model-server-gmail.tgz name: '@rush-temp/model-server-gmail' @@ -12091,20 +14385,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-inventory.tgz_typescript@4.6.3: + file:projects/model-server-inventory.tgz_typescript@4.5.4: resolution: {integrity: sha512-RbR6RqF0GEXOgff5uln1l2HK89bWzpcvP0rQ0cSWItoRHKgwjDZW1G8h090N52t8i+iMS85k+Opg95uVJ5vkPw==, tarball: file:projects/model-server-inventory.tgz} id: file:projects/model-server-inventory.tgz name: '@rush-temp/model-server-inventory' @@ -12112,20 +14406,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-lead.tgz_typescript@4.6.3: + file:projects/model-server-lead.tgz_typescript@4.5.4: resolution: {integrity: sha512-GATZ/g+8FNvW8hzTlM3Cnc+MkByavDvir4zBEK3lAj5WB8SWP7Plpu5YsfgEm8uF0R0Rd6FtomK3Qo3H8Cf+FA==, tarball: file:projects/model-server-lead.tgz} id: file:projects/model-server-lead.tgz name: '@rush-temp/model-server-lead' @@ -12133,20 +14427,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-notification.tgz_typescript@4.6.3: + file:projects/model-server-notification.tgz_typescript@4.5.4: resolution: {integrity: sha512-Ru6Z7sEd19RbOPtgc4KdFhiMoNWWXN1d0VQzeZJaVPFS8arUgXf2kpDJ19EmRTLAgB/NjNxjYrtBwbqaMOjezA==, tarball: file:projects/model-server-notification.tgz} id: file:projects/model-server-notification.tgz name: '@rush-temp/model-server-notification' @@ -12154,20 +14448,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-recruit.tgz_typescript@4.6.3: + file:projects/model-server-recruit.tgz_typescript@4.5.4: resolution: {integrity: sha512-ejm3M+B0LEx8GCwzcojJp/bcbonw+SJh/CGpYYPhVFj2bneuSlhw1fN9ot2/T0BWk7SBsLTHaxgIEbc9qNr1kw==, tarball: file:projects/model-server-recruit.tgz} id: file:projects/model-server-recruit.tgz name: '@rush-temp/model-server-recruit' @@ -12175,20 +14469,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-setting.tgz_typescript@4.6.3: + file:projects/model-server-setting.tgz_typescript@4.5.4: resolution: {integrity: sha512-9Asx+buX1cUF1B0BkSWLsVuAm9ZDp3EPcgT0Cfve9eYU3cMWWwaGVHUcU13vyX3lz2ZFUBxBBpL9rMJ5unlJMw==, tarball: file:projects/model-server-setting.tgz} id: file:projects/model-server-setting.tgz name: '@rush-temp/model-server-setting' @@ -12196,20 +14490,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-tags.tgz_typescript@4.6.3: + file:projects/model-server-tags.tgz_typescript@4.5.4: resolution: {integrity: sha512-u+INKCPUJe6XM5YwdhakgiILLXHhnrpZWKVyowlWLfWoihnFh8zdhiWi9V5j7Cd28ApDa2ZRPk74RAvU8wZcqg==, tarball: file:projects/model-server-tags.tgz} id: file:projects/model-server-tags.tgz name: '@rush-temp/model-server-tags' @@ -12217,20 +14511,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-task.tgz_typescript@4.6.3: + file:projects/model-server-task.tgz_typescript@4.5.4: resolution: {integrity: sha512-v13CgWpq8VkTBq/DEwMa+0/HViZYHbBcsBTGA1EbhxtkxTYXIOfkkrrr0v86pZeA9LjE3lKSH3pKylRoSWhjYg==, tarball: file:projects/model-server-task.tgz} id: file:projects/model-server-task.tgz name: '@rush-temp/model-server-task' @@ -12238,20 +14532,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-server-telegram.tgz_typescript@4.6.3: + file:projects/model-server-telegram.tgz_typescript@4.5.4: resolution: {integrity: sha512-Pz/pUDmn8B+erPrTpmtv2Zg0Yi7beS9pPCDuwJ1Af50CkVw9R0rJI9sKl4zHNGK5xA6ES1fSJw5n14+EU8ocCA==, tarball: file:projects/model-server-telegram.tgz} id: file:projects/model-server-telegram.tgz name: '@rush-temp/model-server-telegram' @@ -12259,20 +14553,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-setting.tgz_typescript@4.6.3: + file:projects/model-setting.tgz_typescript@4.5.4: resolution: {integrity: sha512-41MkkT+4zBCSKzbo7TmBCvpYzL/y8QY0nY7J/Vc3+vBqShAynsj6rhfUVMeOAGOeQ2rBabRqtgZU2ZRyIq8d8g==, tarball: file:projects/model-setting.tgz} id: file:projects/model-setting.tgz name: '@rush-temp/model-setting' @@ -12280,41 +14574,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-tags.tgz_typescript@4.6.3: + file:projects/model-tags.tgz_typescript@4.5.4: resolution: {integrity: sha512-RyB+wewfgpJMyX4GBen2xgLVbychRUTB5VRKK35npY61OyzU2AR7G/Rb2eXU+KUm9z5icfSfVJJWvNCBw5BC6A==, tarball: file:projects/model-tags.tgz} id: file:projects/model-tags.tgz name: '@rush-temp/model-tags' version: 0.0.0 dependencies: + '@anticrm/skillset': 0.6.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-task.tgz_typescript@4.6.3: + file:projects/model-task.tgz_typescript@4.5.4: resolution: {integrity: sha512-MGpbHK5pz5wzyZZMabVtGeGGA3qZPXALd81//lY3LM9JZiJHWLKTmbdqmltBNdq44LzynMZkZRCKrv5mG2wSXw==, tarball: file:projects/model-task.tgz} id: file:projects/model-task.tgz name: '@rush-temp/model-task' @@ -12322,20 +14617,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-telegram.tgz_typescript@4.6.3: + file:projects/model-telegram.tgz_typescript@4.5.4: resolution: {integrity: sha512-mx28IzLdTJhTT6Hk27wiolAfWQ7dtoayKlWq65GnH5svG/nkIrRy/0HfHR9pB7tgvalFWB1ezdRXUMo9OUDGcQ==, tarball: file:projects/model-telegram.tgz} id: file:projects/model-telegram.tgz name: '@rush-temp/model-telegram' @@ -12343,20 +14638,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-templates.tgz_typescript@4.6.3: + file:projects/model-templates.tgz_typescript@4.5.4: resolution: {integrity: sha512-stRJVu0wN489lTsh+VhIdlQB4zE0M8raUhAtOTlMl4xGy7Xf+y5hKfWVPACJ9ZK2S5yRmvgIFjoCczXo1vuPCA==, tarball: file:projects/model-templates.tgz} id: file:projects/model-templates.tgz name: '@rush-temp/model-templates' @@ -12364,20 +14659,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-text-editor.tgz_typescript@4.6.3: + file:projects/model-text-editor.tgz_typescript@4.5.4: resolution: {integrity: sha512-JIF2RZy9MhwjmK9rMHyVpinyJrGnwVKvHBMrC3BMPEtWwN7SpqYOSa63gOEF4c65GQJwAIV0iix46KMJ+LnvNQ==, tarball: file:projects/model-text-editor.tgz} id: file:projects/model-text-editor.tgz name: '@rush-temp/model-text-editor' @@ -12385,20 +14680,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-tracker.tgz_typescript@4.6.3: + file:projects/model-tracker.tgz_typescript@4.5.4: resolution: {integrity: sha512-/xx5vh8uXVdj5+lpOM+kc5v3wN2mWKzxqX6qEPnOpD9lMUQkFuMIQYAdZScO/TpiSvLQfE3nMYQfF7wXKrMmvA==, tarball: file:projects/model-tracker.tgz} id: file:projects/model-tracker.tgz name: '@rush-temp/model-tracker' @@ -12406,20 +14701,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-view.tgz_typescript@4.6.3: + file:projects/model-view.tgz_typescript@4.5.4: resolution: {integrity: sha512-orDxJT+xHBVFiBXDaa2prp4YvvZy/I2PzgODq4kd4u1VsX4UN26JjWLQXnsVyYzOec61oUmtAM9nvRFCDlldYw==, tarball: file:projects/model-view.tgz} id: file:projects/model-view.tgz name: '@rush-temp/model-view' @@ -12427,20 +14722,20 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/model-workbench.tgz_typescript@4.6.3: + file:projects/model-workbench.tgz_typescript@4.5.4: resolution: {integrity: sha512-kZql7buihZZRHUDQ6Y1F3Cdkafvgr6oeNHCL6fA9hPYhwri2lzk5vnF6mAUdqVPAeUAegpLY8sGvpCh1yUB7WQ==, tarball: file:projects/model-workbench.tgz} id: file:projects/model-workbench.tgz name: '@rush-temp/model-workbench' @@ -12448,14 +14743,14 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript @@ -12469,17 +14764,17 @@ packages: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 '@types/toposort': 2.0.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 fast-equals: 2.0.4 - prettier: 2.6.2 + prettier: 2.5.1 toposort: 2.0.2 - typescript: 4.6.3 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -12491,21 +14786,21 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - mongodb: 4.5.0 - prettier: 2.6.2 - typescript: 4.6.3 + mongodb: 4.2.2 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/notification-assets.tgz_typescript@4.6.3: + file:projects/notification-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-1GLVAPjqZTeV8E6rRjw3FXCJIiXKwCBOROg11SIv3yHOaPocd3WLgzC7t7pVTwDGgSsI1hUYVlxqR/KVlLAGow==, tarball: file:projects/notification-assets.tgz} id: file:projects/notification-assets.tgz name: '@rush-temp/notification-assets' @@ -12513,43 +14808,45 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/notification-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/notification-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-xCqv9n62jqt1bYYAvJPX4nGgMG7jrdiA5xBxhsTQde7rRZ5tMo4HKgvs9I7lHp3jrb5B1P45dkFRerwwZPNysw==, tarball: file:projects/notification-resources.tgz} id: file:projects/notification-resources.tgz name: '@rush-temp/notification-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@rushstack/heft': 0.41.8 + '@types/heft-jest': 1.0.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 just-clone: 3.2.1 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -12570,41 +14867,41 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/panel.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/panel.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-JieC8XLfdiwgLScgzBs47i5TqNXxrgpHFt9E8Fa+pUv4gcu01CFFRzRZsjsH4T5NeAvljjdHxx8GgNm/Kyc3Tw==, tarball: file:projects/panel.tgz} id: file:projects/panel.tgz name: '@rush-temp/panel' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -12618,18 +14915,18 @@ packages: - supports-color dev: false - file:projects/platform-rig.tgz_88d8e68de70f7ef2759da2636da116c1: + file:projects/platform-rig.tgz_201338aee2f0322ce6db63f4957b41cc: resolution: {integrity: sha512-ARorfk+f3SpZv4x2HFyg8u525XBbOnzobtCuErsLOW6UN3/WsuFqV+cnB+OpuP8gqcHLeBnTQw08etMovgdlxA==, tarball: file:projects/platform-rig.tgz} id: file:projects/platform-rig.tgz name: '@rush-temp/platform-rig' version: 0.0.0 dependencies: - '@microsoft/api-extractor': 7.22.2 + '@microsoft/api-extractor': 7.19.2 '@rushstack/heft': 0.44.13 - '@rushstack/heft-jest-plugin': 0.2.14_f93694304f41783fe45a627c17d37e53 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.6.3 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - typescript: 4.6.3 + '@rushstack/heft-jest-plugin': 0.2.15_f93694304f41783fe45a627c17d37e53 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.4 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + typescript: 4.5.4 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - bufferutil @@ -12651,16 +14948,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - intl-messageformat: 9.12.0 - prettier: 2.6.2 - typescript: 4.6.3 + intl-messageformat: 9.10.0 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -12670,30 +14967,30 @@ packages: name: '@rush-temp/pod-account' version: 0.0.0 dependencies: - '@koa/cors': 3.3.0 + '@koa/cors': 3.1.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 '@types/koa': 2.13.4 - '@types/koa__cors': 3.3.0 - '@types/koa-bodyparser': 4.3.7 + '@types/koa__cors': 3.1.0 + '@types/koa-bodyparser': 4.3.4 '@types/koa-router': 7.4.4 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 cross-env: 7.0.3 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 koa: 2.13.4 koa-bodyparser: 4.3.0 koa-router: 10.1.1 - mongodb: 4.5.0 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + mongodb: 4.2.2 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -12707,16 +15004,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -12728,41 +15025,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/presentation.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/presentation.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-wc5U6pu+2JFrN7NknB2nCs3qbDEh5AgNhRfoTFBPHOxsBplCEtNtUvHtt91pY2lGlgQVZvNsLKEhaDKycVF19w==, tarball: file:projects/presentation.tgz} id: file:projects/presentation.tgz name: '@rush-temp/presentation' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + fast-equals: 2.0.4 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -12776,45 +15074,45 @@ packages: - supports-color dev: false - file:projects/prod-tracker.tgz_2e48d4b6da1d030c8effca90ffbd2857: + file:projects/prod-tracker.tgz_a07ec81d4d975778878ca12202ea119e: resolution: {integrity: sha512-DegdZVFP21HUwqbhSqazxR2nu9OqSlJ8QxOn1S3IOD9AGi7H5OOSvw6E/RItOlGAts0bi261Z81Dgi9EJvTtvA==, tarball: file:projects/prod-tracker.tgz} id: file:projects/prod-tracker.tgz name: '@rush-temp/prod-tracker' version: 0.0.0 dependencies: - '@types/node': 16.11.27 - autoprefixer: 10.4.4_postcss@8.4.12 - compression-webpack-plugin: 9.0.1_webpack@5.72.0 + '@types/node': 16.11.14 + autoprefixer: 10.4.0_postcss@8.4.5 + compression-webpack-plugin: 9.0.1_webpack@5.65.0 cross-env: 7.0.3 - css-loader: 5.2.7_webpack@5.72.0 - dotenv-webpack: 7.1.0_webpack@5.72.0 - file-loader: 6.2.0_webpack@5.72.0 - html-webpack-plugin: 5.5.0_webpack@5.72.0 - mini-css-extract-plugin: 2.6.0_webpack@5.72.0 - postcss: 8.4.12 - postcss-load-config: 3.1.4_postcss@8.4.12+ts-node@10.5.0 - postcss-loader: 6.2.1_postcss@8.4.12+webpack@5.72.0 - sass-loader: 12.6.0_sass@1.50.1+webpack@5.72.0 - style-loader: 3.3.1_webpack@5.72.0 - svelte: 3.47.0 - svelte-loader: 3.1.2_svelte@3.47.0 + css-loader: 5.2.7_webpack@5.65.0 + dotenv-webpack: 7.0.3_webpack@5.65.0 + file-loader: 6.2.0_webpack@5.65.0 + html-webpack-plugin: 5.5.0_webpack@5.65.0 + mini-css-extract-plugin: 2.4.5_webpack@5.65.0 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + postcss-loader: 6.2.1_postcss@8.4.5+webpack@5.65.0 + sass-loader: 12.4.0_sass@1.45.0+webpack@5.65.0 + style-loader: 3.3.1_webpack@5.65.0 + svelte: 3.46.6 + svelte-loader: 3.1.2_svelte@3.46.6 svgo-loader: 3.0.0 - ts-loader: 9.2.8_typescript@4.6.3+webpack@5.72.0 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a webpack-bundle-analyzer: 4.5.0 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-dev-server: 4.8.1_webpack-cli@4.9.2+webpack@5.72.0 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-dev-server: 4.7.4_webpack-cli@4.9.1+webpack@5.65.0 transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' - '@webpack-cli/migrate' + - acorn - bufferutil - debug - esbuild - fibers - node-sass - sass - - sass-embedded - supports-color - ts-node - typescript @@ -12822,45 +15120,45 @@ packages: - utf-8-validate dev: false - file:projects/prod.tgz_2e48d4b6da1d030c8effca90ffbd2857: + file:projects/prod.tgz_a07ec81d4d975778878ca12202ea119e: resolution: {integrity: sha512-WaWihWZzBZ9WDVbJtB+fFusKyv8pR4hbBAZGkpcZ0yiOQL4tL5R0ZFsh0TxDy1TD68XKFqF2FnM3ngNQQr8bKA==, tarball: file:projects/prod.tgz} id: file:projects/prod.tgz name: '@rush-temp/prod' version: 0.0.0 dependencies: - '@types/node': 16.11.27 - autoprefixer: 10.4.4_postcss@8.4.12 - compression-webpack-plugin: 9.0.1_webpack@5.72.0 + '@types/node': 16.11.14 + autoprefixer: 10.4.0_postcss@8.4.5 + compression-webpack-plugin: 9.0.1_webpack@5.65.0 cross-env: 7.0.3 - css-loader: 5.2.7_webpack@5.72.0 - dotenv-webpack: 7.1.0_webpack@5.72.0 - file-loader: 6.2.0_webpack@5.72.0 - html-webpack-plugin: 5.5.0_webpack@5.72.0 - mini-css-extract-plugin: 2.6.0_webpack@5.72.0 - postcss: 8.4.12 - postcss-load-config: 3.1.4_postcss@8.4.12+ts-node@10.5.0 - postcss-loader: 6.2.1_postcss@8.4.12+webpack@5.72.0 - sass-loader: 12.6.0_sass@1.50.1+webpack@5.72.0 - style-loader: 3.3.1_webpack@5.72.0 - svelte: 3.47.0 - svelte-loader: 3.1.2_svelte@3.47.0 + css-loader: 5.2.7_webpack@5.65.0 + dotenv-webpack: 7.0.3_webpack@5.65.0 + file-loader: 6.2.0_webpack@5.65.0 + html-webpack-plugin: 5.5.0_webpack@5.65.0 + mini-css-extract-plugin: 2.4.5_webpack@5.65.0 + postcss: 8.4.5 + postcss-load-config: 3.1.0_ts-node@10.5.0 + postcss-loader: 6.2.1_postcss@8.4.5+webpack@5.65.0 + sass-loader: 12.4.0_sass@1.45.0+webpack@5.65.0 + style-loader: 3.3.1_webpack@5.65.0 + svelte: 3.46.6 + svelte-loader: 3.1.2_svelte@3.46.6 svgo-loader: 3.0.0 - ts-loader: 9.2.8_typescript@4.6.3+webpack@5.72.0 - webpack: 5.72.0_7c84ffaa370635508ab32134092fd9e6 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 + webpack: 5.65.0_9def3870c80213359789f9191dbd286a webpack-bundle-analyzer: 4.5.0 - webpack-cli: 4.9.2_a0d31263581cf2badb6e37c16bc9b287 - webpack-dev-server: 4.8.1_webpack-cli@4.9.2+webpack@5.72.0 + webpack-cli: 4.9.1_4f2dbb6d08811eb2952e58098bb53992 + webpack-dev-server: 4.7.4_webpack-cli@4.9.1+webpack@5.65.0 transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' - '@webpack-cli/migrate' + - acorn - bufferutil - debug - esbuild - fibers - node-sass - sass - - sass-embedded - supports-color - ts-node - typescript @@ -12874,23 +15172,24 @@ packages: version: 0.0.0 dependencies: '@rushstack/heft': 0.44.13 + '@rushstack/heft-jest-plugin': 0.1.53_@rushstack+heft@0.41.8 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 just-clone: 3.2.1 - prettier: 2.6.2 - simplytyped: 3.3.0_typescript@4.6.3 - typescript: 4.6.3 + prettier: 2.5.1 + simplytyped: 3.3.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/recruit-assets.tgz_typescript@4.6.3: + file:projects/recruit-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-uj79k+E4cCsZ6vUdeiC7/UdaaILuIWCMAeKk61Eg9lB4A5S/7ZxRIBZmfs2MMsef6KPXChpaAPCybRf5k5lQHw==, tarball: file:projects/recruit-assets.tgz} id: file:projects/recruit-assets.tgz name: '@rush-temp/recruit-assets' @@ -12898,44 +15197,44 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/recruit-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/recruit-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-OfXd63KU2LyCB1yhsDwQEE3RJx+OZHwXSfNerYgG4KDS3hH+EsLEwOJhEa4khvQCkxK/ru2qBqBJO4witwHd0g==, tarball: file:projects/recruit-resources.tgz} id: file:projects/recruit-resources.tgz name: '@rush-temp/recruit-resources' version: 0.0.0 dependencies: '@types/deep-equal': 1.0.1 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 deep-equal: 2.0.5 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -12956,15 +15255,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -12976,17 +15275,17 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 eslint-plugin-svelte3: 3.2.1_eslint@7.32.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color - svelte @@ -12997,17 +15296,21 @@ packages: name: '@rush-temp/server-attachment-resources' version: 0.0.0 dependencies: + '@elastic/elasticsearch': 7.16.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/node': 17.0.10 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + minio: 7.0.26 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13019,16 +15322,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13040,15 +15343,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13060,16 +15363,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13081,15 +15384,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13101,16 +15404,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13122,15 +15425,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13142,16 +15445,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13163,18 +15466,19 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - minio: 7.0.27 - prettier: 2.6.2 - typescript: 4.6.3 + jwt-simple: 0.5.6 + minio: 7.0.26 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13186,15 +15490,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13206,16 +15510,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13227,15 +15531,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13247,16 +15551,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13268,15 +15572,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13288,16 +15592,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13309,15 +15613,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13329,16 +15633,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13350,16 +15654,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13371,15 +15675,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13391,16 +15695,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13412,15 +15716,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13432,16 +15736,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13453,15 +15757,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13473,16 +15777,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13494,15 +15798,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13514,16 +15818,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13535,15 +15839,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13555,16 +15859,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13576,19 +15880,19 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 jwt-simple: 0.5.6 - minio: 7.0.27 - prettier: 2.6.2 - typescript: 4.6.3 + minio: 7.0.26 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13600,20 +15904,21 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - minio: 7.0.27 - mongodb: 4.5.0 - prettier: 2.6.2 - typescript: 4.6.3 - ws: 8.5.0 + jwt-simple: 0.5.6 + minio: 7.0.26 + mongodb: 4.2.2 + prettier: 2.5.1 + typescript: 4.5.4 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - supports-color @@ -13627,18 +15932,19 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 - ws: 8.5.0 + jwt-simple: 0.5.6 + prettier: 2.5.1 + typescript: 4.5.4 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - supports-color @@ -13652,30 +15958,30 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 - '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 + '@types/ws': 8.2.2 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 cross-env: 7.0.3 elastic-apm-node: 3.26.0 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - minio: 7.0.27 - prettier: 2.6.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 + minio: 7.0.26 + prettier: 2.5.1 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - supports-color dev: false - file:projects/setting-assets.tgz_typescript@4.6.3: + file:projects/setting-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-OnhtR0h9aCMoVJvAYOhtSb5tWrzxQQorJybZC7HQqYvtiurwvjhKD18LZIxDaQVp8opmZhHTEqYXsOLJ9ps3Tw==, tarball: file:projects/setting-assets.tgz} id: file:projects/setting-assets.tgz name: '@rush-temp/setting-assets' @@ -13683,42 +15989,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/setting-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/setting-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-HaaBz6RBzIzzt+iGAC/2kwYnWdoLfYMuVRk39BqFVqKnK5hL2wu68puCu4pEbLb2Bh8l8cwVq83kgGbOa7E0rQ==, tarball: file:projects/setting-resources.tgz} id: file:projects/setting-resources.tgz name: '@rush-temp/setting-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13739,15 +16045,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13759,42 +16065,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/tags-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/tags-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-rdHP0jZIIHUyLQm0MxZQXnzN6hQnJQF10GhzH3ikdI03F8joQwImh2wLUPGucNCYZzRFd+p/lhbLrIRKFUf8aA==, tarball: file:projects/tags-resources.tgz} id: file:projects/tags-resources.tgz name: '@rush-temp/tags-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13815,21 +16121,21 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - svelte: 3.47.0 - typescript: 4.6.3 + prettier: 2.5.1 + svelte: 3.46.6 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/task-assets.tgz_typescript@4.6.3: + file:projects/task-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-xkkzfhjWBEedd4nYuVkYr5Xx6fFsJkJJ1lm9gvA+SesWcezQNvS7Gg3slcTDYuWtyUgKC9rq9/kt0npEXHyLEg==, tarball: file:projects/task-assets.tgz} id: file:projects/task-assets.tgz name: '@rush-temp/task-assets' @@ -13837,41 +16143,41 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/task-resources.tgz_ff610c9dc2d7285169b0cddad8c08577: + file:projects/task-resources.tgz_6cae74ea501386c76c405ad0408e0339: resolution: {integrity: sha512-RGVNKBNCTeRoBjCTl05vX1s7rHV02HUFdxSd3QjZIUYSUo+09fAnaVSeohOq0aXy+R4vvd8shkZuppJupufu7A==, tarball: file:projects/task-resources.tgz} id: file:projects/task-resources.tgz name: '@rush-temp/task-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13893,16 +16199,16 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 lexorank: 1.0.4 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13914,42 +16220,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/telegram-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/telegram-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-oNdl/qjfZCNet3jcOmM69YZcd+KBjfNd7TVsZLBG8ytmoISf8V9ZFpfF6Hz2h1zdmHCI0tag8vZKYHZu/dcbEA==, tarball: file:projects/telegram-resources.tgz} id: file:projects/telegram-resources.tgz name: '@rush-temp/telegram-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13970,15 +16276,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -13990,42 +16296,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/templates-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/templates-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-1ZImTIsIKNMcTx2uhIti7i9qLxRXSxfCUVT44eHfl667NEJfY9IRvTMzF+yjOwU6QtuM+YUCLjPLBtQVaJijZg==, tarball: file:projects/templates-resources.tgz} id: file:projects/templates-resources.tgz name: '@rush-temp/templates-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14046,15 +16352,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -14064,56 +16370,58 @@ packages: name: '@rush-temp/tests-sanity' version: 0.0.0 dependencies: - '@playwright/test': 1.18.1 + '@playwright/test': 1.18.0 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate dev: false - file:projects/text-editor.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/text-editor.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-Lm+CYllTzrWrPcnSa5dUwTJu6kpWRr10Wsgws6f2w8u0RLEEXN9oRWdZO5TOe/AZv/UIc3fiM2W+HoCSxyweBg==, tarball: file:projects/text-editor.tgz} id: file:projects/text-editor.tgz name: '@rush-temp/text-editor' version: 0.0.0 dependencies: - '@tiptap/core': 2.0.0-beta.174 - '@tiptap/extension-highlight': 2.0.0-beta.33_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-link': 2.0.0-beta.36_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-mention': 2.0.0-beta.95_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-placeholder': 2.0.0-beta.48_@tiptap+core@2.0.0-beta.174 - '@tiptap/extension-typography': 2.0.0-beta.20_@tiptap+core@2.0.0-beta.174 - '@tiptap/starter-kit': 2.0.0-beta.183 - '@tiptap/suggestion': 2.0.0-beta.90_@tiptap+core@2.0.0-beta.174 - '@types/prosemirror-model': 1.16.1 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@tiptap/core': 2.0.0-beta.163 + '@tiptap/extension-highlight': 2.0.0-beta.32_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-link': 2.0.0-beta.35_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-mention': 2.0.0-beta.92_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-placeholder': 2.0.0-beta.46_@tiptap+core@2.0.0-beta.163 + '@tiptap/extension-typography': 2.0.0-beta.19_@tiptap+core@2.0.0-beta.163 + '@tiptap/starter-kit': 2.0.0-beta.171 + '@tiptap/suggestion': 2.0.0-beta.87_@tiptap+core@2.0.0-beta.163 + '@types/prosemirror-model': 1.16.0 + '@types/prosemirror-state': 1.2.8 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 prosemirror-model: 1.16.1 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + prosemirror-state: 1.3.4 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14127,28 +16435,28 @@ packages: - supports-color dev: false - file:projects/theme.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/theme.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-BeD6VjcOuPI672MKMEn4gbSkAa/QZwf/g8qaCG2fJJq31hgteQpjPPj2QUjoa9Jy2RRO8LBhTn/tXpUxNuzdhQ==, tarball: file:projects/theme.tgz} id: file:projects/theme.tgz name: '@rush-temp/theme' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14167,34 +16475,35 @@ packages: name: '@rush-temp/tool' version: 0.0.0 dependencies: - '@elastic/elasticsearch': 7.17.0 + '@elastic/elasticsearch': 7.16.0 '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 '@types/mime-types': 2.1.1 - '@types/minio': 7.0.13 - '@types/node': 16.11.27 + '@types/minio': 7.0.11 + '@types/node': 16.11.14 '@types/request': 2.48.8 - '@types/ws': 8.5.3 - '@types/xml2js': 0.4.11 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/ws': 8.2.2 + '@types/xml2js': 0.4.9 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 commander: 8.3.0 cross-env: 7.0.3 esbuild: 0.12.29 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 fast-equals: 2.0.4 - mime-types: 2.1.35 - minio: 7.0.27 - mongodb: 4.5.0 - prettier: 2.6.2 + jwt-simple: 0.5.6 + mime-types: 2.1.34 + minio: 7.0.26 + mongodb: 4.2.2 + prettier: 2.5.1 request: 2.88.2 - ts-node: 10.5.0_719e7c013adecafa50303831d1b06222 - typescript: 4.6.3 - ws: 8.5.0 + ts-node: 10.5.0_5d12c2add188ff0e728b4ade3dacd39b + typescript: 4.5.4 + ws: 8.4.2 xml2js: 0.4.23 transitivePeerDependencies: - '@swc/core' @@ -14204,7 +16513,7 @@ packages: - utf-8-validate dev: false - file:projects/tracker-assets.tgz_typescript@4.6.3: + file:projects/tracker-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-WooSglGErRWQycydWGCKbQaPq6nWYh6bPdTlco8u8EhfPpkQ8vsnm+qgDup8tF3hMe1SW3JM+JdF0y+OnDZ8lg==, tarball: file:projects/tracker-assets.tgz} id: file:projects/tracker-assets.tgz name: '@rush-temp/tracker-assets' @@ -14212,43 +16521,43 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/tracker-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: - resolution: {integrity: sha512-2Ap2E6dyQwwxZqOqSHVvQzjCVVuisPK/llz6Qe9I24qb7QvZk4sZrccxpVYNhj4n1FrvNkk9tjccb13eegCAow==, tarball: file:projects/tracker-resources.tgz} + file:projects/tracker-resources.tgz_096c09b0b673a57c275d9767a12070b1: + resolution: {integrity: sha512-EYzNMM9JAx7olQTWJd9ZvdiUZG4DFfZJY33FMvfB0koN38oisrpFnDVjC8xp8FQtf8oRVLkOuRPiKSHCDnHXIw==, tarball: file:projects/tracker-resources.tgz} id: file:projects/tracker-resources.tgz name: '@rush-temp/tracker-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 lexorank: 1.0.4 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14263,47 +16572,48 @@ packages: dev: false file:projects/tracker.tgz: - resolution: {integrity: sha512-QDep4AgTxHyFPg9orZO6SldJwOE6wdjwQY8AyLAEiNfjkZvjfMrPKGgixOMnE+nHmPL7/vKFOg8waLt4IcoV8w==, tarball: file:projects/tracker.tgz} + resolution: {integrity: sha512-ipW+m3K+9b/2VMgcUSS+qQd1m+YyWWtESYg0mEicT9JsnVNrYheHLFmcG47zo+fM+iKYdBE7qVsUidIInwmVRg==, tarball: file:projects/tracker.tgz} name: '@rush-temp/tracker' version: 0.0.0 dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + lexorank: 1.0.4 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/ui.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/ui.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-0v0wmTPw3yeFaeGv6lmZoMgnaSNgpU+cLO7NoIUz3R6+c8MaK9cZWihl1nKi9A8l4o+K359wblr5y4g49oYXSA==, tarball: file:projects/ui.tgz} id: file:projects/ui.tgz name: '@rush-temp/ui' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14317,7 +16627,7 @@ packages: - supports-color dev: false - file:projects/view-assets.tgz_typescript@4.6.3: + file:projects/view-assets.tgz_typescript@4.5.4: resolution: {integrity: sha512-Hry8yU0ttdHUcxzJouP9/FZuSI3hLT8QWY7JYmWwCxwmHFS0yixIurCi9I3w4j2UbKWmKPpam5w4qn9C7Cy4Ag==, tarball: file:projects/view-assets.tgz} id: file:projects/view-assets.tgz name: '@rush-temp/view-assets' @@ -14325,42 +16635,43 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 + prettier: 2.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - file:projects/view-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/view-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-hdqrfEozzRT1KNDWD84oDe8VdGwfkFJjKtpqfw83Ac1p4NOcbdKeU9FktLtg8AosW0L/GtMrh6TPZyNPByPkgA==, tarball: file:projects/view-resources.tgz} id: file:projects/view-resources.tgz name: '@rush-temp/view-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + fast-equals: 2.0.4 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14381,15 +16692,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false @@ -14401,42 +16712,42 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@types/node': 16.11.27 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@types/node': 16.11.14 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false - file:projects/workbench-resources.tgz_f0abf5ca0df45160256bb27b32594b2b: + file:projects/workbench-resources.tgz_096c09b0b673a57c275d9767a12070b1: resolution: {integrity: sha512-VMERIjagr6R/HiIj4wyaMCkQBe3K5Lck4JLs9qBw6U025TSH+6aJeJCpo7+lF/yEfANR+Y5HMbCSlohp9GMgaA==, tarball: file:projects/workbench-resources.tgz} id: file:projects/workbench-resources.tgz name: '@rush-temp/workbench-resources' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.47.0 - prettier: 2.6.2 - prettier-plugin-svelte: 2.7.0_prettier@2.6.2+svelte@3.47.0 - sass: 1.50.1 - svelte: 3.47.0 - svelte-check: 2.7.0_889faf766b4a9969d0d3f04e4c41796b - svelte-loader: 3.1.2_svelte@3.47.0 - svelte-preprocess: 4.10.6_f09962e434e98ae26d4abd16e909f428 - typescript: 4.6.3 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.46.6 + prettier: 2.5.1 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.46.6 + sass: 1.45.0 + svelte: 3.46.6 + svelte-check: 2.3.0_b04a52a339c2665a42d74bbf4bb86835 + svelte-loader: 3.1.2_svelte@3.46.6 + svelte-preprocess: 4.10.5_6f8bc07a13fa60df66bfb708fddfe692 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14457,15 +16768,15 @@ packages: dependencies: '@rushstack/heft': 0.44.13 '@types/heft-jest': 1.0.2 - '@typescript-eslint/eslint-plugin': 5.20.0_4a38537b28d61fb150842b8115287657 - '@typescript-eslint/parser': 5.20.0_eslint@7.32.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.7.0_c25e8c1f4f4f7aaed27aa6f9ce042237 + '@typescript-eslint/parser': 5.7.0_eslint@7.32.0+typescript@4.5.4 eslint: 7.32.0 - eslint-config-standard-with-typescript: 21.0.1_4fb63bb89131fb8a29a46423aa8a53e1 - eslint-plugin-import: 2.26.0_eslint@7.32.0 + eslint-config-standard-with-typescript: 21.0.1_ce2fa0c4dfa1c256100cababd749a13a + eslint-plugin-import: 2.25.3_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.2.0_eslint@7.32.0 - prettier: 2.6.2 - typescript: 4.6.3 + prettier: 2.5.1 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: false diff --git a/models/task/src/index.ts b/models/task/src/index.ts index 449f176633..f91b6786f5 100644 --- a/models/task/src/index.ts +++ b/models/task/src/index.ts @@ -468,10 +468,6 @@ export function createModel (builder: Builder): void { task.viewlet.Kanban ) - builder.mixin(task.class.DoneState, core.class.Class, view.mixin.AttributePresenter, { - presenter: task.component.DoneStatePresenter - }) - builder.mixin(task.class.TodoItem, core.class.Class, view.mixin.AttributeEditor, { editor: task.component.Todos }) diff --git a/models/tracker/src/index.ts b/models/tracker/src/index.ts index 13ac5c3bba..72abb614a5 100644 --- a/models/tracker/src/index.ts +++ b/models/tracker/src/index.ts @@ -15,7 +15,7 @@ import type { Employee } from '@anticrm/contact' import contact from '@anticrm/contact' -import { Domain, IndexKind, Markup, Ref, Timestamp } from '@anticrm/core' +import { Domain, DOMAIN_MODEL, IndexKind, Markup, Ref, Timestamp } from '@anticrm/core' import { Builder, Collection, @@ -32,9 +32,9 @@ import { } from '@anticrm/model' import attachment from '@anticrm/model-attachment' import chunter from '@anticrm/model-chunter' -import core, { DOMAIN_SPACE, TDoc, TSpace } from '@anticrm/model-core' -import { IntlString } from '@anticrm/platform' -import { Document, Issue, IssuePriority, IssueStatus, Team } from '@anticrm/tracker' +import core, { DOMAIN_SPACE, TAttachedDoc, TDoc, TSpace } from '@anticrm/model-core' +import { Asset, IntlString } from '@anticrm/platform' +import { Document, Issue, IssuePriority, IssueStatus, IssueStatusCategory, Team } from '@anticrm/tracker' import tracker from './plugin' import workbench from '@anticrm/model-workbench' @@ -44,6 +44,35 @@ export { default } from './plugin' export const DOMAIN_TRACKER = 'tracker' as Domain +/** + * @public + */ +@Model(tracker.class.IssueStatus, core.class.AttachedDoc, DOMAIN_TRACKER) +export class TIssueStatus extends TAttachedDoc implements IssueStatus { + name!: string + description?: string + color?: number + + @Prop(TypeRef(tracker.class.IssueStatusCategory), tracker.string.StatusCategory) + category!: Ref + + @Prop(TypeString(), tracker.string.Rank) + @Hidden() + rank!: string +} + +/** + * @public + */ +@Model(tracker.class.IssueStatusCategory, core.class.Doc, DOMAIN_MODEL) +export class TIssueStatusCategory extends TDoc implements IssueStatusCategory { + label!: IntlString + icon!: Asset + color!: number + defaultStatusName!: string + order!: number +} + /** * @public */ @@ -61,6 +90,12 @@ export class TTeam extends TSpace implements Team { @Prop(TypeNumber(), tracker.string.Number) @Hidden() sequence!: number + + @Prop(Collection(tracker.class.IssueStatus), tracker.string.IssueStatuses) + issueStatuses!: number + + @Prop(TypeRef(tracker.class.IssueStatus), tracker.string.DefaultIssueStatus) + defaultIssueStatus!: Ref } /** @@ -77,8 +112,8 @@ export class TIssue extends TDoc implements Issue { @Index(IndexKind.FullText) description!: Markup - @Prop(TypeNumber(), tracker.string.Status) - status!: IssueStatus + @Prop(TypeRef(tracker.class.IssueStatus), tracker.string.Status) + status!: Ref @Prop(TypeNumber(), tracker.string.Priority) priority!: IssuePriority @@ -141,7 +176,72 @@ export class TDocument extends TDoc implements Document { } export function createModel (builder: Builder): void { - builder.createModel(TTeam, TIssue) + builder.createModel(TTeam, TIssue, TIssueStatus, TIssueStatusCategory) + + builder.createDoc( + tracker.class.IssueStatusCategory, + core.space.Model, + { + label: tracker.string.CategoryBacklog, + icon: tracker.icon.CategoryBacklog, + color: 0, + defaultStatusName: 'Backlog', + order: 0 + }, + tracker.issueStatusCategory.Backlog + ) + + builder.createDoc( + tracker.class.IssueStatusCategory, + core.space.Model, + { + label: tracker.string.CategoryUnstarted, + icon: tracker.icon.CategoryUnstarted, + color: 1, + defaultStatusName: 'Todo', + order: 1 + }, + tracker.issueStatusCategory.Unstarted + ) + + builder.createDoc( + tracker.class.IssueStatusCategory, + core.space.Model, + { + label: tracker.string.CategoryStarted, + icon: tracker.icon.CategoryStarted, + color: 2, + defaultStatusName: 'In Progress', + order: 2 + }, + tracker.issueStatusCategory.Started + ) + + builder.createDoc( + tracker.class.IssueStatusCategory, + core.space.Model, + { + label: tracker.string.CategoryCompleted, + icon: tracker.icon.CategoryCompleted, + color: 3, + defaultStatusName: 'Done', + order: 3 + }, + tracker.issueStatusCategory.Completed + ) + + builder.createDoc( + tracker.class.IssueStatusCategory, + core.space.Model, + { + label: tracker.string.CategoryCanceled, + icon: tracker.icon.CategoryCanceled, + color: 4, + defaultStatusName: 'Canceled', + order: 4 + }, + tracker.issueStatusCategory.Canceled + ) builder.createDoc( workbench.class.Application, diff --git a/models/tracker/src/migration.ts b/models/tracker/src/migration.ts index dd891a3dd3..4b373ada31 100644 --- a/models/tracker/src/migration.ts +++ b/models/tracker/src/migration.ts @@ -13,11 +13,60 @@ // limitations under the License. // -import core, { TxOperations } from '@anticrm/core' +import core, { generateId, Ref, TxOperations } from '@anticrm/core' import { MigrateOperation, MigrationClient, MigrationUpgradeClient } from '@anticrm/model' -import { Team } from '@anticrm/tracker' +import { IssueStatus, IssueStatusCategory, Team, genRanks } from '@anticrm/tracker' import tracker from './plugin' +enum DeprecatedIssueStatus { + Backlog, + Todo, + InProgress, + Done, + Canceled +} + +interface CreateTeamIssueStatusesArgs { + tx: TxOperations + teamId: Ref + categories: IssueStatusCategory[] + defaultStatusId?: Ref + defaultCategoryId?: Ref +} + +const categoryByDeprecatedIssueStatus = { + [DeprecatedIssueStatus.Backlog]: tracker.issueStatusCategory.Backlog, + [DeprecatedIssueStatus.Todo]: tracker.issueStatusCategory.Unstarted, + [DeprecatedIssueStatus.InProgress]: tracker.issueStatusCategory.Started, + [DeprecatedIssueStatus.Done]: tracker.issueStatusCategory.Completed, + [DeprecatedIssueStatus.Canceled]: tracker.issueStatusCategory.Canceled +} as const + +async function createTeamIssueStatuses ({ + tx, + teamId: attachedTo, + categories, + defaultStatusId, + defaultCategoryId = tracker.issueStatusCategory.Backlog +}: CreateTeamIssueStatusesArgs): Promise { + const issueStatusRanks = [...genRanks(categories.length)] + + for (const [i, statusCategory] of categories.entries()) { + const { _id: category, defaultStatusName } = statusCategory + const rank = issueStatusRanks[i] + + await tx.addCollection( + tracker.class.IssueStatus, + attachedTo, + attachedTo, + tracker.class.Team, + 'issueStatuses', + { name: defaultStatusName, category, rank }, + category === defaultCategoryId ? defaultStatusId : undefined + ) + } +} + async function createDefaultTeam (tx: TxOperations): Promise { const current = await tx.findOne(tracker.class.Team, { _id: tracker.team.DefaultTeam @@ -29,6 +78,9 @@ async function createDefaultTeam (tx: TxOperations): Promise { // Create new if not deleted by customers. if (current === undefined && currentDeleted === undefined) { + const defaultStatusId: Ref = generateId() + const categories = await tx.findAll(tracker.class.IssueStatusCategory, {}) + await tx.createDoc( tracker.class.Team, core.space.Space, @@ -39,10 +91,60 @@ async function createDefaultTeam (tx: TxOperations): Promise { members: [], archived: false, identifier: 'TSK', - sequence: 0 + sequence: 0, + issueStatuses: 0, + defaultIssueStatus: defaultStatusId }, tracker.team.DefaultTeam ) + await createTeamIssueStatuses({ tx, teamId: tracker.team.DefaultTeam, categories, defaultStatusId }) + } +} + +async function upgradeTeamIssueStatuses (tx: TxOperations): Promise { + const teams = await tx.findAll(tracker.class.Team, { issueStatuses: undefined }) + + if (teams.length > 0) { + const categories = await tx.findAll(tracker.class.IssueStatusCategory, {}) + + for (const team of teams) { + const defaultStatusId: Ref = generateId() + + await tx.update(team, { issueStatuses: 0, defaultIssueStatus: defaultStatusId }) + await createTeamIssueStatuses({ tx, teamId: team._id, categories, defaultStatusId }) + } + } +} + +async function upgradeIssueStatuses (tx: TxOperations): Promise { + const deprecatedStatuses = [ + DeprecatedIssueStatus.Backlog, + DeprecatedIssueStatus.Canceled, + DeprecatedIssueStatus.Done, + DeprecatedIssueStatus.InProgress, + DeprecatedIssueStatus.Todo + ] + const issues = await tx.findAll(tracker.class.Issue, { status: { $in: deprecatedStatuses as any } }) + + if (issues.length > 0) { + const statusByDeprecatedStatus = new Map>() + + for (const issue of issues) { + const deprecatedStatus = issue.status as unknown as DeprecatedIssueStatus + + if (!statusByDeprecatedStatus.has(deprecatedStatus)) { + const category = categoryByDeprecatedIssueStatus[deprecatedStatus] + const issueStatus = await tx.findOne(tracker.class.IssueStatus, { category }) + + if (issueStatus === undefined) { + throw new Error(`Could not find a new status for "${DeprecatedIssueStatus[deprecatedStatus]}"`) + } + + statusByDeprecatedStatus.set(deprecatedStatus, issueStatus._id) + } + + await tx.update(issue, { status: statusByDeprecatedStatus.get(deprecatedStatus) }) + } } } @@ -50,10 +152,20 @@ async function createDefaults (tx: TxOperations): Promise { await createDefaultTeam(tx) } +async function upgradeTeams (tx: TxOperations): Promise { + await upgradeTeamIssueStatuses(tx) +} + +async function upgradeIssues (tx: TxOperations): Promise { + await upgradeIssueStatuses(tx) +} + export const trackerOperation: MigrateOperation = { async migrate (client: MigrationClient): Promise {}, async upgrade (client: MigrationUpgradeClient): Promise { const tx = new TxOperations(client, core.account.System) await createDefaults(tx) + await upgradeTeams(tx) + await upgradeIssues(tx) } } diff --git a/packages/kanban/src/components/Kanban.svelte b/packages/kanban/src/components/Kanban.svelte index 3496a62359..9818cc30ab 100644 --- a/packages/kanban/src/components/Kanban.svelte +++ b/packages/kanban/src/components/Kanban.svelte @@ -16,14 +16,12 @@ import core, { AttachedDoc, Class, Doc, DocumentQuery, DocumentUpdate, FindOptions, Ref, Space } from '@anticrm/core' import { createQuery, getClient } from '@anticrm/presentation' import { getPlatformColor, ScrollBox } from '@anticrm/ui' - import { createEventDispatcher, tick } from 'svelte' + import { createEventDispatcher } from 'svelte' import { slide } from 'svelte/transition' - import { DocWithRank } from '../types' + import { DocWithRank, StateType, TypeState } from '../types' import { calcRank } from '../utils' - type StateType = any type Item = DocWithRank & { state: StateType; doneState: StateType | null } - type TypeState = { _id: StateType; title: string; color: number } type ExtItem = { prev?: Item; it: Item; next?: Item, pos: number } type CardDragEvent = DragEvent & { currentTarget: EventTarget & HTMLDivElement } diff --git a/packages/kanban/src/types.ts b/packages/kanban/src/types.ts index ba7e52eadb..c0fc8b0cba 100644 --- a/packages/kanban/src/types.ts +++ b/packages/kanban/src/types.ts @@ -6,3 +6,14 @@ import { Doc } from '@anticrm/core' export interface DocWithRank extends Doc { rank: string } + +export type StateType = any + +/** + * @public + */ +export interface TypeState { + _id: StateType + title: string + color: number +} diff --git a/packages/ui/src/components/SelectPopup.svelte b/packages/ui/src/components/SelectPopup.svelte index 1ab69256fe..e262c529ef 100644 --- a/packages/ui/src/components/SelectPopup.svelte +++ b/packages/ui/src/components/SelectPopup.svelte @@ -21,7 +21,7 @@ export let placeholder: IntlString | undefined = undefined export let placeholderParam: any | undefined = undefined export let searchable: boolean = false - export let value: Array<{id: number | string, icon: Asset, label: IntlString}> + export let value: Array<{id: number | string, icon: Asset, label?: IntlString, text?: string}> let search: string = '' @@ -39,10 +39,16 @@ {/if}
- {#each value.filter(el => el.label.toLowerCase().includes(search.toLowerCase())) as item} + {#each value.filter(el => (el.label ?? el.text ?? '').toLowerCase().includes(search.toLowerCase())) as item} {/each}
diff --git a/plugins/tracker-assets/lang/en.json b/plugins/tracker-assets/lang/en.json index 59eed6639d..de73afb696 100644 --- a/plugins/tracker-assets/lang/en.json +++ b/plugins/tracker-assets/lang/en.json @@ -21,10 +21,6 @@ "AddIssue": "Add Issue", "NewIssue": "New issue", "SaveIssue": "Save issue", - "Todo": "Todo", - "InProgress": "In Progress", - "Done": "Done", - "Canceled": "Canceled", "SetPriority": "Set priority\u2026", "SetStatus": "Set status\u2026", "SelectIssue": "Select issue", @@ -36,6 +32,12 @@ "Low": "Low", "Unassigned": "Unassigned", + "CategoryBacklog": "Backlog", + "CategoryUnstarted": "Unstarted", + "CategoryStarted": "Started", + "CategoryCompleted": "Completed", + "CategoryCanceled": "Canceled", + "Title": "Title", "Description": "", "Status": "Status", diff --git a/plugins/tracker-assets/src/index.ts b/plugins/tracker-assets/src/index.ts index 0b75594561..6a629be462 100644 --- a/plugins/tracker-assets/src/index.ts +++ b/plugins/tracker-assets/src/index.ts @@ -36,11 +36,11 @@ loadMetadata(tracker.icon, { DueDate: `${icons}#inbox`, // TODO: add icon Parent: `${icons}#myissues`, // TODO: add icon - StatusBacklog: `${icons}#status-backlog`, - StatusTodo: `${icons}#status-todo`, - StatusInProgress: `${icons}#status-inprogress`, - StatusDone: `${icons}#status-done`, - StatusCanceled: `${icons}#status-canceled`, + CategoryBacklog: `${icons}#status-backlog`, + CategoryUnstarted: `${icons}#status-todo`, + CategoryStarted: `${icons}#status-inprogress`, + CategoryCompleted: `${icons}#status-done`, + CategoryCanceled: `${icons}#status-canceled`, PriorityNoPriority: `${icons}#priority-nopriority`, PriorityUrgent: `${icons}#priority-urgent`, PriorityHigh: `${icons}#priority-high`, diff --git a/plugins/tracker-resources/package.json b/plugins/tracker-resources/package.json index f7ae79f185..904e2af8c4 100644 --- a/plugins/tracker-resources/package.json +++ b/plugins/tracker-resources/package.json @@ -47,7 +47,6 @@ "@anticrm/notification-resources": "~0.6.0", "@anticrm/contact": "~0.6.5", "@anticrm/view-resources": "~0.6.0", - "lexorank": "~1.0.4", "@anticrm/text-editor": "~0.6.0", "@anticrm/panel": "~0.6.0", "@anticrm/kanban": "~0.6.0" diff --git a/plugins/tracker-resources/src/components/CreateIssue.svelte b/plugins/tracker-resources/src/components/CreateIssue.svelte index 3c8586e81f..65684c17f7 100644 --- a/plugins/tracker-resources/src/components/CreateIssue.svelte +++ b/plugins/tracker-resources/src/components/CreateIssue.svelte @@ -14,28 +14,25 @@ --> @@ -164,8 +192,8 @@ placeholder={tracker.string.IssueDescriptionPlaceholder} /> - - + + -{#if currentTeam} +{#if currentTeam && states} showMenu(evt.detail.evt, evt.detail.objects)} > -
+
@@ -188,10 +182,6 @@ import PriorityPresenter from './PriorityPresenter.svelte'; min-height: 6rem; user-select: none; - .filter { - border-bottom: 1px solid var(--divider-color); - } - .label { color: var(--theme-caption-color); border-bottom: 1px solid var(--divider-color); diff --git a/plugins/tracker-resources/src/components/issues/CategoryPresenter.svelte b/plugins/tracker-resources/src/components/issues/CategoryPresenter.svelte index 444fe9798d..b521e17971 100644 --- a/plugins/tracker-resources/src/components/issues/CategoryPresenter.svelte +++ b/plugins/tracker-resources/src/components/issues/CategoryPresenter.svelte @@ -1,7 +1,21 @@ + {#if shouldRenderPresenter} diff --git a/plugins/tracker-resources/src/components/issues/Issues.svelte b/plugins/tracker-resources/src/components/issues/Issues.svelte index 890b01f91d..9da7238c3d 100644 --- a/plugins/tracker-resources/src/components/issues/Issues.svelte +++ b/plugins/tracker-resources/src/components/issues/Issues.svelte @@ -14,7 +14,7 @@ -->