From 49289bb1a5198782d69e6bcc5edec7a9f9a21160 Mon Sep 17 00:00:00 2001 From: sggerard Date: Fri, 15 Nov 2024 18:17:51 -0800 Subject: [PATCH 1/6] Remove cloud plugin, add translations --- cms/package-lock.json | 24 ------------------------ cms/package.json | 1 - cms/src/admin/app.tsx | 19 ++++++++++++++----- 3 files changed, 14 insertions(+), 30 deletions(-) diff --git a/cms/package-lock.json b/cms/package-lock.json index 0140a09..6afe283 100644 --- a/cms/package-lock.json +++ b/cms/package-lock.json @@ -11,7 +11,6 @@ "dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.1.3", "@chordata-insight/strapi-plugin-sso": "github:bcgov/strapi-plugin-sso", - "@strapi/plugin-cloud": "4.25.10", "@strapi/plugin-graphql": "^4.25.10", "@strapi/plugin-i18n": "4.25.10", "@strapi/plugin-users-permissions": "4.25.10", @@ -5647,29 +5646,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@strapi/plugin-cloud": { - "version": "4.25.10", - "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-4.25.10.tgz", - "integrity": "sha512-QFmoPywCsyVkvcTAyIKn61rSRmuuLglv+gJbn2wuTY3vu7Zpk7Ni3f/duhc8diwkoePCWX6idcNMUsxtwDaetg==", - "license": "MIT", - "dependencies": { - "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.10", - "@strapi/icons": "1.19.0", - "react-intl": "6.4.1" - }, - "engines": { - "node": ">=18.0.0 <=20.x.x", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/strapi": "^4.4.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "5.3.4", - "styled-components": "5.3.3" - } - }, "node_modules/@strapi/plugin-content-manager": { "version": "4.25.13", "resolved": "https://registry.npmjs.org/@strapi/plugin-content-manager/-/plugin-content-manager-4.25.13.tgz", diff --git a/cms/package.json b/cms/package.json index 729b4b5..8562369 100644 --- a/cms/package.json +++ b/cms/package.json @@ -13,7 +13,6 @@ "dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.1.3", "@chordata-insight/strapi-plugin-sso": "github:bcgov/strapi-plugin-sso", - "@strapi/plugin-cloud": "4.25.10", "@strapi/plugin-graphql": "^4.25.10", "@strapi/plugin-i18n": "4.25.10", "@strapi/plugin-users-permissions": "4.25.10", diff --git a/cms/src/admin/app.tsx b/cms/src/admin/app.tsx index 19cc5ff..8a7dd31 100644 --- a/cms/src/admin/app.tsx +++ b/cms/src/admin/app.tsx @@ -29,12 +29,21 @@ export default { // 'zh-Hans', // 'zh', ], + notificiations: { + releases: false + }, + translations: { + en: { + "app.components.LeftMenu.navbrand.title": "BCMI Dashboard", + "app.components.LeftMenu.navbrand.workplace": "Mines Digital Services", + "app.components.HomePage.welcome": "Welcome to the BCMI Content Management System!", + "app.components.HomePage.welcome.again": "Welcome back to the BCMI Content Management System đź‘‹", + "app.components.HomePage.welcomeBlock.content": "To edit content select 'Content Manager' from the left menu.", + "app.components.HomePage.welcomeBlock.content.again": "To edit content select 'Content Manager' from the left menu.", + } + }, }, - translations: { - en: { - "app.components.LeftMenu.navbrand.title": "BCMI Dashboard", - } - }, + bootstrap(app) { console.log(app); }, From d0754075001163ea32f1f796c27ca25c5825f499 Mon Sep 17 00:00:00 2001 From: sggerard Date: Fri, 15 Nov 2024 18:46:41 -0800 Subject: [PATCH 2/6] Cleanup components --- charts/app/values.yaml | 6 +- frontend/src/app/app.module.ts | 20 +-- .../page/page.component.html | 0 .../page/page.component.scss | 0 .../page/page.component.spec.ts | 0 .../{static-pages => }/page/page.component.ts | 3 +- frontend/src/app/services/config.service.ts | 2 +- .../authorizations.component.html | 128 --------------- .../authorizations.component.scss | 9 -- .../authorizations.component.spec.ts | 55 ------- .../authorizations.component.ts | 31 ---- .../compliance-oversight.component.html | 52 ------ .../compliance-oversight.component.scss | 9 -- .../compliance-oversight.component.spec.ts | 29 ---- .../compliance-oversight.component.ts | 14 -- .../contact/contact.component.html | 60 ------- .../contact/contact.component.scss | 9 -- .../contact/contact.component.spec.ts | 27 ---- .../static-pages/contact/contact.component.ts | 14 -- .../legislation/legislation.component.html | 148 ------------------ .../legislation/legislation.component.scss | 7 - .../legislation/legislation.component.spec.ts | 34 ---- .../legislation/legislation.component.ts | 14 -- .../lifecycle/lifecycle.component.html | 94 ----------- .../lifecycle/lifecycle.component.scss | 9 -- .../lifecycle/lifecycle.component.spec.ts | 34 ---- .../lifecycle/lifecycle.component.ts | 14 -- .../reclamation/reclamation.component.html | 60 ------- .../reclamation/reclamation.component.scss | 9 -- .../reclamation/reclamation.component.spec.ts | 34 ---- .../reclamation/reclamation.component.ts | 14 -- .../tailings-management.component.html | 65 -------- .../tailings-management.component.scss | 9 -- .../tailings-management.component.spec.ts | 36 ----- .../tailings-management.component.ts | 14 -- .../topics-of-interest.component.html | 64 -------- .../topics-of-interest.component.scss | 7 - .../topics-of-interest.component.spec.ts | 36 ----- .../topics-of-interest.component.ts | 14 -- .../water-quality.component.html | 53 ------- .../water-quality.component.scss | 9 -- .../water-quality.component.spec.ts | 36 ----- .../water-quality/water-quality.component.ts | 14 -- 43 files changed, 7 insertions(+), 1289 deletions(-) rename frontend/src/app/{static-pages => }/page/page.component.html (100%) rename frontend/src/app/{static-pages => }/page/page.component.scss (100%) rename frontend/src/app/{static-pages => }/page/page.component.spec.ts (100%) rename frontend/src/app/{static-pages => }/page/page.component.ts (94%) delete mode 100644 frontend/src/app/static-pages/authorizations/authorizations.component.html delete mode 100644 frontend/src/app/static-pages/authorizations/authorizations.component.scss delete mode 100644 frontend/src/app/static-pages/authorizations/authorizations.component.spec.ts delete mode 100644 frontend/src/app/static-pages/authorizations/authorizations.component.ts delete mode 100644 frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.html delete mode 100644 frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.scss delete mode 100644 frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.spec.ts delete mode 100644 frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.ts delete mode 100644 frontend/src/app/static-pages/contact/contact.component.html delete mode 100644 frontend/src/app/static-pages/contact/contact.component.scss delete mode 100644 frontend/src/app/static-pages/contact/contact.component.spec.ts delete mode 100644 frontend/src/app/static-pages/contact/contact.component.ts delete mode 100644 frontend/src/app/static-pages/legislation/legislation.component.html delete mode 100644 frontend/src/app/static-pages/legislation/legislation.component.scss delete mode 100644 frontend/src/app/static-pages/legislation/legislation.component.spec.ts delete mode 100644 frontend/src/app/static-pages/legislation/legislation.component.ts delete mode 100644 frontend/src/app/static-pages/lifecycle/lifecycle.component.html delete mode 100644 frontend/src/app/static-pages/lifecycle/lifecycle.component.scss delete mode 100644 frontend/src/app/static-pages/lifecycle/lifecycle.component.spec.ts delete mode 100644 frontend/src/app/static-pages/lifecycle/lifecycle.component.ts delete mode 100644 frontend/src/app/static-pages/reclamation/reclamation.component.html delete mode 100644 frontend/src/app/static-pages/reclamation/reclamation.component.scss delete mode 100644 frontend/src/app/static-pages/reclamation/reclamation.component.spec.ts delete mode 100644 frontend/src/app/static-pages/reclamation/reclamation.component.ts delete mode 100644 frontend/src/app/static-pages/tailings-management/tailings-management.component.html delete mode 100644 frontend/src/app/static-pages/tailings-management/tailings-management.component.scss delete mode 100644 frontend/src/app/static-pages/tailings-management/tailings-management.component.spec.ts delete mode 100644 frontend/src/app/static-pages/tailings-management/tailings-management.component.ts delete mode 100644 frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.html delete mode 100644 frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.scss delete mode 100644 frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.spec.ts delete mode 100644 frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.ts delete mode 100644 frontend/src/app/static-pages/water-quality/water-quality.component.html delete mode 100644 frontend/src/app/static-pages/water-quality/water-quality.component.scss delete mode 100644 frontend/src/app/static-pages/water-quality/water-quality.component.spec.ts delete mode 100644 frontend/src/app/static-pages/water-quality/water-quality.component.ts diff --git a/charts/app/values.yaml b/charts/app/values.yaml index 1fc990d..0ca2ff1 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -159,7 +159,7 @@ bitnamipg: storageClass: netapp-block-standard accessModes: - ReadWriteOnce - size: 100Mi + size: 200Mi containerSecurityContext: enabled: false podSecurityContext: @@ -169,6 +169,6 @@ bitnamipg: cpu: 50m memory: 150Mi limits: - cpu: 150m - memory: 250Mi + cpu: 200m + memory: 300Mi diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index d5911ad..4c27116 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -12,15 +12,6 @@ import { AppComponent } from './app.component'; import { HomeComponent } from './home/home.component'; import { HeaderComponent } from './header/header.component'; import { FooterComponent} from './footer/footer.component'; -import { LegislationComponent } from './static-pages/legislation/legislation.component'; -import { ComplianceOversightComponent } from './static-pages/compliance-oversight/compliance-oversight.component'; -import { ContactComponent } from './static-pages/contact/contact.component'; -import { AuthorizationsComponent } from './static-pages/authorizations/authorizations.component'; -import { LifecycleComponent } from './static-pages/lifecycle/lifecycle.component'; -import { TopicsOfInterestComponent } from './static-pages/topics-of-interest/topics-of-interest.component'; -import { WaterQualityComponent } from './static-pages/water-quality/water-quality.component'; -import { TailingsManagementComponent } from './static-pages/tailings-management/tailings-management.component'; -import { ReclamationComponent } from './static-pages/reclamation/reclamation.component'; import { NotFoundComponent } from './not-found/not-found.component'; import { EnforcementActionsModule } from './enforcement-actions/enforcement-actions.module'; import { ProponentService } from '@services/proponent.service'; @@ -38,7 +29,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { RouterModule } from '@angular/router'; import { LeafletModule } from '@bluehalo/ngx-leaflet'; import { GraphQLModule } from './graphql.module'; -import { PageComponent } from './static-pages/page/page.component'; +import { PageComponent } from './page/page.component'; import { ContentService } from './services/content-service'; import { ContentDirective } from './services/content-directive'; @@ -52,16 +43,7 @@ export function initConfig(configService: ConfigService) { FooterComponent, AppComponent, HomeComponent, - LegislationComponent, - ComplianceOversightComponent, - ContactComponent, - AuthorizationsComponent, PageComponent, - LifecycleComponent, - TopicsOfInterestComponent, - WaterQualityComponent, - TailingsManagementComponent, - ReclamationComponent, NotFoundComponent, ContentDirective ], diff --git a/frontend/src/app/static-pages/page/page.component.html b/frontend/src/app/page/page.component.html similarity index 100% rename from frontend/src/app/static-pages/page/page.component.html rename to frontend/src/app/page/page.component.html diff --git a/frontend/src/app/static-pages/page/page.component.scss b/frontend/src/app/page/page.component.scss similarity index 100% rename from frontend/src/app/static-pages/page/page.component.scss rename to frontend/src/app/page/page.component.scss diff --git a/frontend/src/app/static-pages/page/page.component.spec.ts b/frontend/src/app/page/page.component.spec.ts similarity index 100% rename from frontend/src/app/static-pages/page/page.component.spec.ts rename to frontend/src/app/page/page.component.spec.ts diff --git a/frontend/src/app/static-pages/page/page.component.ts b/frontend/src/app/page/page.component.ts similarity index 94% rename from frontend/src/app/static-pages/page/page.component.ts rename to frontend/src/app/page/page.component.ts index 3746306..8abac66 100644 --- a/frontend/src/app/static-pages/page/page.component.ts +++ b/frontend/src/app/page/page.component.ts @@ -1,6 +1,7 @@ import { afterRender, Component, OnInit, ViewEncapsulation } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; -import { Page } from '../../models/content/page'; +import { Page } from '../models/content/page'; +import { SafeHtmlPipe } from '@app/pipes/safe-html.pipe'; @Component({ selector: 'app-page', diff --git a/frontend/src/app/services/config.service.ts b/frontend/src/app/services/config.service.ts index c246268..c11ba42 100644 --- a/frontend/src/app/services/config.service.ts +++ b/frontend/src/app/services/config.service.ts @@ -1,7 +1,7 @@ import { Injectable } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Route, Router } from '@angular/router'; -import { PageComponent } from '@app/static-pages/page/page.component'; +import { PageComponent } from '@app/page/page.component'; import { ContentResolver } from './content-resolver'; import { ContentService } from './content-service'; diff --git a/frontend/src/app/static-pages/authorizations/authorizations.component.html b/frontend/src/app/static-pages/authorizations/authorizations.component.html deleted file mode 100644 index 9c412fe..0000000 --- a/frontend/src/app/static-pages/authorizations/authorizations.component.html +++ /dev/null @@ -1,128 +0,0 @@ -
-
-
-
-

Authorizations

-

Major mines in British Columbia require authorizations from several different federal and provincial agencies. They can vary from project to project, but the three key authorizations for major mines in BC are environmental assessment (EA) certificates, Mines Act permits and Environmental Management Act permits.

- -
-
-
-
- -
-
-
-
-

Authorizations for Major Mines in British Columbia

-

Major mines in British Columbia typically produce metal and coal, but very large aggregate or industrial minerals operations may also qualify as major mines. Major mines require many authorizations from many different federal and provincial agencies. The number and type of authorizations required varies from mining project to mining project, but typically there are three primary provincial authorizations:

-
    -
  • Environmental assessment (EA) certificates, issued under the Environmental Assessment Act (Environmental Assessment Office)
  • -
  • Permits issued under the Mines Act (Ministry of Energy, Mines, and Low Carbon Innovation)
  • -
  • Waste discharge permits issued under the Environmental Management Act (Ministry of Environment and Climate Change Strategy)
  • -
-

Authorizations issued under these three acts are available on this website.

-

Established in late 2014, the Ministry of Energy and Mines Major Mine Permitting Office (MMPO) improves the co-ordination of major mine permitting across British Columbia. MMPO brings clear accountability to both industry and government to ensure timely and durable decisions are made with respect to permitting major mine projects around the province.

-
-
-
-

Environmental Assessment (EA) Process

-

Proposed major mines and major expansions to existing mines in British Columbia typically require environmental assessment (EA) certificates. The Environmental Assessment Office (EAO) manages the assessment of proposed major projects in BC as required by the Environmental Assessment Act. BC has a rigourous EA process that carefully evaluates the potential environmental, economic, social, heritage and health impacts of proposed projects, as well as potential impacts to First Nations interests. Proposed mine projects in BC above production thresholds set out in the Reviewable Projects Regulation of the Environmental Assessment Act automatically trigger the provincial EA process. Project proponents can also “opt in” to the EA process, and the Minister of Environment has the power to designate a project as reviewable.

-

For more information on the BC EA process, please visit http://www.eao.gov.bc.ca/process.html or refer to the EAO User Guide.

-
-
-
-

Major Permits

-

The Ministry of Energy, Mines, and Low Carbon Innovation (EMLI) and the Ministry of Environment and Climate Change Strategy (ENV) have developed a document to outline the information that mining project proponents are required to submit in support of a joint application for a Mines Act permit and a waste discharge permit issued under the Environmental Management Act (EMA). This document is intended for both new and existing major mines, including proposed major expansions/extensions of mining projects. The combined technical information requirements are intended to reduce overlap in technical information required by both ministries and enable one application, or bundled applications, to be submitted for review. While this document is aimed at proponents, it may also serve as a resource to anyone interested in learning more about the kind of information required during the mine permitting process.

- -

Mines Act Permits

-

Proposed major mines (e.g., metal and coal mines as well as some large aggregate and industrial minerals operations), major expansions/upgrades to existing mines, and some large-scale exploration/development projects require approval under the Mines Act as per part 10 of the Health, Safety and Reclamation Code for Mines in British Columbia (the Code).

-

The Chief Inspector of Mines (or a delegated Inspector of Mines) is the statutory decision maker (SDM) for Mines Act permits. Applications for Mines Act permits, including applications for exploration programs, are typically referred by EMLI to other agencies and First Nations to review and provide comments that inform the SDM when making a decision on whether to issue a permit.

-

The Mines Act permitting process includes on-site activities, such as the management of water quality, waste and metal leaching and acid rock drainage (ML/ARD) at the mine, as well as geotechnical design and reclamation and closure planning.

-

Depending on the complexity of the proposal, an application is reviewed by either the relevant regional Mine Development Review Committee or a project-specific Mine Review Committee before the SDM makes a decision.

-

If a proponent wishes to depart from an approved mine plan and/or reclamation program, the owner, agent or manager must notify the Chief Inspector of Mines in writing, as per part 10.1.18 of the Code. The Chief Inspector or a delegate then either approves the proposed departure or notifies the mine that an application for a Mines Act permit amendment must be submitted.

-

Environmental Management Act (EMA) Permits

-

Because major mining operations discharge material to the environment, they require waste discharge authorizations under the Environmental Management Act (EMA). Waste discharge authorizations are required for the following:

-
    -
  • Effluent discharges (e.g., tailings pond supernatant, mine-influenced run-off and sewage);
  • -
  • Air emissions (e.g., refuse incinerator emissions, emissions from large power-generating plants, emissions from milling processes, etc.); and
  • -
  • Solid wastes (e.g., mill tailings, water-treatment plant sludge, municipal and industrial refuse, etc.).
  • -
-

A permit issued under EMA authorizes an ongoing/long term discharge of waste to the environment to ensure protection of human health and the environment. Some of the terms and conditions include limiting the quantity and quality of waste discharge contaminants, monitoring the discharge and the receiving environment, and reporting information to the Ministry of Environment and Climate Change Strategy (ENV).

-

An approval issued under EMA is similar to an EMA permit, but it is issued for short-term discharges up to a maximum of 15 months duration. An approval may be amended, suspended, cancelled or transferred and will automatically expire at the end of its term. If a discharge is expected to go beyond the maximum 15-month discharge period, a permit is required.

-

Authorizations for mining under EMA are issued by the Ministry of Environment’s Environmental Protection Division (EPD) Mining Authorizations team.

- -
-
-
-

Other Authorizations for Mining Projects in BC

-

Tenure Authorizations

-

In British Columbia, sub-surface rights are different from surface rights, and, like proponents of other industrial activities, mining project proponents are required to apply for tenures. The Mineral Titles Branch of the Ministry of Energy, Mines, and Low Carbon Innovation administers the legislation governing the acquisition, exploration and development of mineral, placer mineral, and coal rights in the province. The branch maintains the coal and mineral titles registries under the Mineral Tenure Act and the Coal Act and associated regulations, and issues licences and leases.

- -

Ministry of Forests, Lands and Natural Resource Operations (FLNRO) Authorizations

-

FLNRO is responsible for:

-
    -
  • licensing or approving water use, and water storage facilities or diversion channels under the Water Sustainability Act and the BC Dam Safety Regulation;
  • -
  • issuing Wildlife Act authorizations;
  • -
  • administering the Heritage Conservation Act and associated authorizations;
  • -
  • reviewing/authorizing any cutting or spoiling of Crown trees under the Forest Act;
  • -
  • issuing Land Act tenure; and
  • -
  • authorizing access roads, utility corridors, and other improvements related to the mine operation on Crown land outside of mine areas under the Land Act or Forest Act.
  • -
-

To learn more about authorizations issued by FLNRO, please visit the Natural Resource Sector Online Services portal.

-

Federal Government Authorizations

-
    -
  • Most major mines in British Columbia require Fisheries Act authorizations
  • -
  • The Canadian Environmental Assessment Agency (CEAA) conducts reviews of major projects across Canada, including major mine projects in British Columbia, under the Canadian Environmental Assessment Act, 2012. If a major mine project is deemed reviewable by CEAA, it requires federal environmental assessment (EA) approval. Learn about federal-provincial EA relations.
  • -
  • Other federally managed statutes may also apply to major mine projects in British Columbia, and authorizations under these statutes may be required.
  • -
  • The Government of Canada’s Major Project Management Office (MPMO) manages major resource projects in the federal regulatory review process, including some major mine projects in BC. Learn more about the federal MPMO.
  • -
-
-
- -
-
diff --git a/frontend/src/app/static-pages/authorizations/authorizations.component.scss b/frontend/src/app/static-pages/authorizations/authorizations.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/authorizations/authorizations.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/authorizations/authorizations.component.spec.ts b/frontend/src/app/static-pages/authorizations/authorizations.component.spec.ts deleted file mode 100644 index f9408c0..0000000 --- a/frontend/src/app/static-pages/authorizations/authorizations.component.spec.ts +++ /dev/null @@ -1,55 +0,0 @@ -import { waitForAsync, inject, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { Router, NavigationEnd } from '@angular/router'; - -import { AuthorizationsComponent } from './authorizations.component'; -import { Subscription } from 'rxjs'; - -window.scrollTo = jest.fn(); - -describe('AuthorizationsComponent', () => { - let component: AuthorizationsComponent; - let fixture: ComponentFixture; - let navigationInstance: NavigationEnd; - const routerStub = { - events: { - subscribe: (next: (value: any) => void) => { - next(navigationInstance); - const sub = new Subscription(); - sub.unsubscribe = jest.fn(); - return sub; - } - }, - parseUrl: () => { - return { - fragment: 'test' - }; - }, - url: 'test.test.com' - }; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [ - { provide: Router, useValue: routerStub } - ], - declarations: [ AuthorizationsComponent ], - imports: [ - NgxPageScrollModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(AuthorizationsComponent); - component = fixture.componentInstance; - }); - - it('should be created', inject([Router], (router: Router) => { - navigationInstance = new NavigationEnd(1, 'test.test.com', 'test.test.com'); - const authComp = new AuthorizationsComponent(router); - expect(authComp).not.toBeNull(); - expect(component).toBeTruthy(); - })); -}); diff --git a/frontend/src/app/static-pages/authorizations/authorizations.component.ts b/frontend/src/app/static-pages/authorizations/authorizations.component.ts deleted file mode 100644 index 54d8c26..0000000 --- a/frontend/src/app/static-pages/authorizations/authorizations.component.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { Component, OnInit } from '@angular/core'; -import { Router, NavigationEnd } from '@angular/router'; - -@Component({ - selector: 'app-authorizations', - templateUrl: './authorizations.component.html', - styleUrls: ['./authorizations.component.scss'] -}) -export class AuthorizationsComponent implements OnInit { - - constructor( private router: Router ) { - // Note: Angular 'fragment' attribute is not working so this is a work around until they decide to fix it - // Get URL and find the fragment of it which should be an ID. Scroll to said ID. - this.router.events.subscribe(event => { - if (event instanceof NavigationEnd) { - const url = router.parseUrl(router.url); - if (url.fragment) { - const element = document.querySelector('#' + url.fragment); - if (element) { - element.scrollIntoView(); - } - } - } - }); - } - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.html b/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.html deleted file mode 100644 index 52a2a28..0000000 --- a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.html +++ /dev/null @@ -1,52 +0,0 @@ -
-
-
-
-

Compliance Oversight

-

Compliance and enforcement (C&E) activities begin after a claim is staked and continue through exploration and the life of a mine.

-
-
-
-
- -
-
-
-
-

Integrated Oversight of British Columbia's Mining Sector

-

The Ministry of Energy, Mines, and Low Carbon Innovation (EMLI), Ministry of Environment and Climate Change Strategy (ENV), Environmental Assessment Office (EAO) and other agencies, such as the Ministry of Forests, Lands and Natural Resource Operations (FLNRO), work together to provide compliance oversight of mining activities in British Columbia. The agencies co-ordinate inspection priorities, share information about compliance concerns, share training opportunities, conduct joint inspections and “observe, record, report” for one another.

-

Each agency conducts field inspections and desk-based reviews of compliance information related to its mandate. In some cases, compliance officers may be cross-designated to enable effective use of inspection resources. While the agencies work closely together, each is responsible for compliance oversight and enforcement related to its respective mandate. Inspections by the various agencies focus on different legal requirements, and are based on mandate, on-the-ground conditions, project phase, any ongoing compliance issues, officer discretion, etc. When non-compliances are identified, compliance staff assess which agency may be the best-placed regulator to address the issue based on expertise, familiarity with the issue, regulatory tools, etc.

-

EMLI’s oversight responsibilities under the Mines Act generally apply within the mine site boundary defined in the Mines Act permit. EMLI Inspectors of Mines regularly conduct field inspections to make sure that mines are complying with the Mines Act, the Health, Safety and Reclamation Code for Mines in British Columbia, other codes and standards such as the Canadian Electrical Code, and site-specific Mines Act permit conditions. Some EMLI inspections are specialized (e.g., occupational health inspections, geotechnical inspections) while others are more general in scope.

-

ENV’s responsibilities under the Environmental Management Act (EMA) are typically limited to actual or potential environmental impacts beyond the mine site boundary. Key environmental concerns related to mining include water contamination from the processes of heavy-metal and non-metal leaching, and acid rock drainage. To ensure environmental protection, ENV regulates effluent discharges, air emissions and hazardous waste produced by mines, as well as landfills associated with mining activities, through site-specific permits issued under EMA and associated regulations, such as the Hazardous Waste Regulation.

-

EAO’s work does not end when a mining project receives an environmental assessment (EA) certificate under the Environmental Assessment Act. C&E is an important part of the EA process to ensure that operators are following their EA certificate conditions.

-

FLNRO’s responsibilities under the Land Act, the Forest Act and the Water Act include areas on and off the mine site, and this ministry’s C&E activities usually have a detailed focus. At this time, FLNRO records are not available via this platform.

-
-
- -
-
diff --git a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.scss b/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.spec.ts b/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.spec.ts deleted file mode 100644 index 0378a74..0000000 --- a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.spec.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { ComplianceOversightComponent } from './compliance-oversight.component'; - -window.scrollTo = jest.fn(); - -describe('ComplianceOversightComponent', () => { - let component: ComplianceOversightComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ ComplianceOversightComponent ], - imports: [ RouterTestingModule ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(ComplianceOversightComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.ts b/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.ts deleted file mode 100644 index d595614..0000000 --- a/frontend/src/app/static-pages/compliance-oversight/compliance-oversight.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-compliance-oversight', - templateUrl: './compliance-oversight.component.html', - styleUrls: ['./compliance-oversight.component.scss'] -}) -export class ComplianceOversightComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/contact/contact.component.html b/frontend/src/app/static-pages/contact/contact.component.html deleted file mode 100644 index 11b30cd..0000000 --- a/frontend/src/app/static-pages/contact/contact.component.html +++ /dev/null @@ -1,60 +0,0 @@ -
-
-
-
-

Connect With Us

-

BC Mine Information is continuously evolving. More information and features will be added to the site on - an ongoing basis and we welcome feedback to help us decide what would be most valuable.

-
-
-
-
- -
-
-
-

Help Us Build a Better Service

-

Thank you for visiting the new BC Mine Information website. More information and features will be added to this - site on an ongoing basis, and the design will be continuously refined to improve user experience. Suggestions - may be sent via email, using the button below.

- - email - Submit Feedback - -
- -
-
- - - - diff --git a/frontend/src/app/static-pages/contact/contact.component.scss b/frontend/src/app/static-pages/contact/contact.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/contact/contact.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/contact/contact.component.spec.ts b/frontend/src/app/static-pages/contact/contact.component.spec.ts deleted file mode 100644 index c5489ed..0000000 --- a/frontend/src/app/static-pages/contact/contact.component.spec.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { ContactComponent } from './contact.component'; - -window.scrollTo = jest.fn(); - -describe('ContactComponent', () => { - let component: ContactComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - declarations: [ ContactComponent ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(ContactComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/contact/contact.component.ts b/frontend/src/app/static-pages/contact/contact.component.ts deleted file mode 100644 index b9bfd41..0000000 --- a/frontend/src/app/static-pages/contact/contact.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-contact', - templateUrl: './contact.component.html', - styleUrls: ['./contact.component.scss'] -}) -export class ContactComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/legislation/legislation.component.html b/frontend/src/app/static-pages/legislation/legislation.component.html deleted file mode 100644 index e39d2df..0000000 --- a/frontend/src/app/static-pages/legislation/legislation.component.html +++ /dev/null @@ -1,148 +0,0 @@ -
-
-
-
-

Legislation

-

Mining in British Columbia is regulated by both the provincial and federal governments

- -
-
-
-
- -
-
-
-

Key Statutes and Regulations for Mining in British Columbia

-

Mining activities in British Columbia are subject to a variety of different provincial and federal regulations. The main pieces of legislation that govern major mines in BC are the Environmental Assessment Act, the Mines Act and the Environmental Management Act. You can learn more about these acts and others below. Please note that this is not meant to be an exhaustive list of all regulations that apply to mining activities.

-
-
-
-

Provincial Statutes

-
-

Environmental Assessment Act (Environmental Assessment Office)

-

The Environmental Assessment Act provides a mechanism for reviewing proposed major projects in British Columbia, including major mining projects, to assess their potential impacts. The Environmental Assessment Office (EAO) manages the assessment of proposed major projects as required by the Environmental Assessment Act.

- -
-
Reviewable Projects Regulation (Environmental Assessment Office)
-

The Reviewable Projects Regulation of the Environmental Assessment Act provides for a broad range of major projects to be automatically reviewable if they meet certain thresholds, such as area or production volume.

- -
- -
-
-

Mines Act (Ministry of Energy, Mines, and Low Carbon Innovation)

-

The Mines Act and the accompanying Health, Safety and Reclamation Code for Mines in British Columbia (the Code) protect workers, the public and the environment through provisions for minimizing the health, safety and environmental risks related to mining activities. Proposed major mines (e.g., metal and coal), major expansions/upgrades to existing mines, and some large-scale exploration/development projects require approval under the Mines Act as per part 10 of the Code.

- - -
-
-

Environmental Management Act (Ministry of Environment and Climate Change Strategy)

-

The Environmental Management Act (EMA) regulates industrial and municipal waste discharge, pollution, hazardous waste and contaminated site remediation. EMA provides the authority for introducing wastes into the environment, while protecting public health and the environment. The Act enables the use of permits, regulations and codes of practice to authorize discharges to the environment and enforcement options, such as administrative penalties, orders and fines to encourage compliance. Guidelines and objectives for air and water quality are developed under EMA.

- -
-
Waste Discharge Regulation (Ministry of Environment and Climate Change Strategy)
- -
-
-
Other EMA Regulations that May Apply to Mining Operations in BC
-

The Waste Discharge Regulation identifies those industries and activities requiring authorizations to discharge under the Environmental Management Act (EMA).

- -
- -
-
-

Tenure

- - -
-
-

Legislation Administered by the Ministry of Forests, Lands and Natural Resource Operations (FLNRO) that May Apply to Mining Operations in BC

- - -
-
-

Other Provincial Statutes that May Apply to Mining Operations in BC

- -
-
-
-
-

Federal Statutes

-
-

Fisheries Act

-

Fisheries and Oceans Canada and Environment Canada are responsible for the Fisheries Act. This act’s Metal Mining Effluent Regulations apply to most major mine projects in BC.

-
-
-

Canadian Environmental Act

-

The Canadian Environmental Assessment Agency conducts reviews of major projects across Canada, including major mine projects in British Columbia, under the Canadian Environmental Assessment Act, 2012.

-
-
-

Other Federal Statutes

- -
-
-
-
diff --git a/frontend/src/app/static-pages/legislation/legislation.component.scss b/frontend/src/app/static-pages/legislation/legislation.component.scss deleted file mode 100644 index 1eed716..0000000 --- a/frontend/src/app/static-pages/legislation/legislation.component.scss +++ /dev/null @@ -1,7 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/legislation/legislation.component.spec.ts b/frontend/src/app/static-pages/legislation/legislation.component.spec.ts deleted file mode 100644 index 8d99b2b..0000000 --- a/frontend/src/app/static-pages/legislation/legislation.component.spec.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { LegislationComponent } from './legislation.component'; - -window.scrollTo = jest.fn(); - -describe('LegislationComponent', () => { - let component: LegislationComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ LegislationComponent ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(LegislationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/legislation/legislation.component.ts b/frontend/src/app/static-pages/legislation/legislation.component.ts deleted file mode 100644 index fc16976..0000000 --- a/frontend/src/app/static-pages/legislation/legislation.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-legislation', - templateUrl: './legislation.component.html', - styleUrls: ['./legislation.component.scss'] -}) -export class LegislationComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/lifecycle/lifecycle.component.html b/frontend/src/app/static-pages/lifecycle/lifecycle.component.html deleted file mode 100644 index acc57d7..0000000 --- a/frontend/src/app/static-pages/lifecycle/lifecycle.component.html +++ /dev/null @@ -1,94 +0,0 @@ - - -
-
-
-
-

Exploration

-

Geoscience/Prospecting

-

Searching for mineral deposits is the first step of the mining lifecycle. During this stage, large areas are often evaluated by airborne or ground-based surveys, such as those conducted by the BC Geological Survey. These surveys provide important geological and geoscientific information about mineral and coal resources and potential. This information encourages investment in mineral and coal exploration by helping prospectors and companies target promising areas.

-

In BC, mineral claims can be staked via Mineral Titles Online by anyone with a Free Miner’s Certificate. The holder of a claim has the right to prospect on that claim (i.e., search for mineral deposits), but mechanized disturbance requires a “Notice of Work” permit, which is issued under the Mines Act.

-

Initial Exploration

-

Once a deposit is discovered, exploration methods such as more detailed surveys, sampling, diamond drilling and trenching may be used to learn more about the deposit (e.g., size, shape, depth, etc.). Data collection for environmental and other studies often begins at this stage.

-

Advanced Exploration

-

If the results of initial exploration of a deposit are positive, a company may decide to move to the advanced exploration stage. Advanced exploration is more intensive and expensive than initial exploration, and the main objectives are to define the quality and quantity of potential ore and to determine the most suitable mining and processing techniques.

-

Bulk sampling is a common technique used in advanced exploration. A bulk sample is a large rock sample selected to represent a potential orebody. This sample, which can be hundreds of tonnes, is extracted and analyzed to determine its metallurgical characteristics. Information on ore quality, mineralogy and geochemistry obtained through bulk sampling is used to inform development decisions.

-

During the advanced exploration phase, drilling programs are intensified to further enhance knowledge of the shape of the deposit and the characteristics of the orebody. The results of advanced exploration are used to estimate the mineral or coal reserve, and feasibility studies are based on these estimates.

-
-
-
-

Development

-

Feasibility

-

The feasibility stage begins once exploration activities indicate that a mineral or coal deposit is worthy of further evaluation. Using the estimated mineral/coal reserve as a basis, feasibility studies assess the technical, legal and economic viability of developing the deposit. Advanced exploration often goes on during the feasibility stage and may result in adjustments to mineral reserve estimates.

-

Design

-

Design encompasses the planning stage of mine development and the environmental assessment and permitting processes. During this stage, which often overlaps with the completion of feasibility studies and ongoing advanced exploration, all aspects of mine construction, operation, closure and reclamation are planned in detail.

-

The authorizations process (particularly the environmental assessment, and Mines Act and Environmental Management Act permitting processes) usually informs the design of major mine projects in BC. Decisions on the mine footprint, mining methods, etc. are based on a number of factors, including safety, economics and potential environmental impacts.

-

Plans can change over the course of a mine’s life. For instance, commodity price fluctuations can affect the viability of mining a deposit—lower prices can cause a mine to close early, and higher prices can result in mine life extension. Similarly, ongoing exploration at or near a mine site may result in the discovery of a new deposit or determine that a mineral or coal reserve is bigger than anticipated, which can in turn result in a mine expansion.

-

Construction

-

Once a mine project receives the necessary authorizations, construction can begin. First, site preparation activities, such as cutting trees and clearing and stripping overburden, are conducted. Once the site is ready, construction of the mine, associated buildings and structures, and infrastructure such as roads and bridges, can take place.

-

Over the life of the mine, construction may occur at the same time as operation (e.g., if a mine seeks approval to expand its operations, construction of the new part of the mine may take place while the existing part of the mine is in production).

-

Progressive reclamation begins during the construction phase and continues until a mine site is fully reclaimed after mine closure.

-
-
-
-

Operation

-

The operation phase begins once a mine is constructed and starts producing. Mining operations include extraction and processing of ore as well as waste disposal and ore transport.

-

Progressive reclamation begins during the mine construction phase and continues until a site is fully reclaimed after mine closure.

-
-
-
-

Closure

-

Mine closure is the final phase of the mining lifecycle. A mine’s life comes to an end once production reserves are exhausted or it is no longer economically viable to continue extracting resources from the site. Shutdown and decommissioning of a mine involves removing equipment (e.g., vehicles, processing equipment), dismantling facilities (e.g., mills, workers’ quarters) and safely closing all mine workings. Mines Act permits include site-specific conditions regarding detailed closure and reclamation plans.

-

Because increases in commodity prices and advances in technology can improve the economic viability of mining a deposit, closed mines are sometimes re-opened. When companies want to re-open or re-develop a major mine that has been closed for many years, they usually need to begin the authorizations process anew.

-
-
- -
-
diff --git a/frontend/src/app/static-pages/lifecycle/lifecycle.component.scss b/frontend/src/app/static-pages/lifecycle/lifecycle.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/lifecycle/lifecycle.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/lifecycle/lifecycle.component.spec.ts b/frontend/src/app/static-pages/lifecycle/lifecycle.component.spec.ts deleted file mode 100644 index d14c0c0..0000000 --- a/frontend/src/app/static-pages/lifecycle/lifecycle.component.spec.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { LifecycleComponent } from './lifecycle.component'; - -window.scrollTo = jest.fn(); - -describe('LifecycleComponent', () => { - let component: LifecycleComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ LifecycleComponent ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(LifecycleComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/lifecycle/lifecycle.component.ts b/frontend/src/app/static-pages/lifecycle/lifecycle.component.ts deleted file mode 100644 index a21b9f4..0000000 --- a/frontend/src/app/static-pages/lifecycle/lifecycle.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-lifecycle', - templateUrl: './lifecycle.component.html', - styleUrls: ['./lifecycle.component.scss'] -}) -export class LifecycleComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/reclamation/reclamation.component.html b/frontend/src/app/static-pages/reclamation/reclamation.component.html deleted file mode 100644 index 3ebbe38..0000000 --- a/frontend/src/app/static-pages/reclamation/reclamation.component.html +++ /dev/null @@ -1,60 +0,0 @@ -
-
-
-
-

Reclamation

-

British Columbia was one of the first provinces in Canada to enact mine reclamation legislation, and the first to extend this policy to exploration sites.

- -
-
-
-
- -
-
-
-
-

Committed to ensuring BC's resources are returned to an environmentally sound state

-

Since 1969, companies have been required by law to reclaim all lands disturbed by mining and related activities in British Columbia. BC was one of the first provinces in Canada to enact mine reclamation legislation, and the first to extend this policy to exploration sites. BC’s reclamation laws ensure that land, watercourses and cultural heritage resources are returned to a safe and environmentally sound state.

-

The Ministry of Energy, Mines, and Low Carbon Innovation (EMLI) enforces the reclamation provisions of the Mines Act and the Health, Safety and Reclamation Code for Mines in British Columbia (the Code), as well as permit conditions through site inspections. EMLI also conducts detailed technical reviews related to site-specific reclamation plans to ensure environmentally sound, economically viable solutions that enable BC’s mining industry to remain internationally competitive while maintaining this province’s rigourous environmental standards.

-

Before starting work at a mine site, companies are required to obtain a Mines Act permit approving the mine plan, a program for protection of the land and watercourses, and a reclamation program. Mining companies must also place a reclamation security with the Province to ensure reclamation obligations are kept. This security is only returned once the mine site has been reclaimed to a satisfactory level and there are no ongoing monitoring or maintenance requirements.

-
-
-

Annual Reclamation Reports (ARRs)

-

Permittees are required to submit annual reclamation reports (ARRs) to EMLI in compliance with their Mines Act permits and the Code. The intent of the ARR is to provide a summary of all activities conducted on the mine property over the previous year. Specifically, the ARR must outline the following:

-
    -
  • Mine development, including surface disturbance, stripping, stockpiling and disposal and storage of all materials.
  • -
  • Activities, research and monitoring results associated with the development and implementation of the Environment Protection Program.
  • -
  • Activities, research and monitoring results associated with the development and implementation of the Reclamation Program.
  • -
-

ARRs must also provide a projection of mining and reclamation activities planned for the following 5 years. Report information is required to be in a specific format, outlined in EMLI’s Annual Reclamation Report Requirements. ARRs for specific mines are available on the BC Mine Information website.

-
- -
- -
-
\ No newline at end of file diff --git a/frontend/src/app/static-pages/reclamation/reclamation.component.scss b/frontend/src/app/static-pages/reclamation/reclamation.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/reclamation/reclamation.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/reclamation/reclamation.component.spec.ts b/frontend/src/app/static-pages/reclamation/reclamation.component.spec.ts deleted file mode 100644 index 7e5fee2..0000000 --- a/frontend/src/app/static-pages/reclamation/reclamation.component.spec.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { ReclamationComponent } from './reclamation.component'; - -window.scrollTo = jest.fn(); - -describe('ReclamationComponent', () => { - let component: ReclamationComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ ReclamationComponent ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(ReclamationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/reclamation/reclamation.component.ts b/frontend/src/app/static-pages/reclamation/reclamation.component.ts deleted file mode 100644 index 2c7c011..0000000 --- a/frontend/src/app/static-pages/reclamation/reclamation.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-reclamation', - templateUrl: './reclamation.component.html', - styleUrls: ['./reclamation.component.scss'] -}) -export class ReclamationComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/tailings-management/tailings-management.component.html b/frontend/src/app/static-pages/tailings-management/tailings-management.component.html deleted file mode 100644 index 41ad3d1..0000000 --- a/frontend/src/app/static-pages/tailings-management/tailings-management.component.html +++ /dev/null @@ -1,65 +0,0 @@ -
-
-
-
-

Tailings Management

-

Tailings are a by-product of mining that must be properly managed to protect people and the environment.

- -
-
-
-
- -
-
-
-
-

Ensuring effective tailings management at all mine sites in British Columbia

-
-
-

What are Tailings?

-

Tailings are a by-product of coal and metal mining. Tailings are composed of finely ground rocks and water and often contain reagents or chemicals used in the processing of the target material (e.g., coal and minerals containing metals such as copper or gold).

-

How are Tailings Different than Overburden and Waste Rock?

-

Overburden and waste rock are the material (e.g., soil, rock) that is moved during mining activities to access the target material. Unlike tailings, overburden and waste rock do not have concentrations of target materials of economic interest and are not processed. Overburden and waste rock are generally stored on mine sites in piles or dumps, but may also be stored underwater to mitigate leaching and acid rock drainage (ML/ARD).

-

How are Tailings Managed at mine sites?

-

Tailings management varies by mine site, in consideration of the processing method and the site conditions. At most major mines where tailings are produced, the tailings are mixed with water and deposited as a slurry into a purpose-built tailing storage facility (TSF). TSF’s often use dams to create capacity to permanently store tailings for the life of the mine and throughout closure.

-

How are Tailings Regulated?

-

TSF’s, including mining dams, in British Columbia are regulated under Part 10 of the Health, Safety and Reclamation Code for Mines in British Columbia (the Code), as established under the Mines Act. In response to the Report on Mount Polley Tailings Storage Facility Breach by the Independent Expert Engineering Investigation and Review Panel, Part 10 of the Code was updated in 2016 to introduce several new requirements to improve TSF safety and management.

-

Continuous Improvement in British Columbia’s Mining Regulations

-

The Ministry of Energy, Mines and Low Carbon Innovation is committed to continuous regulatory improvement of mining. To support this commitment, the 2016 revisions to TSF Code requirements was the topic of the first Chief Auditor’s report under the Mines Act, titled The Audit of Code Requirements for Tailings Storage Facilities. The audit examined industry compliance with four key Code requirements:

-
    -
  • Engineer of Record
  • -
  • Independent Tailings Review Board
  • -
  • TSF Qualified Person
  • -
  • Annual TSF Inspection (commonly called Dam Safety Inspection)
  • -
-

The Ministry has prepared a table of TSF-related compliance status for metal and coal mines with one or more TSFs.

-

Visit the site-specific pages on this website to review Dam Safety Inspections.

-
- -
- -
-
diff --git a/frontend/src/app/static-pages/tailings-management/tailings-management.component.scss b/frontend/src/app/static-pages/tailings-management/tailings-management.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/tailings-management/tailings-management.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/tailings-management/tailings-management.component.spec.ts b/frontend/src/app/static-pages/tailings-management/tailings-management.component.spec.ts deleted file mode 100644 index 05969d0..0000000 --- a/frontend/src/app/static-pages/tailings-management/tailings-management.component.spec.ts +++ /dev/null @@ -1,36 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { TailingsManagementComponent } from './tailings-management.component'; - -window.scrollTo = jest.fn(); - -describe('TailingsManagementComponent', () => { - let component: TailingsManagementComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ - TailingsManagementComponent - ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(TailingsManagementComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/tailings-management/tailings-management.component.ts b/frontend/src/app/static-pages/tailings-management/tailings-management.component.ts deleted file mode 100644 index 4afa246..0000000 --- a/frontend/src/app/static-pages/tailings-management/tailings-management.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-tailings-management', - templateUrl: './tailings-management.component.html', - styleUrls: ['./tailings-management.component.scss'] -}) -export class TailingsManagementComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.html b/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.html deleted file mode 100644 index 9d971c0..0000000 --- a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.html +++ /dev/null @@ -1,64 +0,0 @@ - -
-
-
-
-

Topics of Interest

-

Learn more about how water, tailings and reclamation activities are managed at major mine sites in British Columbia.

- -
-
-
-
- -
-
-
-

Protecting resources for future generations

-

The Province strives to ensure that all mines in British Columbia operate in a safe and environmentally responsible manner that protects heritage and other resources for future generations. This area of the BC Mine Information website profiles key topics of interest regarding mining activities in BC.

-
-
-
-

Water Quality

-

Mines that release effluent can potentially cause changes to the receiving environment. Released effluent may impact the water quality in streams, lakes and groundwater, which in turn has the potential to affect local aquatic life and/or other water uses.

- -
-
-
-

Tailings Management

-

Tailings are a by-product of coal and metal mining. Tailings are composed of finely ground rocks and water and often contain reagents or chemicals used in the processing of the target material (e.g., coal and minerals containing metals such as copper or gold).

- -
-
-
-

Reclamation

-

Since 1969, companies have been required by law to reclaim all lands disturbed by mining and related activities in British Columbia. BC was one of the first provinces in Canada to enact mine reclamation legislation, and the first to extend this policy to exploration sites. BC’s reclamation laws ensure that land, watercourses and cultural heritage resources are returned to a safe and environmentally sound state.

- -
-
-
diff --git a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.scss b/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.scss deleted file mode 100644 index 1eed716..0000000 --- a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.scss +++ /dev/null @@ -1,7 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.spec.ts b/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.spec.ts deleted file mode 100644 index ce57d3b..0000000 --- a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.spec.ts +++ /dev/null @@ -1,36 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { TopicsOfInterestComponent } from './topics-of-interest.component'; - -window.scrollTo = jest.fn(); - -describe('TopicsOfInterestComponent', () => { - let component: TopicsOfInterestComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ - TopicsOfInterestComponent - ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(TopicsOfInterestComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.ts b/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.ts deleted file mode 100644 index b298c6e..0000000 --- a/frontend/src/app/static-pages/topics-of-interest/topics-of-interest.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-topics-of-interest', - templateUrl: './topics-of-interest.component.html', - styleUrls: ['./topics-of-interest.component.scss'] -}) -export class TopicsOfInterestComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} diff --git a/frontend/src/app/static-pages/water-quality/water-quality.component.html b/frontend/src/app/static-pages/water-quality/water-quality.component.html deleted file mode 100644 index fc70e57..0000000 --- a/frontend/src/app/static-pages/water-quality/water-quality.component.html +++ /dev/null @@ -1,53 +0,0 @@ -
-
-
-
-

Water Quality

-

Provincial oversight ensures that BC’s water is managed appropriately to protect both human and ecosystem health.

- -
-
-
-
- -
-
-
-
-

Committed to protecting water quality throughout the mining lifecycle

-

Mines that release effluent can potentially cause changes to the receiving environment. Released effluent may impact the water quality in streams, lakes and groundwater, which in turn has the potential to affect local aquatic life and/or other water uses.

-

An impact assessment for any proposed discharges, such as effluents, must be conducted by proponents in order to apply for an effluent discharge permit from the Ministry of Environment and Climate Change Strategy (ENV). Impact assessments are reviewed by not only by BC Government agencies, but also by First Nations and other interested parties as part of the permit application process. These assessments inform the Province’s decisions about the potential risks to water quality that a project may have. The information that impact assessments provide ensures that appropriate terms and conditions are set in permits to protect water quality throughout the lifecycle of a mine.

-

Permits issued under the Environmental Management Act commonly require proponents to report regularly to ENV on water quality monitoring. Water quality monitoring information, as well as other environmental monitoring information, for specific mines can be found in annual reports available on the BC Mine Information website.

-
- -
- -
-
diff --git a/frontend/src/app/static-pages/water-quality/water-quality.component.scss b/frontend/src/app/static-pages/water-quality/water-quality.component.scss deleted file mode 100644 index 1048fb7..0000000 --- a/frontend/src/app/static-pages/water-quality/water-quality.component.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Base -@import "@assets/styles/base.scss"; - -// Components -@import "@assets/styles/components/aside.scss"; -@import "@assets/styles/components/card.scss"; -@import "@assets/styles/components/hero-banner.scss"; -@import "@assets/styles/components/feature-block.scss"; -@import "@assets/styles/components/lists.scss"; \ No newline at end of file diff --git a/frontend/src/app/static-pages/water-quality/water-quality.component.spec.ts b/frontend/src/app/static-pages/water-quality/water-quality.component.spec.ts deleted file mode 100644 index e535b8c..0000000 --- a/frontend/src/app/static-pages/water-quality/water-quality.component.spec.ts +++ /dev/null @@ -1,36 +0,0 @@ -import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; -import { NgxPageScrollModule } from 'ngx-page-scroll'; -import { RouterTestingModule } from '@angular/router/testing'; - -import { WaterQualityComponent } from './water-quality.component'; - -window.scrollTo = jest.fn(); - -describe('WaterQualityComponent', () => { - let component: WaterQualityComponent; - let fixture: ComponentFixture; - - beforeEach(waitForAsync(() => { - TestBed.configureTestingModule({ - providers: [], - declarations: [ - WaterQualityComponent - ], - imports: [ - NgxPageScrollModule, - RouterTestingModule - ] - }) - .compileComponents(); - })); - - beforeEach(() => { - fixture = TestBed.createComponent(WaterQualityComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should be created', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/frontend/src/app/static-pages/water-quality/water-quality.component.ts b/frontend/src/app/static-pages/water-quality/water-quality.component.ts deleted file mode 100644 index e43b29f..0000000 --- a/frontend/src/app/static-pages/water-quality/water-quality.component.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-water-quality', - templateUrl: './water-quality.component.html', - styleUrls: ['./water-quality.component.scss'] -}) -export class WaterQualityComponent implements OnInit { - - ngOnInit() { - window.scrollTo(0, 0); - } - -} From 96a6161fb06427184a4dc2d31851495fc351c368 Mon Sep 17 00:00:00 2001 From: sggerard Date: Fri, 15 Nov 2024 18:57:53 -0800 Subject: [PATCH 3/6] Update logo --- .../uploads/BCID_V_rgb_pos_505fb1dc33.png | Bin 22318 -> 0 bytes cms/src/admin/app.tsx | 5 +++++ .../extensions/BC_Logo.png} | Bin 3 files changed, 5 insertions(+) delete mode 100644 cms/public/uploads/BCID_V_rgb_pos_505fb1dc33.png rename cms/{public/uploads/BCID_V_rgb_pos_1e6514a9d1.png => src/extensions/BC_Logo.png} (100%) diff --git a/cms/public/uploads/BCID_V_rgb_pos_505fb1dc33.png b/cms/public/uploads/BCID_V_rgb_pos_505fb1dc33.png deleted file mode 100644 index 98a8be5070b41151ec7249c87fa22ac0321c79aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22318 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 z zTAD2fiTQ^nAA6(H)?7Hi0=a5pQ*MxMOva(Y6G}hlPFBE#?n(MU^+_E9Vr^f-7!=D1*#kRwCL(UMC7OP$P--0J3YL#RM4Jt;(yOJPQp=xs0wDYE6dg z%$LUFLI@_UxybvOr9N9npodL5ljHHi5^3e_o0T7E%x=;GgClF1c(8TDo!DqPF~r@k zk285cgtXq4Iu1QRnrjF#MWMX|{O~a`J@_iNPA(i=zGOr*lxe7_akal7f2YOK`?%(A zO$<-2LeL3N{ZVUTT%PZW626~~V7iFao7!=01zk>v&~RmXuB=9Y(#~-yuqCniSy?z% z;LakrI#MR!OtKcd*EgGLvuhwtep4EH6B%lb%9c3ghL05TF;-3>+ZCA7nyY!vjdSlm z&Q_&O&EOuYEvS#~eZHm;gRr~ba(y{oxj;48(d56Q`M%-QZuv>duM@w+4BBTi#`sDnzg0!z~Um$-pKbZdLR+C~R{jBvB znttD3embs%h+7~;!%J^4Ty2Tk)Ju&Tj*pbK08_lBgAP$$2K+f>BB2;zIc&w))(9Oy zS|Z+D$QRlFVk8%*a(VC~MMz~?S}zp;y5=FM7Lwj6{CX-(R!F+Q*IW zSpqm{_Iv7OO?1>69({Fzx)+kGPk4|6g(zaNlP1;C!1*fZ|7X~> zU{leF>0FSKyFQ|pBaDM(RpRr_t@=MoGp!H%@;&Bm7Vq+V^)!#%%J(j;u0{*r2Fgk7 zAJNaVM<)i#b60~D#c8Fsw&^-o!kZ4xUN+n>1_)e%%{)hPh{Is#)K`@3&EdGk{UcJ2 z`j*>hLtt@dAeBq`xgvPo1#|QBW*>|`?{(9;_5>kP+4b*K?t}5r+bet~RGYekk(zQ} zYiyQbd3!iMn&|nqkgN4HWv?h{Tbxewm2=F8Zs3*2q@apy!W?K^`BPwY@kHbo@vzEH zte)Uu|0xCUKUa$l2?xnnz9h)F!e&m!j#uT{P%Ig10V?LN)=4+EmSW>w>TcyOx3Js^ zjc~vZe!rHOwE1J?7EY<=PQgHA;5rM0a{561MTfE^*UKzsTtPk_F#Q6dk6mr8M_FxC=IGzTiE~ zp;PKNgDNy)GE|kX)a?^{DYIIAf4==ri~d}&mLS0#(>zrZFvZN)9zklLW`-?7PZ@a6 zTgRu#z^FXDF<52s>N_?&L%vs*!i~fX&DyGjY09+CTEs9eqVl{CHN0)!x3Ut}f4&Gj z+mx~QJ}v!+B(hib)(8!G10U}Bc=Gs7XqSsRFyJC5ncJ1sn_B# z!ACu7)_x~|M%zxH9@TO`(KR9a<6nmb<0I{?lIhXA@+6-@FC|RMz*>^ec6>c_A^}wI zik!(ARrYL+mtQ+9nmgw??!3~vG!)Pl_4V1G*Uvn8J>g4QKRsj({l+|8Tr-;5_=t+fYfLr)#Kdjk{S&rrcVf!aYMkRG)?TkBK6z4&`wUAU(zAInDp zsC?+EENar5H-HjMvMKp7y)fihkwANA+Z%WS!${AL&}laLYEkqTT~YeuZ#?v0b0hzr zTJzW7Ul{36c=2}`k;l6Nlo-uEXU|4h%l_q;n#mBEX485UbDuK8ewT;N$@l+rNwEFI zNCOXpBV8CGPdYN+vaf0h-33 Date: Sat, 16 Nov 2024 15:15:49 -0800 Subject: [PATCH 4/6] Update Readme --- README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d0e8ac9..39ec6f3 100644 --- a/README.md +++ b/README.md @@ -33,34 +33,29 @@ Git commit signing is required for commits. [How to setup git commit signing](ht **Software Requirements** -- Node 20 or higher must be installed. +- Node 20 must be used. - @angular/cli should be installed. +- Docker should be installed. ### Installation -- [Clone the mem-mmti-public repository](https://help.github.com/en/articles/cloning-a-repository) +- [Clone the nr-bcmi repository](https://help.github.com/en/articles/cloning-a-repository) -**To connect to the openshift dev database:** - 1. Login to openshift and copy the login token (Click your name in the top right) - 2. In a terminal paste and run the login command. - 3. Ensure no other postgres instance is running or choose another port (brew services stop postgresql) - 4. Run the command: (Note: If the pod restarts, the pod name may change.) ```oc port-forward cms-postgres-1-2cn2c 5432:5432 -n f00029-dev``` +**To run/develop using docker:** +1. Run ```docker compose up ``` - -**To connect to the frontend:** +**To run the frontend locally:** 1. Install angular/cli ```npm i -g @angular/cli``` 1. ``` cd bcmi ``` 1. ``` npm install ``` 1. ``` npm run start ``` - **To connect to Strappi and graphql:** + **To run Strapi locally:** 1. create an .env file in the cms folder using the .env.template, find secrets in openshift - 1. ``` npm install ``` 1. ``` cd cms ``` 1. ``` npm install ``` 1. ``` npm run develop ``` - 1. go to the pods openshift secrets to find the strappi login details 1. Login to strapi admin at http://localhost:1337/admin 1. See graphql queries at http://localhost:1337/graphql (ensure the strappi content has the 'find' role enabled) From 4a6860cda324151129144dcddcf3de75f45704fe Mon Sep 17 00:00:00 2001 From: sggerard Date: Sat, 16 Nov 2024 15:42:58 -0800 Subject: [PATCH 5/6] Update package-lock --- cms/package-lock.json | 1071 +---------------------------------------- 1 file changed, 22 insertions(+), 1049 deletions(-) diff --git a/cms/package-lock.json b/cms/package-lock.json index 6afe283..95b7da5 100644 --- a/cms/package-lock.json +++ b/cms/package-lock.json @@ -700,8 +700,8 @@ } }, "node_modules/@chordata-insight/strapi-plugin-sso": { - "version": "1.2.10", - "resolved": "git+ssh://git@github.com/bcgov/strapi-plugin-sso.git#d710bde14c4510fe5d80a4b657a4ed2f25654ad4", + "version": "1.2.11", + "resolved": "git+ssh://git@github.com/bcgov/strapi-plugin-sso.git#d71f82b01082fa3b0223857da6e1bed1d1571bb2", "license": "MIT", "dependencies": { "@strapi/helper-plugin": "4.25.12", @@ -1793,70 +1793,6 @@ "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", "license": "MIT" }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", - "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", - "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", - "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", - "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@esbuild/darwin-arm64": { "version": "0.19.11", "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", @@ -1873,294 +1809,6 @@ "node": ">=12" } }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", - "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", - "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", - "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", - "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", - "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", - "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", - "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", - "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", - "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", - "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", - "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", - "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", - "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", - "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", - "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", - "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", - "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", - "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@floating-ui/core": { "version": "1.6.8", "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", @@ -4463,32 +4111,6 @@ "url": "https://opencollective.com/immer" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz", - "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz", - "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.24.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", @@ -4502,175 +4124,6 @@ "darwin" ] }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz", - "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz", - "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", - "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz", - "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz", - "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz", - "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz", - "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz", - "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", - "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz", - "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz", - "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz", - "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz", - "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@rushstack/node-core-library": { "version": "5.9.0", "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.9.0.tgz", @@ -6436,178 +5889,34 @@ "@swc/core-darwin-arm64": "1.7.36", "@swc/core-darwin-x64": "1.7.36", "@swc/core-linux-arm-gnueabihf": "1.7.36", - "@swc/core-linux-arm64-gnu": "1.7.36", - "@swc/core-linux-arm64-musl": "1.7.36", - "@swc/core-linux-x64-gnu": "1.7.36", - "@swc/core-linux-x64-musl": "1.7.36", - "@swc/core-win32-arm64-msvc": "1.7.36", - "@swc/core-win32-ia32-msvc": "1.7.36", - "@swc/core-win32-x64-msvc": "1.7.36" - }, - "peerDependencies": { - "@swc/helpers": "*" - }, - "peerDependenciesMeta": { - "@swc/helpers": { - "optional": true - } - } - }, - "node_modules/@swc/core-darwin-arm64": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.36.tgz", - "integrity": "sha512-8vDczXzCgv3ceTPhEivlpGprN44YlrCK1nbfU9g2TrhV/Aiqi09W/eM5zLesdoM1Z3mJl492gc/8nlTkpDdusw==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-darwin-x64": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.36.tgz", - "integrity": "sha512-Pa2Gao7+Wf5m3SsK4abKRtd48AtoUnJInvaC3d077swBfgZjbjUbQvcpdc2dOeQtWwo49rFqUZJonMsL0jnPgQ==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.36.tgz", - "integrity": "sha512-3YsMWd7V+WZEjbfBnLkkz/olcRBa8nyoK0iIOnNARJBMcYaJxjkJSMZpmSojCnIVwvjA1N83CPAbUL+W+fCnHg==", - "cpu": [ - "arm" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.36.tgz", - "integrity": "sha512-lqM3aBB7kJazJYOwHeA5OGNLqXoQPZ/76b3dV+XcjN1GhD0CcXz6mW5PRYVin6OSN1eKrKBKJjtDA1mqADDEvw==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.36.tgz", - "integrity": "sha512-bqei2YDzvUfG0pth5W2xJaj0eG4XWYk0d/NJ75vBX6bkIzK6dC8iuKQ41jOfUWonnrAs7rTDDJW0sTn/evvRdw==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.36.tgz", - "integrity": "sha512-03maXTUyaBjeCxlDltmdzHje1ryQt1C4OWmmNgSSRXjLb+GNnAenwOJMSrcvHP/aNClD2pwsFCnYKDGy+sYE6w==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-x64-musl": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.36.tgz", - "integrity": "sha512-XXysqLkvjtQnXm1zHqLhy00UYPv/gk5OtwR732X+piNisnEbcJBqI8Qp9O7YvLWllRcoP8IMBGDWLGdGLSpViA==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.36.tgz", - "integrity": "sha512-k7+dmb13a/zPw+E4XYfPmLZFWJgcOcBRKIjYl9nQErtYsgsg3Ji6TBbsvJVETy23lNHyewZ17V5Vq6NzaG0hzg==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.36.tgz", - "integrity": "sha512-ridD3ay6YM2PEYHZXXFN+edYEv0FOynaqOBP+NSnGNHA35azItIjoIe+KNi4WltGtAjpKCHSpjGCNfna12wdYQ==", - "cpu": [ - "ia32" - ], - "license": "Apache-2.0 AND MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=10" + "@swc/core-linux-arm64-gnu": "1.7.36", + "@swc/core-linux-arm64-musl": "1.7.36", + "@swc/core-linux-x64-gnu": "1.7.36", + "@swc/core-linux-x64-musl": "1.7.36", + "@swc/core-win32-arm64-msvc": "1.7.36", + "@swc/core-win32-ia32-msvc": "1.7.36", + "@swc/core-win32-x64-msvc": "1.7.36" + }, + "peerDependencies": { + "@swc/helpers": "*" + }, + "peerDependenciesMeta": { + "@swc/helpers": { + "optional": true + } } }, - "node_modules/@swc/core-win32-x64-msvc": { + "node_modules/@swc/core-darwin-arm64": { "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.36.tgz", - "integrity": "sha512-j1z2Z1Ln9d0E3dHsPkC1K9XDh0ojhRPwV+GfRTu4D61PE+aYhYLvbJC6xPvL4/204QrStRS7eDu3m+BcDp3rgQ==", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.36.tgz", + "integrity": "sha512-8vDczXzCgv3ceTPhEivlpGprN44YlrCK1nbfU9g2TrhV/Aiqi09W/eM5zLesdoM1Z3mJl492gc/8nlTkpDdusw==", "cpu": [ - "x64" + "arm64" ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=10" @@ -10461,54 +9770,6 @@ "webpack": "^4.40.0 || ^5.0.0" } }, - "node_modules/esbuild-loader/node_modules/@esbuild/android-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/android-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", - "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/android-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", - "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/esbuild-loader/node_modules/@esbuild/darwin-arm64": { "version": "0.16.17", "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", @@ -10525,294 +9786,6 @@ "node": ">=12" } }, - "node_modules/esbuild-loader/node_modules/@esbuild/darwin-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", - "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/freebsd-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", - "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/freebsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", - "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", - "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", - "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", - "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-loong64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", - "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-mips64el": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", - "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-ppc64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", - "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-riscv64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", - "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-s390x": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", - "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/linux-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", - "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/netbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", - "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/openbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", - "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/sunos-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", - "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/win32-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", - "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/win32-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", - "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/esbuild-loader/node_modules/@esbuild/win32-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", - "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/esbuild-loader/node_modules/esbuild": { "version": "0.16.17", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.17.tgz", From 0730c70b4f46760ecb597aa69cbfd76c37bfb19c Mon Sep 17 00:00:00 2001 From: sggerard Date: Sat, 16 Nov 2024 16:00:20 -0800 Subject: [PATCH 6/6] Update package-lock again --- cms/package-lock.json | 3810 +++++++++++++++++++++++++---------------- 1 file changed, 2371 insertions(+), 1439 deletions(-) diff --git a/cms/package-lock.json b/cms/package-lock.json index 95b7da5..7ebdf58 100644 --- a/cms/package-lock.json +++ b/cms/package-lock.json @@ -262,12 +262,13 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz", - "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "license": "MIT", "dependencies": { - "@babel/highlight": "^7.25.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -275,9 +276,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.8.tgz", - "integrity": "sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "license": "MIT", "peer": true, "engines": { @@ -285,22 +286,22 @@ } }, "node_modules/@babel/core": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz", - "integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "license": "MIT", "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.25.7", - "@babel/generator": "^7.25.7", - "@babel/helper-compilation-targets": "^7.25.7", - "@babel/helper-module-transforms": "^7.25.7", - "@babel/helpers": "^7.25.7", - "@babel/parser": "^7.25.8", - "@babel/template": "^7.25.7", - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.8", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -333,12 +334,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz", - "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.7", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" @@ -348,26 +350,26 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz", - "integrity": "sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz", - "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "license": "MIT", "peer": true, "dependencies": { - "@babel/compat-data": "^7.25.7", - "@babel/helper-validator-option": "^7.25.7", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -404,29 +406,28 @@ "peer": true }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz", - "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "license": "MIT", "dependencies": { - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz", - "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.25.7", - "@babel/helper-simple-access": "^7.25.7", - "@babel/helper-validator-identifier": "^7.25.7", - "@babel/traverse": "^7.25.7" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -436,50 +437,36 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz", - "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz", - "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "license": "MIT", - "peer": true, - "dependencies": { - "@babel/traverse": "^7.25.7", - "@babel/types": "^7.25.7" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz", - "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", - "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz", - "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "license": "MIT", "peer": true, "engines": { @@ -487,112 +474,26 @@ } }, "node_modules/@babel/helpers": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz", - "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "license": "MIT", "peer": true, "dependencies": { - "@babel/template": "^7.25.7", - "@babel/types": "^7.25.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz", - "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==", - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.25.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "license": "MIT", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "license": "MIT", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "license": "MIT" - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "license": "MIT", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "license": "MIT", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/parser": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz", - "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "license": "MIT", "dependencies": { - "@babel/types": "^7.25.8" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -602,12 +503,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz", - "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", + "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.25.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -617,9 +518,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.7.tgz", - "integrity": "sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -629,9 +530,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.25.7.tgz", - "integrity": "sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz", + "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", @@ -642,30 +543,30 @@ } }, "node_modules/@babel/template": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz", - "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.7", - "@babel/parser": "^7.25.7", - "@babel/types": "^7.25.7" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz", - "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.25.7", - "@babel/generator": "^7.25.7", - "@babel/parser": "^7.25.7", - "@babel/template": "^7.25.7", - "@babel/types": "^7.25.7", + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -674,14 +575,13 @@ } }, "node_modules/@babel/types": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz", - "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.7", - "@babel/helper-validator-identifier": "^7.25.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -715,436 +615,406 @@ "@strapi/strapi": "4.x" } }, - "node_modules/@chordata-insight/strapi-plugin-sso/node_modules/@strapi/helper-plugin": { - "version": "4.25.12", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.12.tgz", - "integrity": "sha512-W4Jl+r0XaLZI1yfIEq/SIjrCiOojSG+x/+A92hK4wgwYlNVd5Iw7oQB8VVj935JQbpFzwQhMGCPrth1NaL7sWg==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "axios": "1.7.4", - "date-fns": "2.30.0", - "formik": "2.4.0", - "immer": "9.0.19", - "lodash": "4.17.21", - "qs": "6.11.1", - "react-helmet": "6.1.0", - "react-intl": "6.4.1", - "react-query": "3.39.3", - "react-select": "5.7.0" - }, - "engines": { - "node": ">=18.0.0 <=20.x.x", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/design-system": "1.19.0", - "@strapi/icons": "1.19.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^5.2.0", - "styled-components": "^5.2.1" - } - }, "node_modules/@ckeditor/ckeditor5-adapter-ckfinder": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-43.2.0.tgz", - "integrity": "sha512-RiZXc6l05yfkkSyJRxyDAnqqUxMXHboZxooptBUweUm1ofXltyaGkFa5D4kBMS5prrAEXrdpJ9uMZPvjY2BF7g==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-43.3.1.tgz", + "integrity": "sha512-fOnEq31euR9B/awWZCOc8KfgLwwG4ACtqBhSv7Hu6VOgHa5TKWyWAdhr9ILSiUp7NMfYJoTQStbxcXZIWPqQXQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-upload": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-alignment": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-43.2.0.tgz", - "integrity": "sha512-Yhh+1FmmcycBtFRX3nqULe/EiF5Y28eLEkmdus16jhfImtMFLzt344+SrcTkd2uQfC4U+yVlxmOo6/lbR1R7Qw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-43.3.1.tgz", + "integrity": "sha512-E+04zNdNBFDNgQajrWl8iFQqA1sB29y/XDFFRK+bzhcUaWdMadr88yodjHHdcax8/zI+GzBElCvWGEGchyrL+Q==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-autoformat": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-43.2.0.tgz", - "integrity": "sha512-8b/POJT08kR9eDeZXIEiU0CKIBanusbnSku+a//63hrW2urzS3F9umKsD8Y1I/xoKGm/ew4yVtncQRaCUEE7lA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-43.3.1.tgz", + "integrity": "sha512-hSQxIXIObrMfxijMPmz8odOtz/wD5SwuGZWVoF5km3EtRQxZwAcQr1Vjy+VHHPo6PZ+o3YoLP+IHCaULtNobYg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-autosave": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-43.2.0.tgz", - "integrity": "sha512-ZDpWibRaXmwsFNPE0Q3Mc93yarR+zcgiCpEW5oZh68vUdR1aL63D3GqGI3ok4EgFKsCTQWHpB1WejyUJecVcMw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-43.3.1.tgz", + "integrity": "sha512-28667m7ea0wBZMb3uIzgipanB4DrDvKn4o+mRUDExlRT8M14vn1u/ILX8ZJy28Rihbg2wPcVh6rP3zoQjcucHw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-basic-styles": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-43.2.0.tgz", - "integrity": "sha512-v1BS3JtD+6fAPx23Sbr+IZ39RAaiIoISursInuGTWU+kJ3RDh7fByKEt4A8kia4ZfSd1b469i/4LOiikN+jfxQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-43.3.1.tgz", + "integrity": "sha512-1RBnPmgsIoxPL7wZhId2KsfPujITbEAfzHhi0c6m4kuWlkmcVXYldWvUvCvAUguAznx4LOxhKlp6RdFSPTFTbg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-block-quote": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-43.2.0.tgz", - "integrity": "sha512-0T5zy3vitecSWaRd7uhxvyHLLVJUutpeJHMqupKPZaOJlgJOqa9hFOFsK2t4y8EVTtLTx5UfFzTudK449kFnBg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-43.3.1.tgz", + "integrity": "sha512-cgY4GKwMlIVLnhszPoc1ortp+T/s3TLowrwRFtWYxTKSsHWBGFlZUL6oMASPunpXvvJqHcgnKlCMxVSh2VMCkQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-ckbox": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-43.2.0.tgz", - "integrity": "sha512-HSjYz2fYA2iJhua3wExApBYKz6k6AuSZmm2CG/X7cYFvq44OCIuOOkjqSABcByvVAtzOUerqWhurwBXTp/QrUg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-43.3.1.tgz", + "integrity": "sha512-KObL9w/QBWJi0lG2zfm+x124Kzd7aVt+UaJHJEwsAPwhZvqM0LCUeR6wwb0oCN6ph5qrCjXoj09z7z8Txk5IwA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-upload": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", "blurhash": "2.0.5", - "ckeditor5": "43.2.0", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-ckfinder": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-43.2.0.tgz", - "integrity": "sha512-GOMI/FTTGglQBxVIGMxQwVIDD+gCQenegjMlol2eCDsys3td5mtzp0sEYPXCHeJY8u/R28K3ySWvKlrp8YBQ0Q==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-43.3.1.tgz", + "integrity": "sha512-Yji6c1/0H5fExDcT+NNyQQePx2cd8Ul1Xuko1UVmsLN2Vhi7VIDJjEkCFndJozd8VQqI62Obe1GTyjmapBV5+A==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-clipboard": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-43.2.0.tgz", - "integrity": "sha512-109dffphyvUEhdGDP7GIj6zEHb493QNVEY6Rbl8o9Q0Ia+AAmDGX3VWFewiFC325tWaeVW72wwXXeaCSLRpt2w==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-43.3.1.tgz", + "integrity": "sha512-Ke6fVEy1fF3AWHMtKvF1pAoDYBVOG4q+gDHD8+dcV6KPK1uA/CR0mw6TZsslQQquT4jC79y05IWu2bq1Mxv01w==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-cloud-services": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-43.2.0.tgz", - "integrity": "sha512-bcnklICj88ZNXTnjHdXt74zsxk9RBK1KXIZXKMT2K8NLZQZkppnzPICjDfFJ31BvcvYmFE3mKuVNeLnsofyezQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-43.3.1.tgz", + "integrity": "sha512-JppySF+uWedDXPTVZBsTfZCe3qedDAdWSgw0Ww/qi4/sPFcgf/MaQ0LBHbl2Ii7JlJjng82F1F2kv9Ny/Rkauw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-code-block": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-43.2.0.tgz", - "integrity": "sha512-tNgqpcgigruSdbaJnl08BpOYkKs9mFA284hsTyptmxOloq/igEBvSgBfJDchUGVT0Lm78hAlcirdVKrwku5Eew==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-43.3.1.tgz", + "integrity": "sha512-UGhGCPNfFXLua0TmszLSWX6BlkemaPULN1EZ+FBPsUZb757qWWWVWI9GKLmAc4jSPqOv+azU+JAZJzX9bE1oYA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-core": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-43.2.0.tgz", - "integrity": "sha512-LLyDuNQdTC+P1E91SMAPGNTpDOLwsQK4OayO/qUS1sDxqWfv/YFxEpN/vBXEHbg5Q3LS2wW1HR6a4o/w7Wwt8w==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-43.3.1.tgz", + "integrity": "sha512-6pil2OF4auF3PKrg1Oa86CqC91ZYc+NuHih0ebM0JW/I06d+0smnJg5dw4yN7mKbghbJS8mNrusxA5cf6Hkh6w==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-watchdog": "43.2.0", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-watchdog": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-easy-image": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-43.2.0.tgz", - "integrity": "sha512-mRIU5GRVTwv2uMHdoP4p/Jv6lgusmOBUp7p2PkmEEyo1MBG7t+b76rMWePFfBZKmXFmdO8lATJg/SGUNK7JIyg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-43.3.1.tgz", + "integrity": "sha512-Cd5NojL0Vfa1SQj6uzbP3oSHvQY5ys2hXF/2jNsYKLePTCybSvGkg5REv1JifM6kSNRH1VXdad7a2LkqvXnCnA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-upload": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-editor-balloon": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-43.2.0.tgz", - "integrity": "sha512-KtSX8mZTHphUMn7Uf9S3lRDBJI+m5POVvvCRFYDo+AsPO6FN72hZslpseOlAVTcJ0FIYM4aiqAFg1jojeoDyqQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-43.3.1.tgz", + "integrity": "sha512-klS1FZG29nJE/XbfRXrXtwYU/9uCFdi7xGbYfaJnmyNt54h46aiquKacosbiffA87Tr5sT3Oqm3dBbNlsU158w==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-editor-classic": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-43.2.0.tgz", - "integrity": "sha512-D07TxNnJb0qSKe3QicNsaZh28tIXEjmrib4Gnbc2McWi7nDYoxoF1dyUygxFR4OHQ6DXfYU4VUW9EKlJ8ZfSAg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-43.3.1.tgz", + "integrity": "sha512-wjBeXUQBuvz6CmGlb5XncJ9cHE7tozU6eoorycfSTQCzqr5uE57LWTlKclU42w7MgS2ya5V2kLnncr0ZqrZ2Vw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-editor-decoupled": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-43.2.0.tgz", - "integrity": "sha512-2vgfOd7sqptBRu6de0qq+hwQd7BuUu1rgfbuWB/msa2zMxwKLNoWwYNFz0N9Mm7b49jaMkQYjaOYFh1zE7BEMQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-43.3.1.tgz", + "integrity": "sha512-aw2iZ+WCcCu9sUAnsHhsXZWLeVPyiLhZfpZDuEWjPlvsrCfT0RfSuwMcfx7l9PREA09VR8+6MTstm61EG8dmWQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-editor-inline": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-43.2.0.tgz", - "integrity": "sha512-MCb5ljlr4Jp9pYtKAUhLbtOcxHuiMOOPWCrwYmpDogzBss//G2+LILqWqal3b6YUm2WSm37NorGQ+KdPmOh5ow==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-43.3.1.tgz", + "integrity": "sha512-3iZiWl2aM1bCnS52NeBoAqCVowABhWrBlns27JEGKZ+LNPZroMie7uKuMX3YQGYE2awFnsyP6XofoJtu6CcKCA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-editor-multi-root": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-43.2.0.tgz", - "integrity": "sha512-nQcYWsetSG2h5NZOWuHf90VTxE82KBqetO3S0emMmlUstGmVk69KMlQDxU6UZhbB5NptVsgMSG2Y9Cd8XnrO0A==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-43.3.1.tgz", + "integrity": "sha512-HDgfTuotrHW91AZ+x+lumwo1tngRRZ87dnHT8kjSRFWAeXPSd2Kw986++Oj9K080+idZaYLF+IutAOqvCT32sw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-engine": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-43.2.0.tgz", - "integrity": "sha512-fTrhFe+qUFZ+mvRd6KrvDzXAdMoyE44P4640iU7aOoqnlf2Z7D9wQN7ak+ysRKuccIt9t6Tidl8pmT3BRoBGfA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-43.3.1.tgz", + "integrity": "sha512-Fkv3ibQLDPVHFH0z4/+gA5wrkPVWOen+Cjv/NecNBeAszZUo+F2j9RwvQ1zHwtGb0RWj3+BWOPgo8jhSe7tFgA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-utils": "43.2.0", + "@ckeditor/ckeditor5-utils": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-enter": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-43.2.0.tgz", - "integrity": "sha512-uFnexEaYyOYgekrpPgbA6tCiEPEXOtr1AoATVlIzy2Kb0SfJkfUyciV8559+tK9w16zI4tgMYJrwt0ktg55EYA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-43.3.1.tgz", + "integrity": "sha512-xaHnU2RbfYi8ilfN260pB3YDvJ9lE4SfiFQusyRdWkeBo5gDAGBbQY+qCC/hmxkr/yftNZfK+d7Ow93xXtqEwg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-essentials": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-43.2.0.tgz", - "integrity": "sha512-Nb0utwH+j4Kqn8OBzcHYBexJAnlJUMC3jrLnVW2mqbd71HTRFozJ6/MDdX1gIUoQswhl6pVZRLmly26HEubUPQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-43.3.1.tgz", + "integrity": "sha512-bZtzXhmBz8XF9J4eUxOjURmw0HJPKIqo18a6vNxg07W8z3ouHMb9ke//4z4FF9N/1dbtA7a2+jIACO6WvXrX4A==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-select-all": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-select-all": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-undo": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-find-and-replace": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-43.2.0.tgz", - "integrity": "sha512-MKN4rEeq/RWi+++dLBIA/b9tacEd7pnFM8mewLDsehT1RPvWPeGy2e5dN6ugi5zn3It7UcIdkCQE7GLmsLGGBA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-43.3.1.tgz", + "integrity": "sha512-U9dyK8yQgxGTUphRbqdUJbvfi5v7zzijCo3Kj51NxyWwOFh7SGReQxHDGn44DmSRold6lg4F1sbXeFdwu1o+WA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-font": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-43.2.0.tgz", - "integrity": "sha512-3BUhy3AtB+SGiLA3ZsX3+JAhD7KmexEwfGKgrX4kDs9iMOg7xVXXHbdeJGEGV8oJc4hNgp34lt3lpFtCApBNgw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-43.3.1.tgz", + "integrity": "sha512-NOeBtScqMuBLVWFPuW0snleh7rMFkNb006yzDIG6JApnF3Vxi0JLQXub/lPHPgw5srqJ3z159DWT++exoyz/mQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-heading": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-43.2.0.tgz", - "integrity": "sha512-nGvzMYN+2SRHxe99YhFwRpqw44W2lHbFNuWp0YiV3iYSgpQPwATFFpLXvyOMXOKY4dcob2KiDcogfWVoFxmMdQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-43.3.1.tgz", + "integrity": "sha512-cc8H027Y2OwvYDGMTbBSzE+oZaiLMZtlUnkgiolMw/OQ59ysONYi+KqyMzBMTuaXrkP3CLM57ZbsVGASQ3IQmQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-paragraph": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-paragraph": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-highlight": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-43.2.0.tgz", - "integrity": "sha512-9zhf80TyheMxUXXScjSstVUAZMjeDs/SCbhWYwFR/ZZN3Vyhp7kD+WhyyezueHQLyPNiLZNzer7LQ/MB3b+8Lg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-43.3.1.tgz", + "integrity": "sha512-XVJq1YP4IAaWQBAyY1xlKOfzkpnclUH8zTUPaW3TZUGK5t6W/vFT+KAzYfUp7PdBb+PP8/O47FwKTvIQBkbqFw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-horizontal-line": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-43.2.0.tgz", - "integrity": "sha512-d92LsTiOSsHEHeQbWJz5xqj+yYRbo1xiz2bix0cN1BoEsm6iEFJKUPewvh48cISdkw5RPKfDrfzbiBCDZsMlEw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-43.3.1.tgz", + "integrity": "sha512-zkKe0S9gBXwveBUzUuCBPWyrzHQor/zcMCCX9YQk1StUxtRRsURNvWOoFeoG+Vf5jMGSA2gpnBgIo70WrX4A3A==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-html-embed": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-43.2.0.tgz", - "integrity": "sha512-F55r0UQy53cKlWWGRcYTjrYpQd86jkHEqk901uC0FJdBwpLqV6ZDxCb+w5dMQ6cUh5oYKuILeu0ZZ0KF1C+HQA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-43.3.1.tgz", + "integrity": "sha512-VqIhhPwMgAzmPqjvQUQYaFmCFglkg203W+LSVCwrvgVZ9mVtKbkhwCHBJnLhG7qatar7Gg93bObfAFdAjsaR2A==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-html-support": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-43.2.0.tgz", - "integrity": "sha512-VOjT73VbtiBLy/Qsn9aWib9LhkfXZSbfAHSttIsW3Y8v2am827uf4dL2Y2pop3pcXJdoB+LVGiTFdk1mBDvAFg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-43.3.1.tgz", + "integrity": "sha512-cnQ+kCPYH5GiSe5S+13Fr0vuS7DzT4Onx11fvOkssUujtAJ1e/C7hNf5Ehd+SOAgr5IzevutA/+OeR2KHGjIag==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-image": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-43.2.0.tgz", - "integrity": "sha512-UZVd9sZ9nuG3kZUUUgXzqTkT7YSZs4wvu98NuSgBC3T6l0UlJjdf//GQa1estxNDDc+yCjRk02u+sbHW+eUY0A==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-43.3.1.tgz", + "integrity": "sha512-QgHxZtWpclzQ5SUrh1oMsGFCvjykxge5IKe96iKUyAVrhyQp60RhW8DdAElHnPUg3wwILMYE7cKMphknCxcVkQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-undo": "43.3.1", + "@ckeditor/ckeditor5-upload": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-indent": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-43.2.0.tgz", - "integrity": "sha512-hzqAXOlxblaWNQ9eAGP/30kMLk+mMPES2/02B6QmI/CSYgwhXK1FVSTfZN0u6Cw94lWQ+EJr7riP2LCc85Rvfw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-43.3.1.tgz", + "integrity": "sha512-CPU50tumKH7rJ6f9QEB/LHSyzKul9xP/43F1IesvOBWnOkAxQ2QI51oORT5WdKn4B0Z56ojAm48Q/ZUtsef+3w==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-integrations-common": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-integrations-common/-/ckeditor5-integrations-common-2.1.0.tgz", - "integrity": "sha512-vn6qMb36sl6eSCc27dvThk6xISif59MxnxZmRBC440TyP7S9ZcS0ai4yHd5QyaH70ZIe0lhS7DWdLaiKtBggVQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-integrations-common/-/ckeditor5-integrations-common-2.2.1.tgz", + "integrity": "sha512-FcB6Lz3njoxvBPkSAUyhKi5qrfPZ3FBVT4d9ncOaU5GVxwYR+e+Wo360fjKt0v0XeKNyTz7j1xJONbyackMTzg==", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.0.0" @@ -1154,142 +1024,142 @@ } }, "node_modules/@ckeditor/ckeditor5-language": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-43.2.0.tgz", - "integrity": "sha512-NSL9E0ROyffTHGKyIpqD27NclOXDhAFO8L9Z9kghqESNsCdOZJKKme+EK376r5gWHsiBNnKZ/5yQOUrGwATtuw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-43.3.1.tgz", + "integrity": "sha512-M7npJRhLoZksnvjZ0fS+6hbAN4RebgZCE2bT9b3Z8Df2Alfy0GJEwJL5aQsYpr+78QFeytTpqzjxXLNLjOyEqA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-link": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-43.2.0.tgz", - "integrity": "sha512-PyU3bPyCzvNEp/7Hwx4oxuPSRN7ptaDuBe+Jhlz70PWegtANOUPvMIYlcZBB2E20Ruo0ukvrRRR0teqqFKHLug==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-43.3.1.tgz", + "integrity": "sha512-duTA7harmvZPZ2LbJ8tHnOrhx5lGk6AGavbDzK2xuicMncivm+amrkl/b771uA3Rr6gclHY77ZPcOuVaK+dp/g==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-list": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-43.2.0.tgz", - "integrity": "sha512-HljK5Ew3fgPX/FYiK0ieuGIrjCqiNeVG825UaAeuRHkNm1QgCBF0xQ1fsaiJw7/lTXfPA5KhzD3ezEwI1qWytQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-43.3.1.tgz", + "integrity": "sha512-PuR6uJ/SKvaXIgqTO3MUnX+00/xB/TalStiVqZqqG0xlYg47/eb6hul+4fmTPV7ahlJaon6Y3nO49TsPbbhApQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-markdown-gfm": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-43.2.0.tgz", - "integrity": "sha512-TJklEGxL7tTm8OfLFAEWDsKRD4TxgSbai45CvuXNuoSnwcUWsXYhsBT8kUD2zAv8zTlh7gy3tFnuhKnLu157uQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-43.3.1.tgz", + "integrity": "sha512-aVP2FqQP7okSAorQoItcYRbOd0J2O1ubGjtvGGzl3uC5TuKAtlWYWcBfiVTHKxCCtxywPRiEgBxwoGuB5mlwhA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "ckeditor5": "43.3.1", "marked": "4.0.12", "turndown": "7.2.0", "turndown-plugin-gfm": "1.0.2" } }, "node_modules/@ckeditor/ckeditor5-media-embed": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-43.2.0.tgz", - "integrity": "sha512-N+MJUAC7+KPi3CaplVGLmA26W2GEFEukKxKDpjDbpBBgDgwyrJlpfFIOWIvrk+6J1QOwS4yMU+H+1aGypIgd+Q==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-43.3.1.tgz", + "integrity": "sha512-3xMIaH/NTNEKv+lu1cRIIPGgDJgYI1DB+5NMXNVL3UGQkXdqW7PtgFDsOnhQwTAbyKpy+fHDngLb3eZuRdDkKw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-undo": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-mention": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-43.2.0.tgz", - "integrity": "sha512-psEgMErFg6cKdEh2cM02tB/s7QJz+g5LlXCQ0k6OaNa/V7zO/qcT/pChrZ/13Mu2dgRKZqBUeeAG4aUXHN7QFQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-43.3.1.tgz", + "integrity": "sha512-yrOdynVNOS72RjTjhFHzv3Ofbm0eTBKFhuibxdKFfHtTR0QIqSVB5jU+aW1+Jq5LG73E+9eYtip5paSjkqJMWQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-minimap": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-43.2.0.tgz", - "integrity": "sha512-rKECbba7QZtb8Kg5znYSez3y63RfX+19TvMvRwmiNw1aiNluyG04ykC0BBvejavO8Kz/EuNrliNMM3h44Og6jg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-43.3.1.tgz", + "integrity": "sha512-2b0b4mZtRIHAvN/MFAVeqiGt58TZI7ixLcgJo0MHNesYlIk6v13opDWhQ9oefNe8OwJMkD3fAHMlAcg+fUqA9g==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-page-break": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-43.2.0.tgz", - "integrity": "sha512-ukHpucDP0hskHEV1ql9G55dFiNCamI87vuHdLvEy0x/Th89C2ITswxfQAxMbZb1W0Vg93eMKyYf8pbg+YvcjwQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-43.3.1.tgz", + "integrity": "sha512-6AI2GGJveEm/2GESUY01wSPM7AeqHqVuX4Hon20uCAXHYCQkDubOHJ0yV3oFXl7iHeO6Ue2DdlSLayIUXCLoEQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-paragraph": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-43.2.0.tgz", - "integrity": "sha512-Gi7Plu75rlwiV55K1V06iVdPAGOn1FKX2JPgK+eTfYe2uZeJlJWkjvkl8x32IxJxT9Z8V1yECcg/I8A0J4IdlA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-43.3.1.tgz", + "integrity": "sha512-16ry56X+uXuZEzGZwLS8zpX2DtWN/CHHu5pSz0r2VDZ1zUGLsq/MXutotZfzMMjgdED3x4mJRQE+WgiyRrlKDg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-paste-from-office": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-43.2.0.tgz", - "integrity": "sha512-+jPVd79p1oyuIcW5Pq4LsxAN5ZxjtJaasx2flGi9mLMFaLxnO/JteFs0rH7BAavURrxdhvXuIosYMGfPWleGLw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-43.3.1.tgz", + "integrity": "sha512-LLf1KB11jeYLDpQPq0d2QVPxQxp9kEibPAF4rGD4stPpRx9d+DbwmE59Y5wVASKvYJo+yNpR9CGWsE4ZgjwTWw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-react": { @@ -1310,138 +1180,138 @@ } }, "node_modules/@ckeditor/ckeditor5-remove-format": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-43.2.0.tgz", - "integrity": "sha512-BrtlTWrvg4hcbPvTck9bqIVtDfbanPYGvh+qf3NCX4USxqzAs+zz3tT105JUAY0FF0Qngcvjz6gTfTTwXom//g==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-43.3.1.tgz", + "integrity": "sha512-m7zvvYzHN/HExT0NoILXauVFI/AKQyuzPqqCI/VO1Ft5mLswXGuK6vmO1U10SmGz85etYZjEipKuouf2Anyqxg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-restricted-editing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-43.2.0.tgz", - "integrity": "sha512-RKYLNbbKks0O6axiE0acYOq5IAdtRGhCC557szUSzFZsGh31LHRPxa7ZpwjKuuefUp4uI11HzFyXXBQfykdnDQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-43.3.1.tgz", + "integrity": "sha512-L6sA6UrUPy4Q3AzF8yQGsgEadO1IcZv53Ijevk9KuD7dwLF4f9x4ukUFLlGRpoYHPAW/+RpADp2PPegjKHo9QQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-select-all": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-43.2.0.tgz", - "integrity": "sha512-wHFKg/7UsxmR6YBKZnF+4kS8m0cDe+r4IotVcnJcxDRpIuHDNlROKohdMrKdBl6I++6nwvkD3da0Dsxd9gJ8Sw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-43.3.1.tgz", + "integrity": "sha512-oYQ8uF6hmlX7OefpJ0FflvKddAkEffg3fKMT2FAINwqxhX+O7h9RQZ79AiOkTab7HUTIkbhM5AlhFJIXiX0Z7Q==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-show-blocks": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-43.2.0.tgz", - "integrity": "sha512-VFXRvDRZvTX+t+lUxdK6sGPy/Lqu5h2OIYnTHykknwwySunOH1gCUjo1iVs0mrCKLwhmcp8fOeQjjdL811xcXQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-43.3.1.tgz", + "integrity": "sha512-o+IhZnjMmoF2qd4l1GqQqroeIEA29QAIOYfvrdMKZGrzVGmjbvwyNkbJRyZlAYhZqX8tLDPaPGn0tl+onhWtzw==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-source-editing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-43.2.0.tgz", - "integrity": "sha512-b8/PGBybNp//2thS2Objsl7Q+YZ7JHhVZhqH2T27cEIkFlMOag5lfA0Rpz8ClrNxY4MDu/0ArHyjFG8TkjPkvA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-43.3.1.tgz", + "integrity": "sha512-Pq7WthQAiKa3A3q82bHqNRjQ/xlOpSX9kZHLm+CDH8XACxZbBF6Unz4JPR9zJRuQxkoFs314DM/PG6pPZQgXXA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-theme-lark": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-theme-lark": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-special-characters": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-43.2.0.tgz", - "integrity": "sha512-VHe2MHFUwxFMSo/RKDqLF18dobaIMQoGnMWqZtWi5maQ1xs/l1Mo0Ohh+tdFYCQq97lNuZ4Z3z/FravZAlqV7A==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-43.3.1.tgz", + "integrity": "sha512-3iwrtISndl5hc+/LuSXht69xqkEv95zg8Qxv+ovREA3pvtgt5u9O0t7ELcmUeTTEs/hJkF2FDplIYQj5zIvO+g==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-style": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-43.2.0.tgz", - "integrity": "sha512-24Gk9iWOtiN1YaJh24QNSjafFMeidmW6NbtaldVibLKwJRFD2oNXvqccSGztj/+cv0FLK8rK1KHFYcm4WSCT3w==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-43.3.1.tgz", + "integrity": "sha512-2+ATPa5y4ZUkak5xFTTDeUPhuCAYB4OPNt/QjMvrQjpEwXoWDJ4f8GqR9oFFsqEGMm65GrUp/xIQW8WRH43Kng==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-table": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-43.2.0.tgz", - "integrity": "sha512-sIA1Ik8shdrsy2sgDXLX7uZgPuNTEgZ0/H9/aKDX7cg8Z+vQozhElHb1H17oC5a1qoxwQF+qt8FoLgtguZ5gDQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-43.3.1.tgz", + "integrity": "sha512-Qr3GkKELnG1EY7Bu9dGQBkGTqhVnygeHKDCTEG9m218shYsI5L6jFftGUzWmJzMpm3hNFkyYv+1YWaIoqfRzIQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-theme-lark": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-43.2.0.tgz", - "integrity": "sha512-K6KH0Wakzuf43XFmLN49qu1svwpb2FDP/wM+Vo+UolI3krRRxr6uTXQ9D3O8S4ckMJhwcrVRerBHtlZst0dXew==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-43.3.1.tgz", + "integrity": "sha512-kAgeGx66jT31FFYwAoc43oX5ehQtiYE57OJWlPTXrDXxyq0Y+LYFW2/bp4UVYdZK+OKv9dp1Do3VQfxJoGzFjg==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-ui": "43.2.0" + "@ckeditor/ckeditor5-ui": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-typing": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-43.2.0.tgz", - "integrity": "sha512-IfuEYE9PonfxNe6RENtMIRqeN/ytX64781EVVhVl5FOebNFGKHscw+j0cCrqDGPGq7yVVvehEdCrl2xAXy+gyw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-43.3.1.tgz", + "integrity": "sha512-sK45GlrOHqWOphVnzDKe3kofVJGhSRk34UQJnyXgMN+35QJqypnJeBYBnnHWL8+nK0S4zk9oQO3PuiRH6gg/WQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-ui": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-43.2.0.tgz", - "integrity": "sha512-sGWW4tqGvs7VvZJHZG2qLYBV3+fU4yLiZcLLG6zDU+RrK6rS2cndspjyBIDj94gdFA2tEXqMkteZeEekPrtLIw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-43.3.1.tgz", + "integrity": "sha512-dbR4FK6mCkI89h4Joyf1PZt0Xsq0N+sZg05Z6BpYz6GS9U35C7J9bHxN469dvaIc8bJws4eYJ5x+St3LcvlduQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", "color-convert": "2.0.1", "color-parse": "1.4.2", "lodash-es": "4.17.21", @@ -1449,76 +1319,77 @@ } }, "node_modules/@ckeditor/ckeditor5-undo": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-43.2.0.tgz", - "integrity": "sha512-BXApTSSicRIeKReYt3mla9IQfEpgSOFJjtC0jvHbfsVcC9xvo6B0Fxu9DhTzkXFasZtZvCdOqPCSF3oulqJGxQ==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-43.3.1.tgz", + "integrity": "sha512-UxrWPlHzL/DKuxp4R5mlQvy995Ozehh5hQxY5yvL285Dzv6PY5pk627Wv/qS8AyfLMyVNiFO9bDWBIcT9igQRA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-upload": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-43.2.0.tgz", - "integrity": "sha512-KPyXPCFTKQxjuwmyk3vgUoXTuBJctH4U67LdarsplwszOOS0Ho89bExY3VOQ5aGB7y7mk4oOS9tSKWyt64ASIg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-43.3.1.tgz", + "integrity": "sha512-uOEhCgqgiK4V/CnbnuwHU/NUOG4ioQE5KUUtVmRG2xjQKg5C1uIT2dig+wnKw8vOdwVTMD2hVt7/OC/whQuheQ==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0" + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1" } }, "node_modules/@ckeditor/ckeditor5-utils": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-43.2.0.tgz", - "integrity": "sha512-0Q2Yj22+a2lcj+YHqe7JOmJANVjmDqAGOwjfYRUoZGXefb6yuEzEpzDin4rU/Msrnll1KrH+mD73HSxUgmgi1Q==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-43.3.1.tgz", + "integrity": "sha512-4CyM3AP+DcfuPuw+zceI3UTh3HcusnvFVeRPPw6j3Qe29/jadZYsdvkdo9KsDaiwgx0ctooKCuY9SfAcd/CZNQ==", "license": "GPL-2.0-or-later", "dependencies": { + "@ckeditor/ckeditor5-ui": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-watchdog": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-43.2.0.tgz", - "integrity": "sha512-hQ6+8uGJekGkPiAW6+DzhvJNXzo7SKaS+rRcI7ERm9O6CSP/vFyc77uw5Y1SDr1PlzF/bdWksEv5zqxiebQW0Q==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-43.3.1.tgz", + "integrity": "sha512-d9gh0QIrrImIe2SFLo/IBLdpgC9REVkvUTv//qLbUaM2ffBboMnpJYPAB/hgl8ev4lkDvCrivlGjc/80COfGTQ==", "license": "GPL-2.0-or-later", "dependencies": { "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-widget": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-43.2.0.tgz", - "integrity": "sha512-qWyh4ZRvEmz+prHSx+oIaEIqS4jO1UcCFgmC/cuVp3jSXovBgbkSK1G8FqNdf+JHjc2hrZnfKm3Tb4N8OmEbLg==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-43.3.1.tgz", + "integrity": "sha512-0naXUVC6BFLnuj3lu5aTfRxmqV6py9+zqGHdJJZ0x8uSg9qcfUCLEQvA59bqzNteRya/lZeZhYKj8IcGnbB1oA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@ckeditor/ckeditor5-word-count": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-43.2.0.tgz", - "integrity": "sha512-gp9hHmOGStvA6wpSY4h0LwqTGYSdMRZ8/8XnUFHQ4QiKirejzmHA9K2lWL4grqCTZh5sfO7ZzaX1mx/QctpFxw==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-43.3.1.tgz", + "integrity": "sha512-W0Ic7y4/ePVqW22pHuXv5HRAbaDJFO13rUqyTZqU2H2ExZdMbJN6eT/UVhnO1XvKs/+jdKGO3LGWXt9QmmtkhA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "ckeditor5": "43.2.0", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "ckeditor5": "43.3.1", "lodash-es": "4.17.21" } }, "node_modules/@codemirror/autocomplete": { - "version": "6.18.1", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.1.tgz", - "integrity": "sha512-iWHdj/B1ethnHRTwZj+C1obmmuCzquH29EbcKr0qIjA9NfDeBDJ7vs+WOHsFeLeflE4o+dHfYndJloMKHUkWUA==", + "version": "6.18.3", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.3.tgz", + "integrity": "sha512-1dNIOmiM0z4BIBwxmxEfA1yoxh1MF/6KPBbh20a5vphGV0ictKlgQsbJs6D6SkR6iJpGbpwRsa6PFMNlg9T9pQ==", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", @@ -1581,9 +1452,9 @@ } }, "node_modules/@codemirror/search": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.6.tgz", - "integrity": "sha512-rpMgcsh7o0GuCDUXKPvww+muLA1pDJaFrpq/CCHtpQJYz8xopu4D1hPcKRoDD0YlF8gZaqTNIRa4VRBWyhyy7Q==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.7.tgz", + "integrity": "sha512-6+iLsXvITWKHYlkgHPCs/qiX4dNzn8N78YfhOFvPtPYCkuXqZq10rAfsUMhOq7O/1VjJqdXRflyExlfVcu/9VQ==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", @@ -1610,9 +1481,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.34.1", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.34.1.tgz", - "integrity": "sha512-t1zK/l9UiRqwUNPm+pdIT0qzJlzuVckbTEMVNFhfWkGiBQClstzg+78vedCvLSX0xJEZ6lwZbPpnljL7L6iwMQ==", + "version": "6.34.3", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.34.3.tgz", + "integrity": "sha512-Ph5d+u8DxIeSgssXEakaakImkzBV4+slwIbcxl9oc9evexJhImeu/G8TK7+zp+IFK9KuJ0BdSn6kTBJeH2CHvA==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.4.0", @@ -1793,106 +1664,458 @@ "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", "license": "MIT" }, - "node_modules/@esbuild/darwin-arm64": { + "node_modules/@esbuild/aix-ppc64": { "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", - "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", "cpu": [ - "arm64" + "ppc64" ], "license": "MIT", "optional": true, "os": [ - "darwin" + "aix" ], "engines": { "node": ">=12" } }, - "node_modules/@floating-ui/core": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", - "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", + "node_modules/@esbuild/android-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", + "cpu": [ + "arm" + ], "license": "MIT", - "dependencies": { - "@floating-ui/utils": "^0.2.8" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@floating-ui/dom": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", - "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", + "node_modules/@esbuild/android-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", + "cpu": [ + "arm64" + ], "license": "MIT", - "dependencies": { - "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.8" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@floating-ui/react-dom": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz", - "integrity": "sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==", + "node_modules/@esbuild/android-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@floating-ui/utils": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", - "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", - "license": "MIT" + "node_modules/@esbuild/darwin-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } }, - "node_modules/@formatjs/ecma402-abstract": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.14.3.tgz", - "integrity": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==", + "node_modules/@esbuild/darwin-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "@formatjs/intl-localematcher": "0.2.32", - "tslib": "^2.4.0" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@formatjs/fast-memoize": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.0.1.tgz", - "integrity": "sha512-M2GgV+qJn5WJQAYewz7q2Cdl6fobQa69S1AzSM2y0P68ZDbK5cWrJIcPCO395Of1ksftGZoOt4LYCO/j9BKBSA==", + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", + "cpu": [ + "arm64" + ], "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.3.1.tgz", - "integrity": "sha512-knF2AkAKN4Upv4oIiKY4Wd/dLH68TNMPgV/tJMu/T6FP9aQwbv8fpj7U3lkyniPaNVxvia56Gxax8MKOjtxLSQ==", + "node_modules/@esbuild/freebsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "1.14.3", - "@formatjs/icu-skeleton-parser": "1.3.18", - "tslib": "^2.4.0" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.3.18", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.18.tgz", - "integrity": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==", + "node_modules/@esbuild/linux-arm": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", + "cpu": [ + "arm" + ], "license": "MIT", - "dependencies": { - "@formatjs/ecma402-abstract": "1.14.3", - "tslib": "^2.4.0" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@formatjs/intl": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.7.1.tgz", - "integrity": "sha512-se6vxidsN3PCmzqTsDd3YDT4IX9ZySPy39LYhF7x2ssNvlGMOuW3umkrIhKkXB7ZskqsJGY53LVCdiHsSwhGng==", + "node_modules/@esbuild/linux-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", + "cpu": [ + "arm64" + ], "license": "MIT", - "dependencies": { + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@floating-ui/core": { + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", + "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz", + "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.8" + } + }, + "node_modules/@floating-ui/react-dom": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz", + "integrity": "sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", + "license": "MIT" + }, + "node_modules/@formatjs/ecma402-abstract": { + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.14.3.tgz", + "integrity": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "0.2.32", + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/fast-memoize": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.0.1.tgz", + "integrity": "sha512-M2GgV+qJn5WJQAYewz7q2Cdl6fobQa69S1AzSM2y0P68ZDbK5cWrJIcPCO395Of1ksftGZoOt4LYCO/j9BKBSA==", + "license": "MIT", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/icu-messageformat-parser": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.3.1.tgz", + "integrity": "sha512-knF2AkAKN4Upv4oIiKY4Wd/dLH68TNMPgV/tJMu/T6FP9aQwbv8fpj7U3lkyniPaNVxvia56Gxax8MKOjtxLSQ==", + "license": "MIT", + "dependencies": { + "@formatjs/ecma402-abstract": "1.14.3", + "@formatjs/icu-skeleton-parser": "1.3.18", + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/icu-skeleton-parser": { + "version": "1.3.18", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.18.tgz", + "integrity": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==", + "license": "MIT", + "dependencies": { + "@formatjs/ecma402-abstract": "1.14.3", + "tslib": "^2.4.0" + } + }, + "node_modules/@formatjs/intl": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/@formatjs/intl/-/intl-2.7.1.tgz", + "integrity": "sha512-se6vxidsN3PCmzqTsDd3YDT4IX9ZySPy39LYhF7x2ssNvlGMOuW3umkrIhKkXB7ZskqsJGY53LVCdiHsSwhGng==", + "license": "MIT", + "dependencies": { "@formatjs/ecma402-abstract": "1.14.3", "@formatjs/fast-memoize": "2.0.1", "@formatjs/icu-messageformat-parser": "2.3.1", @@ -4111,10 +4334,36 @@ "url": "https://opencollective.com/immer" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.27.2.tgz", + "integrity": "sha512-Tj+j7Pyzd15wAdSJswvs5CJzJNV+qqSUcr/aCD+jpQSBtXvGnV0pnrjoc8zFTe9fcKCatkpFpOO7yAzpO998HA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.27.2.tgz", + "integrity": "sha512-xsPeJgh2ThBpUqlLgRfiVYBEf/P1nWlWvReG+aBWfNv3XEBpa6ZCmxSVnxJgLgkNz4IbxpLy64h2gCmAAQLneQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", - "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==", + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.27.2.tgz", + "integrity": "sha512-KnXU4m9MywuZFedL35Z3PuwiTSn/yqRIhrEA9j+7OSkji39NzVkgxuxTYg5F8ryGysq4iFADaU5osSizMXhU2A==", "cpu": [ "arm64" ], @@ -4124,14 +4373,209 @@ "darwin" ] }, - "node_modules/@rushstack/node-core-library": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.9.0.tgz", - "integrity": "sha512-MMsshEWkTbXqxqFxD4gcIUWQOCeBChlGczdZbHfqmNZQFLHB3yWxDFSMHFUdu2/OB9NUk7Awn5qRL+rws4HQNg==", + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.27.2.tgz", + "integrity": "sha512-Hj77A3yTvUeCIx/Vi+4d4IbYhyTwtHj07lVzUgpUq9YpJSEiGJj4vXMKwzJ3w5zp5v3PFvpJNgc/J31smZey6g==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "ajv": "~8.13.0", - "ajv-draft-04": "~1.0.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.27.2.tgz", + "integrity": "sha512-RjgKf5C3xbn8gxvCm5VgKZ4nn0pRAIe90J0/fdHUsgztd3+Zesb2lm2+r6uX4prV2eUByuxJNdt647/1KPRq5g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.27.2.tgz", + "integrity": "sha512-duq21FoXwQtuws+V9H6UZ+eCBc7fxSpMK1GQINKn3fAyd9DFYKPJNcUhdIKOrMFjLEJgQskoMoiuizMt+dl20g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.27.2.tgz", + "integrity": "sha512-6npqOKEPRZkLrMcvyC/32OzJ2srdPzCylJjiTJT2c0bwwSGm7nz2F9mNQ1WrAqCBZROcQn91Fno+khFhVijmFA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.27.2.tgz", + "integrity": "sha512-V9Xg6eXtgBtHq2jnuQwM/jr2mwe2EycnopO8cbOvpzFuySCGtKlPCI3Hj9xup/pJK5Q0388qfZZy2DqV2J8ftw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.27.2.tgz", + "integrity": "sha512-uCFX9gtZJoQl2xDTpRdseYuNqyKkuMDtH6zSrBTA28yTfKyjN9hQ2B04N5ynR8ILCoSDOrG/Eg+J2TtJ1e/CSA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.27.2.tgz", + "integrity": "sha512-/PU9P+7Rkz8JFYDHIi+xzHabOu9qEWR07L5nWLIUsvserrxegZExKCi2jhMZRd0ATdboKylu/K5yAXbp7fYFvA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.27.2.tgz", + "integrity": "sha512-eCHmol/dT5odMYi/N0R0HC8V8QE40rEpkyje/ZAXJYNNoSfrObOvG/Mn+s1F/FJyB7co7UQZZf6FuWnN6a7f4g==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.27.2.tgz", + "integrity": "sha512-DEP3Njr9/ADDln3kNi76PXonLMSSMiCir0VHXxmGSHxCxDfQ70oWjHcJGfiBugzaqmYdTC7Y+8Int6qbnxPBIQ==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.27.2.tgz", + "integrity": "sha512-NHGo5i6IE/PtEPh5m0yw5OmPMpesFnzMIS/lzvN5vknnC1sXM5Z/id5VgcNPgpD+wHmIcuYYgW+Q53v+9s96lQ==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.2.tgz", + "integrity": "sha512-PaW2DY5Tan+IFvNJGHDmUrORadbe/Ceh8tQxi8cmdQVCCYsLoQo2cuaSj+AU+YRX8M4ivS2vJ9UGaxfuNN7gmg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.27.2.tgz", + "integrity": "sha512-dOlWEMg2gI91Qx5I/HYqOD6iqlJspxLcS4Zlg3vjk1srE67z5T2Uz91yg/qA8sY0XcwQrFzWWiZhMNERylLrpQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.27.2.tgz", + "integrity": "sha512-euMIv/4x5Y2/ImlbGl88mwKNXDsvzbWUlT7DFky76z2keajCtcbAsN9LUdmk31hAoVmJJYSThgdA0EsPeTr1+w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.27.2.tgz", + "integrity": "sha512-RsnE6LQkUHlkC10RKngtHNLxb7scFykEbEwOFDjr3CeCMG+Rr+cKqlkKc2/wJ1u4u990urRHCbjz31x84PBrSQ==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.27.2.tgz", + "integrity": "sha512-foJM5vv+z2KQmn7emYdDLyTbkoO5bkHZE1oth2tWbQNGW7mX32d46Hz6T0MqXdWS2vBZhaEtHqdy9WYwGfiliA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rushstack/node-core-library": { + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.9.0.tgz", + "integrity": "sha512-MMsshEWkTbXqxqFxD4gcIUWQOCeBChlGczdZbHfqmNZQFLHB3yWxDFSMHFUdu2/OB9NUk7Awn5qRL+rws4HQNg==", + "license": "MIT", + "dependencies": { + "ajv": "~8.13.0", + "ajv-draft-04": "~1.0.0", "ajv-formats": "~3.0.1", "fs-extra": "~7.0.1", "import-lazy": "~4.0.0", @@ -4448,9 +4892,9 @@ } }, "node_modules/@strapi/admin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-4.25.13.tgz", - "integrity": "sha512-ptdbAkbegsnlDFpkNiWbFHaRzWkVL7O4e9TJQI9oLos2q9hXVfw6mmRXOgIdb1ND6Aa1/ByjrvJS2B4dvdnu1w==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-4.25.16.tgz", + "integrity": "sha512-VV5wZIXDKbZPslzqBT8ep3HsnWRVO8hL5iDCZbthLTv5NN1eg1Xj9zYswfmbMAYtlslE1zMULjGfaU8OT/ylpA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.5.0", @@ -4459,13 +4903,13 @@ "@radix-ui/react-toolbar": "1.0.4", "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.13", + "@strapi/helper-plugin": "4.25.16", "@strapi/icons": "1.19.0", - "@strapi/permissions": "4.25.13", - "@strapi/provider-audit-logs-local": "4.25.13", - "@strapi/types": "4.25.13", - "@strapi/typescript-utils": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/permissions": "4.25.16", + "@strapi/provider-audit-logs-local": "4.25.16", + "@strapi/types": "4.25.16", + "@strapi/typescript-utils": "4.25.16", + "@strapi/utils": "4.25.16", "@vitejs/plugin-react-swc": "3.5.0", "axios": "1.7.4", "bcryptjs": "2.4.3", @@ -4587,9 +5031,9 @@ } }, "node_modules/@strapi/admin/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -4713,68 +5157,13 @@ "postcss": "^8.3.11" } }, - "node_modules/@strapi/admin/node_modules/vite": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.8.tgz", - "integrity": "sha512-mB8ToUuSmzODSpENgvpFk2fTiU/YQ1tmcVJJ4WZbq4fPdGJkFNVcmVL5k7iDug6xzWjjuGDKAuSievIsD6H7Xw==", - "license": "MIT", - "dependencies": { - "esbuild": "^0.19.3", - "postcss": "^8.4.35", - "rollup": "^4.2.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, "node_modules/@strapi/cloud-cli": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-4.25.13.tgz", - "integrity": "sha512-tnsULiSTimDGDwgK10yLi2ZjbuqhybEj4i+6d0Iz2Y/YdVi/icdA6Jm8coXpHMwOBJKZCcahevSE6zAVxCjskg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-4.25.16.tgz", + "integrity": "sha512-ctJ+Ns3UlFfK+fdOnq8X4x6KWw8xBKses+TSbpJm+d0M7s0TrsLVJpf2LA2bgV5WkgycJwtc/Lndciv3eD+xOA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "axios": "1.7.4", "chalk": "4.1.2", "cli-progress": "3.12.0", @@ -4803,17 +5192,17 @@ } }, "node_modules/@strapi/content-releases": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-4.25.13.tgz", - "integrity": "sha512-vTI+li4slfjaOx1Wnpa9GaOFZ9oMC75LPRO0LPXyXJiFl1T9A+5uWJwbkX42gmUOHlE9Kjo7ph8s2Z89Tok7Bw==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-4.25.16.tgz", + "integrity": "sha512-A4mmR4eVNaxjHQHnF+wzhBEJh5JW0198kDg4ZVLh6qs4vWWl9xyt2+FeXZpCJViQMxpJIneFk17F6JuvBqHL0Q==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.13", + "@strapi/helper-plugin": "4.25.16", "@strapi/icons": "1.19.0", - "@strapi/types": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/types": "4.25.16", + "@strapi/utils": "4.25.16", "axios": "1.7.4", "date-fns": "2.30.0", "date-fns-tz": "2.0.0", @@ -4838,9 +5227,9 @@ } }, "node_modules/@strapi/content-releases/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -4868,15 +5257,15 @@ } }, "node_modules/@strapi/data-transfer": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-4.25.13.tgz", - "integrity": "sha512-o6R7NePyC84mOrmcZ2M6/A/38iKqJo7VxC7FPrEapuXvZRsfehbvhxQizhEOETW1cdS1W5+WwwZ1gJc+YzAXog==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-4.25.16.tgz", + "integrity": "sha512-gKxxgTZYa4pCvzIttFDPw7dJrUlT3wz4pDquDRN0cCBIzk4hwfPxgqj2q1Gd7kOQDthCxpIqTP91Wmdy5yBwyA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/logger": "4.25.13", - "@strapi/strapi": "4.25.13", - "@strapi/types": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/logger": "4.25.16", + "@strapi/strapi": "4.25.16", + "@strapi/types": "4.25.16", + "@strapi/utils": "4.25.16", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -4901,12 +5290,12 @@ } }, "node_modules/@strapi/database": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/database/-/database-4.25.13.tgz", - "integrity": "sha512-6ahoRjKmU2+tlz4Mrw239vpzvr97my/gQqalNOLr9V/1sdWpTGkAq1HkptNzEqyOlXtvTjEzNqLzCJ7qDVAFXA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/database/-/database-4.25.16.tgz", + "integrity": "sha512-rdWKSJWJomnFqho0EhVb862luaaD4nWOUniflzqdgOTzPZZ3fTF2siKucYKTd1xbtV23nA+QeVIPMU1XkBGHGQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "date-fns": "2.30.0", "debug": "4.3.4", "fs-extra": "10.0.0", @@ -4949,9 +5338,9 @@ } }, "node_modules/@strapi/generate-new": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/generate-new/-/generate-new-4.25.13.tgz", - "integrity": "sha512-z9fXLWxyOPCcgjX77+xQRdlqHDDjL03+8yZhI+8k9j4cSF1bAFxLUzKipaZoIb7agntw2Pn8Ch5YOoDANgYdzA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/generate-new/-/generate-new-4.25.16.tgz", + "integrity": "sha512-6w8cMSM9jmF7CrWeoSMTMnN3onDDcUYMrxpSpnFvhGnDn6dYMEA6kHlcsUHEB7Z4GsJyGVM5R2F8bTcdU/GTfg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sentry/node": "6.19.7", @@ -4972,14 +5361,14 @@ } }, "node_modules/@strapi/generators": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-4.25.13.tgz", - "integrity": "sha512-XrBI/hLMNT/88+xWje3/iza94Q3Q5x/0PjDMnSpeVawNo7s9/EL1ZPdWqThid+xhXf8IWEpnRluKlRskr6Fuvg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-4.25.16.tgz", + "integrity": "sha512-ujoAWL/ske4koJl1pDNKvQIpB0Q47y4Ib63XmoUt6a391Hq8FmPMIEHatA6IwbHoUnSvMU9mhJ/JA+Pvf9Cq2A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/typescript-utils": "4.25.16", + "@strapi/utils": "4.25.16", "chalk": "4.1.2", "copyfiles": "2.4.1", "fs-extra": "10.0.0", @@ -4993,9 +5382,9 @@ } }, "node_modules/@strapi/helper-plugin": { - "version": "4.25.10", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.10.tgz", - "integrity": "sha512-RrpModXQNTFODolP0qmZNh3RfBNOW2vPEyuFpqa/QCvbdvechu9OXewAq2SqeEnnBS2sTO9HtFQIgepYs4utCg==", + "version": "4.25.12", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.12.tgz", + "integrity": "sha512-W4Jl+r0XaLZI1yfIEq/SIjrCiOojSG+x/+A92hK4wgwYlNVd5Iw7oQB8VVj935JQbpFzwQhMGCPrth1NaL7sWg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5033,9 +5422,9 @@ } }, "node_modules/@strapi/logger": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-4.25.13.tgz", - "integrity": "sha512-P9joW69UlkNLuNNrpMl+pMuuzD8zS7xIIt+8kRV3yo3+iAn/dzfiEg6pHGKqMtjj/JrVL8beRNTxxZZmoaWP2w==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-4.25.16.tgz", + "integrity": "sha512-yllvJA7F6zSASeRUtOrz3lTcGQMZWM3o0ug64hbtatm2pUJ3LejbvCYuSgl60fC/kWza3IqOEm/87hII+Emi0g==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "lodash": "4.17.21", @@ -5082,14 +5471,69 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/pack-up/node_modules/vite": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz", + "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==", + "license": "MIT", + "dependencies": { + "esbuild": "^0.19.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, "node_modules/@strapi/permissions": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-4.25.13.tgz", - "integrity": "sha512-wvbvvWpZ0jkhVNW3Zmxcus2oh7IpZhtQeVAw1ZIXoJjmNbEJMDT34aRCdyBE6lBYg4GnNBF8cYNZfchRTM/IHg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-4.25.16.tgz", + "integrity": "sha512-pGdd1e/1zRAWA5ANb6Nna/4zjpbrFu3RoLmwse3VhGYDj5Vt4FIZGcmOU9TXfupjX+ltfI1WVsyWBYrwnKi3AQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.5.0", - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "lodash": "4.17.21", "qs": "6.11.1", "sift": "16.0.1" @@ -5100,14 +5544,14 @@ } }, "node_modules/@strapi/plugin-content-manager": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/plugin-content-manager/-/plugin-content-manager-4.25.13.tgz", - "integrity": "sha512-sk2oKqzRH6R1FQyraWRf7yv0iqcv5+RSN1vkMTgSD15YxXfEYL5RlDHXmUMXWGuEl//QSePWIKkPrISdByIWvA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/plugin-content-manager/-/plugin-content-manager-4.25.16.tgz", + "integrity": "sha512-YuR91p0DoGe2h1oPEJLIYoKWV/pHDe+g/czkeI2LVuLTAQA8CKq2JWXOx+pp9FaHrHr/amPnj1zaLfhuHoDybw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/types": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/types": "4.25.16", + "@strapi/utils": "4.25.16", "koa": "2.13.4", "koa-bodyparser": "4.4.1", "lodash": "4.17.21", @@ -5119,18 +5563,18 @@ } }, "node_modules/@strapi/plugin-content-type-builder": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/plugin-content-type-builder/-/plugin-content-type-builder-4.25.13.tgz", - "integrity": "sha512-DYcE78Wmf8XmGHVQyUz84qC+ahTDadaFMZU987t9hzEdhaDd/1BpgiXLEHz6ZqmRfTGQi9/84fYFuOQhPN6uEw==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/plugin-content-type-builder/-/plugin-content-type-builder-4.25.16.tgz", + "integrity": "sha512-thzH4FcXGMTGq9po+u649VbVrmgO68OPnRNVy2P2CYJynp+C8yDHeeR5BeyNn3Vg2xbxzr08p+nl3rdC6Xco4g==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "1.19.0", - "@strapi/generators": "4.25.13", - "@strapi/helper-plugin": "4.25.13", + "@strapi/generators": "4.25.16", + "@strapi/helper-plugin": "4.25.16", "@strapi/icons": "1.19.0", - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "fs-extra": "10.0.0", "immer": "9.0.19", "koa-bodyparser": "4.4.1", @@ -5156,9 +5600,9 @@ } }, "node_modules/@strapi/plugin-content-type-builder/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5186,16 +5630,16 @@ } }, "node_modules/@strapi/plugin-email": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/plugin-email/-/plugin-email-4.25.13.tgz", - "integrity": "sha512-XF3PI0h77/fG+yjpjvjGfpzT69UA0M6/iZP873m8FfbjyQ/a8y40/xoT9uxzrcCttMUdqFNoKGELZNCi7oCoBA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/plugin-email/-/plugin-email-4.25.16.tgz", + "integrity": "sha512-3gmpomxPd46YLMUFjwFM/F8wwNgf2lAgNnB5BvST5JiW7kpenOGaLLGjDBqEYQgBVw1MgoXuGPdJKZVpZuNo0Q==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.13", + "@strapi/helper-plugin": "4.25.16", "@strapi/icons": "1.19.0", - "@strapi/provider-email-sendmail": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/provider-email-sendmail": "4.25.16", + "@strapi/utils": "4.25.16", "lodash": "4.17.21", "prop-types": "^15.8.1", "react-intl": "6.4.1", @@ -5215,9 +5659,9 @@ } }, "node_modules/@strapi/plugin-email/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5245,17 +5689,17 @@ } }, "node_modules/@strapi/plugin-graphql": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/plugin-graphql/-/plugin-graphql-4.25.13.tgz", - "integrity": "sha512-NneXaIj7/OJFcls+Z17zQ925UwLNTa5O07/J5B/e275O0ZqWczwZ/HTmxrjHSpKdfYE7OXOjsN4aE4r/lgBOAg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/plugin-graphql/-/plugin-graphql-4.25.16.tgz", + "integrity": "sha512-CHrxNDS6+gRYBUae75hHJ/961OwiM3/lFtNcqxU9sFRMgkPjQe5S5e/85zU7G+ZOS6BlpMhyG9zet1dZYuk9Fw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@graphql-tools/schema": "8.5.1", "@graphql-tools/utils": "^8.13.1", "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.13", + "@strapi/helper-plugin": "4.25.16", "@strapi/icons": "1.19.0", - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "apollo-server-core": "3.12.1", "apollo-server-koa": "3.10.0", "graphql": "^15.5.1", @@ -5281,9 +5725,9 @@ } }, "node_modules/@strapi/plugin-graphql/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5344,38 +5788,68 @@ "styled-components": "^5.2.1" } }, - "node_modules/@strapi/plugin-i18n/node_modules/@strapi/utils": { + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/helper-plugin": { "version": "4.25.10", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.10.tgz", - "integrity": "sha512-RYUGxEx7Apft2NSjfGdgitGnL0ZFUdx80/KYOZnQ5+itbKmPB4Ts8/oWb3hrVPp56DNzEaXZreMxJ2T73G7dpA==", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.10.tgz", + "integrity": "sha512-RrpModXQNTFODolP0qmZNh3RfBNOW2vPEyuFpqa/QCvbdvechu9OXewAq2SqeEnnBS2sTO9HtFQIgepYs4utCg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@sindresorhus/slugify": "1.1.0", + "axios": "1.7.4", "date-fns": "2.30.0", - "http-errors": "1.8.1", + "formik": "2.4.0", + "immer": "9.0.19", "lodash": "4.17.21", - "p-map": "4.0.0", - "yup": "0.32.9" + "qs": "6.11.1", + "react-helmet": "6.1.0", + "react-intl": "6.4.1", + "react-query": "3.39.3", + "react-select": "5.7.0" }, "engines": { "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" - } - }, - "node_modules/@strapi/plugin-upload": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.25.13.tgz", - "integrity": "sha512-J9/Pe4VyN/4rIp7HTxlhnqZPj3zDCCKrU3SirauAKNld+WDU3ZQnkJFqiYU5mTXy10ANVJpgiCkYu0KzEFKVLQ==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { + }, + "peerDependencies": { "@strapi/design-system": "1.19.0", - "@strapi/helper-plugin": "4.25.13", "@strapi/icons": "1.19.0", - "@strapi/provider-upload-local": "4.25.13", - "@strapi/utils": "4.25.13", - "axios": "1.7.4", - "byte-size": "7.0.1", - "cropperjs": "1.6.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, + "node_modules/@strapi/plugin-i18n/node_modules/@strapi/utils": { + "version": "4.25.10", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.10.tgz", + "integrity": "sha512-RYUGxEx7Apft2NSjfGdgitGnL0ZFUdx80/KYOZnQ5+itbKmPB4Ts8/oWb3hrVPp56DNzEaXZreMxJ2T73G7dpA==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@sindresorhus/slugify": "1.1.0", + "date-fns": "2.30.0", + "http-errors": "1.8.1", + "lodash": "4.17.21", + "p-map": "4.0.0", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/plugin-upload": { + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.25.16.tgz", + "integrity": "sha512-n9jlF4X0+tpeVUuN6+ivQnFVBAfxB2bwEblZfxECMf3B0msxr/NGtVOdzlz/ToLNlCrGDZShATfDmhKtvBzo7g==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@strapi/design-system": "1.19.0", + "@strapi/helper-plugin": "4.25.16", + "@strapi/icons": "1.19.0", + "@strapi/provider-upload-local": "4.25.16", + "@strapi/utils": "4.25.16", + "axios": "1.7.4", + "byte-size": "7.0.1", + "cropperjs": "1.6.0", "date-fns": "2.30.0", "formik": "2.4.0", "fs-extra": "10.0.0", @@ -5408,9 +5882,9 @@ } }, "node_modules/@strapi/plugin-upload/node_modules/@strapi/helper-plugin": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz", - "integrity": "sha512-RRVQj0+yWQiYx1vgnuLQS3CbB0nTPTLQDy5LTLYKIDVahuZnjDxEvy8WrMSYDfAOn5b7WCHH5ctMdyFrrAkTWA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.16.tgz", + "integrity": "sha512-lqRDgAYBtf1dB6LjA6c4rB4fNeKv2XO6p6+qpVOmEJExvActAhGU8m3mOfNBLAzZFuzEZFanLo1qES7/ffZLSA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "axios": "1.7.4", @@ -5476,6 +5950,36 @@ "styled-components": "^5.2.1" } }, + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/helper-plugin": { + "version": "4.25.10", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.25.10.tgz", + "integrity": "sha512-RrpModXQNTFODolP0qmZNh3RfBNOW2vPEyuFpqa/QCvbdvechu9OXewAq2SqeEnnBS2sTO9HtFQIgepYs4utCg==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "axios": "1.7.4", + "date-fns": "2.30.0", + "formik": "2.4.0", + "immer": "9.0.19", + "lodash": "4.17.21", + "qs": "6.11.1", + "react-helmet": "6.1.0", + "react-intl": "6.4.1", + "react-query": "3.39.3", + "react-select": "5.7.0" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/design-system": "1.19.0", + "@strapi/icons": "1.19.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/utils": { "version": "4.25.10", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.10.tgz", @@ -5495,9 +5999,9 @@ } }, "node_modules/@strapi/provider-audit-logs-local": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.25.13.tgz", - "integrity": "sha512-7ec9GXxARm2i0RdeREBNX3yzfUR1CDxGhRl2hq9oSdcnWEJK7dtdcyGRUQqeZvCdxOgnyRa0dpg3P+ReUFTuLg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.25.16.tgz", + "integrity": "sha512-pnZ2fXJrKMvJ7QIWBGNJxs43XE0H5J2Blxo08uTReiYjd/JHd4vh2WwmuDs2ndg/p1Ri+/bp571MmCNIQrqC1g==", "license": "SEE LICENSE IN LICENSE", "engines": { "node": ">=18.0.0 <=20.x.x", @@ -5505,12 +6009,12 @@ } }, "node_modules/@strapi/provider-email-sendmail": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-4.25.13.tgz", - "integrity": "sha512-+ZuP8zkunfP5SrUsW+vLg64Kz3zkxd7V8fyh4b3PWqeSDGuwmSkSSA3rRdzR2dB+eIeJIHq2BE1m8VHdoYWSyg==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-4.25.16.tgz", + "integrity": "sha512-+C/r9vvKEBTe24ZI9v4FKWMJuCWN6wqfF04KMUwEB0rqHHAHr13rlOlG+2Kk5dVYMvr0O4qswbDET8nIRGb98A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "sendmail": "^1.6.1" }, "engines": { @@ -5519,12 +6023,12 @@ } }, "node_modules/@strapi/provider-upload-local": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-4.25.13.tgz", - "integrity": "sha512-DNuhrgceEMnDswMB1+slDgNAgRwjafihvrStnUk4Yp7L6dueAu4Lo/rn1pu0LrajT9gA0WTVZMCar+3dJl0A9w==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-4.25.16.tgz", + "integrity": "sha512-mecEgDR8MkS9vUTLLYoMDS9J4bdVvFfiEgWcKxy/jv1KGo0mLU/XUJvChEBov4N6tq7+4CaAMcBdKKlPfzr3cw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "4.25.13", + "@strapi/utils": "4.25.16", "fs-extra": "10.0.0" }, "engines": { @@ -5533,31 +6037,31 @@ } }, "node_modules/@strapi/strapi": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-4.25.13.tgz", - "integrity": "sha512-XCh/imAVJ9Dm5xKoAonWf5yJgcxv6BicW3gm12aH+fnZsMJtQJCEoJpiRSsN+6tg0ziZvQaFk0B/yGxpDTIEEA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-4.25.16.tgz", + "integrity": "sha512-GUQqGeOeUpXBXpo4THN5l18+zeBM5sTfghBs/TrYSNZuFlS8xyiZ23LxHIJ9rn87DjUoiUuMPCJiAiSN12ctXA==", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@koa/cors": "5.0.0", "@koa/router": "10.1.1", - "@strapi/admin": "4.25.13", - "@strapi/cloud-cli": "4.25.13", - "@strapi/content-releases": "4.25.13", - "@strapi/data-transfer": "4.25.13", - "@strapi/database": "4.25.13", - "@strapi/generate-new": "4.25.13", - "@strapi/generators": "4.25.13", - "@strapi/logger": "4.25.13", + "@strapi/admin": "4.25.16", + "@strapi/cloud-cli": "4.25.16", + "@strapi/content-releases": "4.25.16", + "@strapi/data-transfer": "4.25.16", + "@strapi/database": "4.25.16", + "@strapi/generate-new": "4.25.16", + "@strapi/generators": "4.25.16", + "@strapi/logger": "4.25.16", "@strapi/pack-up": "4.23.0", - "@strapi/permissions": "4.25.13", - "@strapi/plugin-content-manager": "4.25.13", - "@strapi/plugin-content-type-builder": "4.25.13", - "@strapi/plugin-email": "4.25.13", - "@strapi/plugin-upload": "4.25.13", - "@strapi/types": "4.25.13", - "@strapi/typescript-utils": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/permissions": "4.25.16", + "@strapi/plugin-content-manager": "4.25.16", + "@strapi/plugin-content-type-builder": "4.25.16", + "@strapi/plugin-email": "4.25.16", + "@strapi/plugin-upload": "4.25.16", + "@strapi/types": "4.25.16", + "@strapi/typescript-utils": "4.25.16", + "@strapi/utils": "4.25.16", "bcryptjs": "2.4.3", "boxen": "5.1.2", "chalk": "4.1.2", @@ -5616,18 +6120,18 @@ } }, "node_modules/@strapi/types": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/types/-/types-4.25.13.tgz", - "integrity": "sha512-ROsF1oC4IPX63uc+NFibegYDxjcJJvD+BDUALBkU6xhFkj2wQLPxS+yzDSdbcnROSbf/4eFauoDpT9X2hTTNuw==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-4.25.16.tgz", + "integrity": "sha512-yuOxLDschy04ftTZ20u/nfZs4TM8xZtTzEAsazayz0MeGsQSu2YAx3e4/XVwdVbBgCACqsY/fFE8hMGVyX0t7A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.5.0", "@koa/cors": "5.0.0", "@koa/router": "10.1.1", - "@strapi/database": "4.25.13", - "@strapi/logger": "4.25.13", - "@strapi/permissions": "4.25.13", - "@strapi/utils": "4.25.13", + "@strapi/database": "4.25.16", + "@strapi/logger": "4.25.16", + "@strapi/permissions": "4.25.16", + "@strapi/utils": "4.25.16", "commander": "8.3.0", "https-proxy-agent": "5.0.1", "koa": "2.13.4", @@ -5640,9 +6144,9 @@ } }, "node_modules/@strapi/typescript-utils": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-4.25.13.tgz", - "integrity": "sha512-sb9hHWYwTPub49G78IxPVD/n6G1NCiCQ4zey28MekghrcMZ4y17L/L29zbck5ofPNGz2xS9McDAShfreX5knmA==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-4.25.16.tgz", + "integrity": "sha512-bEIuWaXn56hdFqXh/VuedPj7IYoWaPz/tp1oSDIq//ACh3WoaL/JuJH3gPizycjZq6/9ow7MFEZj5aC0HAfVTw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "chalk": "4.1.2", @@ -5851,9 +6355,9 @@ } }, "node_modules/@strapi/utils": { - "version": "4.25.13", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.13.tgz", - "integrity": "sha512-jcmzTA8zK275aBuvI0gQuYdffyFAWvwyOT1strSO9oSU8GmlcWQ7+5/md9KBlrralQroNkc4KtJbasr9PqWCmQ==", + "version": "4.25.16", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.25.16.tgz", + "integrity": "sha512-bx0Oc36zzDRzmSpE5N11HpnRnyaFQbHnWTbdGb0Kwmcr4xiZI1fGG4BR18s1oytavrHm5RLeJa0Jtt7SPR3bDA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", @@ -5869,14 +6373,14 @@ } }, "node_modules/@swc/core": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.7.36.tgz", - "integrity": "sha512-bu7ymMX+LCJOSSrKank25Jaq66ymLVA9fOUuy4ck3/6rbXdLw+pIJPnIDKQ9uNcxww8KDxOuJk9Ui9pqR+aGFw==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.9.2.tgz", + "integrity": "sha512-dYyEkO6mRYtZFpnOsnYzv9rY69fHAHoawYOjGOEcxk9WYtaJhowMdP/w6NcOKnz2G7GlZaenjkzkMa6ZeQeMsg==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3", - "@swc/types": "^0.1.13" + "@swc/types": "^0.1.15" }, "engines": { "node": ">=10" @@ -5886,16 +6390,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.7.36", - "@swc/core-darwin-x64": "1.7.36", - "@swc/core-linux-arm-gnueabihf": "1.7.36", - "@swc/core-linux-arm64-gnu": "1.7.36", - "@swc/core-linux-arm64-musl": "1.7.36", - "@swc/core-linux-x64-gnu": "1.7.36", - "@swc/core-linux-x64-musl": "1.7.36", - "@swc/core-win32-arm64-msvc": "1.7.36", - "@swc/core-win32-ia32-msvc": "1.7.36", - "@swc/core-win32-x64-msvc": "1.7.36" + "@swc/core-darwin-arm64": "1.9.2", + "@swc/core-darwin-x64": "1.9.2", + "@swc/core-linux-arm-gnueabihf": "1.9.2", + "@swc/core-linux-arm64-gnu": "1.9.2", + "@swc/core-linux-arm64-musl": "1.9.2", + "@swc/core-linux-x64-gnu": "1.9.2", + "@swc/core-linux-x64-musl": "1.9.2", + "@swc/core-win32-arm64-msvc": "1.9.2", + "@swc/core-win32-ia32-msvc": "1.9.2", + "@swc/core-win32-x64-msvc": "1.9.2" }, "peerDependencies": { "@swc/helpers": "*" @@ -5907,9 +6411,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.7.36", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.36.tgz", - "integrity": "sha512-8vDczXzCgv3ceTPhEivlpGprN44YlrCK1nbfU9g2TrhV/Aiqi09W/eM5zLesdoM1Z3mJl492gc/8nlTkpDdusw==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.9.2.tgz", + "integrity": "sha512-nETmsCoY29krTF2PtspEgicb3tqw7Ci5sInTI03EU5zpqYbPjoPH99BVTjj0OsF53jP5MxwnLI5Hm21lUn1d6A==", "cpu": [ "arm64" ], @@ -5922,6 +6426,150 @@ "node": ">=10" } }, + "node_modules/@swc/core-darwin-x64": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.9.2.tgz", + "integrity": "sha512-9gD+bwBz8ZByjP6nZTXe/hzd0tySIAjpDHgkFiUrc+5zGF+rdTwhcNrzxNHJmy6mw+PW38jqII4uspFHUqqxuQ==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm-gnueabihf": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.9.2.tgz", + "integrity": "sha512-kYq8ief1Qrn+WmsTWAYo4r+Coul4dXN6cLFjiPZ29Cv5pyU+GFvSPAB4bEdMzwy99rCR0u2P10UExaeCjurjvg==", + "cpu": [ + "arm" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm64-gnu": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.9.2.tgz", + "integrity": "sha512-n0W4XiXlmEIVqxt+rD3ZpkogsEWUk1jJ+i5bQNgB+1JuWh0fBE8c/blDgTQXa0GB5lTPVDZQussgdNOCnAZwiA==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-arm64-musl": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.9.2.tgz", + "integrity": "sha512-8xzrOmsyCC1zrx2Wzx/h8dVsdewO1oMCwBTLc1gSJ/YllZYTb04pNm6NsVbzUX2tKddJVRgSJXV10j/NECLwpA==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-x64-gnu": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.9.2.tgz", + "integrity": "sha512-kZrNz/PjRQKcchWF6W292jk3K44EoVu1ad5w+zbS4jekIAxsM8WwQ1kd+yjUlN9jFcF8XBat5NKIs9WphJCVXg==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-linux-x64-musl": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.9.2.tgz", + "integrity": "sha512-TTIpR4rjMkhX1lnFR+PSXpaL83TrQzp9znRdp2TzYrODlUd/R20zOwSo9vFLCyH6ZoD47bccY7QeGZDYT3nlRg==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-arm64-msvc": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.9.2.tgz", + "integrity": "sha512-+Eg2d4icItKC0PMjZxH7cSYFLWk0aIp94LNmOw6tPq0e69ax6oh10upeq0D1fjWsKLmOJAWEvnXlayZcijEXDw==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-ia32-msvc": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.9.2.tgz", + "integrity": "sha512-nLWBi4vZDdM/LkiQmPCakof8Dh1/t5EM7eudue04V1lIcqx9YHVRS3KMwEaCoHLGg0c312Wm4YgrWQd9vwZ5zQ==", + "cpu": [ + "ia32" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, + "node_modules/@swc/core-win32-x64-msvc": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.9.2.tgz", + "integrity": "sha512-ik/k+JjRJBFkXARukdU82tSVx0CbExFQoQ78qTO682esbYXzjdB5eLVkoUbwen299pnfr88Kn4kyIqFPTje8Xw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" + } + }, "node_modules/@swc/counter": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", @@ -5929,18 +6577,18 @@ "license": "Apache-2.0" }, "node_modules/@swc/helpers": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz", - "integrity": "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", + "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.8.0" } }, "node_modules/@swc/types": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.13.tgz", - "integrity": "sha512-JL7eeCk6zWCbiYQg2xQSdLXQJl8Qoc9rXmG2cEKvHe3CKwMHwHGpfOb8frzNLmbycOo6I51qxnLnn9ESf4I20Q==", + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.15.tgz", + "integrity": "sha512-XKaZ+dzDIQ9Ot9o89oJQ/aluI17+VvUnIpYJTcZtvv1iYX6MzHh3Ik2CSR7MdPKpPwfZXHBeCingb2b4PoDVdw==", "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" @@ -6022,6 +6670,26 @@ "@types/node": "*" } }, + "node_modules/@types/eslint": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", + "license": "MIT", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "license": "MIT", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", @@ -6041,9 +6709,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz", - "integrity": "sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz", + "integrity": "sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -6103,9 +6771,9 @@ "license": "MIT" }, "node_modules/@types/http-assert": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.5.tgz", - "integrity": "sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g==", + "version": "1.5.6", + "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.6.tgz", + "integrity": "sha512-TTEwmtjgVbYAzZYWyeHPrrtWnfVkm8tQkP8P21uQifPgMRgjrow3XDEYqucuC8SKZJT7pUnhU/JymvjggxO9vw==", "license": "MIT" }, "node_modules/@types/http-cache-semantics": { @@ -6248,9 +6916,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==", "license": "MIT" }, "node_modules/@types/long": { @@ -6272,12 +6940,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.7.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", - "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@types/normalize-package-data": { @@ -6308,9 +6976,9 @@ "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.16", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", - "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", + "version": "6.9.17", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", + "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==", "license": "MIT" }, "node_modules/@types/range-parser": { @@ -6320,9 +6988,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", - "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", @@ -6425,9 +7093,9 @@ } }, "node_modules/@uiw/codemirror-extensions-basic-setup": { - "version": "4.23.5", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.5.tgz", - "integrity": "sha512-eTMfT8TejVN/D5vvuz9Lab+MIoRYdtqa2ftZZmU3JpcDIXf9KaExPo+G2Rl9HqySzaasgGXOOG164MAnj3MSIw==", + "version": "4.23.6", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.6.tgz", + "integrity": "sha512-bvtq8IOvdkLJMhoJBRGPEzU51fMpPDwEhcAHp9xCR05MtbIokQgsnLXrmD1aZm6e7s/3q47H+qdSfAAkR5MkLA==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", @@ -6452,16 +7120,16 @@ } }, "node_modules/@uiw/react-codemirror": { - "version": "4.23.5", - "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.5.tgz", - "integrity": "sha512-2zzGpx61L4mq9zDG/hfsO4wAH209TBE8VVsoj/qrccRe6KfcneCwKgRxtQjxBCCnO0Q5S+IP+uwCx5bXRzgQFQ==", + "version": "4.23.6", + "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.6.tgz", + "integrity": "sha512-caYKGV6TfGLRV1HHD3p0G3FiVzKL1go7wes5XT2nWjB0+dTdyzyb81MKRSacptgZcotujfNO6QXn65uhETRAMw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", - "@uiw/codemirror-extensions-basic-setup": "4.23.5", + "@uiw/codemirror-extensions-basic-setup": "4.23.6", "codemirror": "^6.0.0" }, "funding": { @@ -6490,148 +7158,148 @@ } }, "node_modules/@webassemblyjs/ast": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", "license": "MIT", "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-opt": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1", - "@webassemblyjs/wast-printer": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-buffer": "1.12.1", - "@webassemblyjs/wasm-gen": "1.12.1", - "@webassemblyjs/wasm-parser": "1.12.1" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", "license": "MIT", "dependencies": { - "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/ast": "1.14.1", "@xtuc/long": "4.2.2" } }, @@ -6647,18 +7315,6 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "license": "Apache-2.0" }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "license": "MIT", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", @@ -6673,9 +7329,9 @@ } }, "node_modules/acorn": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", - "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -6684,15 +7340,6 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, "node_modules/acorn-walk": { "version": "8.3.4", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", @@ -6895,7 +7542,7 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-3.3.2.tgz", "integrity": "sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==", - "deprecated": "The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "@apollo/utils.keyvaluecache": "^1.0.1", @@ -6909,7 +7556,7 @@ "version": "3.4.0", "resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-3.4.0.tgz", "integrity": "sha512-h0u3EbC/9RpihWOmcSsvTW2O6RXVaD/mPEjfrPkxRPTEPWqncsgOoRJw+wih4OqfH3PvTJvoEIf4LwKrUaqWog==", - "deprecated": "The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "@apollo/protobufjs": "1.2.6" @@ -6951,7 +7598,7 @@ "version": "3.12.1", "resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-3.12.1.tgz", "integrity": "sha512-9SF5WAkkV0FZQ2HVUWI9Jada1U0jg7e8NCN9EklbtvaCeUlOLyXyM+KCWuZ7+dqHxjshbtcwylPHutt3uzoNkw==", - "deprecated": "The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "@apollo/utils.keyvaluecache": "^1.0.1", @@ -6989,7 +7636,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-4.2.1.tgz", "integrity": "sha512-vm/7c7ld+zFMxibzqZ7SSa5tBENc4B0uye9LTfjJwGoQFY5xsUPH5FpO5j0bMUDZ8YYNbrF9SNtzc5Cngcr90g==", - "deprecated": "The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "node-fetch": "^2.6.7" @@ -7002,7 +7649,7 @@ "version": "3.3.1", "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-3.3.1.tgz", "integrity": "sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA==", - "deprecated": "The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "engines": { "node": ">=12.0" @@ -7015,7 +7662,7 @@ "version": "3.10.0", "resolved": "https://registry.npmjs.org/apollo-server-koa/-/apollo-server-koa-3.10.0.tgz", "integrity": "sha512-OHaQRz0vvsALT2q+j4uWnCLRrUl1sM0H6JZvB2PfQwANsjTdwm2Eo6FO5etVByvrU4K1iXD6wBWid0Fjk0/OMQ==", - "deprecated": "The `apollo-server-koa` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-koa` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "@koa/cors": "^3.1.0", @@ -7054,7 +7701,7 @@ "version": "3.7.2", "resolved": "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-3.7.2.tgz", "integrity": "sha512-wE8dwGDvBOGehSsPTRZ8P/33Jan6/PmL0y0aN/1Z5a5GcbFhDaaJCjK5cav6npbbGL2DPKK0r6MPXi3k3N45aw==", - "deprecated": "The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "apollo-server-types": "^3.8.0" @@ -7070,7 +7717,7 @@ "version": "3.8.0", "resolved": "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-3.8.0.tgz", "integrity": "sha512-ZI/8rTE4ww8BHktsVpb91Sdq7Cb71rdSkXELSwdSR0eXu600/sY+1UXhTWdiJvk+Eq5ljqoHLwLbY2+Clq2b9A==", - "deprecated": "The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", + "deprecated": "The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now end-of-life (as of October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details.", "license": "MIT", "dependencies": { "@apollo/utils.keyvaluecache": "^1.0.1", @@ -7336,9 +7983,9 @@ } }, "node_modules/bare-stream": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.1.tgz", - "integrity": "sha512-Vm8kAeOcfzHPTH8sq0tHBnUqYrkXdroaBVVylqFT4cF5wnMfKEIxxy2jIGu2zKVNl9P8MAP9XBWwXJ9N2+jfEw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.2.tgz", + "integrity": "sha512-EFZHSIBkDgSHIwj2l2QZfP4U5OcD4xFAOwhSb/vlr9PIqyGJGvB/nfClJbcnh3EY4jtPE4zsb5ztae96bVF79A==", "license": "Apache-2.0", "optional": true, "dependencies": { @@ -7472,9 +8119,9 @@ "license": "MIT" }, "node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", + "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==", "license": "MIT" }, "node_modules/boolbase": { @@ -7561,9 +8208,9 @@ "license": "MIT" }, "node_modules/browserslist": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.0.tgz", - "integrity": "sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "funding": [ { "type": "opencollective", @@ -7580,10 +8227,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001663", - "electron-to-chromium": "^1.5.28", + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -7863,9 +8510,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001669", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", - "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==", + "version": "1.0.30001680", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz", + "integrity": "sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==", "funding": [ { "type": "opencollective", @@ -8020,68 +8667,68 @@ } }, "node_modules/ckeditor5": { - "version": "43.2.0", - "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-43.2.0.tgz", - "integrity": "sha512-wtW2TICJiXoOPK2K4L1oiO+HWBS6ifVQW2k80DoQI7cDranUC0FKMNirYZZXNdK0SYH87RSLZR8hHAAdbbOPBA==", + "version": "43.3.1", + "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-43.3.1.tgz", + "integrity": "sha512-ZZ6nIdlr9rCCp21o9d5/mVUeVPwpQKEVxkeq1MU/Jax1w8U6rnMiQWxB954Ky/HNjhZ1v1ll2+VRzb7XA+1emA==", "license": "GPL-2.0-or-later", "dependencies": { - "@ckeditor/ckeditor5-adapter-ckfinder": "43.2.0", - "@ckeditor/ckeditor5-alignment": "43.2.0", - "@ckeditor/ckeditor5-autoformat": "43.2.0", - "@ckeditor/ckeditor5-autosave": "43.2.0", - "@ckeditor/ckeditor5-basic-styles": "43.2.0", - "@ckeditor/ckeditor5-block-quote": "43.2.0", - "@ckeditor/ckeditor5-ckbox": "43.2.0", - "@ckeditor/ckeditor5-ckfinder": "43.2.0", - "@ckeditor/ckeditor5-clipboard": "43.2.0", - "@ckeditor/ckeditor5-cloud-services": "43.2.0", - "@ckeditor/ckeditor5-code-block": "43.2.0", - "@ckeditor/ckeditor5-core": "43.2.0", - "@ckeditor/ckeditor5-easy-image": "43.2.0", - "@ckeditor/ckeditor5-editor-balloon": "43.2.0", - "@ckeditor/ckeditor5-editor-classic": "43.2.0", - "@ckeditor/ckeditor5-editor-decoupled": "43.2.0", - "@ckeditor/ckeditor5-editor-inline": "43.2.0", - "@ckeditor/ckeditor5-editor-multi-root": "43.2.0", - "@ckeditor/ckeditor5-engine": "43.2.0", - "@ckeditor/ckeditor5-enter": "43.2.0", - "@ckeditor/ckeditor5-essentials": "43.2.0", - "@ckeditor/ckeditor5-find-and-replace": "43.2.0", - "@ckeditor/ckeditor5-font": "43.2.0", - "@ckeditor/ckeditor5-heading": "43.2.0", - "@ckeditor/ckeditor5-highlight": "43.2.0", - "@ckeditor/ckeditor5-horizontal-line": "43.2.0", - "@ckeditor/ckeditor5-html-embed": "43.2.0", - "@ckeditor/ckeditor5-html-support": "43.2.0", - "@ckeditor/ckeditor5-image": "43.2.0", - "@ckeditor/ckeditor5-indent": "43.2.0", - "@ckeditor/ckeditor5-language": "43.2.0", - "@ckeditor/ckeditor5-link": "43.2.0", - "@ckeditor/ckeditor5-list": "43.2.0", - "@ckeditor/ckeditor5-markdown-gfm": "43.2.0", - "@ckeditor/ckeditor5-media-embed": "43.2.0", - "@ckeditor/ckeditor5-mention": "43.2.0", - "@ckeditor/ckeditor5-minimap": "43.2.0", - "@ckeditor/ckeditor5-page-break": "43.2.0", - "@ckeditor/ckeditor5-paragraph": "43.2.0", - "@ckeditor/ckeditor5-paste-from-office": "43.2.0", - "@ckeditor/ckeditor5-remove-format": "43.2.0", - "@ckeditor/ckeditor5-restricted-editing": "43.2.0", - "@ckeditor/ckeditor5-select-all": "43.2.0", - "@ckeditor/ckeditor5-show-blocks": "43.2.0", - "@ckeditor/ckeditor5-source-editing": "43.2.0", - "@ckeditor/ckeditor5-special-characters": "43.2.0", - "@ckeditor/ckeditor5-style": "43.2.0", - "@ckeditor/ckeditor5-table": "43.2.0", - "@ckeditor/ckeditor5-theme-lark": "43.2.0", - "@ckeditor/ckeditor5-typing": "43.2.0", - "@ckeditor/ckeditor5-ui": "43.2.0", - "@ckeditor/ckeditor5-undo": "43.2.0", - "@ckeditor/ckeditor5-upload": "43.2.0", - "@ckeditor/ckeditor5-utils": "43.2.0", - "@ckeditor/ckeditor5-watchdog": "43.2.0", - "@ckeditor/ckeditor5-widget": "43.2.0", - "@ckeditor/ckeditor5-word-count": "43.2.0" + "@ckeditor/ckeditor5-adapter-ckfinder": "43.3.1", + "@ckeditor/ckeditor5-alignment": "43.3.1", + "@ckeditor/ckeditor5-autoformat": "43.3.1", + "@ckeditor/ckeditor5-autosave": "43.3.1", + "@ckeditor/ckeditor5-basic-styles": "43.3.1", + "@ckeditor/ckeditor5-block-quote": "43.3.1", + "@ckeditor/ckeditor5-ckbox": "43.3.1", + "@ckeditor/ckeditor5-ckfinder": "43.3.1", + "@ckeditor/ckeditor5-clipboard": "43.3.1", + "@ckeditor/ckeditor5-cloud-services": "43.3.1", + "@ckeditor/ckeditor5-code-block": "43.3.1", + "@ckeditor/ckeditor5-core": "43.3.1", + "@ckeditor/ckeditor5-easy-image": "43.3.1", + "@ckeditor/ckeditor5-editor-balloon": "43.3.1", + "@ckeditor/ckeditor5-editor-classic": "43.3.1", + "@ckeditor/ckeditor5-editor-decoupled": "43.3.1", + "@ckeditor/ckeditor5-editor-inline": "43.3.1", + "@ckeditor/ckeditor5-editor-multi-root": "43.3.1", + "@ckeditor/ckeditor5-engine": "43.3.1", + "@ckeditor/ckeditor5-enter": "43.3.1", + "@ckeditor/ckeditor5-essentials": "43.3.1", + "@ckeditor/ckeditor5-find-and-replace": "43.3.1", + "@ckeditor/ckeditor5-font": "43.3.1", + "@ckeditor/ckeditor5-heading": "43.3.1", + "@ckeditor/ckeditor5-highlight": "43.3.1", + "@ckeditor/ckeditor5-horizontal-line": "43.3.1", + "@ckeditor/ckeditor5-html-embed": "43.3.1", + "@ckeditor/ckeditor5-html-support": "43.3.1", + "@ckeditor/ckeditor5-image": "43.3.1", + "@ckeditor/ckeditor5-indent": "43.3.1", + "@ckeditor/ckeditor5-language": "43.3.1", + "@ckeditor/ckeditor5-link": "43.3.1", + "@ckeditor/ckeditor5-list": "43.3.1", + "@ckeditor/ckeditor5-markdown-gfm": "43.3.1", + "@ckeditor/ckeditor5-media-embed": "43.3.1", + "@ckeditor/ckeditor5-mention": "43.3.1", + "@ckeditor/ckeditor5-minimap": "43.3.1", + "@ckeditor/ckeditor5-page-break": "43.3.1", + "@ckeditor/ckeditor5-paragraph": "43.3.1", + "@ckeditor/ckeditor5-paste-from-office": "43.3.1", + "@ckeditor/ckeditor5-remove-format": "43.3.1", + "@ckeditor/ckeditor5-restricted-editing": "43.3.1", + "@ckeditor/ckeditor5-select-all": "43.3.1", + "@ckeditor/ckeditor5-show-blocks": "43.3.1", + "@ckeditor/ckeditor5-source-editing": "43.3.1", + "@ckeditor/ckeditor5-special-characters": "43.3.1", + "@ckeditor/ckeditor5-style": "43.3.1", + "@ckeditor/ckeditor5-table": "43.3.1", + "@ckeditor/ckeditor5-theme-lark": "43.3.1", + "@ckeditor/ckeditor5-typing": "43.3.1", + "@ckeditor/ckeditor5-ui": "43.3.1", + "@ckeditor/ckeditor5-undo": "43.3.1", + "@ckeditor/ckeditor5-upload": "43.3.1", + "@ckeditor/ckeditor5-utils": "43.3.1", + "@ckeditor/ckeditor5-watchdog": "43.3.1", + "@ckeditor/ckeditor5-widget": "43.3.1", + "@ckeditor/ckeditor5-word-count": "43.3.1" } }, "node_modules/class-utils": { @@ -8600,9 +9247,9 @@ } }, "node_modules/cookie-signature": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.1.tgz", - "integrity": "sha512-78KWk9T26NhzXtuL26cIJ8/qNHANyJ/ZYrmEXFzUmhZdjpBv+DlWlOANRTGBt48YcyslsLrj0bMLFTmXvLRCOw==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", "license": "MIT", "optional": true, "engines": { @@ -8747,9 +9394,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.38.1.tgz", - "integrity": "sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.39.0.tgz", + "integrity": "sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -8841,9 +9488,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz", + "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -9574,15 +10221,15 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.41", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.41.tgz", - "integrity": "sha512-dfdv/2xNjX0P8Vzme4cfzHqnPm5xsZXwsolTYr0eyW18IUmNyG08vL+fttvinTfhKfIKdRoqkDIC9e9iWQCNYQ==", + "version": "1.5.62", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.62.tgz", + "integrity": "sha512-t8c+zLmJHa9dJy96yBZRXGQYoiCEnHYgFwn1asvSPZSUdVxnB62A4RASd7k41ytG3ErFBA0TpHlKg9D9SQBmLg==", "license": "ISC" }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "license": "MIT", "dependencies": { "bn.js": "^4.11.9", @@ -9618,169 +10265,505 @@ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "license": "MIT", "engines": { - "node": ">= 4" + "node": ">= 4" + } + }, + "node_modules/enabled": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", + "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", + "license": "MIT" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "license": "BSD-2-Clause", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "license": "MIT", + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" + } + }, + "node_modules/esbuild-loader": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.21.0.tgz", + "integrity": "sha512-k7ijTkCT43YBSZ6+fBCW1Gin7s46RrJ0VQaM8qA7lq7W+OLsGgtLyFV8470FzYi/4TeDexniTBTPTwZUnXXR5g==", + "license": "MIT", + "dependencies": { + "esbuild": "^0.16.17", + "joycon": "^3.0.1", + "json5": "^2.2.0", + "loader-utils": "^2.0.0", + "tapable": "^2.2.0", + "webpack-sources": "^1.4.3" + }, + "funding": { + "url": "https://github.com/privatenumber/esbuild-loader?sponsor=1" + }, + "peerDependencies": { + "webpack": "^4.40.0 || ^5.0.0" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/android-arm": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", + "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/android-arm64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", + "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/android-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", + "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/darwin-arm64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", + "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/darwin-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", + "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/freebsd-arm64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", + "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/freebsd-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", + "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/linux-arm": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", + "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/linux-arm64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", + "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/linux-ia32": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", + "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/linux-loong64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", + "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild-loader/node_modules/@esbuild/linux-mips64el": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", + "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/enabled": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", - "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", - "license": "MIT" - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "node_modules/esbuild-loader/node_modules/@esbuild/linux-ppc64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", + "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==", + "cpu": [ + "ppc64" + ], "license": "MIT", + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 0.8" + "node": ">=12" } }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "node_modules/esbuild-loader/node_modules/@esbuild/linux-riscv64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", + "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==", + "cpu": [ + "riscv64" + ], "license": "MIT", - "dependencies": { - "once": "^1.4.0" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/enhanced-resolve": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", - "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "node_modules/esbuild-loader/node_modules/@esbuild/linux-s390x": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", + "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==", + "cpu": [ + "s390x" + ], "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", - "license": "BSD-2-Clause", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" + "node": ">=12" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/esbuild-loader/node_modules/@esbuild/linux-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", + "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/error-stack-parser": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", - "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "node_modules/esbuild-loader/node_modules/@esbuild/netbsd-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", + "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "stackframe": "^1.3.4" + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "node_modules/esbuild-loader/node_modules/@esbuild/openbsd-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", + "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==", + "cpu": [ + "x64" + ], "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, + "optional": true, + "os": [ + "openbsd" + ], "engines": { - "node": ">= 0.4" + "node": ">=12" } }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "node_modules/esbuild-loader/node_modules/@esbuild/sunos-x64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", + "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==", + "cpu": [ + "x64" + ], "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": ">= 0.4" + "node": ">=12" } }, - "node_modules/es-module-lexer": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "license": "MIT" - }, - "node_modules/esbuild": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", - "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", - "hasInstallScript": true, + "node_modules/esbuild-loader/node_modules/@esbuild/win32-arm64": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", + "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==", + "cpu": [ + "arm64" + ], "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.11", - "@esbuild/android-arm": "0.19.11", - "@esbuild/android-arm64": "0.19.11", - "@esbuild/android-x64": "0.19.11", - "@esbuild/darwin-arm64": "0.19.11", - "@esbuild/darwin-x64": "0.19.11", - "@esbuild/freebsd-arm64": "0.19.11", - "@esbuild/freebsd-x64": "0.19.11", - "@esbuild/linux-arm": "0.19.11", - "@esbuild/linux-arm64": "0.19.11", - "@esbuild/linux-ia32": "0.19.11", - "@esbuild/linux-loong64": "0.19.11", - "@esbuild/linux-mips64el": "0.19.11", - "@esbuild/linux-ppc64": "0.19.11", - "@esbuild/linux-riscv64": "0.19.11", - "@esbuild/linux-s390x": "0.19.11", - "@esbuild/linux-x64": "0.19.11", - "@esbuild/netbsd-x64": "0.19.11", - "@esbuild/openbsd-x64": "0.19.11", - "@esbuild/sunos-x64": "0.19.11", - "@esbuild/win32-arm64": "0.19.11", - "@esbuild/win32-ia32": "0.19.11", - "@esbuild/win32-x64": "0.19.11" } }, - "node_modules/esbuild-loader": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.21.0.tgz", - "integrity": "sha512-k7ijTkCT43YBSZ6+fBCW1Gin7s46RrJ0VQaM8qA7lq7W+OLsGgtLyFV8470FzYi/4TeDexniTBTPTwZUnXXR5g==", + "node_modules/esbuild-loader/node_modules/@esbuild/win32-ia32": { + "version": "0.16.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", + "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==", + "cpu": [ + "ia32" + ], "license": "MIT", - "dependencies": { - "esbuild": "^0.16.17", - "joycon": "^3.0.1", - "json5": "^2.2.0", - "loader-utils": "^2.0.0", - "tapable": "^2.2.0", - "webpack-sources": "^1.4.3" - }, - "funding": { - "url": "https://github.com/privatenumber/esbuild-loader?sponsor=1" - }, - "peerDependencies": { - "webpack": "^4.40.0 || ^5.0.0" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" } }, - "node_modules/esbuild-loader/node_modules/@esbuild/darwin-arm64": { + "node_modules/esbuild-loader/node_modules/@esbuild/win32-x64": { "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", - "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", + "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==", "cpu": [ - "arm64" + "x64" ], "license": "MIT", "optional": true, "os": [ - "darwin" + "win32" ], "engines": { "node": ">=12" @@ -9914,15 +10897,6 @@ "node": ">=4.0" } }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", @@ -13390,9 +14364,9 @@ } }, "node_modules/logform": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.6.1.tgz", - "integrity": "sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz", + "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==", "license": "MIT", "dependencies": { "@colors/colors": "1.6.0", @@ -14641,9 +15615,9 @@ } }, "node_modules/object-inspect": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -15746,9 +16720,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -15766,7 +16740,7 @@ "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { @@ -15786,13 +16760,13 @@ } }, "node_modules/postcss-modules-local-by-default": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", + "postcss-selector-parser": "^7.0.0", "postcss-value-parser": "^4.1.0" }, "engines": { @@ -15803,12 +16777,12 @@ } }, "node_modules/postcss-modules-scope": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", "license": "ISC", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "postcss-selector-parser": "^7.0.0" }, "engines": { "node": "^10 || ^12 || >= 14" @@ -15833,9 +16807,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15977,15 +16951,6 @@ "renderkid": "^3.0.0" } }, - "node_modules/process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", - "license": "MIT", - "engines": { - "node": ">= 0.6.0" - } - }, "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", @@ -17199,9 +18164,9 @@ } }, "node_modules/rollup": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz", - "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==", + "version": "4.27.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.27.2.tgz", + "integrity": "sha512-KreA+PzWmk2yaFmZVwe6GB2uBD86nXl86OsDkt1bJS9p3vqWuEQ6HnJJ+j/mZi/q0920P99/MVRlB4L3crpF5w==", "license": "MIT", "dependencies": { "@types/estree": "1.0.6" @@ -17214,22 +18179,24 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.24.0", - "@rollup/rollup-android-arm64": "4.24.0", - "@rollup/rollup-darwin-arm64": "4.24.0", - "@rollup/rollup-darwin-x64": "4.24.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.24.0", - "@rollup/rollup-linux-arm-musleabihf": "4.24.0", - "@rollup/rollup-linux-arm64-gnu": "4.24.0", - "@rollup/rollup-linux-arm64-musl": "4.24.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0", - "@rollup/rollup-linux-riscv64-gnu": "4.24.0", - "@rollup/rollup-linux-s390x-gnu": "4.24.0", - "@rollup/rollup-linux-x64-gnu": "4.24.0", - "@rollup/rollup-linux-x64-musl": "4.24.0", - "@rollup/rollup-win32-arm64-msvc": "4.24.0", - "@rollup/rollup-win32-ia32-msvc": "4.24.0", - "@rollup/rollup-win32-x64-msvc": "4.24.0", + "@rollup/rollup-android-arm-eabi": "4.27.2", + "@rollup/rollup-android-arm64": "4.27.2", + "@rollup/rollup-darwin-arm64": "4.27.2", + "@rollup/rollup-darwin-x64": "4.27.2", + "@rollup/rollup-freebsd-arm64": "4.27.2", + "@rollup/rollup-freebsd-x64": "4.27.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.27.2", + "@rollup/rollup-linux-arm-musleabihf": "4.27.2", + "@rollup/rollup-linux-arm64-gnu": "4.27.2", + "@rollup/rollup-linux-arm64-musl": "4.27.2", + "@rollup/rollup-linux-powerpc64le-gnu": "4.27.2", + "@rollup/rollup-linux-riscv64-gnu": "4.27.2", + "@rollup/rollup-linux-s390x-gnu": "4.27.2", + "@rollup/rollup-linux-x64-gnu": "4.27.2", + "@rollup/rollup-linux-x64-musl": "4.27.2", + "@rollup/rollup-win32-arm64-msvc": "4.27.2", + "@rollup/rollup-win32-ia32-msvc": "4.27.2", + "@rollup/rollup-win32-x64-msvc": "4.27.2", "fsevents": "~2.3.2" } }, @@ -18309,9 +19276,9 @@ } }, "node_modules/streamx": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz", - "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", + "version": "2.20.2", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.2.tgz", + "integrity": "sha512-aDGDLU+j9tJcUdPGOaHmVF1u/hhI+CsGkT02V3OKlHDV7IukOI+nTWAGkiZEKCO35rWN1wIr4tS7YFr1f4qSvA==", "license": "MIT", "dependencies": { "fast-fifo": "^1.3.2", @@ -18850,15 +19817,6 @@ "node": ">=0.6.0" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/to-object-path": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", @@ -18968,9 +19926,9 @@ } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "license": "0BSD" }, "node_modules/tsscmp": { @@ -19524,13 +20482,13 @@ } }, "node_modules/vite": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.13.tgz", - "integrity": "sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.8.tgz", + "integrity": "sha512-mB8ToUuSmzODSpENgvpFk2fTiU/YQ1tmcVJJ4WZbq4fPdGJkFNVcmVL5k7iDug6xzWjjuGDKAuSievIsD6H7Xw==", "license": "MIT", "dependencies": { "esbuild": "^0.19.3", - "postcss": "^8.4.32", + "postcss": "^8.4.35", "rollup": "^4.2.0" }, "bin": { @@ -19613,18 +20571,18 @@ "license": "BSD-2-Clause" }, "node_modules/webpack": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", - "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", "license": "MIT", "dependencies": { - "@types/estree": "^1.0.5", + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", @@ -19920,57 +20878,31 @@ } }, "node_modules/winston-transport": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.8.0.tgz", - "integrity": "sha512-qxSTKswC6llEMZKgCQdaWgDuMJQnhuvF5f2Nk3SNXc4byfQ+voo2mX1Px9dkNOuR8p0KAjfPG29PuYUSIb+vSA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz", + "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==", "license": "MIT", "dependencies": { - "logform": "^2.6.1", - "readable-stream": "^4.5.2", + "logform": "^2.7.0", + "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" }, "engines": { "node": ">= 12.0.0" } }, - "node_modules/winston-transport/node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, "node_modules/winston-transport/node_modules/readable-stream": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", - "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "license": "MIT", "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10", - "string_decoder": "^1.3.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">= 6" } }, "node_modules/winston-transport/node_modules/string_decoder": {