chore: update lock file
This commit is contained in:
parent
5b1b3dddb1
commit
c7a7ec3bb2
2 changed files with 16 additions and 53 deletions
28
packages/hoppscotch-common/src/components.d.ts
vendored
28
packages/hoppscotch-common/src/components.d.ts
vendored
|
|
@ -11,25 +11,6 @@ declare module 'vue' {
|
||||||
AccessTokensGenerateModal: typeof import('./components/accessTokens/GenerateModal.vue')['default']
|
AccessTokensGenerateModal: typeof import('./components/accessTokens/GenerateModal.vue')['default']
|
||||||
AccessTokensList: typeof import('./components/accessTokens/List.vue')['default']
|
AccessTokensList: typeof import('./components/accessTokens/List.vue')['default']
|
||||||
AccessTokensOverview: typeof import('./components/accessTokens/Overview.vue')['default']
|
AccessTokensOverview: typeof import('./components/accessTokens/Overview.vue')['default']
|
||||||
AdminAppHeader: typeof import('./../../hoppscotch-web/src/components/admin/app/Header.vue')['default']
|
|
||||||
AdminAppLogin: typeof import('./../../hoppscotch-web/src/components/admin/app/Login.vue')['default']
|
|
||||||
AdminAppLogout: typeof import('./../../hoppscotch-web/src/components/admin/app/Logout.vue')['default']
|
|
||||||
AdminAppSidebar: typeof import('./../../hoppscotch-web/src/components/admin/app/Sidebar.vue')['default']
|
|
||||||
AdminAuthenticationAccessControl: typeof import('./../../hoppscotch-web/src/components/admin/authentication/AccessControl.vue')['default']
|
|
||||||
AdminAuthenticationOidcConfiguration: typeof import('./../../hoppscotch-web/src/components/admin/authentication/OidcConfiguration.vue')['default']
|
|
||||||
AdminAuthenticationProvider: typeof import('./../../hoppscotch-web/src/components/admin/authentication/Provider.vue')['default']
|
|
||||||
AdminAuthenticationSamlConfiguration: typeof import('./../../hoppscotch-web/src/components/admin/authentication/SamlConfiguration.vue')['default']
|
|
||||||
AdminAuthenticationServerRestart: typeof import('./../../hoppscotch-web/src/components/admin/authentication/ServerRestart.vue')['default']
|
|
||||||
AdminDashboardMetricsCard: typeof import('./../../hoppscotch-web/src/components/admin/dashboard/MetricsCard.vue')['default']
|
|
||||||
AdminTeamsAdd: typeof import('./../../hoppscotch-web/src/components/admin/teams/Add.vue')['default']
|
|
||||||
AdminTeamsDetails: typeof import('./../../hoppscotch-web/src/components/admin/teams/Details.vue')['default']
|
|
||||||
AdminTeamsInvite: typeof import('./../../hoppscotch-web/src/components/admin/teams/Invite.vue')['default']
|
|
||||||
AdminTeamsMembers: typeof import('./../../hoppscotch-web/src/components/admin/teams/Members.vue')['default']
|
|
||||||
AdminTeamsPendingInvites: typeof import('./../../hoppscotch-web/src/components/admin/teams/PendingInvites.vue')['default']
|
|
||||||
AdminUiAutoResetIcon: typeof import('./../../hoppscotch-web/src/components/admin/ui/AutoResetIcon.vue')['default']
|
|
||||||
AdminUsersDetails: typeof import('./../../hoppscotch-web/src/components/admin/users/Details.vue')['default']
|
|
||||||
AdminUsersInviteModal: typeof import('./../../hoppscotch-web/src/components/admin/users/InviteModal.vue')['default']
|
|
||||||
AdminUsersSuccessInviteModal: typeof import('./../../hoppscotch-web/src/components/admin/users/SuccessInviteModal.vue')['default']
|
|
||||||
AiexperimentsMergeView: typeof import('./components/aiexperiments/MergeView.vue')['default']
|
AiexperimentsMergeView: typeof import('./components/aiexperiments/MergeView.vue')['default']
|
||||||
AiexperimentsModifyBodyModal: typeof import('./components/aiexperiments/ModifyBodyModal.vue')['default']
|
AiexperimentsModifyBodyModal: typeof import('./components/aiexperiments/ModifyBodyModal.vue')['default']
|
||||||
AiexperimentsModifyPreRequestModal: typeof import('./components/aiexperiments/ModifyPreRequestModal.vue')['default']
|
AiexperimentsModifyPreRequestModal: typeof import('./components/aiexperiments/ModifyPreRequestModal.vue')['default']
|
||||||
|
|
@ -92,7 +73,6 @@ declare module 'vue' {
|
||||||
CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
|
CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
|
||||||
CookiesAllModal: typeof import('./components/cookies/AllModal.vue')['default']
|
CookiesAllModal: typeof import('./components/cookies/AllModal.vue')['default']
|
||||||
CookiesEditCookie: typeof import('./components/cookies/EditCookie.vue')['default']
|
CookiesEditCookie: typeof import('./components/cookies/EditCookie.vue')['default']
|
||||||
CustomEmbeds: typeof import('./../../hoppscotch-web/src/components/CustomEmbeds.vue')['default']
|
|
||||||
Embeds: typeof import('./components/embeds/index.vue')['default']
|
Embeds: typeof import('./components/embeds/index.vue')['default']
|
||||||
EmbedsHeader: typeof import('./components/embeds/Header.vue')['default']
|
EmbedsHeader: typeof import('./components/embeds/Header.vue')['default']
|
||||||
EmbedsRequest: typeof import('./components/embeds/Request.vue')['default']
|
EmbedsRequest: typeof import('./components/embeds/Request.vue')['default']
|
||||||
|
|
@ -107,7 +87,6 @@ declare module 'vue' {
|
||||||
EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default']
|
EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default']
|
||||||
EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default']
|
EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default']
|
||||||
EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default']
|
EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default']
|
||||||
ErrorPage: typeof import('./../../hoppscotch-web/src/components/ErrorPage.vue')['default']
|
|
||||||
FirebaseLogin: typeof import('./components/firebase/Login.vue')['default']
|
FirebaseLogin: typeof import('./components/firebase/Login.vue')['default']
|
||||||
FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default']
|
FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default']
|
||||||
GraphqlArgument: typeof import('./components/graphql/Argument.vue')['default']
|
GraphqlArgument: typeof import('./components/graphql/Argument.vue')['default']
|
||||||
|
|
@ -145,7 +124,6 @@ declare module 'vue' {
|
||||||
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
|
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
|
||||||
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
|
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
|
||||||
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
||||||
HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
|
|
||||||
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
||||||
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
||||||
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
|
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
|
||||||
|
|
@ -163,7 +141,6 @@ declare module 'vue' {
|
||||||
HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
|
HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
|
||||||
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
|
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
|
||||||
HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
|
HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
|
||||||
HoppSmartTable: typeof import('@hoppscotch/ui')['HoppSmartTable']
|
|
||||||
HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
|
HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
|
||||||
HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
|
HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
|
||||||
HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
|
HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
|
||||||
|
|
@ -228,7 +205,6 @@ declare module 'vue' {
|
||||||
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
|
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
|
||||||
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
|
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
|
||||||
IconLucideBrush: typeof import('~icons/lucide/brush')['default']
|
IconLucideBrush: typeof import('~icons/lucide/brush')['default']
|
||||||
IconLucideCheck: typeof import('~icons/lucide/check')['default']
|
|
||||||
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
|
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
|
||||||
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
|
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
|
||||||
IconLucideCircleCheck: typeof import('~icons/lucide/circle-check')['default']
|
IconLucideCircleCheck: typeof import('~icons/lucide/circle-check')['default']
|
||||||
|
|
@ -243,7 +219,6 @@ declare module 'vue' {
|
||||||
IconLucideRss: typeof import('~icons/lucide/rss')['default']
|
IconLucideRss: typeof import('~icons/lucide/rss')['default']
|
||||||
IconLucideSearch: typeof import('~icons/lucide/search')['default']
|
IconLucideSearch: typeof import('~icons/lucide/search')['default']
|
||||||
IconLucideTriangleAlert: typeof import('~icons/lucide/triangle-alert')['default']
|
IconLucideTriangleAlert: typeof import('~icons/lucide/triangle-alert')['default']
|
||||||
IconLucideUser: typeof import('~icons/lucide/user')['default']
|
|
||||||
IconLucideUsers: typeof import('~icons/lucide/users')['default']
|
IconLucideUsers: typeof import('~icons/lucide/users')['default']
|
||||||
IconLucideVerified: typeof import('~icons/lucide/verified')['default']
|
IconLucideVerified: typeof import('~icons/lucide/verified')['default']
|
||||||
IconLucideX: typeof import('~icons/lucide/x')['default']
|
IconLucideX: typeof import('~icons/lucide/x')['default']
|
||||||
|
|
@ -273,7 +248,6 @@ declare module 'vue' {
|
||||||
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
|
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
|
||||||
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
|
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
|
||||||
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
|
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
|
||||||
Newsletter: typeof import('./../../hoppscotch-web/src/components/Newsletter.vue')['default']
|
|
||||||
ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
|
ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
|
||||||
RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
|
RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
|
||||||
RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
|
RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
|
||||||
|
|
@ -306,8 +280,6 @@ declare module 'vue' {
|
||||||
TeamsModal: typeof import('./components/teams/Modal.vue')['default']
|
TeamsModal: typeof import('./components/teams/Modal.vue')['default']
|
||||||
TeamsTeam: typeof import('./components/teams/Team.vue')['default']
|
TeamsTeam: typeof import('./components/teams/Team.vue')['default']
|
||||||
Tippy: typeof import('vue-tippy')['Tippy']
|
Tippy: typeof import('vue-tippy')['Tippy']
|
||||||
UserDeactivate: typeof import('./../../hoppscotch-web/src/components/UserDeactivate.vue')['default']
|
|
||||||
UserDeletionSoleTeamOwnerInfo: typeof import('./../../hoppscotch-web/src/components/UserDeletionSoleTeamOwnerInfo.vue')['default']
|
|
||||||
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
|
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
|
||||||
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
|
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -455,8 +455,8 @@ importers:
|
||||||
packages/hoppscotch-common:
|
packages/hoppscotch-common:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@apidevtools/swagger-parser':
|
'@apidevtools/swagger-parser':
|
||||||
specifier: 10.1.0
|
specifier: 10.1.1
|
||||||
version: 10.1.0(openapi-types@12.1.3)
|
version: 10.1.1(openapi-types@12.1.3)
|
||||||
'@codemirror/autocomplete':
|
'@codemirror/autocomplete':
|
||||||
specifier: 6.18.1
|
specifier: 6.18.1
|
||||||
version: 6.18.1(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.25.1)(@lezer/common@1.2.1)
|
version: 6.18.1(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.25.1)(@lezer/common@1.2.1)
|
||||||
|
|
@ -1613,8 +1613,9 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
ajv: '>=8'
|
ajv: '>=8'
|
||||||
|
|
||||||
'@apidevtools/json-schema-ref-parser@9.0.6':
|
'@apidevtools/json-schema-ref-parser@11.7.2':
|
||||||
resolution: {integrity: sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg==}
|
resolution: {integrity: sha512-4gY54eEGEstClvEkGnwVkTkrx0sqwemEFG5OSRRn3tD91XH0+Q8XIkYIfo7IwEWPpJZwILb9GUXeShtplRc/eA==}
|
||||||
|
engines: {node: '>= 16'}
|
||||||
|
|
||||||
'@apidevtools/json-schema-ref-parser@9.1.2':
|
'@apidevtools/json-schema-ref-parser@9.1.2':
|
||||||
resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==}
|
resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==}
|
||||||
|
|
@ -1631,8 +1632,8 @@ packages:
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
openapi-types: '>=7'
|
openapi-types: '>=7'
|
||||||
|
|
||||||
'@apidevtools/swagger-parser@10.1.0':
|
'@apidevtools/swagger-parser@10.1.1':
|
||||||
resolution: {integrity: sha512-9Kt7EuS/7WbMAUv2gSziqjvxwDbFSg3Xeyfuj5laUODX8o/k/CpsAKiQ8W7/R88eXFTMbJYg6+7uAmOWNKmwnw==}
|
resolution: {integrity: sha512-u/kozRnsPO/x8QtKYJOqoGtC4kH6yg1lfYkB9Au0WhYB0FNLpyFusttQtvhlwjtG3rOwiRz4D8DnnXa8iEpIKA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
openapi-types: '>=7'
|
openapi-types: '>=7'
|
||||||
|
|
||||||
|
|
@ -5986,9 +5987,6 @@ packages:
|
||||||
ajv@8.12.0:
|
ajv@8.12.0:
|
||||||
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
||||||
|
|
||||||
ajv@8.13.0:
|
|
||||||
resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
|
|
||||||
|
|
||||||
ajv@8.17.1:
|
ajv@8.17.1:
|
||||||
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
||||||
|
|
||||||
|
|
@ -12709,11 +12707,11 @@ snapshots:
|
||||||
jsonpointer: 5.0.1
|
jsonpointer: 5.0.1
|
||||||
leven: 3.1.0
|
leven: 3.1.0
|
||||||
|
|
||||||
'@apidevtools/json-schema-ref-parser@9.0.6':
|
'@apidevtools/json-schema-ref-parser@11.7.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jsdevtools/ono': 7.1.3
|
'@jsdevtools/ono': 7.1.3
|
||||||
call-me-maybe: 1.0.2
|
'@types/json-schema': 7.0.15
|
||||||
js-yaml: 3.14.1
|
js-yaml: 4.1.0
|
||||||
|
|
||||||
'@apidevtools/json-schema-ref-parser@9.1.2':
|
'@apidevtools/json-schema-ref-parser@9.1.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -12736,14 +12734,14 @@ snapshots:
|
||||||
openapi-types: 12.1.3
|
openapi-types: 12.1.3
|
||||||
z-schema: 4.2.4
|
z-schema: 4.2.4
|
||||||
|
|
||||||
'@apidevtools/swagger-parser@10.1.0(openapi-types@12.1.3)':
|
'@apidevtools/swagger-parser@10.1.1(openapi-types@12.1.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@apidevtools/json-schema-ref-parser': 9.0.6
|
'@apidevtools/json-schema-ref-parser': 11.7.2
|
||||||
'@apidevtools/openapi-schemas': 2.1.0
|
'@apidevtools/openapi-schemas': 2.1.0
|
||||||
'@apidevtools/swagger-methods': 3.0.2
|
'@apidevtools/swagger-methods': 3.0.2
|
||||||
'@jsdevtools/ono': 7.1.3
|
'@jsdevtools/ono': 7.1.3
|
||||||
ajv: 8.13.0
|
ajv: 8.17.1
|
||||||
ajv-draft-04: 1.0.0(ajv@8.13.0)
|
ajv-draft-04: 1.0.0(ajv@8.17.1)
|
||||||
call-me-maybe: 1.0.2
|
call-me-maybe: 1.0.2
|
||||||
openapi-types: 12.1.3
|
openapi-types: 12.1.3
|
||||||
|
|
||||||
|
|
@ -18243,9 +18241,9 @@ snapshots:
|
||||||
clean-stack: 2.2.0
|
clean-stack: 2.2.0
|
||||||
indent-string: 4.0.0
|
indent-string: 4.0.0
|
||||||
|
|
||||||
ajv-draft-04@1.0.0(ajv@8.13.0):
|
ajv-draft-04@1.0.0(ajv@8.17.1):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
ajv: 8.13.0
|
ajv: 8.17.1
|
||||||
|
|
||||||
ajv-formats@2.1.1(ajv@8.12.0):
|
ajv-formats@2.1.1(ajv@8.12.0):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
|
@ -18276,13 +18274,6 @@ snapshots:
|
||||||
require-from-string: 2.0.2
|
require-from-string: 2.0.2
|
||||||
uri-js: 4.4.1
|
uri-js: 4.4.1
|
||||||
|
|
||||||
ajv@8.13.0:
|
|
||||||
dependencies:
|
|
||||||
fast-deep-equal: 3.1.3
|
|
||||||
json-schema-traverse: 1.0.0
|
|
||||||
require-from-string: 2.0.2
|
|
||||||
uri-js: 4.4.1
|
|
||||||
|
|
||||||
ajv@8.17.1:
|
ajv@8.17.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-deep-equal: 3.1.3
|
fast-deep-equal: 3.1.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue