@pnp/cli-microsoft365 7.2.0-beta.f440e15 → 7.3.0-beta.01256d2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +0 -1
- package/.eslintrc.cjs +2 -0
- package/Dockerfile +0 -1
- package/allCommands.json +1 -0
- package/allCommandsFull.json +1 -0
- package/dist/Auth.js +1 -1
- package/dist/Command.js +18 -28
- package/dist/api.js +5 -7
- package/dist/appInsights.js +2 -1
- package/dist/chili/chili.js +40 -51
- package/dist/cli/Cli.js +133 -142
- package/dist/cli/timings.js +9 -0
- package/dist/index.js +1 -15
- package/dist/m365/aad/commands/administrativeunit/administrativeunit-add.js +3 -3
- package/dist/m365/aad/commands/administrativeunit/administrativeunit-get.js +2 -15
- package/dist/m365/aad/commands/administrativeunit/administrativeunit-remove.js +5 -22
- package/dist/m365/aad/commands/app/app-remove.js +2 -7
- package/dist/m365/aad/commands/app/app-role-remove.js +2 -7
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +2 -7
- package/dist/m365/aad/commands/group/group-list.js +69 -1
- package/dist/m365/aad/commands/group/group-remove.js +2 -7
- package/dist/m365/aad/commands/groupsetting/groupsetting-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-clear.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-recyclebinitem-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-remove.js +2 -7
- package/dist/m365/aad/commands/m365group/m365group-user-remove.js +2 -7
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -7
- package/dist/m365/aad/commands/siteclassification/siteclassification-disable.js +2 -7
- package/dist/m365/aad/commands/user/user-license-remove.js +2 -7
- package/dist/m365/aad/commands/user/user-recyclebinitem-clear.js +2 -7
- package/dist/m365/aad/commands/user/user-recyclebinitem-remove.js +2 -7
- package/dist/m365/aad/commands/user/user-remove.js +2 -7
- package/dist/m365/cli/commands/config/config-set.js +13 -0
- package/dist/m365/commands/login.js +12 -8
- package/dist/m365/commands/setup.js +31 -37
- package/dist/m365/context/commands/context-remove.js +2 -7
- package/dist/m365/context/commands/option/option-remove.js +2 -7
- package/dist/m365/{search/commands/externalconnection/externalconnection-add.js → external/commands/connection/connection-add.js} +16 -13
- package/dist/m365/external/commands/connection/connection-doctor.js +424 -0
- package/dist/m365/{search/commands/externalconnection/externalconnection-get.js → external/commands/connection/connection-get.js} +16 -13
- package/dist/m365/{search/commands/externalconnection/externalconnection-list.js → external/commands/connection/connection-list.js} +7 -4
- package/dist/m365/{search/commands/externalconnection/externalconnection-remove.js → external/commands/connection/connection-remove.js} +19 -21
- package/dist/m365/{search/commands/externalconnection/externalconnection-schema-add.js → external/commands/connection/connection-schema-add.js} +14 -11
- package/dist/m365/external/commands/item/item-add.js +144 -0
- package/dist/m365/external/commands.js +17 -0
- package/dist/m365/flow/commands/environment/environment-list.js +6 -4
- package/dist/m365/flow/commands/flow-remove.js +2 -7
- package/dist/m365/flow/commands/owner/owner-remove.js +2 -7
- package/dist/m365/flow/commands/run/run-cancel.js +2 -7
- package/dist/m365/flow/commands/run/run-resubmit.js +2 -7
- package/dist/m365/graph/commands/schemaextension/schemaextension-remove.js +2 -7
- package/dist/m365/pa/commands/app/app-consent-set.js +2 -7
- package/dist/m365/pa/commands/app/app-permission-remove.js +2 -7
- package/dist/m365/pa/commands/app/app-remove.js +2 -7
- package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -7
- package/dist/m365/planner/commands/plan/plan-remove.js +2 -7
- package/dist/m365/planner/commands/roster/roster-member-remove.js +4 -14
- package/dist/m365/planner/commands/roster/roster-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-reference-remove.js +2 -7
- package/dist/m365/planner/commands/task/task-remove.js +2 -7
- package/dist/m365/pp/commands/aibuildermodel/aibuildermodel-remove.js +2 -7
- package/dist/m365/pp/commands/card/card-remove.js +2 -7
- package/dist/m365/pp/commands/chatbot/chatbot-remove.js +2 -7
- package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +2 -7
- package/dist/m365/pp/commands/dataverse/dataverse-table-row-remove.js +2 -7
- package/dist/m365/pp/commands/solution/solution-publisher-remove.js +2 -7
- package/dist/m365/pp/commands/solution/solution-remove.js +2 -7
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +2 -7
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +2 -7
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +2 -7
- package/dist/m365/spfx/commands/project/DeployWorkflow.js +4 -4
- package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.18.1-rc.0.js → doctor-1.18.1.js} +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/doctor-1.18.2.js +21 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +6 -3
- package/dist/m365/spfx/commands/project/project-github-workflow-add.js +17 -0
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.18.1-rc.0.js → upgrade-1.18.1.js} +26 -26
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.2.js +53 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +18 -17
- package/dist/m365/spfx/commands/spfx-doctor.js +16 -1
- package/dist/m365/spo/commands/app/app-remove.js +2 -7
- package/dist/m365/spo/commands/app/app-retract.js +2 -7
- package/dist/m365/spo/commands/app/app-uninstall.js +2 -7
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-remove.js +2 -7
- package/dist/m365/spo/commands/cdn/cdn-origin-remove.js +2 -7
- package/dist/m365/spo/commands/commandset/commandset-remove.js +2 -7
- package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +2 -7
- package/dist/m365/spo/commands/contenttype/contenttype-remove.js +2 -2
- package/dist/m365/spo/commands/customaction/customaction-clear.js +2 -7
- package/dist/m365/spo/commands/customaction/customaction-remove.js +2 -7
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +2 -7
- package/dist/m365/spo/commands/field/field-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-checkout-undo.js +2 -7
- package/dist/m365/spo/commands/file/file-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +14 -23
- package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +21 -34
- package/dist/m365/spo/commands/file/file-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/file/file-sharinglink-clear.js +2 -7
- package/dist/m365/spo/commands/file/file-sharinglink-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-version-clear.js +2 -7
- package/dist/m365/spo/commands/file/file-version-remove.js +2 -7
- package/dist/m365/spo/commands/file/file-version-restore.js +2 -7
- package/dist/m365/spo/commands/folder/folder-remove.js +2 -7
- package/dist/m365/spo/commands/folder/folder-retentionlabel-ensure.js +9 -29
- package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +11 -35
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/group/group-member-remove.js +2 -7
- package/dist/m365/spo/commands/group/group-remove.js +2 -7
- package/dist/m365/spo/commands/homesite/homesite-remove.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-disconnect.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-rights-revoke.js +2 -7
- package/dist/m365/spo/commands/hubsite/hubsite-unregister.js +2 -7
- package/dist/m365/spo/commands/knowledgehub/knowledgehub-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-contenttype-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-retentionlabel-ensure.js +27 -37
- package/dist/m365/spo/commands/list/list-retentionlabel-remove.js +8 -26
- package/dist/m365/spo/commands/list/list-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/list/list-view-field-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-view-remove.js +2 -7
- package/dist/m365/spo/commands/list/list-webhook-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-attachment-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-batch-add.js +5 -0
- package/dist/m365/spo/commands/listitem/listitem-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-ensure.js +36 -37
- package/dist/m365/spo/commands/listitem/listitem-retentionlabel-remove.js +38 -39
- package/dist/m365/spo/commands/listitem/listitem-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/listitem/listitem-roleinheritance-reset.js +2 -7
- package/dist/m365/spo/commands/navigation/navigation-node-remove.js +2 -7
- package/dist/m365/spo/commands/orgassetslibrary/orgassetslibrary-remove.js +2 -7
- package/dist/m365/spo/commands/orgnewssite/orgnewssite-remove.js +2 -7
- package/dist/m365/spo/commands/page/page-remove.js +2 -7
- package/dist/m365/spo/commands/propertybag/propertybag-remove.js +2 -7
- package/dist/m365/spo/commands/roledefinition/roledefinition-remove.js +2 -7
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-revoke.js +49 -12
- package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-set.js +2 -7
- package/dist/m365/spo/commands/site/site-add.js +45 -12
- package/dist/m365/spo/commands/site/site-apppermission-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-move.js +2 -7
- package/dist/m365/spo/commands/site/site-recyclebinitem-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-remove.js +2 -7
- package/dist/m365/spo/commands/site/site-set.js +33 -1
- package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +2 -7
- package/dist/m365/spo/commands/sitedesign/sitedesign-rights-revoke.js +2 -7
- package/dist/m365/spo/commands/sitedesign/sitedesign-task-remove.js +2 -7
- package/dist/m365/spo/commands/sitescript/sitescript-get.js +8 -2
- package/dist/m365/spo/commands/sitescript/sitescript-remove.js +2 -7
- package/dist/m365/spo/commands/storageentity/storageentity-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-commandset-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-remove.js +2 -7
- package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +19 -2
- package/dist/m365/spo/commands/theme/theme-remove.js +2 -7
- package/dist/m365/spo/commands/user/user-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-roleassignment-remove.js +2 -7
- package/dist/m365/spo/commands/web/web-roleinheritance-break.js +2 -7
- package/dist/m365/spo/commands/web/web-roleinheritance-reset.js +2 -7
- package/dist/m365/teams/commands/app/app-remove.js +2 -7
- package/dist/m365/teams/commands/app/app-uninstall.js +2 -7
- package/dist/m365/teams/commands/cache/cache-remove.js +2 -7
- package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -7
- package/dist/m365/teams/commands/channel/channel-remove.js +2 -7
- package/dist/m365/teams/commands/chat/chat-member-remove.js +2 -7
- package/dist/m365/teams/commands/meeting/meeting-add.js +151 -0
- package/dist/m365/teams/commands/tab/tab-remove.js +2 -7
- package/dist/m365/teams/commands/team/team-remove.js +2 -7
- package/dist/m365/teams/commands/user/user-app-remove.js +51 -12
- package/dist/m365/teams/commands.js +2 -1
- package/dist/m365/tenant/commands/people/people-profilecardproperty-add.js +131 -0
- package/dist/m365/tenant/commands/people/people-profilecardproperty-get.js +75 -0
- package/dist/m365/tenant/commands/people/people-profilecardproperty-list.js +53 -0
- package/dist/m365/tenant/commands/people/people-profilecardproperty-remove.js +79 -0
- package/dist/m365/tenant/commands/people/people-profilecardproperty-set.js +118 -0
- package/dist/m365/tenant/commands/people/profileCardProperties.js +24 -0
- package/dist/m365/tenant/commands.js +5 -0
- package/dist/m365/todo/commands/list/list-remove.js +2 -7
- package/dist/m365/todo/commands/task/task-remove.js +2 -7
- package/dist/m365/yammer/commands/group/group-user-remove.js +2 -7
- package/dist/m365/yammer/commands/message/message-like-set.js +3 -8
- package/dist/m365/yammer/commands/message/message-remove.js +2 -7
- package/dist/request.js +6 -0
- package/dist/settingsNames.js +2 -0
- package/dist/telemetry.js +0 -8
- package/dist/utils/aadAdministrativeUnit.js +25 -0
- package/dist/utils/prompt.js +30 -7
- package/dist/utils/spo.js +109 -0
- package/dist/utils/validation.js +5 -2
- package/docs/docs/_clisettings.mdx +2 -0
- package/docs/docs/cmd/aad/administrativeunit/administrativeunit-add.mdx +6 -2
- package/docs/docs/cmd/aad/administrativeunit/administrativeunit-get.mdx +5 -1
- package/docs/docs/cmd/aad/administrativeunit/administrativeunit-list.mdx +5 -1
- package/docs/docs/cmd/aad/administrativeunit/administrativeunit-remove.mdx +6 -2
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +1 -1
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +2 -2
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +1 -1
- package/docs/docs/cmd/aad/group/group-list.mdx +11 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +1 -1
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +2 -2
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +2 -2
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +2 -2
- package/docs/docs/cmd/aad/policy/policy-list.mdx +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +1 -1
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +1 -1
- package/docs/docs/cmd/aad/sp/sp-add.mdx +2 -2
- package/docs/docs/cmd/aad/sp/sp-get.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-add.mdx +3 -3
- package/docs/docs/cmd/aad/user/user-guest-add.mdx +1 -1
- package/docs/docs/cmd/aad/user/user-set.mdx +3 -3
- package/docs/docs/cmd/{search/externalconnection/externalconnection-add.mdx → external/connection/connection-add.mdx} +16 -10
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +179 -0
- package/docs/docs/cmd/{search/externalconnection/externalconnection-get.mdx → external/connection/connection-get.mdx} +16 -11
- package/docs/docs/cmd/{search/externalconnection/externalconnection-list.mdx → external/connection/connection-list.mdx} +12 -7
- package/docs/docs/cmd/external/connection/connection-remove.mdx +54 -0
- package/docs/docs/cmd/external/connection/connection-schema-add.mdx +41 -0
- package/docs/docs/cmd/external/item/item-add.mdx +145 -0
- package/docs/docs/cmd/flow/run/run-cancel.mdx +3 -0
- package/docs/docs/cmd/graph/changelog/changelog-list.mdx +5 -5
- package/docs/docs/cmd/login.mdx +1 -1
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +0 -3
- package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-list.mdx +1 -1
- package/docs/docs/cmd/outlook/message/message-move.mdx +1 -1
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +0 -3
- package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
- package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
- package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -3
- package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +3 -3
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +4 -4
- package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -2
- package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-add.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-deploy.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-get.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-install.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-list.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-remove.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-retract.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +1 -1
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
- package/docs/docs/cmd/spo/file/file-rename.mdx +2 -0
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
- package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activitypages.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +0 -3
- package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.mdx +10 -1
- package/docs/docs/cmd/spo/site/site-add.mdx +25 -4
- package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-set.mdx +15 -0
- package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +3 -3
- package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +3 -3
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +73 -3
- package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +1 -1
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
- package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
- package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
- package/docs/docs/cmd/spo/user/user-remove.mdx +1 -1
- package/docs/docs/cmd/spo/web/web-set.mdx +1 -1
- package/docs/docs/cmd/teams/channel/channel-remove.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-add.mdx +283 -0
- package/docs/docs/cmd/teams/meeting/meeting-get.mdx +1 -1
- package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-pstncalls.mdx +1 -1
- package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +0 -3
- package/docs/docs/cmd/teams/tab/tab-remove.mdx +1 -1
- package/docs/docs/cmd/teams/team/team-remove.mdx +1 -1
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +23 -5
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-add.mdx +126 -0
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-get.mdx +101 -0
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-list.mdx +98 -0
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-remove.mdx +61 -0
- package/docs/docs/cmd/tenant/people/people-profilecardproperty-set.mdx +120 -0
- package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +0 -3
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +0 -3
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +0 -3
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +1 -1
- package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-set.mdx +1 -1
- package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +0 -3
- package/npm-shrinkwrap.json +609 -569
- package/package.json +37 -37
- package/dist/m365/search/commands.js +0 -9
- package/docs/docs/cmd/search/externalconnection/externalconnection-remove.mdx +0 -48
- package/docs/docs/cmd/search/externalconnection/externalconnection-schema-add.mdx +0 -35
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pnp/cli-microsoft365",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.3.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@azure/msal-common": "^13.2.1",
|
|
13
|
-
"@azure/msal-node": "^1.18.
|
|
13
|
+
"@azure/msal-node": "^1.18.4",
|
|
14
|
+
"@inquirer/confirm": "^2.0.15",
|
|
15
|
+
"@inquirer/input": "^1.2.14",
|
|
16
|
+
"@inquirer/select": "^1.3.1",
|
|
14
17
|
"@xmldom/xmldom": "^0.8.10",
|
|
15
|
-
"adaptive-expressions": "^4.
|
|
16
|
-
"adaptivecards": "^3.0.
|
|
18
|
+
"adaptive-expressions": "^4.21.0",
|
|
19
|
+
"adaptivecards": "^3.0.2",
|
|
17
20
|
"adaptivecards-templating": "^2.3.1",
|
|
18
21
|
"adm-zip": "^0.5.10",
|
|
19
|
-
"applicationinsights": "^2.
|
|
20
|
-
"axios": "^1.
|
|
21
|
-
"chalk": "^5.
|
|
22
|
+
"applicationinsights": "^2.9.0",
|
|
23
|
+
"axios": "^1.6.1",
|
|
24
|
+
"chalk": "^5.3.0",
|
|
22
25
|
"clipboardy": "^3.0.0",
|
|
23
26
|
"configstore": "^6.0.0",
|
|
24
27
|
"csv-stringify": "^6.4.4",
|
|
25
28
|
"easy-table": "^1.2.0",
|
|
26
|
-
"inquirer": "^9.2.11",
|
|
27
29
|
"jmespath": "^0.16.0",
|
|
28
30
|
"json-to-ast": "^2.1.0",
|
|
29
31
|
"minimist": "^1.2.8",
|
|
@@ -32,11 +34,11 @@
|
|
|
32
34
|
"open": "^8.4.2",
|
|
33
35
|
"ora": "^5.4.1",
|
|
34
36
|
"semver": "^7.5.4",
|
|
35
|
-
"strip-json-comments": "^5.0.
|
|
36
|
-
"typescript": "^5.
|
|
37
|
+
"strip-json-comments": "^5.0.1",
|
|
38
|
+
"typescript": "^5.2.2",
|
|
37
39
|
"update-notifier": "^6.0.2",
|
|
38
40
|
"uuid": "^9.0.1",
|
|
39
|
-
"yaml": "^2.3.
|
|
41
|
+
"yaml": "^2.3.4"
|
|
40
42
|
},
|
|
41
43
|
"bin": {
|
|
42
44
|
"m365": "dist/index.js",
|
|
@@ -45,28 +47,27 @@
|
|
|
45
47
|
"microsoft365": "dist/index.js"
|
|
46
48
|
},
|
|
47
49
|
"devDependencies": {
|
|
48
|
-
"@microsoft/microsoft-graph-types": "^2.
|
|
49
|
-
"@types/adm-zip": "^0.5.
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/
|
|
52
|
-
"@types/
|
|
53
|
-
"@types/
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/node": "^
|
|
56
|
-
"@types/
|
|
57
|
-
"@types/
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/
|
|
61
|
-
"@types/uuid": "^9.0.5",
|
|
50
|
+
"@microsoft/microsoft-graph-types": "^2.40.0",
|
|
51
|
+
"@types/adm-zip": "^0.5.4",
|
|
52
|
+
"@types/jmespath": "^0.15.2",
|
|
53
|
+
"@types/json-to-ast": "^2.1.4",
|
|
54
|
+
"@types/minimist": "^1.2.5",
|
|
55
|
+
"@types/mocha": "^10.0.4",
|
|
56
|
+
"@types/node": "^18.18.9",
|
|
57
|
+
"@types/node-forge": "^1.3.9",
|
|
58
|
+
"@types/omelette": "^0.4.4",
|
|
59
|
+
"@types/semver": "^7.5.5",
|
|
60
|
+
"@types/sinon": "^10.0.20",
|
|
61
|
+
"@types/update-notifier": "^6.0.7",
|
|
62
|
+
"@types/uuid": "^9.0.7",
|
|
62
63
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
63
64
|
"@typescript-eslint/parser": "^5.62.0",
|
|
64
65
|
"c8": "^7.14.0",
|
|
65
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.53.0",
|
|
66
67
|
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
|
|
67
68
|
"eslint-plugin-mocha": "^10.2.0",
|
|
68
69
|
"mocha": "^10.2.0",
|
|
69
|
-
"rimraf": "^4.4.
|
|
70
|
+
"rimraf": "^4.4.1",
|
|
70
71
|
"sinon": "^15.2.0",
|
|
71
72
|
"source-map-support": "^0.5.21"
|
|
72
73
|
}
|
|
@@ -172,19 +173,20 @@
|
|
|
172
173
|
}
|
|
173
174
|
},
|
|
174
175
|
"node_modules/@azure/msal-common": {
|
|
175
|
-
"version": "13.3.
|
|
176
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.
|
|
177
|
-
"integrity": "sha512
|
|
176
|
+
"version": "13.3.1",
|
|
177
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.1.tgz",
|
|
178
|
+
"integrity": "sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ==",
|
|
178
179
|
"engines": {
|
|
179
180
|
"node": ">=0.8.0"
|
|
180
181
|
}
|
|
181
182
|
},
|
|
182
183
|
"node_modules/@azure/msal-node": {
|
|
183
|
-
"version": "1.18.
|
|
184
|
-
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.
|
|
185
|
-
"integrity": "sha512-
|
|
184
|
+
"version": "1.18.4",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.18.4.tgz",
|
|
186
|
+
"integrity": "sha512-Kc/dRvhZ9Q4+1FSfsTFDME/v6+R2Y1fuMty/TfwqE5p9GTPw08BPbKgeWinE8JRHRp+LemjQbUZsn4Q4l6Lszg==",
|
|
187
|
+
"deprecated": "A newer major version of this library is available. Please upgrade to the latest available version.",
|
|
186
188
|
"dependencies": {
|
|
187
|
-
"@azure/msal-common": "13.3.
|
|
189
|
+
"@azure/msal-common": "13.3.1",
|
|
188
190
|
"jsonwebtoken": "^9.0.0",
|
|
189
191
|
"uuid": "^8.3.0"
|
|
190
192
|
},
|
|
@@ -238,18 +240,18 @@
|
|
|
238
240
|
}
|
|
239
241
|
},
|
|
240
242
|
"node_modules/@eslint-community/regexpp": {
|
|
241
|
-
"version": "4.
|
|
242
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.
|
|
243
|
-
"integrity": "sha512-
|
|
243
|
+
"version": "4.10.0",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
|
|
245
|
+
"integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
|
|
244
246
|
"dev": true,
|
|
245
247
|
"engines": {
|
|
246
248
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
247
249
|
}
|
|
248
250
|
},
|
|
249
251
|
"node_modules/@eslint/eslintrc": {
|
|
250
|
-
"version": "2.1.
|
|
251
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.
|
|
252
|
-
"integrity": "sha512
|
|
252
|
+
"version": "2.1.3",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
|
|
254
|
+
"integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
|
|
253
255
|
"dev": true,
|
|
254
256
|
"dependencies": {
|
|
255
257
|
"ajv": "^6.12.4",
|
|
@@ -282,21 +284,21 @@
|
|
|
282
284
|
}
|
|
283
285
|
},
|
|
284
286
|
"node_modules/@eslint/js": {
|
|
285
|
-
"version": "8.
|
|
286
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
287
|
-
"integrity": "sha512-
|
|
287
|
+
"version": "8.53.0",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
|
|
289
|
+
"integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
|
|
288
290
|
"dev": true,
|
|
289
291
|
"engines": {
|
|
290
292
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
291
293
|
}
|
|
292
294
|
},
|
|
293
295
|
"node_modules/@humanwhocodes/config-array": {
|
|
294
|
-
"version": "0.11.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
296
|
-
"integrity": "sha512-
|
|
296
|
+
"version": "0.11.13",
|
|
297
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
|
|
298
|
+
"integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
|
|
297
299
|
"dev": true,
|
|
298
300
|
"dependencies": {
|
|
299
|
-
"@humanwhocodes/object-schema": "^
|
|
301
|
+
"@humanwhocodes/object-schema": "^2.0.1",
|
|
300
302
|
"debug": "^4.1.1",
|
|
301
303
|
"minimatch": "^3.0.5"
|
|
302
304
|
},
|
|
@@ -318,11 +320,152 @@
|
|
|
318
320
|
}
|
|
319
321
|
},
|
|
320
322
|
"node_modules/@humanwhocodes/object-schema": {
|
|
321
|
-
"version": "
|
|
322
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-
|
|
323
|
-
"integrity": "sha512-
|
|
323
|
+
"version": "2.0.1",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
|
|
325
|
+
"integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
|
|
324
326
|
"dev": true
|
|
325
327
|
},
|
|
328
|
+
"node_modules/@inquirer/confirm": {
|
|
329
|
+
"version": "2.0.15",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.15.tgz",
|
|
331
|
+
"integrity": "sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==",
|
|
332
|
+
"dependencies": {
|
|
333
|
+
"@inquirer/core": "^5.1.1",
|
|
334
|
+
"@inquirer/type": "^1.1.5",
|
|
335
|
+
"chalk": "^4.1.2"
|
|
336
|
+
},
|
|
337
|
+
"engines": {
|
|
338
|
+
"node": ">=14.18.0"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"node_modules/@inquirer/confirm/node_modules/chalk": {
|
|
342
|
+
"version": "4.1.2",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
344
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
345
|
+
"dependencies": {
|
|
346
|
+
"ansi-styles": "^4.1.0",
|
|
347
|
+
"supports-color": "^7.1.0"
|
|
348
|
+
},
|
|
349
|
+
"engines": {
|
|
350
|
+
"node": ">=10"
|
|
351
|
+
},
|
|
352
|
+
"funding": {
|
|
353
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"node_modules/@inquirer/core": {
|
|
357
|
+
"version": "5.1.1",
|
|
358
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-5.1.1.tgz",
|
|
359
|
+
"integrity": "sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==",
|
|
360
|
+
"dependencies": {
|
|
361
|
+
"@inquirer/type": "^1.1.5",
|
|
362
|
+
"@types/mute-stream": "^0.0.4",
|
|
363
|
+
"@types/node": "^20.9.0",
|
|
364
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
365
|
+
"ansi-escapes": "^4.3.2",
|
|
366
|
+
"chalk": "^4.1.2",
|
|
367
|
+
"cli-spinners": "^2.9.1",
|
|
368
|
+
"cli-width": "^4.1.0",
|
|
369
|
+
"figures": "^3.2.0",
|
|
370
|
+
"mute-stream": "^1.0.0",
|
|
371
|
+
"run-async": "^3.0.0",
|
|
372
|
+
"signal-exit": "^4.1.0",
|
|
373
|
+
"strip-ansi": "^6.0.1",
|
|
374
|
+
"wrap-ansi": "^6.2.0"
|
|
375
|
+
},
|
|
376
|
+
"engines": {
|
|
377
|
+
"node": ">=14.18.0"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
381
|
+
"version": "20.9.0",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
|
|
383
|
+
"integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
|
|
384
|
+
"dependencies": {
|
|
385
|
+
"undici-types": "~5.26.4"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"node_modules/@inquirer/core/node_modules/chalk": {
|
|
389
|
+
"version": "4.1.2",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
391
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
392
|
+
"dependencies": {
|
|
393
|
+
"ansi-styles": "^4.1.0",
|
|
394
|
+
"supports-color": "^7.1.0"
|
|
395
|
+
},
|
|
396
|
+
"engines": {
|
|
397
|
+
"node": ">=10"
|
|
398
|
+
},
|
|
399
|
+
"funding": {
|
|
400
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"node_modules/@inquirer/input": {
|
|
404
|
+
"version": "1.2.14",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.14.tgz",
|
|
406
|
+
"integrity": "sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==",
|
|
407
|
+
"dependencies": {
|
|
408
|
+
"@inquirer/core": "^5.1.1",
|
|
409
|
+
"@inquirer/type": "^1.1.5",
|
|
410
|
+
"chalk": "^4.1.2"
|
|
411
|
+
},
|
|
412
|
+
"engines": {
|
|
413
|
+
"node": ">=14.18.0"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"node_modules/@inquirer/input/node_modules/chalk": {
|
|
417
|
+
"version": "4.1.2",
|
|
418
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
419
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
420
|
+
"dependencies": {
|
|
421
|
+
"ansi-styles": "^4.1.0",
|
|
422
|
+
"supports-color": "^7.1.0"
|
|
423
|
+
},
|
|
424
|
+
"engines": {
|
|
425
|
+
"node": ">=10"
|
|
426
|
+
},
|
|
427
|
+
"funding": {
|
|
428
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"node_modules/@inquirer/select": {
|
|
432
|
+
"version": "1.3.1",
|
|
433
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-1.3.1.tgz",
|
|
434
|
+
"integrity": "sha512-EgOPHv7XOHEqiBwBJTyiMg9r57ySyW4oyYCumGp+pGyOaXQaLb2kTnccWI6NFd9HSi5kDJhF7YjA+3RfMQJ2JQ==",
|
|
435
|
+
"dependencies": {
|
|
436
|
+
"@inquirer/core": "^5.1.1",
|
|
437
|
+
"@inquirer/type": "^1.1.5",
|
|
438
|
+
"ansi-escapes": "^4.3.2",
|
|
439
|
+
"chalk": "^4.1.2",
|
|
440
|
+
"figures": "^3.2.0"
|
|
441
|
+
},
|
|
442
|
+
"engines": {
|
|
443
|
+
"node": ">=14.18.0"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"node_modules/@inquirer/select/node_modules/chalk": {
|
|
447
|
+
"version": "4.1.2",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
449
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
450
|
+
"dependencies": {
|
|
451
|
+
"ansi-styles": "^4.1.0",
|
|
452
|
+
"supports-color": "^7.1.0"
|
|
453
|
+
},
|
|
454
|
+
"engines": {
|
|
455
|
+
"node": ">=10"
|
|
456
|
+
},
|
|
457
|
+
"funding": {
|
|
458
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"node_modules/@inquirer/type": {
|
|
462
|
+
"version": "1.1.5",
|
|
463
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.1.5.tgz",
|
|
464
|
+
"integrity": "sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==",
|
|
465
|
+
"engines": {
|
|
466
|
+
"node": ">=14.18.0"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
326
469
|
"node_modules/@istanbuljs/schema": {
|
|
327
470
|
"version": "0.1.3",
|
|
328
471
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -348,32 +491,24 @@
|
|
|
348
491
|
"dev": true
|
|
349
492
|
},
|
|
350
493
|
"node_modules/@jridgewell/trace-mapping": {
|
|
351
|
-
"version": "0.3.
|
|
352
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
353
|
-
"integrity": "sha512-
|
|
494
|
+
"version": "0.3.20",
|
|
495
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
|
|
496
|
+
"integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
|
|
354
497
|
"dev": true,
|
|
355
498
|
"dependencies": {
|
|
356
499
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
357
500
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
358
501
|
}
|
|
359
502
|
},
|
|
360
|
-
"node_modules/@ljharb/through": {
|
|
361
|
-
"version": "2.3.9",
|
|
362
|
-
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz",
|
|
363
|
-
"integrity": "sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==",
|
|
364
|
-
"engines": {
|
|
365
|
-
"node": ">= 0.4"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
503
|
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
369
504
|
"version": "1.0.1",
|
|
370
505
|
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
371
506
|
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ=="
|
|
372
507
|
},
|
|
373
508
|
"node_modules/@microsoft/microsoft-graph-types": {
|
|
374
|
-
"version": "2.
|
|
375
|
-
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.
|
|
376
|
-
"integrity": "sha512-
|
|
509
|
+
"version": "2.40.0",
|
|
510
|
+
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.40.0.tgz",
|
|
511
|
+
"integrity": "sha512-1fcPVrB/NkbNcGNfCy+Cgnvwxt6/sbIEEFgZHFBJ670zYLegENYJF8qMo7x3LqBjWX2/Eneq5BVVRCLTmlJN+g==",
|
|
377
512
|
"dev": true
|
|
378
513
|
},
|
|
379
514
|
"node_modules/@microsoft/recognizers-text-data-types-timex-expression": {
|
|
@@ -420,25 +555,25 @@
|
|
|
420
555
|
}
|
|
421
556
|
},
|
|
422
557
|
"node_modules/@opentelemetry/api": {
|
|
423
|
-
"version": "1.
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.
|
|
425
|
-
"integrity": "sha512-
|
|
558
|
+
"version": "1.7.0",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
|
|
560
|
+
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
|
|
426
561
|
"engines": {
|
|
427
562
|
"node": ">=8.0.0"
|
|
428
563
|
}
|
|
429
564
|
},
|
|
430
565
|
"node_modules/@opentelemetry/core": {
|
|
431
|
-
"version": "1.
|
|
432
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.
|
|
433
|
-
"integrity": "sha512
|
|
566
|
+
"version": "1.18.1",
|
|
567
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.18.1.tgz",
|
|
568
|
+
"integrity": "sha512-kvnUqezHMhsQvdsnhnqTNfAJs3ox/isB0SVrM1dhVFw7SsB7TstuVa6fgWnN2GdPyilIFLUvvbTZoVRmx6eiRg==",
|
|
434
569
|
"dependencies": {
|
|
435
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
570
|
+
"@opentelemetry/semantic-conventions": "1.18.1"
|
|
436
571
|
},
|
|
437
572
|
"engines": {
|
|
438
573
|
"node": ">=14"
|
|
439
574
|
},
|
|
440
575
|
"peerDependencies": {
|
|
441
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
576
|
+
"@opentelemetry/api": ">=1.0.0 <1.8.0"
|
|
442
577
|
}
|
|
443
578
|
},
|
|
444
579
|
"node_modules/@opentelemetry/instrumentation": {
|
|
@@ -460,40 +595,40 @@
|
|
|
460
595
|
}
|
|
461
596
|
},
|
|
462
597
|
"node_modules/@opentelemetry/resources": {
|
|
463
|
-
"version": "1.
|
|
464
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.
|
|
465
|
-
"integrity": "sha512-
|
|
598
|
+
"version": "1.18.1",
|
|
599
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.18.1.tgz",
|
|
600
|
+
"integrity": "sha512-JjbcQLYMttXcIabflLRuaw5oof5gToYV9fuXbcsoOeQ0BlbwUn6DAZi++PNsSz2jjPeASfDls10iaO/8BRIPRA==",
|
|
466
601
|
"dependencies": {
|
|
467
|
-
"@opentelemetry/core": "1.
|
|
468
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
602
|
+
"@opentelemetry/core": "1.18.1",
|
|
603
|
+
"@opentelemetry/semantic-conventions": "1.18.1"
|
|
469
604
|
},
|
|
470
605
|
"engines": {
|
|
471
606
|
"node": ">=14"
|
|
472
607
|
},
|
|
473
608
|
"peerDependencies": {
|
|
474
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
609
|
+
"@opentelemetry/api": ">=1.0.0 <1.8.0"
|
|
475
610
|
}
|
|
476
611
|
},
|
|
477
612
|
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
478
|
-
"version": "1.
|
|
479
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.
|
|
480
|
-
"integrity": "sha512-
|
|
613
|
+
"version": "1.18.1",
|
|
614
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.18.1.tgz",
|
|
615
|
+
"integrity": "sha512-tRHfDxN5dO+nop78EWJpzZwHsN1ewrZRVVwo03VJa3JQZxToRDH29/+MB24+yoa+IArerdr7INFJiX/iN4gjqg==",
|
|
481
616
|
"dependencies": {
|
|
482
|
-
"@opentelemetry/core": "1.
|
|
483
|
-
"@opentelemetry/resources": "1.
|
|
484
|
-
"@opentelemetry/semantic-conventions": "1.
|
|
617
|
+
"@opentelemetry/core": "1.18.1",
|
|
618
|
+
"@opentelemetry/resources": "1.18.1",
|
|
619
|
+
"@opentelemetry/semantic-conventions": "1.18.1"
|
|
485
620
|
},
|
|
486
621
|
"engines": {
|
|
487
622
|
"node": ">=14"
|
|
488
623
|
},
|
|
489
624
|
"peerDependencies": {
|
|
490
|
-
"@opentelemetry/api": ">=1.0.0 <1.
|
|
625
|
+
"@opentelemetry/api": ">=1.0.0 <1.8.0"
|
|
491
626
|
}
|
|
492
627
|
},
|
|
493
628
|
"node_modules/@opentelemetry/semantic-conventions": {
|
|
494
|
-
"version": "1.
|
|
495
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.
|
|
496
|
-
"integrity": "sha512
|
|
629
|
+
"version": "1.18.1",
|
|
630
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.18.1.tgz",
|
|
631
|
+
"integrity": "sha512-+NLGHr6VZwcgE/2lw8zDIufOCGnzsA5CbQIMleXZTrgkBd0TanCX+MiDYJ1TOS4KL/Tqk0nFRxawnaYr6pkZkA==",
|
|
497
632
|
"engines": {
|
|
498
633
|
"node": ">=14"
|
|
499
634
|
}
|
|
@@ -610,78 +745,68 @@
|
|
|
610
745
|
}
|
|
611
746
|
},
|
|
612
747
|
"node_modules/@types/adm-zip": {
|
|
613
|
-
"version": "0.5.
|
|
614
|
-
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.
|
|
615
|
-
"integrity": "sha512
|
|
748
|
+
"version": "0.5.4",
|
|
749
|
+
"resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.4.tgz",
|
|
750
|
+
"integrity": "sha512-/pYie/76O0TTqU4L/z1XqQ5mA5QvScaP/EO3lpH7iQ6/AjioYyuvi2IAmQeimuTTnytl03e9g8YFYkGV2Bxojw==",
|
|
616
751
|
"dev": true,
|
|
617
752
|
"dependencies": {
|
|
618
753
|
"@types/node": "*"
|
|
619
754
|
}
|
|
620
755
|
},
|
|
621
756
|
"node_modules/@types/atob-lite": {
|
|
622
|
-
"version": "2.0.
|
|
623
|
-
"resolved": "https://registry.npmjs.org/@types/atob-lite/-/atob-lite-2.0.
|
|
624
|
-
"integrity": "sha512-
|
|
757
|
+
"version": "2.0.2",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/@types/atob-lite/-/atob-lite-2.0.2.tgz",
|
|
759
|
+
"integrity": "sha512-BbCDWqZzlBBq8czVNYPiQNnHPrdPmR1mcyv3c8autpLEDmBMJY4hjziedi4RlXC+jnquD6Ba/yFU6bboZ3ZKVA=="
|
|
625
760
|
},
|
|
626
761
|
"node_modules/@types/btoa-lite": {
|
|
627
|
-
"version": "1.0.
|
|
628
|
-
"resolved": "https://registry.npmjs.org/@types/btoa-lite/-/btoa-lite-1.0.
|
|
629
|
-
"integrity": "sha512-
|
|
762
|
+
"version": "1.0.2",
|
|
763
|
+
"resolved": "https://registry.npmjs.org/@types/btoa-lite/-/btoa-lite-1.0.2.tgz",
|
|
764
|
+
"integrity": "sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg=="
|
|
630
765
|
},
|
|
631
766
|
"node_modules/@types/configstore": {
|
|
632
|
-
"version": "6.0.
|
|
633
|
-
"resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-6.0.
|
|
634
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "6.0.2",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-6.0.2.tgz",
|
|
769
|
+
"integrity": "sha512-OS//b51j9uyR3zvwD04Kfs5kHpve2qalQ18JhY/ho3voGYUTPLEG90/ocfKPI48hyHH8T04f7KEEbK6Ue60oZQ==",
|
|
635
770
|
"dev": true
|
|
636
771
|
},
|
|
637
772
|
"node_modules/@types/http-cache-semantics": {
|
|
638
|
-
"version": "4.0.
|
|
639
|
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
640
|
-
"integrity": "sha512-
|
|
641
|
-
},
|
|
642
|
-
"node_modules/@types/inquirer": {
|
|
643
|
-
"version": "9.0.4",
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.4.tgz",
|
|
645
|
-
"integrity": "sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==",
|
|
646
|
-
"dev": true,
|
|
647
|
-
"dependencies": {
|
|
648
|
-
"@types/through": "*",
|
|
649
|
-
"rxjs": "^7.2.0"
|
|
650
|
-
}
|
|
773
|
+
"version": "4.0.4",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
775
|
+
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="
|
|
651
776
|
},
|
|
652
777
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
653
|
-
"version": "2.0.
|
|
654
|
-
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.
|
|
655
|
-
"integrity": "sha512-
|
|
778
|
+
"version": "2.0.6",
|
|
779
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
780
|
+
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
|
|
656
781
|
"dev": true
|
|
657
782
|
},
|
|
658
783
|
"node_modules/@types/jmespath": {
|
|
659
|
-
"version": "0.15.
|
|
660
|
-
"resolved": "https://registry.npmjs.org/@types/jmespath/-/jmespath-0.15.
|
|
661
|
-
"integrity": "sha512-
|
|
784
|
+
"version": "0.15.2",
|
|
785
|
+
"resolved": "https://registry.npmjs.org/@types/jmespath/-/jmespath-0.15.2.tgz",
|
|
786
|
+
"integrity": "sha512-pegh49FtNsC389Flyo9y8AfkVIZn9MMPE9yJrO9svhq6Fks2MwymULWjZqySuxmctd3ZH4/n7Mr98D+1Qo5vGA==",
|
|
662
787
|
"dev": true
|
|
663
788
|
},
|
|
664
789
|
"node_modules/@types/json-schema": {
|
|
665
|
-
"version": "7.0.
|
|
666
|
-
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.
|
|
667
|
-
"integrity": "sha512-
|
|
790
|
+
"version": "7.0.15",
|
|
791
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
792
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
668
793
|
"dev": true
|
|
669
794
|
},
|
|
670
795
|
"node_modules/@types/json-to-ast": {
|
|
671
|
-
"version": "2.1.
|
|
672
|
-
"resolved": "https://registry.npmjs.org/@types/json-to-ast/-/json-to-ast-2.1.
|
|
673
|
-
"integrity": "sha512-
|
|
796
|
+
"version": "2.1.4",
|
|
797
|
+
"resolved": "https://registry.npmjs.org/@types/json-to-ast/-/json-to-ast-2.1.4.tgz",
|
|
798
|
+
"integrity": "sha512-131wOmuwDg8ypYCSQ437bGdP+K2lJ8GJUu+ng4iQQxAc3irRnb7mGHbexsPChBcKWLctTR9V5LJdX5A8WWk44A==",
|
|
674
799
|
"dev": true
|
|
675
800
|
},
|
|
676
801
|
"node_modules/@types/lodash": {
|
|
677
|
-
"version": "4.14.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.
|
|
679
|
-
"integrity": "sha512-
|
|
802
|
+
"version": "4.14.201",
|
|
803
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz",
|
|
804
|
+
"integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ=="
|
|
680
805
|
},
|
|
681
806
|
"node_modules/@types/lodash.isequal": {
|
|
682
|
-
"version": "4.5.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.
|
|
684
|
-
"integrity": "sha512-
|
|
807
|
+
"version": "4.5.8",
|
|
808
|
+
"resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.8.tgz",
|
|
809
|
+
"integrity": "sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA==",
|
|
685
810
|
"dependencies": {
|
|
686
811
|
"@types/lodash": "*"
|
|
687
812
|
}
|
|
@@ -692,77 +817,78 @@
|
|
|
692
817
|
"integrity": "sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw=="
|
|
693
818
|
},
|
|
694
819
|
"node_modules/@types/minimist": {
|
|
695
|
-
"version": "1.2.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.
|
|
697
|
-
"integrity": "sha512-
|
|
820
|
+
"version": "1.2.5",
|
|
821
|
+
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
|
|
822
|
+
"integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
|
|
698
823
|
"dev": true
|
|
699
824
|
},
|
|
700
825
|
"node_modules/@types/mocha": {
|
|
701
|
-
"version": "10.0.
|
|
702
|
-
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.
|
|
703
|
-
"integrity": "sha512-
|
|
826
|
+
"version": "10.0.4",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz",
|
|
828
|
+
"integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==",
|
|
704
829
|
"dev": true
|
|
705
830
|
},
|
|
831
|
+
"node_modules/@types/mute-stream": {
|
|
832
|
+
"version": "0.0.4",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz",
|
|
834
|
+
"integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==",
|
|
835
|
+
"dependencies": {
|
|
836
|
+
"@types/node": "*"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
706
839
|
"node_modules/@types/node": {
|
|
707
|
-
"version": "18.18.
|
|
708
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.
|
|
709
|
-
"integrity": "sha512-
|
|
710
|
-
"
|
|
840
|
+
"version": "18.18.9",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.9.tgz",
|
|
842
|
+
"integrity": "sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==",
|
|
843
|
+
"dependencies": {
|
|
844
|
+
"undici-types": "~5.26.4"
|
|
845
|
+
}
|
|
711
846
|
},
|
|
712
847
|
"node_modules/@types/node-forge": {
|
|
713
|
-
"version": "1.3.
|
|
714
|
-
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.
|
|
715
|
-
"integrity": "sha512-
|
|
848
|
+
"version": "1.3.9",
|
|
849
|
+
"resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.9.tgz",
|
|
850
|
+
"integrity": "sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==",
|
|
716
851
|
"dev": true,
|
|
717
852
|
"dependencies": {
|
|
718
853
|
"@types/node": "*"
|
|
719
854
|
}
|
|
720
855
|
},
|
|
721
856
|
"node_modules/@types/omelette": {
|
|
722
|
-
"version": "0.4.
|
|
723
|
-
"resolved": "https://registry.npmjs.org/@types/omelette/-/omelette-0.4.
|
|
724
|
-
"integrity": "sha512-
|
|
857
|
+
"version": "0.4.4",
|
|
858
|
+
"resolved": "https://registry.npmjs.org/@types/omelette/-/omelette-0.4.4.tgz",
|
|
859
|
+
"integrity": "sha512-aEZ+4w3lvomNt6hX+H+VZey8a3fXa/jL6zZdu0vHrc7aGIe2yIybHQgIl7eXcMPchVaPekebQQ2Con7wGgB3mQ==",
|
|
725
860
|
"dev": true
|
|
726
861
|
},
|
|
727
862
|
"node_modules/@types/semver": {
|
|
728
|
-
"version": "7.5.
|
|
729
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
730
|
-
"integrity": "sha512
|
|
863
|
+
"version": "7.5.5",
|
|
864
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
|
|
865
|
+
"integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==",
|
|
731
866
|
"dev": true
|
|
732
867
|
},
|
|
733
868
|
"node_modules/@types/shimmer": {
|
|
734
|
-
"version": "1.0.
|
|
735
|
-
"resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.0.
|
|
736
|
-
"integrity": "sha512-
|
|
869
|
+
"version": "1.0.5",
|
|
870
|
+
"resolved": "https://registry.npmjs.org/@types/shimmer/-/shimmer-1.0.5.tgz",
|
|
871
|
+
"integrity": "sha512-9Hp0ObzwwO57DpLFF0InUjUm/II8GmKAvzbefxQTihCb7KI6yc9yzf0nLc4mVdby5N4DRCgQM2wCup9KTieeww=="
|
|
737
872
|
},
|
|
738
873
|
"node_modules/@types/sinon": {
|
|
739
|
-
"version": "10.0.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.
|
|
741
|
-
"integrity": "sha512-
|
|
874
|
+
"version": "10.0.20",
|
|
875
|
+
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz",
|
|
876
|
+
"integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==",
|
|
742
877
|
"dev": true,
|
|
743
878
|
"dependencies": {
|
|
744
879
|
"@types/sinonjs__fake-timers": "*"
|
|
745
880
|
}
|
|
746
881
|
},
|
|
747
882
|
"node_modules/@types/sinonjs__fake-timers": {
|
|
748
|
-
"version": "8.1.
|
|
749
|
-
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.
|
|
750
|
-
"integrity": "sha512-
|
|
883
|
+
"version": "8.1.5",
|
|
884
|
+
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
|
|
885
|
+
"integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==",
|
|
751
886
|
"dev": true
|
|
752
887
|
},
|
|
753
|
-
"node_modules/@types/through": {
|
|
754
|
-
"version": "0.0.30",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
|
|
756
|
-
"integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
|
|
757
|
-
"dev": true,
|
|
758
|
-
"dependencies": {
|
|
759
|
-
"@types/node": "*"
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
888
|
"node_modules/@types/update-notifier": {
|
|
763
|
-
"version": "6.0.
|
|
764
|
-
"resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.
|
|
765
|
-
"integrity": "sha512-
|
|
889
|
+
"version": "6.0.7",
|
|
890
|
+
"resolved": "https://registry.npmjs.org/@types/update-notifier/-/update-notifier-6.0.7.tgz",
|
|
891
|
+
"integrity": "sha512-nJuO9aZYKVzOEsjkmcLl86YqnJghl3MOukTObamkdKUvWz608gvNpG6U3E7rqnkxeVq4/KjbX+URe+FA5SFU7A==",
|
|
766
892
|
"dev": true,
|
|
767
893
|
"dependencies": {
|
|
768
894
|
"@types/configstore": "*",
|
|
@@ -770,15 +896,20 @@
|
|
|
770
896
|
}
|
|
771
897
|
},
|
|
772
898
|
"node_modules/@types/uuid": {
|
|
773
|
-
"version": "9.0.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.
|
|
775
|
-
"integrity": "sha512-
|
|
899
|
+
"version": "9.0.7",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
|
|
901
|
+
"integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==",
|
|
776
902
|
"dev": true
|
|
777
903
|
},
|
|
904
|
+
"node_modules/@types/wrap-ansi": {
|
|
905
|
+
"version": "3.0.0",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
907
|
+
"integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g=="
|
|
908
|
+
},
|
|
778
909
|
"node_modules/@types/xmldom": {
|
|
779
|
-
"version": "0.1.
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.
|
|
781
|
-
"integrity": "sha512-
|
|
910
|
+
"version": "0.1.34",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.34.tgz",
|
|
912
|
+
"integrity": "sha512-7eZFfxI9XHYjJJuugddV6N5YNeXgQE1lArWOcd1eCOKWb/FGs5SIjacSYuEJuwhsGS3gy4RuZ5EUIcqYscuPDA=="
|
|
782
913
|
},
|
|
783
914
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
784
915
|
"version": "5.62.0",
|
|
@@ -968,6 +1099,12 @@
|
|
|
968
1099
|
"url": "https://opencollective.com/typescript-eslint"
|
|
969
1100
|
}
|
|
970
1101
|
},
|
|
1102
|
+
"node_modules/@ungap/structured-clone": {
|
|
1103
|
+
"version": "1.2.0",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
|
|
1105
|
+
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
|
|
1106
|
+
"dev": true
|
|
1107
|
+
},
|
|
971
1108
|
"node_modules/@xmldom/xmldom": {
|
|
972
1109
|
"version": "0.8.10",
|
|
973
1110
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
@@ -977,9 +1114,9 @@
|
|
|
977
1114
|
}
|
|
978
1115
|
},
|
|
979
1116
|
"node_modules/acorn": {
|
|
980
|
-
"version": "8.
|
|
981
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
982
|
-
"integrity": "sha512-
|
|
1117
|
+
"version": "8.11.2",
|
|
1118
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",
|
|
1119
|
+
"integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
|
|
983
1120
|
"bin": {
|
|
984
1121
|
"acorn": "bin/acorn"
|
|
985
1122
|
},
|
|
@@ -1005,9 +1142,9 @@
|
|
|
1005
1142
|
}
|
|
1006
1143
|
},
|
|
1007
1144
|
"node_modules/adaptive-expressions": {
|
|
1008
|
-
"version": "4.
|
|
1009
|
-
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.
|
|
1010
|
-
"integrity": "sha512
|
|
1145
|
+
"version": "4.21.0",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/adaptive-expressions/-/adaptive-expressions-4.21.0.tgz",
|
|
1147
|
+
"integrity": "sha512-+nE/F1x49yI5WdkpPLclczn7Nig1lXecT9y8OWV8XVljn+49wTKkAwZ/zNOEIH6HjDod2ezQYOsqf1R3nBc44g==",
|
|
1011
1148
|
"dependencies": {
|
|
1012
1149
|
"@microsoft/recognizers-text-data-types-timex-expression": "1.3.0",
|
|
1013
1150
|
"@types/atob-lite": "^2.0.0",
|
|
@@ -1039,9 +1176,9 @@
|
|
|
1039
1176
|
}
|
|
1040
1177
|
},
|
|
1041
1178
|
"node_modules/adaptivecards": {
|
|
1042
|
-
"version": "3.0.
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.
|
|
1044
|
-
"integrity": "sha512-
|
|
1179
|
+
"version": "3.0.2",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.2.tgz",
|
|
1181
|
+
"integrity": "sha512-ioniHtm8c5uENw6jmddnntpjC4MvSOjN2Xrg9YhxuTtoVqz0XoYrInRIq0uf9WmONm7p+wqjAqBkoI6IRDeNwA==",
|
|
1045
1182
|
"peerDependencies": {
|
|
1046
1183
|
"swiper": "^8.2.6"
|
|
1047
1184
|
}
|
|
@@ -1138,17 +1275,6 @@
|
|
|
1138
1275
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1139
1276
|
}
|
|
1140
1277
|
},
|
|
1141
|
-
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
1142
|
-
"version": "0.21.3",
|
|
1143
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
1144
|
-
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
1145
|
-
"engines": {
|
|
1146
|
-
"node": ">=10"
|
|
1147
|
-
},
|
|
1148
|
-
"funding": {
|
|
1149
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
1278
|
"node_modules/ansi-regex": {
|
|
1153
1279
|
"version": "5.0.1",
|
|
1154
1280
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
@@ -1158,11 +1284,14 @@
|
|
|
1158
1284
|
}
|
|
1159
1285
|
},
|
|
1160
1286
|
"node_modules/ansi-styles": {
|
|
1161
|
-
"version": "
|
|
1162
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
1163
|
-
"integrity": "sha512-
|
|
1287
|
+
"version": "4.3.0",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1289
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1290
|
+
"dependencies": {
|
|
1291
|
+
"color-convert": "^2.0.1"
|
|
1292
|
+
},
|
|
1164
1293
|
"engines": {
|
|
1165
|
-
"node": ">=
|
|
1294
|
+
"node": ">=8"
|
|
1166
1295
|
},
|
|
1167
1296
|
"funding": {
|
|
1168
1297
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
@@ -1187,9 +1316,9 @@
|
|
|
1187
1316
|
}
|
|
1188
1317
|
},
|
|
1189
1318
|
"node_modules/applicationinsights": {
|
|
1190
|
-
"version": "2.
|
|
1191
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.
|
|
1192
|
-
"integrity": "sha512-
|
|
1319
|
+
"version": "2.9.0",
|
|
1320
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.9.0.tgz",
|
|
1321
|
+
"integrity": "sha512-W90WNjtvZ10GUInpkyNM0xBGe2qRYChHhdb44SE5KU7hXtCZLxs3IZjWw1gJINQem0qGAgtZlxrVvKPj5SlTbQ==",
|
|
1193
1322
|
"dependencies": {
|
|
1194
1323
|
"@azure/core-auth": "^1.5.0",
|
|
1195
1324
|
"@azure/core-rest-pipeline": "1.10.1",
|
|
@@ -1293,9 +1422,9 @@
|
|
|
1293
1422
|
"integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw=="
|
|
1294
1423
|
},
|
|
1295
1424
|
"node_modules/axios": {
|
|
1296
|
-
"version": "1.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
1298
|
-
"integrity": "sha512-
|
|
1425
|
+
"version": "1.6.1",
|
|
1426
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
|
|
1427
|
+
"integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
|
|
1299
1428
|
"dependencies": {
|
|
1300
1429
|
"follow-redirects": "^1.15.0",
|
|
1301
1430
|
"form-data": "^4.0.0",
|
|
@@ -1375,6 +1504,69 @@
|
|
|
1375
1504
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1376
1505
|
}
|
|
1377
1506
|
},
|
|
1507
|
+
"node_modules/boxen/node_modules/ansi-regex": {
|
|
1508
|
+
"version": "6.0.1",
|
|
1509
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
1510
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
1511
|
+
"engines": {
|
|
1512
|
+
"node": ">=12"
|
|
1513
|
+
},
|
|
1514
|
+
"funding": {
|
|
1515
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"node_modules/boxen/node_modules/ansi-styles": {
|
|
1519
|
+
"version": "6.2.1",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
1521
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
1522
|
+
"engines": {
|
|
1523
|
+
"node": ">=12"
|
|
1524
|
+
},
|
|
1525
|
+
"funding": {
|
|
1526
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/boxen/node_modules/strip-ansi": {
|
|
1530
|
+
"version": "7.1.0",
|
|
1531
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
1532
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
1533
|
+
"dependencies": {
|
|
1534
|
+
"ansi-regex": "^6.0.1"
|
|
1535
|
+
},
|
|
1536
|
+
"engines": {
|
|
1537
|
+
"node": ">=12"
|
|
1538
|
+
},
|
|
1539
|
+
"funding": {
|
|
1540
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"node_modules/boxen/node_modules/type-fest": {
|
|
1544
|
+
"version": "2.19.0",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
|
|
1546
|
+
"integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
|
|
1547
|
+
"engines": {
|
|
1548
|
+
"node": ">=12.20"
|
|
1549
|
+
},
|
|
1550
|
+
"funding": {
|
|
1551
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"node_modules/boxen/node_modules/wrap-ansi": {
|
|
1555
|
+
"version": "8.1.0",
|
|
1556
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
1557
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
1558
|
+
"dependencies": {
|
|
1559
|
+
"ansi-styles": "^6.1.0",
|
|
1560
|
+
"string-width": "^5.0.1",
|
|
1561
|
+
"strip-ansi": "^7.0.1"
|
|
1562
|
+
},
|
|
1563
|
+
"engines": {
|
|
1564
|
+
"node": ">=12"
|
|
1565
|
+
},
|
|
1566
|
+
"funding": {
|
|
1567
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1378
1570
|
"node_modules/brace-expansion": {
|
|
1379
1571
|
"version": "1.1.11",
|
|
1380
1572
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -1492,11 +1684,11 @@
|
|
|
1492
1684
|
}
|
|
1493
1685
|
},
|
|
1494
1686
|
"node_modules/cacheable-request": {
|
|
1495
|
-
"version": "10.2.
|
|
1496
|
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.
|
|
1497
|
-
"integrity": "sha512-
|
|
1687
|
+
"version": "10.2.14",
|
|
1688
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
1689
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
1498
1690
|
"dependencies": {
|
|
1499
|
-
"@types/http-cache-semantics": "^4.0.
|
|
1691
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
1500
1692
|
"get-stream": "^6.0.1",
|
|
1501
1693
|
"http-cache-semantics": "^4.1.1",
|
|
1502
1694
|
"keyv": "^4.5.3",
|
|
@@ -1539,11 +1731,6 @@
|
|
|
1539
1731
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1540
1732
|
}
|
|
1541
1733
|
},
|
|
1542
|
-
"node_modules/chardet": {
|
|
1543
|
-
"version": "0.7.0",
|
|
1544
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
1545
|
-
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
|
|
1546
|
-
},
|
|
1547
1734
|
"node_modules/chokidar": {
|
|
1548
1735
|
"version": "3.5.3",
|
|
1549
1736
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
|
|
@@ -1584,9 +1771,9 @@
|
|
|
1584
1771
|
}
|
|
1585
1772
|
},
|
|
1586
1773
|
"node_modules/ci-info": {
|
|
1587
|
-
"version": "3.
|
|
1588
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.
|
|
1589
|
-
"integrity": "sha512-
|
|
1774
|
+
"version": "3.9.0",
|
|
1775
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
1776
|
+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
1590
1777
|
"funding": [
|
|
1591
1778
|
{
|
|
1592
1779
|
"type": "github",
|
|
@@ -1625,9 +1812,9 @@
|
|
|
1625
1812
|
}
|
|
1626
1813
|
},
|
|
1627
1814
|
"node_modules/cli-spinners": {
|
|
1628
|
-
"version": "2.9.
|
|
1629
|
-
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.
|
|
1630
|
-
"integrity": "sha512-
|
|
1815
|
+
"version": "2.9.1",
|
|
1816
|
+
"resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.1.tgz",
|
|
1817
|
+
"integrity": "sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==",
|
|
1631
1818
|
"engines": {
|
|
1632
1819
|
"node": ">=6"
|
|
1633
1820
|
},
|
|
@@ -1670,21 +1857,6 @@
|
|
|
1670
1857
|
"wrap-ansi": "^7.0.0"
|
|
1671
1858
|
}
|
|
1672
1859
|
},
|
|
1673
|
-
"node_modules/cliui/node_modules/ansi-styles": {
|
|
1674
|
-
"version": "4.3.0",
|
|
1675
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1676
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1677
|
-
"dev": true,
|
|
1678
|
-
"dependencies": {
|
|
1679
|
-
"color-convert": "^2.0.1"
|
|
1680
|
-
},
|
|
1681
|
-
"engines": {
|
|
1682
|
-
"node": ">=8"
|
|
1683
|
-
},
|
|
1684
|
-
"funding": {
|
|
1685
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
1860
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
1689
1861
|
"version": "8.0.0",
|
|
1690
1862
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
@@ -1834,9 +2006,9 @@
|
|
|
1834
2006
|
}
|
|
1835
2007
|
},
|
|
1836
2008
|
"node_modules/convert-source-map": {
|
|
1837
|
-
"version": "
|
|
1838
|
-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-
|
|
1839
|
-
"integrity": "sha512-
|
|
2009
|
+
"version": "2.0.0",
|
|
2010
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
2011
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
1840
2012
|
"dev": true
|
|
1841
2013
|
},
|
|
1842
2014
|
"node_modules/cross-spawn": {
|
|
@@ -1888,9 +2060,9 @@
|
|
|
1888
2060
|
"integrity": "sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ=="
|
|
1889
2061
|
},
|
|
1890
2062
|
"node_modules/dayjs": {
|
|
1891
|
-
"version": "1.11.
|
|
1892
|
-
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.
|
|
1893
|
-
"integrity": "sha512-
|
|
2063
|
+
"version": "1.11.10",
|
|
2064
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
|
|
2065
|
+
"integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
|
|
1894
2066
|
},
|
|
1895
2067
|
"node_modules/debug": {
|
|
1896
2068
|
"version": "4.3.4",
|
|
@@ -2136,18 +2308,19 @@
|
|
|
2136
2308
|
}
|
|
2137
2309
|
},
|
|
2138
2310
|
"node_modules/eslint": {
|
|
2139
|
-
"version": "8.
|
|
2140
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
2141
|
-
"integrity": "sha512-
|
|
2311
|
+
"version": "8.53.0",
|
|
2312
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
|
|
2313
|
+
"integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
|
|
2142
2314
|
"dev": true,
|
|
2143
2315
|
"dependencies": {
|
|
2144
2316
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
2145
2317
|
"@eslint-community/regexpp": "^4.6.1",
|
|
2146
|
-
"@eslint/eslintrc": "^2.1.
|
|
2147
|
-
"@eslint/js": "8.
|
|
2148
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
2318
|
+
"@eslint/eslintrc": "^2.1.3",
|
|
2319
|
+
"@eslint/js": "8.53.0",
|
|
2320
|
+
"@humanwhocodes/config-array": "^0.11.13",
|
|
2149
2321
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
2150
2322
|
"@nodelib/fs.walk": "^1.2.8",
|
|
2323
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
2151
2324
|
"ajv": "^6.12.4",
|
|
2152
2325
|
"chalk": "^4.0.0",
|
|
2153
2326
|
"cross-spawn": "^7.0.2",
|
|
@@ -2261,21 +2434,6 @@
|
|
|
2261
2434
|
"url": "https://opencollective.com/eslint"
|
|
2262
2435
|
}
|
|
2263
2436
|
},
|
|
2264
|
-
"node_modules/eslint/node_modules/ansi-styles": {
|
|
2265
|
-
"version": "4.3.0",
|
|
2266
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2267
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2268
|
-
"dev": true,
|
|
2269
|
-
"dependencies": {
|
|
2270
|
-
"color-convert": "^2.0.1"
|
|
2271
|
-
},
|
|
2272
|
-
"engines": {
|
|
2273
|
-
"node": ">=8"
|
|
2274
|
-
},
|
|
2275
|
-
"funding": {
|
|
2276
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2279
2437
|
"node_modules/eslint/node_modules/chalk": {
|
|
2280
2438
|
"version": "4.1.2",
|
|
2281
2439
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2416,18 +2574,10 @@
|
|
|
2416
2574
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
2417
2575
|
}
|
|
2418
2576
|
},
|
|
2419
|
-
"node_modules/
|
|
2420
|
-
"version": "3.
|
|
2421
|
-
"resolved": "https://registry.npmjs.org/
|
|
2422
|
-
"integrity": "sha512-
|
|
2423
|
-
"dependencies": {
|
|
2424
|
-
"chardet": "^0.7.0",
|
|
2425
|
-
"iconv-lite": "^0.4.24",
|
|
2426
|
-
"tmp": "^0.0.33"
|
|
2427
|
-
},
|
|
2428
|
-
"engines": {
|
|
2429
|
-
"node": ">=4"
|
|
2430
|
-
}
|
|
2577
|
+
"node_modules/execa/node_modules/signal-exit": {
|
|
2578
|
+
"version": "3.0.7",
|
|
2579
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
2580
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
2431
2581
|
},
|
|
2432
2582
|
"node_modules/fast-deep-equal": {
|
|
2433
2583
|
"version": "3.1.3",
|
|
@@ -2436,9 +2586,9 @@
|
|
|
2436
2586
|
"dev": true
|
|
2437
2587
|
},
|
|
2438
2588
|
"node_modules/fast-glob": {
|
|
2439
|
-
"version": "3.3.
|
|
2440
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.
|
|
2441
|
-
"integrity": "sha512-
|
|
2589
|
+
"version": "3.3.2",
|
|
2590
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
2591
|
+
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
2442
2592
|
"dev": true,
|
|
2443
2593
|
"dependencies": {
|
|
2444
2594
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -2476,17 +2626,17 @@
|
|
|
2476
2626
|
"dev": true
|
|
2477
2627
|
},
|
|
2478
2628
|
"node_modules/fast-xml-parser": {
|
|
2479
|
-
"version": "4.2
|
|
2480
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.
|
|
2481
|
-
"integrity": "sha512-
|
|
2629
|
+
"version": "4.3.2",
|
|
2630
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
|
|
2631
|
+
"integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
|
|
2482
2632
|
"funding": [
|
|
2483
|
-
{
|
|
2484
|
-
"type": "paypal",
|
|
2485
|
-
"url": "https://paypal.me/naturalintelligence"
|
|
2486
|
-
},
|
|
2487
2633
|
{
|
|
2488
2634
|
"type": "github",
|
|
2489
2635
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"type": "paypal",
|
|
2639
|
+
"url": "https://paypal.me/naturalintelligence"
|
|
2490
2640
|
}
|
|
2491
2641
|
],
|
|
2492
2642
|
"dependencies": {
|
|
@@ -2506,29 +2656,25 @@
|
|
|
2506
2656
|
}
|
|
2507
2657
|
},
|
|
2508
2658
|
"node_modules/figures": {
|
|
2509
|
-
"version": "
|
|
2510
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-
|
|
2511
|
-
"integrity": "sha512-
|
|
2659
|
+
"version": "3.2.0",
|
|
2660
|
+
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
2661
|
+
"integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
|
|
2512
2662
|
"dependencies": {
|
|
2513
|
-
"escape-string-regexp": "^
|
|
2514
|
-
"is-unicode-supported": "^1.2.0"
|
|
2663
|
+
"escape-string-regexp": "^1.0.5"
|
|
2515
2664
|
},
|
|
2516
2665
|
"engines": {
|
|
2517
|
-
"node": ">=
|
|
2666
|
+
"node": ">=8"
|
|
2518
2667
|
},
|
|
2519
2668
|
"funding": {
|
|
2520
2669
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2521
2670
|
}
|
|
2522
2671
|
},
|
|
2523
2672
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
2524
|
-
"version": "
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
2526
|
-
"integrity": "sha512
|
|
2673
|
+
"version": "1.0.5",
|
|
2674
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
2675
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
2527
2676
|
"engines": {
|
|
2528
|
-
"node": ">=
|
|
2529
|
-
},
|
|
2530
|
-
"funding": {
|
|
2531
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2677
|
+
"node": ">=0.8.0"
|
|
2532
2678
|
}
|
|
2533
2679
|
},
|
|
2534
2680
|
"node_modules/file-entry-cache": {
|
|
@@ -2581,12 +2727,12 @@
|
|
|
2581
2727
|
}
|
|
2582
2728
|
},
|
|
2583
2729
|
"node_modules/flat-cache": {
|
|
2584
|
-
"version": "3.1.
|
|
2585
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.
|
|
2586
|
-
"integrity": "sha512
|
|
2730
|
+
"version": "3.1.1",
|
|
2731
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz",
|
|
2732
|
+
"integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==",
|
|
2587
2733
|
"dev": true,
|
|
2588
2734
|
"dependencies": {
|
|
2589
|
-
"flatted": "^3.2.
|
|
2735
|
+
"flatted": "^3.2.9",
|
|
2590
2736
|
"keyv": "^4.5.3",
|
|
2591
2737
|
"rimraf": "^3.0.2"
|
|
2592
2738
|
},
|
|
@@ -2610,15 +2756,15 @@
|
|
|
2610
2756
|
}
|
|
2611
2757
|
},
|
|
2612
2758
|
"node_modules/flatted": {
|
|
2613
|
-
"version": "3.2.
|
|
2614
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.
|
|
2615
|
-
"integrity": "sha512-
|
|
2759
|
+
"version": "3.2.9",
|
|
2760
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz",
|
|
2761
|
+
"integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
|
|
2616
2762
|
"dev": true
|
|
2617
2763
|
},
|
|
2618
2764
|
"node_modules/follow-redirects": {
|
|
2619
|
-
"version": "1.15.
|
|
2620
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
2621
|
-
"integrity": "sha512-
|
|
2765
|
+
"version": "1.15.3",
|
|
2766
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
|
|
2767
|
+
"integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
|
|
2622
2768
|
"funding": [
|
|
2623
2769
|
{
|
|
2624
2770
|
"type": "individual",
|
|
@@ -2647,6 +2793,12 @@
|
|
|
2647
2793
|
"node": ">=8.0.0"
|
|
2648
2794
|
}
|
|
2649
2795
|
},
|
|
2796
|
+
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
2797
|
+
"version": "3.0.7",
|
|
2798
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
2799
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
2800
|
+
"dev": true
|
|
2801
|
+
},
|
|
2650
2802
|
"node_modules/form-data": {
|
|
2651
2803
|
"version": "4.0.0",
|
|
2652
2804
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
@@ -2689,9 +2841,12 @@
|
|
|
2689
2841
|
}
|
|
2690
2842
|
},
|
|
2691
2843
|
"node_modules/function-bind": {
|
|
2692
|
-
"version": "1.1.
|
|
2693
|
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.
|
|
2694
|
-
"integrity": "sha512-
|
|
2844
|
+
"version": "1.1.2",
|
|
2845
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2846
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2847
|
+
"funding": {
|
|
2848
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2849
|
+
}
|
|
2695
2850
|
},
|
|
2696
2851
|
"node_modules/get-caller-file": {
|
|
2697
2852
|
"version": "2.0.5",
|
|
@@ -2760,9 +2915,9 @@
|
|
|
2760
2915
|
}
|
|
2761
2916
|
},
|
|
2762
2917
|
"node_modules/globals": {
|
|
2763
|
-
"version": "13.
|
|
2764
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-13.
|
|
2765
|
-
"integrity": "sha512-
|
|
2918
|
+
"version": "13.23.0",
|
|
2919
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
|
|
2920
|
+
"integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
|
|
2766
2921
|
"dev": true,
|
|
2767
2922
|
"dependencies": {
|
|
2768
2923
|
"type-fest": "^0.20.2"
|
|
@@ -2846,17 +3001,6 @@
|
|
|
2846
3001
|
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
|
2847
3002
|
"dev": true
|
|
2848
3003
|
},
|
|
2849
|
-
"node_modules/has": {
|
|
2850
|
-
"version": "1.0.3",
|
|
2851
|
-
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
|
2852
|
-
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
|
2853
|
-
"dependencies": {
|
|
2854
|
-
"function-bind": "^1.1.1"
|
|
2855
|
-
},
|
|
2856
|
-
"engines": {
|
|
2857
|
-
"node": ">= 0.4.0"
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
3004
|
"node_modules/has-flag": {
|
|
2861
3005
|
"version": "4.0.0",
|
|
2862
3006
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
@@ -2876,6 +3020,17 @@
|
|
|
2876
3020
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2877
3021
|
}
|
|
2878
3022
|
},
|
|
3023
|
+
"node_modules/hasown": {
|
|
3024
|
+
"version": "2.0.0",
|
|
3025
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
|
|
3026
|
+
"integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
|
|
3027
|
+
"dependencies": {
|
|
3028
|
+
"function-bind": "^1.1.2"
|
|
3029
|
+
},
|
|
3030
|
+
"engines": {
|
|
3031
|
+
"node": ">= 0.4"
|
|
3032
|
+
}
|
|
3033
|
+
},
|
|
2879
3034
|
"node_modules/he": {
|
|
2880
3035
|
"version": "1.2.0",
|
|
2881
3036
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
@@ -2941,17 +3096,6 @@
|
|
|
2941
3096
|
"node": ">=10.17.0"
|
|
2942
3097
|
}
|
|
2943
3098
|
},
|
|
2944
|
-
"node_modules/iconv-lite": {
|
|
2945
|
-
"version": "0.4.24",
|
|
2946
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
2947
|
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
2948
|
-
"dependencies": {
|
|
2949
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
2950
|
-
},
|
|
2951
|
-
"engines": {
|
|
2952
|
-
"node": ">=0.10.0"
|
|
2953
|
-
}
|
|
2954
|
-
},
|
|
2955
3099
|
"node_modules/ieee754": {
|
|
2956
3100
|
"version": "1.2.1",
|
|
2957
3101
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
@@ -3046,76 +3190,6 @@
|
|
|
3046
3190
|
"node": ">=10"
|
|
3047
3191
|
}
|
|
3048
3192
|
},
|
|
3049
|
-
"node_modules/inquirer": {
|
|
3050
|
-
"version": "9.2.11",
|
|
3051
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz",
|
|
3052
|
-
"integrity": "sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==",
|
|
3053
|
-
"dependencies": {
|
|
3054
|
-
"@ljharb/through": "^2.3.9",
|
|
3055
|
-
"ansi-escapes": "^4.3.2",
|
|
3056
|
-
"chalk": "^5.3.0",
|
|
3057
|
-
"cli-cursor": "^3.1.0",
|
|
3058
|
-
"cli-width": "^4.1.0",
|
|
3059
|
-
"external-editor": "^3.1.0",
|
|
3060
|
-
"figures": "^5.0.0",
|
|
3061
|
-
"lodash": "^4.17.21",
|
|
3062
|
-
"mute-stream": "1.0.0",
|
|
3063
|
-
"ora": "^5.4.1",
|
|
3064
|
-
"run-async": "^3.0.0",
|
|
3065
|
-
"rxjs": "^7.8.1",
|
|
3066
|
-
"string-width": "^4.2.3",
|
|
3067
|
-
"strip-ansi": "^6.0.1",
|
|
3068
|
-
"wrap-ansi": "^6.2.0"
|
|
3069
|
-
},
|
|
3070
|
-
"engines": {
|
|
3071
|
-
"node": ">=14.18.0"
|
|
3072
|
-
}
|
|
3073
|
-
},
|
|
3074
|
-
"node_modules/inquirer/node_modules/ansi-styles": {
|
|
3075
|
-
"version": "4.3.0",
|
|
3076
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3077
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3078
|
-
"dependencies": {
|
|
3079
|
-
"color-convert": "^2.0.1"
|
|
3080
|
-
},
|
|
3081
|
-
"engines": {
|
|
3082
|
-
"node": ">=8"
|
|
3083
|
-
},
|
|
3084
|
-
"funding": {
|
|
3085
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
"node_modules/inquirer/node_modules/emoji-regex": {
|
|
3089
|
-
"version": "8.0.0",
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
3091
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
3092
|
-
},
|
|
3093
|
-
"node_modules/inquirer/node_modules/string-width": {
|
|
3094
|
-
"version": "4.2.3",
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
3096
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
3097
|
-
"dependencies": {
|
|
3098
|
-
"emoji-regex": "^8.0.0",
|
|
3099
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
3100
|
-
"strip-ansi": "^6.0.1"
|
|
3101
|
-
},
|
|
3102
|
-
"engines": {
|
|
3103
|
-
"node": ">=8"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
3107
|
-
"version": "6.2.0",
|
|
3108
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3109
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3110
|
-
"dependencies": {
|
|
3111
|
-
"ansi-styles": "^4.0.0",
|
|
3112
|
-
"string-width": "^4.1.0",
|
|
3113
|
-
"strip-ansi": "^6.0.0"
|
|
3114
|
-
},
|
|
3115
|
-
"engines": {
|
|
3116
|
-
"node": ">=8"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
3193
|
"node_modules/is-binary-path": {
|
|
3120
3194
|
"version": "2.1.0",
|
|
3121
3195
|
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
@@ -3140,11 +3214,11 @@
|
|
|
3140
3214
|
}
|
|
3141
3215
|
},
|
|
3142
3216
|
"node_modules/is-core-module": {
|
|
3143
|
-
"version": "2.13.
|
|
3144
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.
|
|
3145
|
-
"integrity": "sha512-
|
|
3217
|
+
"version": "2.13.1",
|
|
3218
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
|
|
3219
|
+
"integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
|
|
3146
3220
|
"dependencies": {
|
|
3147
|
-
"
|
|
3221
|
+
"hasown": "^2.0.0"
|
|
3148
3222
|
},
|
|
3149
3223
|
"funding": {
|
|
3150
3224
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -3278,11 +3352,11 @@
|
|
|
3278
3352
|
"integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
|
|
3279
3353
|
},
|
|
3280
3354
|
"node_modules/is-unicode-supported": {
|
|
3281
|
-
"version": "1.
|
|
3282
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.
|
|
3283
|
-
"integrity": "sha512-
|
|
3355
|
+
"version": "0.1.0",
|
|
3356
|
+
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
3357
|
+
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
3284
3358
|
"engines": {
|
|
3285
|
-
"node": ">=
|
|
3359
|
+
"node": ">=10"
|
|
3286
3360
|
},
|
|
3287
3361
|
"funding": {
|
|
3288
3362
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -3319,9 +3393,9 @@
|
|
|
3319
3393
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
|
|
3320
3394
|
},
|
|
3321
3395
|
"node_modules/istanbul-lib-coverage": {
|
|
3322
|
-
"version": "3.2.
|
|
3323
|
-
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.
|
|
3324
|
-
"integrity": "sha512-
|
|
3396
|
+
"version": "3.2.2",
|
|
3397
|
+
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
3398
|
+
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
|
|
3325
3399
|
"dev": true,
|
|
3326
3400
|
"engines": {
|
|
3327
3401
|
"node": ">=8"
|
|
@@ -3404,14 +3478,20 @@
|
|
|
3404
3478
|
}
|
|
3405
3479
|
},
|
|
3406
3480
|
"node_modules/jsonwebtoken": {
|
|
3407
|
-
"version": "9.0.
|
|
3408
|
-
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.
|
|
3409
|
-
"integrity": "sha512-
|
|
3481
|
+
"version": "9.0.2",
|
|
3482
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
|
|
3483
|
+
"integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
|
|
3410
3484
|
"dependencies": {
|
|
3411
3485
|
"jws": "^3.2.2",
|
|
3412
|
-
"lodash": "^4.
|
|
3486
|
+
"lodash.includes": "^4.3.0",
|
|
3487
|
+
"lodash.isboolean": "^3.0.3",
|
|
3488
|
+
"lodash.isinteger": "^4.0.4",
|
|
3489
|
+
"lodash.isnumber": "^3.0.3",
|
|
3490
|
+
"lodash.isplainobject": "^4.0.6",
|
|
3491
|
+
"lodash.isstring": "^4.0.1",
|
|
3492
|
+
"lodash.once": "^4.0.0",
|
|
3413
3493
|
"ms": "^2.1.1",
|
|
3414
|
-
"semver": "^7.
|
|
3494
|
+
"semver": "^7.5.4"
|
|
3415
3495
|
},
|
|
3416
3496
|
"engines": {
|
|
3417
3497
|
"node": ">=12",
|
|
@@ -3452,9 +3532,9 @@
|
|
|
3452
3532
|
}
|
|
3453
3533
|
},
|
|
3454
3534
|
"node_modules/keyv": {
|
|
3455
|
-
"version": "4.5.
|
|
3456
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.
|
|
3457
|
-
"integrity": "sha512-
|
|
3535
|
+
"version": "4.5.4",
|
|
3536
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
3537
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
3458
3538
|
"dependencies": {
|
|
3459
3539
|
"json-buffer": "3.0.1"
|
|
3460
3540
|
}
|
|
@@ -3501,28 +3581,58 @@
|
|
|
3501
3581
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3502
3582
|
}
|
|
3503
3583
|
},
|
|
3504
|
-
"node_modules/lodash": {
|
|
3505
|
-
"version": "4.17.21",
|
|
3506
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
3507
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
3508
|
-
},
|
|
3509
3584
|
"node_modules/lodash.get": {
|
|
3510
3585
|
"version": "4.4.2",
|
|
3511
3586
|
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
3512
3587
|
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
3513
3588
|
"dev": true
|
|
3514
3589
|
},
|
|
3590
|
+
"node_modules/lodash.includes": {
|
|
3591
|
+
"version": "4.3.0",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
3593
|
+
"integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="
|
|
3594
|
+
},
|
|
3595
|
+
"node_modules/lodash.isboolean": {
|
|
3596
|
+
"version": "3.0.3",
|
|
3597
|
+
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
3598
|
+
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg=="
|
|
3599
|
+
},
|
|
3515
3600
|
"node_modules/lodash.isequal": {
|
|
3516
3601
|
"version": "4.5.0",
|
|
3517
3602
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
3518
3603
|
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
|
|
3519
3604
|
},
|
|
3605
|
+
"node_modules/lodash.isinteger": {
|
|
3606
|
+
"version": "4.0.4",
|
|
3607
|
+
"resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
3608
|
+
"integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA=="
|
|
3609
|
+
},
|
|
3610
|
+
"node_modules/lodash.isnumber": {
|
|
3611
|
+
"version": "3.0.3",
|
|
3612
|
+
"resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
3613
|
+
"integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw=="
|
|
3614
|
+
},
|
|
3615
|
+
"node_modules/lodash.isplainobject": {
|
|
3616
|
+
"version": "4.0.6",
|
|
3617
|
+
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
3618
|
+
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
|
|
3619
|
+
},
|
|
3620
|
+
"node_modules/lodash.isstring": {
|
|
3621
|
+
"version": "4.0.1",
|
|
3622
|
+
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
3623
|
+
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="
|
|
3624
|
+
},
|
|
3520
3625
|
"node_modules/lodash.merge": {
|
|
3521
3626
|
"version": "4.6.2",
|
|
3522
3627
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
3523
3628
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
3524
3629
|
"dev": true
|
|
3525
3630
|
},
|
|
3631
|
+
"node_modules/lodash.once": {
|
|
3632
|
+
"version": "4.1.1",
|
|
3633
|
+
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
3634
|
+
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
|
|
3635
|
+
},
|
|
3526
3636
|
"node_modules/log-symbols": {
|
|
3527
3637
|
"version": "4.1.0",
|
|
3528
3638
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
@@ -3538,20 +3648,6 @@
|
|
|
3538
3648
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3539
3649
|
}
|
|
3540
3650
|
},
|
|
3541
|
-
"node_modules/log-symbols/node_modules/ansi-styles": {
|
|
3542
|
-
"version": "4.3.0",
|
|
3543
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3544
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3545
|
-
"dependencies": {
|
|
3546
|
-
"color-convert": "^2.0.1"
|
|
3547
|
-
},
|
|
3548
|
-
"engines": {
|
|
3549
|
-
"node": ">=8"
|
|
3550
|
-
},
|
|
3551
|
-
"funding": {
|
|
3552
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
3651
|
"node_modules/log-symbols/node_modules/chalk": {
|
|
3556
3652
|
"version": "4.1.2",
|
|
3557
3653
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -3567,17 +3663,6 @@
|
|
|
3567
3663
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3568
3664
|
}
|
|
3569
3665
|
},
|
|
3570
|
-
"node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
3571
|
-
"version": "0.1.0",
|
|
3572
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
3573
|
-
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
3574
|
-
"engines": {
|
|
3575
|
-
"node": ">=10"
|
|
3576
|
-
},
|
|
3577
|
-
"funding": {
|
|
3578
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3579
|
-
}
|
|
3580
|
-
},
|
|
3581
3666
|
"node_modules/lowercase-keys": {
|
|
3582
3667
|
"version": "3.0.0",
|
|
3583
3668
|
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
@@ -3852,9 +3937,9 @@
|
|
|
3852
3937
|
"dev": true
|
|
3853
3938
|
},
|
|
3854
3939
|
"node_modules/nise": {
|
|
3855
|
-
"version": "5.1.
|
|
3856
|
-
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.
|
|
3857
|
-
"integrity": "sha512-
|
|
3940
|
+
"version": "5.1.5",
|
|
3941
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.5.tgz",
|
|
3942
|
+
"integrity": "sha512-VJuPIfUFaXNRzETTQEEItTOP8Y171ijr+JLq42wHes3DiryR8vT+1TXQW/Rx8JNUhyYYWyIvjXTU6dOhJcs9Nw==",
|
|
3858
3943
|
"dev": true,
|
|
3859
3944
|
"dependencies": {
|
|
3860
3945
|
"@sinonjs/commons": "^2.0.0",
|
|
@@ -3998,20 +4083,6 @@
|
|
|
3998
4083
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3999
4084
|
}
|
|
4000
4085
|
},
|
|
4001
|
-
"node_modules/ora/node_modules/ansi-styles": {
|
|
4002
|
-
"version": "4.3.0",
|
|
4003
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
4004
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
4005
|
-
"dependencies": {
|
|
4006
|
-
"color-convert": "^2.0.1"
|
|
4007
|
-
},
|
|
4008
|
-
"engines": {
|
|
4009
|
-
"node": ">=8"
|
|
4010
|
-
},
|
|
4011
|
-
"funding": {
|
|
4012
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4013
|
-
}
|
|
4014
|
-
},
|
|
4015
4086
|
"node_modules/ora/node_modules/chalk": {
|
|
4016
4087
|
"version": "4.1.2",
|
|
4017
4088
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -4027,25 +4098,6 @@
|
|
|
4027
4098
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4028
4099
|
}
|
|
4029
4100
|
},
|
|
4030
|
-
"node_modules/ora/node_modules/is-unicode-supported": {
|
|
4031
|
-
"version": "0.1.0",
|
|
4032
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
4033
|
-
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
4034
|
-
"engines": {
|
|
4035
|
-
"node": ">=10"
|
|
4036
|
-
},
|
|
4037
|
-
"funding": {
|
|
4038
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
"node_modules/os-tmpdir": {
|
|
4042
|
-
"version": "1.0.2",
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
4044
|
-
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
4045
|
-
"engines": {
|
|
4046
|
-
"node": ">=0.10.0"
|
|
4047
|
-
}
|
|
4048
|
-
},
|
|
4049
4101
|
"node_modules/p-cancelable": {
|
|
4050
4102
|
"version": "3.0.0",
|
|
4051
4103
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
@@ -4170,9 +4222,9 @@
|
|
|
4170
4222
|
}
|
|
4171
4223
|
},
|
|
4172
4224
|
"node_modules/path-scurry/node_modules/minipass": {
|
|
4173
|
-
"version": "7.0.
|
|
4174
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.
|
|
4175
|
-
"integrity": "sha512-
|
|
4225
|
+
"version": "7.0.4",
|
|
4226
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
4227
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
4176
4228
|
"dev": true,
|
|
4177
4229
|
"engines": {
|
|
4178
4230
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -4228,9 +4280,9 @@
|
|
|
4228
4280
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
4229
4281
|
},
|
|
4230
4282
|
"node_modules/punycode": {
|
|
4231
|
-
"version": "2.3.
|
|
4232
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.
|
|
4233
|
-
"integrity": "sha512-
|
|
4283
|
+
"version": "2.3.1",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
4285
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
4234
4286
|
"dev": true,
|
|
4235
4287
|
"engines": {
|
|
4236
4288
|
"node": ">=6"
|
|
@@ -4396,9 +4448,9 @@
|
|
|
4396
4448
|
}
|
|
4397
4449
|
},
|
|
4398
4450
|
"node_modules/resolve": {
|
|
4399
|
-
"version": "1.22.
|
|
4400
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
4401
|
-
"integrity": "sha512-
|
|
4451
|
+
"version": "1.22.8",
|
|
4452
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
|
|
4453
|
+
"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
|
|
4402
4454
|
"dependencies": {
|
|
4403
4455
|
"is-core-module": "^2.13.0",
|
|
4404
4456
|
"path-parse": "^1.0.7",
|
|
@@ -4451,6 +4503,11 @@
|
|
|
4451
4503
|
"node": ">=8"
|
|
4452
4504
|
}
|
|
4453
4505
|
},
|
|
4506
|
+
"node_modules/restore-cursor/node_modules/signal-exit": {
|
|
4507
|
+
"version": "3.0.7",
|
|
4508
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
4509
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
4510
|
+
},
|
|
4454
4511
|
"node_modules/reusify": {
|
|
4455
4512
|
"version": "1.0.4",
|
|
4456
4513
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
@@ -4552,14 +4609,6 @@
|
|
|
4552
4609
|
"queue-microtask": "^1.2.2"
|
|
4553
4610
|
}
|
|
4554
4611
|
},
|
|
4555
|
-
"node_modules/rxjs": {
|
|
4556
|
-
"version": "7.8.1",
|
|
4557
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
4558
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
4559
|
-
"dependencies": {
|
|
4560
|
-
"tslib": "^2.1.0"
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
4612
|
"node_modules/safe-buffer": {
|
|
4564
4613
|
"version": "5.2.1",
|
|
4565
4614
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -4579,11 +4628,6 @@
|
|
|
4579
4628
|
}
|
|
4580
4629
|
]
|
|
4581
4630
|
},
|
|
4582
|
-
"node_modules/safer-buffer": {
|
|
4583
|
-
"version": "2.1.2",
|
|
4584
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
4585
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
4586
|
-
},
|
|
4587
4631
|
"node_modules/semver": {
|
|
4588
4632
|
"version": "7.5.4",
|
|
4589
4633
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
@@ -4662,14 +4706,21 @@
|
|
|
4662
4706
|
"integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw=="
|
|
4663
4707
|
},
|
|
4664
4708
|
"node_modules/signal-exit": {
|
|
4665
|
-
"version": "
|
|
4666
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-
|
|
4667
|
-
"integrity": "sha512-
|
|
4709
|
+
"version": "4.1.0",
|
|
4710
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4711
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4712
|
+
"engines": {
|
|
4713
|
+
"node": ">=14"
|
|
4714
|
+
},
|
|
4715
|
+
"funding": {
|
|
4716
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4717
|
+
}
|
|
4668
4718
|
},
|
|
4669
4719
|
"node_modules/sinon": {
|
|
4670
4720
|
"version": "15.2.0",
|
|
4671
4721
|
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz",
|
|
4672
4722
|
"integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==",
|
|
4723
|
+
"deprecated": "16.1.1",
|
|
4673
4724
|
"dev": true,
|
|
4674
4725
|
"dependencies": {
|
|
4675
4726
|
"@sinonjs/commons": "^3.0.0",
|
|
@@ -4882,17 +4933,6 @@
|
|
|
4882
4933
|
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
|
|
4883
4934
|
"dev": true
|
|
4884
4935
|
},
|
|
4885
|
-
"node_modules/tmp": {
|
|
4886
|
-
"version": "0.0.33",
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
4888
|
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
4889
|
-
"dependencies": {
|
|
4890
|
-
"os-tmpdir": "~1.0.2"
|
|
4891
|
-
},
|
|
4892
|
-
"engines": {
|
|
4893
|
-
"node": ">=0.6.0"
|
|
4894
|
-
}
|
|
4895
|
-
},
|
|
4896
4936
|
"node_modules/to-regex-range": {
|
|
4897
4937
|
"version": "5.0.1",
|
|
4898
4938
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -4953,11 +4993,11 @@
|
|
|
4953
4993
|
}
|
|
4954
4994
|
},
|
|
4955
4995
|
"node_modules/type-fest": {
|
|
4956
|
-
"version": "
|
|
4957
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
4958
|
-
"integrity": "sha512-
|
|
4996
|
+
"version": "0.21.3",
|
|
4997
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
|
|
4998
|
+
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
|
|
4959
4999
|
"engines": {
|
|
4960
|
-
"node": ">=
|
|
5000
|
+
"node": ">=10"
|
|
4961
5001
|
},
|
|
4962
5002
|
"funding": {
|
|
4963
5003
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -4983,6 +5023,11 @@
|
|
|
4983
5023
|
"node": ">=14.17"
|
|
4984
5024
|
}
|
|
4985
5025
|
},
|
|
5026
|
+
"node_modules/undici-types": {
|
|
5027
|
+
"version": "5.26.5",
|
|
5028
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
5029
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
5030
|
+
},
|
|
4986
5031
|
"node_modules/unique-string": {
|
|
4987
5032
|
"version": "3.0.0",
|
|
4988
5033
|
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz",
|
|
@@ -5051,14 +5096,14 @@
|
|
|
5051
5096
|
}
|
|
5052
5097
|
},
|
|
5053
5098
|
"node_modules/v8-to-istanbul": {
|
|
5054
|
-
"version": "9.1.
|
|
5055
|
-
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.
|
|
5056
|
-
"integrity": "sha512-
|
|
5099
|
+
"version": "9.1.3",
|
|
5100
|
+
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.3.tgz",
|
|
5101
|
+
"integrity": "sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==",
|
|
5057
5102
|
"dev": true,
|
|
5058
5103
|
"dependencies": {
|
|
5059
5104
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
5060
5105
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
5061
|
-
"convert-source-map": "^
|
|
5106
|
+
"convert-source-map": "^2.0.0"
|
|
5062
5107
|
},
|
|
5063
5108
|
"engines": {
|
|
5064
5109
|
"node": ">=10.12.0"
|
|
@@ -5107,44 +5152,34 @@
|
|
|
5107
5152
|
"dev": true
|
|
5108
5153
|
},
|
|
5109
5154
|
"node_modules/wrap-ansi": {
|
|
5110
|
-
"version": "
|
|
5111
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
5112
|
-
"integrity": "sha512-
|
|
5155
|
+
"version": "6.2.0",
|
|
5156
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
5157
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
5113
5158
|
"dependencies": {
|
|
5114
|
-
"ansi-styles": "^
|
|
5115
|
-
"string-width": "^
|
|
5116
|
-
"strip-ansi": "^
|
|
5159
|
+
"ansi-styles": "^4.0.0",
|
|
5160
|
+
"string-width": "^4.1.0",
|
|
5161
|
+
"strip-ansi": "^6.0.0"
|
|
5117
5162
|
},
|
|
5118
5163
|
"engines": {
|
|
5119
|
-
"node": ">=
|
|
5120
|
-
},
|
|
5121
|
-
"funding": {
|
|
5122
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5164
|
+
"node": ">=8"
|
|
5123
5165
|
}
|
|
5124
5166
|
},
|
|
5125
|
-
"node_modules/wrap-ansi/node_modules/
|
|
5126
|
-
"version": "
|
|
5127
|
-
"resolved": "https://registry.npmjs.org/
|
|
5128
|
-
"integrity": "sha512-
|
|
5129
|
-
"engines": {
|
|
5130
|
-
"node": ">=12"
|
|
5131
|
-
},
|
|
5132
|
-
"funding": {
|
|
5133
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5134
|
-
}
|
|
5167
|
+
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
5168
|
+
"version": "8.0.0",
|
|
5169
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
5170
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
5135
5171
|
},
|
|
5136
|
-
"node_modules/wrap-ansi/node_modules/
|
|
5137
|
-
"version": "
|
|
5138
|
-
"resolved": "https://registry.npmjs.org/
|
|
5139
|
-
"integrity": "sha512-
|
|
5172
|
+
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
5173
|
+
"version": "4.2.3",
|
|
5174
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
5175
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
5140
5176
|
"dependencies": {
|
|
5141
|
-
"
|
|
5177
|
+
"emoji-regex": "^8.0.0",
|
|
5178
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5179
|
+
"strip-ansi": "^6.0.1"
|
|
5142
5180
|
},
|
|
5143
5181
|
"engines": {
|
|
5144
|
-
"node": ">=
|
|
5145
|
-
},
|
|
5146
|
-
"funding": {
|
|
5147
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5182
|
+
"node": ">=8"
|
|
5148
5183
|
}
|
|
5149
5184
|
},
|
|
5150
5185
|
"node_modules/wrappy": {
|
|
@@ -5164,6 +5199,11 @@
|
|
|
5164
5199
|
"typedarray-to-buffer": "^3.1.5"
|
|
5165
5200
|
}
|
|
5166
5201
|
},
|
|
5202
|
+
"node_modules/write-file-atomic/node_modules/signal-exit": {
|
|
5203
|
+
"version": "3.0.7",
|
|
5204
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
5205
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
|
|
5206
|
+
},
|
|
5167
5207
|
"node_modules/xdg-basedir": {
|
|
5168
5208
|
"version": "5.1.0",
|
|
5169
5209
|
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz",
|
|
@@ -5198,9 +5238,9 @@
|
|
|
5198
5238
|
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
|
5199
5239
|
},
|
|
5200
5240
|
"node_modules/yaml": {
|
|
5201
|
-
"version": "2.3.
|
|
5202
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.
|
|
5203
|
-
"integrity": "sha512-
|
|
5241
|
+
"version": "2.3.4",
|
|
5242
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
|
|
5243
|
+
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
|
|
5204
5244
|
"engines": {
|
|
5205
5245
|
"node": ">= 14"
|
|
5206
5246
|
}
|