Browse Source

Updates dependencies & replaces FAST React w/ Lit

main
Eric Amodio 1 year ago
parent
commit
1dbd860f82
12 changed files with 187 additions and 174 deletions
  1. +36
    -41
      ThirdPartyNotices.txt
  2. +6
    -6
      package.json
  3. +3
    -3
      src/webviews/apps/plus/graph/GraphWrapper.tsx
  4. +4
    -1
      src/webviews/apps/plus/graph/minimap/react.tsx
  5. +16
    -3
      src/webviews/apps/shared/components/helpers/react-wrapper.ts
  6. +4
    -4
      src/webviews/apps/shared/components/menu/react.tsx
  7. +1
    -1
      src/webviews/apps/shared/components/overlays/pop-menu/react.tsx
  8. +1
    -1
      src/webviews/apps/shared/components/overlays/react.tsx
  9. +1
    -4
      src/webviews/apps/shared/components/react/feature-gate-badge.tsx
  10. +1
    -4
      src/webviews/apps/shared/components/react/feature-gate.tsx
  11. +6
    -2
      src/webviews/apps/shared/components/search/react.tsx
  12. +108
    -104
      yarn.lock

+ 36
- 41
ThirdPartyNotices.txt View File

@ -3,8 +3,8 @@ GitLens
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
This project incorporates components from the projects listed below.
1. @microsoft/fast-element version 1.12.0 (https://github.com/Microsoft/fast)
2. @microsoft/fast-react-wrapper version 0.3.19 (https://github.com/Microsoft/fast)
1. @lit/react version 1.0.0 (https://github.com/lit/lit)
2. @microsoft/fast-element version 1.12.0 (https://github.com/Microsoft/fast)
3. @octokit/graphql version 7.0.2 (https://github.com/octokit/graphql.js)
4. @octokit/request version 8.1.4 (https://github.com/octokit/request.js)
5. @opentelemetry/api version 1.6.0 (https://github.com/open-telemetry/opentelemetry-js)
@ -16,7 +16,7 @@ This project incorporates components from the projects listed below.
11. billboard.js version 3.9.4 (https://github.com/naver/billboard.js)
12. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
13. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
14. lit version 2.8.0 (https://github.com/lit/lit)
14. lit version 3.0.0 (https://github.com/lit/lit)
15. microsoft/vscode (https://github.com/microsoft/vscode)
16. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
17. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
@ -27,6 +27,39 @@ This project incorporates components from the projects listed below.
22. sindresorhus/string-width (https://github.com/sindresorhus/string-width)
23. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
%% @lit/react NOTICES AND INFORMATION BEGIN HERE
=========================================
BSD 3-Clause License
Copyright (c) 2017 Google LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=========================================
END OF @lit/react NOTICES AND INFORMATION
%% @microsoft/fast-element NOTICES AND INFORMATION BEGIN HERE
=========================================
# FAST Element
@ -94,44 +127,6 @@ Looking for a quick guide on building components? Check out [our Cheat Sheet](.
=========================================
END OF @microsoft/fast-element NOTICES AND INFORMATION
%% @microsoft/fast-react-wrapper NOTICES AND INFORMATION BEGIN HERE
=========================================
# FAST React Wrapper
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/%40microsoft%2Ffast-react-wrapper.svg)](https://badge.fury.io/js/%40microsoft%2Ffast-react-wrapper)
The `fast-react-wrapper` package contains a utility that enables automatically wrapping Web Components in a React component for ease of integration into React projects.
## Installation
### From NPM
To install the `fast-react-wrapper` library, use either `npm` or `yarn` as follows:
```shell
npm install --save @microsoft/fast-react-wrapper
```
```shell
yarn add @microsoft/fast-react-wrapper
```
Within your JavaScript or TypeScript code, you can then and use the wrapper like this:
```ts
import React from 'react';
import { provideReactWrapper } from '@microsoft/fast-react-wrapper';
const { wrap } = provideReactWrapper(React);
const MyComponent = wrap(MyComponent);
```
For additional wrapper settings and more information on integrating with Design Systems, see [our integration docs](https://fast.design/docs/integrations/react).
=========================================
END OF @microsoft/fast-react-wrapper NOTICES AND INFORMATION
%% @octokit/graphql NOTICES AND INFORMATION BEGIN HERE
=========================================
The MIT License

+ 6
- 6
package.json View File

@ -14845,8 +14845,8 @@
"dependencies": {
"@gitkraken/gitkraken-components": "10.1.30",
"@gitkraken/shared-web-components": "0.1.1-rc.15",
"@lit/react": "1.0.0",
"@microsoft/fast-element": "1.12.0",
"@microsoft/fast-react-wrapper": "0.3.19",
"@octokit/graphql": "7.0.2",
"@octokit/request": "8.1.4",
"@opentelemetry/api": "1.6.0",
@ -14869,14 +14869,14 @@
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "16.11.47",
"@types/react": "17.0.67",
"@types/react": "17.0.68",
"@types/react-dom": "17.0.21",
"@types/sortablejs": "1.15.3",
"@types/vscode": "1.80.0",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@vscode/test-electron": "2.3.5",
"@vscode/test-web": "0.0.46",
"@vscode/test-web": "0.0.47",
"@vscode/vsce": "2.21.1",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "4.0.0",
@ -14903,12 +14903,12 @@
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.3",
"image-minimizer-webpack-plugin": "3.8.3",
"license-checker-rseidelsohn": "4.2.8",
"license-checker-rseidelsohn": "4.2.10",
"lz-string": "1.5.0",
"mini-css-extract-plugin": "2.7.6",
"mocha": "10.2.0",
"prettier": "3.0.3",
"sass": "1.69.1",
"sass": "1.69.3",
"sass-loader": "13.3.2",
"schema-utils": "4.2.0",
"sharp": "0.32.6",
@ -14917,7 +14917,7 @@
"ts-loader": "9.5.0",
"tsc-alias": "1.8.8",
"typescript": "5.3.0-beta",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
"webpack-node-externals": "3.0.0",

+ 3
- 3
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -1231,8 +1231,8 @@ export function GraphWrapper({
errorMessage={searchResultsError?.error ?? ''}
resultsHidden={searchResultsHidden}
resultsLoaded={searchResults != null}
onChange={e => handleSearchInput(e as CustomEvent<SearchQuery>)}
onNavigate={e => handleSearchNavigation(e as CustomEvent<SearchNavigationEventDetail>)}
onChange={e => handleSearchInput(e)}
onNavigate={e => handleSearchNavigation(e)}
onOpenInView={() => handleSearchOpenInView()}
/>
<span>
@ -1369,7 +1369,7 @@ export function GraphWrapper({
markers={minimapData?.markers}
searchResults={minimapSearchResults}
visibleDays={visibleDays}
onSelected={e => handleOnMinimapDaySelected(e as CustomEvent<GraphMinimapDaySelectedEventDetail>)}
onSelected={e => handleOnMinimapDaySelected(e)}
></GraphMinimap>
)}
<main id="main" className="graph-app__main" aria-hidden={!allowed}>

+ 4
- 1
src/webviews/apps/plus/graph/minimap/react.tsx View File

@ -1,8 +1,11 @@
import type { EventName } from '@lit/react';
import { reactWrapper } from '../../../shared/components/helpers/react-wrapper';
import type { GraphMinimapDaySelectedEventDetail } from './minimap';
import { GraphMinimap as graphMinimapComponent } from './minimap';
export const GraphMinimap = reactWrapper(graphMinimapComponent, {
tagName: 'graph-minimap',
events: {
onSelected: 'selected',
onSelected: 'selected' as EventName<CustomEvent<GraphMinimapDaySelectedEventDetail>>,
},
});

+ 16
- 3
src/webviews/apps/shared/components/helpers/react-wrapper.ts View File

@ -1,6 +1,19 @@
import { provideReactWrapper } from '@microsoft/fast-react-wrapper';
/* eslint-disable @typescript-eslint/ban-types */
import type { EventName, Options } from '@lit/react';
import { createComponent } from '@lit/react';
import React from 'react';
const { wrap } = provideReactWrapper(React);
type Constructor<T> = new () => T;
type EventNames = Record<string, EventName | string>;
type Opts<I extends HTMLElement, E extends EventNames = {}> = Omit<Options<I, E>, 'elementClass' | 'react'>;
export { wrap as reactWrapper };
export function reactWrapper<I extends HTMLElement, E extends EventNames = {}>(
elementClass: Constructor<I>,
options: Opts<I, E>,
) {
return createComponent<I, E>({
...options,
elementClass: elementClass,
react: React,
});
}

+ 4
- 4
src/webviews/apps/shared/components/menu/react.tsx View File

@ -6,7 +6,7 @@ import {
MenuList as MenuListComponent,
} from './index';
export const MenuDivider = reactWrapper(MenuDividerComponent);
export const MenuItem = reactWrapper(MenuItemComponent);
export const MenuLabel = reactWrapper(MenuLabelComponent);
export const MenuList = reactWrapper(MenuListComponent);
export const MenuDivider = reactWrapper(MenuDividerComponent, { tagName: 'menu-divider' });
export const MenuItem = reactWrapper(MenuItemComponent, { tagName: 'menu-item' });
export const MenuLabel = reactWrapper(MenuLabelComponent, { tagName: 'menu-label' });
export const MenuList = reactWrapper(MenuListComponent, { tagName: 'menu-list' });

+ 1
- 1
src/webviews/apps/shared/components/overlays/pop-menu/react.tsx View File

@ -1,4 +1,4 @@
import { reactWrapper } from '../../helpers/react-wrapper';
import { PopMenu as PopMenuComponent } from './index';
export const PopMenu = reactWrapper(PopMenuComponent);
export const PopMenu = reactWrapper(PopMenuComponent, { tagName: 'pop-menu' });

+ 1
- 1
src/webviews/apps/shared/components/overlays/react.tsx View File

@ -1,4 +1,4 @@
import { reactWrapper } from '../helpers/react-wrapper';
import { PopOver as PopOverComponent } from './pop-over';
export const PopOver = reactWrapper(PopOverComponent);
export const PopOver = reactWrapper(PopOverComponent, { tagName: 'pop-over' });

+ 1
- 4
src/webviews/apps/shared/components/react/feature-gate-badge.tsx View File

@ -1,7 +1,4 @@
import { FeatureGateBadge as featureGateBadgeComponent } from '../feature-gate-badge';
import { reactWrapper } from '../helpers/react-wrapper';
export const FeatureGateBadge = reactWrapper(featureGateBadgeComponent, {
name: 'gk-feature-gate-badge',
properties: ['placement', 'subscription'],
});
export const FeatureGateBadge = reactWrapper(featureGateBadgeComponent, { tagName: 'gk-feature-gate-badge' });

+ 1
- 4
src/webviews/apps/shared/components/react/feature-gate.tsx View File

@ -1,7 +1,4 @@
import { FeatureGate as featureGateComponent } from '../feature-gate';
import { reactWrapper } from '../helpers/react-wrapper';
export const FeatureGate = reactWrapper(featureGateComponent, {
name: 'gk-feature-gate',
properties: ['state', 'visible'],
});
export const FeatureGate = reactWrapper(featureGateComponent, { tagName: 'gk-feature-gate' });

+ 6
- 2
src/webviews/apps/shared/components/search/react.tsx View File

@ -1,10 +1,14 @@
import type { EventName } from '@lit/react';
import type { SearchQuery } from '../../../../../git/search';
import { reactWrapper } from '../helpers/react-wrapper';
import type { SearchNavigationEventDetail } from './search-box';
import { SearchBox as searchBoxComponent } from './search-box';
export const SearchBox = reactWrapper(searchBoxComponent, {
tagName: 'search-box',
events: {
onChange: 'change',
onNavigate: 'navigate',
onChange: 'change' as EventName<CustomEvent<SearchQuery>>,
onNavigate: 'navigate' as EventName<CustomEvent<SearchNavigationEventDetail>>,
onOpenInView: 'openinview',
},
});

+ 108
- 104
yarn.lock View File

@ -42,17 +42,17 @@
js-tokens "^4.0.0"
"@babel/runtime-corejs2@^7.0.0":
version "7.23.1"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.23.1.tgz#f3a25c24d455be4e0309a56e56f0d2ef1a91c567"
integrity sha512-eY39r8IIgbcDfILJqsflwMImjccvK3QdgBRKo5v6lDPd5SiAsyfl3SJuAYWJ5hgbz7kfQmZ9ueirnhq0e9176Q==
version "7.23.2"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.23.2.tgz#a482c6e233fb2efa6456ce299da1b440b87260ed"
integrity sha512-lTwRWGcAUBANnxD0A4c5/wKQ0eLhgdAy9kdY2rzTmmliumBQ8u8awykMnaQAnZR3PC47jLRjGoj+hozZqy9Bww==
dependencies:
core-js "^2.6.12"
regenerator-runtime "^0.14.0"
"@babel/runtime@^7.1.2", "@babel/runtime@^7.21.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.7":
version "7.23.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d"
integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==
version "7.23.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
dependencies:
regenerator-runtime "^0.14.0"
@ -239,7 +239,7 @@
"@gitkraken/shared-web-components@0.1.1-rc.15":
version "0.1.1-rc.15"
resolved "https://registry.npmjs.org/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.15.tgz#efd520083a7f5a32fe342108f447e8c77723cfd2"
resolved "https://registry.yarnpkg.com/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.15.tgz#efd520083a7f5a32fe342108f447e8c77723cfd2"
integrity sha512-BXGWoZoFzWftJC3BgEEPm/cU2qYasoGveGiG8oL8cWydl2TCkRCxddsiDswsMQaZDZIeTYLwbUPwA2PBeAAg4A==
dependencies:
"@floating-ui/dom" "^1.4.2"
@ -343,10 +343,11 @@
vary "^1.1.2"
"@koa/router@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@koa/router/-/router-12.0.0.tgz#2ae7937093fd392761c0e5833c368379d4a35737"
integrity sha512-cnnxeKHXlt7XARJptflGURdJaO+ITpNkOHmQu7NHmCoRinPbyvFzce/EG/E8Zy81yQ1W9MoSdtklc3nyaDReUw==
version "12.0.1"
resolved "https://registry.yarnpkg.com/@koa/router/-/router-12.0.1.tgz#1a66f92a630c02832cf5bbf0db06c9e53e423468"
integrity sha512-ribfPYfHb+Uw3b27Eiw6NPqjhIhTpVFzEWLwyc/1Xp+DCdwRRyIlAUODX+9bPARF6aQtUu1+/PHzdNvRzcs/+Q==
dependencies:
debug "^4.3.4"
http-errors "^2.0.0"
koa-compose "^4.1.0"
methods "^1.1.2"
@ -354,12 +355,17 @@
"@lit-labs/ssr-dom-shim@^1.1.2-pre.0":
version "1.1.2"
resolved "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312"
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.1.2.tgz#d693d972974a354034454ec1317eb6afd0b00312"
integrity sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==
"@lit/react@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@lit/react/-/react-1.0.0.tgz#1f5fc9b8d88cf6e7152653c7d67aa40456c095e6"
integrity sha512-uTuU6vpxtZvCWxcu3GNosckP2JpFWZpMKjhwQ42Bzu/OU9kjStJspA04o7RadecQfx0YiFIImX3qek15BXhaWQ==
"@lit/reactive-element@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.0.0.tgz#da14a256ac5533873b935840f306d572bac4a2ab"
resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-2.0.0.tgz#da14a256ac5533873b935840f306d572bac4a2ab"
integrity sha512-wn+2+uDcs62ROBmVAwssO4x5xue/uKD3MGGZOXL2sMxReTRIT0JXKyMXeu7gh0aJ4IJNEIG/3aOnUaQvM7BMzQ==
dependencies:
"@lit-labs/ssr-dom-shim" "^1.1.2-pre.0"
@ -369,24 +375,16 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-1.12.0.tgz#aabfc75518c3a9000710cce5f66dfc677de8c254"
integrity sha512-gQutuDHPKNxUEcQ4pypZT4Wmrbapus+P9s3bR/SEOLsMbNqNoXigGImITygI5zhb+aA5rzflM6O8YWkmRbGkPA==
"@microsoft/fast-foundation@^2.38.0", "@microsoft/fast-foundation@^2.41.1", "@microsoft/fast-foundation@^2.49.1":
version "2.49.1"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.49.1.tgz#f9cd36491d4d0080e694eaf0aece5672cdf7075a"
integrity sha512-dSajlZeX+lkqjg4108XbIIhVLECgJTCG32bE8P6rNgo8XCPHVJBDiBejrF34lv5pO9Z2uGORZjeip/N0fPib+g==
"@microsoft/fast-foundation@^2.38.0", "@microsoft/fast-foundation@^2.41.1":
version "2.49.2"
resolved "https://registry.yarnpkg.com/@microsoft/fast-foundation/-/fast-foundation-2.49.2.tgz#f310843038cd4b1dd6f64da1ac3ddba2a71b7a5e"
integrity sha512-xA7WP/Td33SW0zkpHRH5LUDxyLOPnPQQXieRxc080uLWxoGXhVxo6Rz7b6qwiL+e2IadNCm7X7KcrgsUhJwvBg==
dependencies:
"@microsoft/fast-element" "^1.12.0"
"@microsoft/fast-web-utilities" "^5.4.1"
tabbable "^5.2.0"
tslib "^1.13.0"
"@microsoft/fast-react-wrapper@0.3.19":
version "0.3.19"
resolved "https://registry.yarnpkg.com/@microsoft/fast-react-wrapper/-/fast-react-wrapper-0.3.19.tgz#c1fda6d3c157bd9e28455c146068f668932d808e"
integrity sha512-Pe7z+3H2JYVFbz+CERAu/cf/6KkWboktfiP/Z/ZM0toPKiEaHUNycT+0sPZBWljOWxJiiGDX6+Dp6bw3GXCOvg==
dependencies:
"@microsoft/fast-element" "^1.12.0"
"@microsoft/fast-foundation" "^2.49.1"
"@microsoft/fast-react-wrapper@^0.1.18":
version "0.1.48"
resolved "https://registry.yarnpkg.com/@microsoft/fast-react-wrapper/-/fast-react-wrapper-0.1.48.tgz#aa89c0dfb703c2f71619c536de2342e28b40b8c9"
@ -574,11 +572,11 @@
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
"@playwright/browser-chromium@^1.38.1":
version "1.38.1"
resolved "https://registry.yarnpkg.com/@playwright/browser-chromium/-/browser-chromium-1.38.1.tgz#daf0ed3f7a8f9ad6ca731c73be3682b7cce8d5ff"
integrity sha512-HRhcBGtk1XaGAQjOben/04PNHxWAY3DBHT97egraR5lx5SQSLOREIiYu/j7WlvQBz4QJP+XL2JsvoxFBJfXmAw==
version "1.39.0"
resolved "https://registry.yarnpkg.com/@playwright/browser-chromium/-/browser-chromium-1.39.0.tgz#549ea67a4734e8a17d5d3fdeabcdcf1e02cffd84"
integrity sha512-s1WPO0qOE7PIZcdcJEd4CHQgXf9rOwy00Den8DsXTI26n/Eqa2HzFSbLRE1Eh2nIJZFSGyKLbopHR0HkT8ClZw==
dependencies:
playwright-core "1.38.1"
playwright-core "1.39.0"
"@polka/url@^1.0.0-next.20":
version "1.0.0-next.23"
@ -626,9 +624,9 @@
"@types/estree" "*"
"@types/eslint@*":
version "8.44.3"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.3.tgz#96614fae4875ea6328f56de38666f582d911d962"
integrity sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==
version "8.44.4"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.4.tgz#28eaff82e1ca0a96554ec5bb0188f10ae1a74c2f"
integrity sha512-lOzjyfY/D9QR4hY9oblZ76B90MYTB3RrQ4z2vBIJKj9ROCRqdkYl2gSUx1x1a4IWPjKJZLL4Aw1Zfay7eMnmnA==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
@ -696,9 +694,9 @@
integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==
"@types/node@*":
version "20.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.4.tgz#0e9ebb2ff29d5c3302fc84477d066fa7c6b441aa"
integrity sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==
version "20.8.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
dependencies:
undici-types "~5.25.1"
@ -729,10 +727,10 @@
dependencies:
"@types/react" "^17"
"@types/react@17.0.67", "@types/react@^17":
version "17.0.67"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.67.tgz#1c224738f203829a4692aa48e33a732c34fd014a"
integrity sha512-zE76EIJ0Y58Oy9yDX/9csb/NuKjt0Eq2YgWb/8Wxo91YmuLzzbyiRoaqJE9h8iDlsT7n35GdpoLomHlaB1kFbg==
"@types/react@17.0.68", "@types/react@^17":
version "17.0.68"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.68.tgz#99b17f567e258f5e7be855a281ac67b49a34f9f2"
integrity sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
@ -875,10 +873,10 @@
jszip "^3.10.1"
semver "^7.5.2"
"@vscode/test-web@0.0.46":
version "0.0.46"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.46.tgz#ad42bcaa5fbbf7929dcc629db6285fd7580753ad"
integrity sha512-s5rKDtCvIWN6kJpjXzBoWpLvftjH3m2r2MQNGUGsdY1+mOJ06lbbHeJn+g30+p0ec4Vh7PpBZGECflrRW+oH4Q==
"@vscode/test-web@0.0.47":
version "0.0.47"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.47.tgz#329abf815529c915e2acf6df8f87ffdaf682e33b"
integrity sha512-p1ym6+h30ecTLCrOcAlD7k3tq/AMVWzZjolbU3jcP0QJV0JSj9hp/Pnmfkrw8s2Xo5ywdbABSFSlNPUpZoicOA==
dependencies:
"@koa/cors" "^4.0.0"
"@koa/router" "^12.0.0"
@ -1083,11 +1081,16 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
abbrev@1, abbrev@^1.0.0:
abbrev@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
abbrev@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==
accepts@^1.3.5:
version "1.3.8"
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
@ -1605,9 +1608,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
version "1.0.30001547"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001547.tgz#d4f92efc488aab3c7f92c738d3977c2a3180472b"
integrity sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==
version "1.0.30001549"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz#7d1a3dce7ea78c06ed72c32c2743ea364b3615aa"
integrity sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==
capital-case@^1.0.4:
version "1.0.4"
@ -2383,9 +2386,9 @@ deepmerge@^4.2.2:
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
define-data-property@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.0.tgz#0db13540704e1d8d479a0656cf781267531b9451"
integrity sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==
version "1.1.1"
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3"
integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==
dependencies:
get-intrinsic "^1.2.1"
gopd "^1.0.1"
@ -2588,9 +2591,9 @@ ee-first@1.1.1:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
electron-to-chromium@^1.4.535:
version "1.4.548"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.548.tgz#e695d769e0e801fa6d438b63f6bc9b80372000d6"
integrity sha512-R77KD6mXv37DOyKLN/eW1rGS61N6yHOfapNSX9w+y9DdPG83l9Gkuv7qkCFZ4Ta4JPhrjgQfYbv4Y3TnM1Hi2Q==
version "1.4.554"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.554.tgz#04e09c2ee31dc0f1546174033809b54cc372740b"
integrity sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==
emoji-regex@^8.0.0:
version "8.0.0"
@ -3236,9 +3239,9 @@ fork-ts-checker-webpack-plugin@6.5.3:
tapable "^1.0.0"
fraction.js@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.6.tgz#e9e3acec6c9a28cf7bc36cbe35eea4ceb2c5c92d"
integrity sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==
version "4.3.7"
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
fresh@~0.5.2:
version "0.5.2"
@ -3295,9 +3298,9 @@ fsevents@~2.3.2:
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
version "1.1.2"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
function.prototype.name@^1.1.6:
version "1.1.6"
@ -4389,16 +4392,16 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"
license-checker-rseidelsohn@4.2.8:
version "4.2.8"
resolved "https://registry.yarnpkg.com/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.2.8.tgz#dba4ef59100df8e2fe1f99c3e12473b6f8d56525"
integrity sha512-WVnHC3iJff79mAp+IfAgiBwHXF2Oey/7/XugjTHRcTcufZMSpwky9a+1wyOOOe+0Z3Qo5XK1pVRfLAoOHLOGqA==
license-checker-rseidelsohn@4.2.10:
version "4.2.10"
resolved "https://registry.yarnpkg.com/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.2.10.tgz#2f08cdf5dd6abae8248359466e04b399294565a1"
integrity sha512-phvcph9WTQ/Kb209kqwLxVA6CV8BAeUnFMIo+I+wBlp74El4ngbMwq49qSqqPYC5bfj49EWBXqwjvTFswGE2Fg==
dependencies:
chalk "4.1.2"
debug "^4.3.4"
lodash.clonedeep "^4.5.0"
mkdirp "^1.0.4"
nopt "^5.0.0"
nopt "^7.2.0"
read-installed-packages "^2.0.1"
semver "^7.3.5"
spdx-correct "^3.1.1"
@ -4432,7 +4435,7 @@ linkify-it@^3.0.1:
lit-element@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/lit-element/-/lit-element-4.0.0.tgz#8343891bc9159a5fcb7f534914b37f2c0161e036"
resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-4.0.0.tgz#8343891bc9159a5fcb7f534914b37f2c0161e036"
integrity sha512-N6+f7XgusURHl69DUZU6sTBGlIN+9Ixfs3ykkNDfgfTkDYGGOWwHAYBhDqVswnFGyWgQYR2KiSpu4J76Kccs/A==
dependencies:
"@lit-labs/ssr-dom-shim" "^1.1.2-pre.0"
@ -4441,14 +4444,14 @@ lit-element@^4.0.0:
lit-html@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/lit-html/-/lit-html-3.0.0.tgz#77d6776ee488642c74c5575315ef81aa09d24ea9"
resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-3.0.0.tgz#77d6776ee488642c74c5575315ef81aa09d24ea9"
integrity sha512-DNJIE8dNY0dQF2Gs0sdMNUppMQT2/CvV4OVnSdg7BXAsGqkVwsE5bqQ04POfkYH5dBIuGnJYdFz5fYYyNnOxiA==
dependencies:
"@types/trusted-types" "^2.0.2"
lit@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/lit/-/lit-3.0.0.tgz#204bd65935892a73670471e893ee8ca55d2f9a3b"
resolved "https://registry.yarnpkg.com/lit/-/lit-3.0.0.tgz#204bd65935892a73670471e893ee8ca55d2f9a3b"
integrity sha512-nQ0teRzU1Kdj++VdmttS2WvIen8M79wChJ6guRKIIym2M3Ansg3Adj9O6yuQh2IpjxiUXlNuS81WKlQ4iL3BmA==
dependencies:
"@lit/reactive-element" "^2.0.0"
@ -4985,9 +4988,9 @@ no-case@^3.0.4:
tslib "^2.0.3"
node-abi@^3.3.0:
version "3.48.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.48.0.tgz#122d132ae1ac097b0d711144560b17922de026ab"
integrity sha512-uWR/uwQyVV2iN5+Wkf1/oQxOR9YjU7gBclJLg2qK7GDvVohcnY6LaBXKV89N79EQFyN4/e43O32yQYE5QdFYTA==
version "3.50.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.50.0.tgz#bbee6943c8812d20e241539854d7b8003404d917"
integrity sha512-2Gxu7Eq7vnBIRfYSmqPruEllMM14FjOQFJSoqdGWthVn+tmwEXzmdPpya6cvvwf0uZA3F5N1fMFr9mijZBplFA==
dependencies:
semver "^7.3.5"
@ -5030,13 +5033,6 @@ node-releases@^2.0.13:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
nopt@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
dependencies:
abbrev "1"
nopt@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-6.0.0.tgz#245801d8ebf409c6df22ab9d95b65e1309cdb16d"
@ -5044,6 +5040,13 @@ nopt@^6.0.0:
dependencies:
abbrev "^1.0.0"
nopt@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7"
integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==
dependencies:
abbrev "^2.0.0"
normalize-package-data@^3.0.2:
version "3.0.3"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
@ -5102,9 +5105,9 @@ object-assign@^4.0.1, object-assign@^4.1.1:
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
object-inspect@^1.12.3, object-inspect@^1.9.0:
version "1.12.3"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"
integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==
version "1.13.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.0.tgz#42695d3879e1cd5bda6df5062164d80c996e23e2"
integrity sha512-HQ4J+ic8hKrgIt3mqk6cVOVrW2ozL4KdvHlqpBv9vDYWx9ysAgENAdvy4FoGF+KFdhR7nQTNm5J0ctAeOwn+3g==
object-keys@^1.1.1:
version "1.1.1"
@ -5438,17 +5441,17 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"
playwright-core@1.38.1:
version "1.38.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.38.1.tgz#75a3c470aa9576b7d7c4e274de3d79977448ba08"
integrity sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==
playwright-core@1.39.0:
version "1.39.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.39.0.tgz#efeaea754af4fb170d11845b8da30b2323287c63"
integrity sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==
playwright@^1.38.1:
version "1.38.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.38.1.tgz#82ecd9bc4f4f64dbeee8a11c31793748e2528130"
integrity sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==
version "1.39.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.39.0.tgz#184c81cd6478f8da28bcd9e60e94fcebf566e077"
integrity sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==
dependencies:
playwright-core "1.38.1"
playwright-core "1.39.0"
optionalDependencies:
fsevents "2.3.2"
@ -6148,9 +6151,9 @@ resolve-pkg-maps@^1.0.0:
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
resolve@^1.20.0, resolve@^1.22.4, resolve@^1.22.6, resolve@^1.3.3:
version "1.22.6"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362"
integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==
version "1.22.8"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
dependencies:
is-core-module "^2.13.0"
path-parse "^1.0.7"
@ -6240,10 +6243,10 @@ sass-loader@13.3.2:
dependencies:
neo-async "^2.6.2"
sass@1.69.1, sass@^1.7.3:
version "1.69.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89"
integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==
sass@1.69.3, sass@^1.7.3:
version "1.69.3"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.3.tgz#f8a0c488697e6419519834a13335e7b65a609c11"
integrity sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
@ -6882,9 +6885,9 @@ terser-webpack-plugin@5.3.9, terser-webpack-plugin@^5.3.7:
terser "^5.16.8"
terser@^5.10.0, terser@^5.15.1, terser@^5.16.8:
version "5.21.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.21.0.tgz#d2b27e92b5e56650bc83b6defa00a110f0b124b2"
integrity sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==
version "5.22.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.22.0.tgz#4f18103f84c5c9437aafb7a14918273310a8a49d"
integrity sha512-hHZVLgRA2z4NWcN6aS5rQDc+7Dcy58HOf2zbYwmFcQ+ua3h6eEFf5lIDKTzbWwlazPyOZsFQO8V80/IjVNExEw==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
@ -7345,11 +7348,12 @@ webpack-cli@5.1.4:
webpack-merge "^5.7.3"
webpack-merge@^5.7.3:
version "5.9.0"
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.9.0.tgz#dc160a1c4cf512ceca515cc231669e9ddb133826"
integrity sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==
version "5.10.0"
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==
dependencies:
clone-deep "^4.0.1"
flat "^5.0.2"
wildcard "^2.0.0"
webpack-node-externals@3.0.0:
@ -7375,10 +7379,10 @@ webpack-sources@^3.2.3:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack@5.88.2:
version "5.88.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.2.tgz#f62b4b842f1c6ff580f3fcb2ed4f0b579f4c210e"
integrity sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==
webpack@5.89.0:
version "5.89.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.89.0.tgz#56b8bf9a34356e93a6625770006490bf3a7f32dc"
integrity sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.0"

Loading…
Cancel
Save