mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update all non-major dependencies (#62324)
See associated pull request for more information. Closes #62321 as a pr takeover PR Close #62324
This commit is contained in:
committed by
Jessica Janiuk
parent
ac7fe2c6f2
commit
308c82d87b
@@ -6,22 +6,22 @@
|
||||
adev/shared-docs/pipeline/api-gen/package.json=939673974
|
||||
integration/package.json=-239561259
|
||||
modules/package.json=-96320287
|
||||
package.json=1991753372
|
||||
package.json=-755024608
|
||||
packages/animations/package.json=-678724831
|
||||
packages/common/package.json=1729763064
|
||||
packages/compiler-cli/linker/babel/test/package.json=939673974
|
||||
packages/compiler-cli/package.json=1630222614
|
||||
packages/compiler-cli/package.json=-660047565
|
||||
packages/compiler/package.json=1190056499
|
||||
packages/core/package.json=1154833122
|
||||
packages/core/test/bundling/package.json=1260810819
|
||||
packages/forms/package.json=-877154917
|
||||
packages/localize/package.json=1324624098
|
||||
packages/localize/package.json=912913343
|
||||
packages/platform-browser-dynamic/package.json=1901947880
|
||||
packages/platform-browser/package.json=-1163479450
|
||||
packages/router/package.json=860819913
|
||||
packages/upgrade/package.json=16347051
|
||||
packages/zone.js/package.json=-1005735564
|
||||
pnpm-lock.yaml=-1215635479
|
||||
pnpm-lock.yaml=1205056170
|
||||
pnpm-workspace.yaml=1973735808
|
||||
tools/bazel/rules_angular_store/package.json=-239561259
|
||||
yarn.lock=-1889824776
|
||||
yarn.lock=570417220
|
||||
|
||||
+2
-3
@@ -7,7 +7,6 @@
|
||||
*/
|
||||
|
||||
import {ChangeDetectionStrategy, Component, computed, inject, input, output} from '@angular/core';
|
||||
import {Color, RawData} from 'ngx-flamegraph/lib/utils';
|
||||
import {ProfilerFrame} from '../../../../../../../protocol';
|
||||
|
||||
import {ThemeService} from '../../../../application-services/theme_service';
|
||||
@@ -19,7 +18,7 @@ import {
|
||||
|
||||
import {formatDirectiveProfile} from './profile-formatter';
|
||||
import {SelectedDirective, SelectedEntry} from './timeline-visualizer.component';
|
||||
import {NgxFlamegraphModule} from 'ngx-flamegraph';
|
||||
import {NgxFlamegraphModule, FlamegraphColor, RawData} from 'ngx-flamegraph';
|
||||
|
||||
@Component({
|
||||
selector: 'ng-flamegraph-visualizer',
|
||||
@@ -42,7 +41,7 @@ export class FlamegraphVisualizerComponent {
|
||||
view: [number, number] = [235, 200];
|
||||
|
||||
private readonly _formatter = new FlamegraphFormatter();
|
||||
readonly colors = computed<Color>(() => {
|
||||
readonly colors = computed<FlamegraphColor>(() => {
|
||||
return this.themeService.currentTheme() === 'dark-theme'
|
||||
? {
|
||||
hue: [210, 90],
|
||||
|
||||
+2
-2
@@ -58,7 +58,7 @@
|
||||
"@angular/material": "20.0.4",
|
||||
"@angular/ssr": "20.0.4",
|
||||
"@babel/cli": "7.27.2",
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/core": "7.27.7",
|
||||
"@babel/generator": "7.27.5",
|
||||
"@bazel/concatjs": "5.8.1",
|
||||
"@bazel/esbuild": "5.8.1",
|
||||
@@ -124,7 +124,7 @@
|
||||
"karma-sourcemap-loader": "^0.4.0",
|
||||
"magic-string": "^0.30.8",
|
||||
"memo-decorator": "^2.0.1",
|
||||
"ngx-flamegraph": "0.0.12",
|
||||
"ngx-flamegraph": "0.1.1",
|
||||
"ngx-progressbar": "^14.0.0",
|
||||
"open-in-idx": "^0.1.1",
|
||||
"protractor": "^7.0.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/core": "7.27.7",
|
||||
"@jridgewell/sourcemap-codec": "^1.4.14",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
"chokidar": "^4.0.0",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"./fesm2022/init.mjs"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/core": "7.27.7",
|
||||
"@types/babel__core": "7.20.5",
|
||||
"tinyglobby": "^0.2.12",
|
||||
"yargs": "^18.0.0"
|
||||
|
||||
Generated
+167
-167
@@ -46,10 +46,10 @@ importers:
|
||||
version: 20.0.4
|
||||
'@babel/cli':
|
||||
specifier: 7.27.2
|
||||
version: 7.27.2(@babel/core@7.27.4)
|
||||
version: 7.27.2(@babel/core@7.27.7)
|
||||
'@babel/core':
|
||||
specifier: 7.27.4
|
||||
version: 7.27.4
|
||||
specifier: 7.27.7
|
||||
version: 7.27.7
|
||||
'@babel/generator':
|
||||
specifier: 7.27.5
|
||||
version: 7.27.5
|
||||
@@ -85,7 +85,7 @@ importers:
|
||||
version: 7.52.8(@types/node@18.19.112)
|
||||
'@rollup/plugin-babel':
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.4(@babel/core@7.27.4)(@types/babel__core@7.20.5)(rollup@4.44.1)
|
||||
version: 6.0.4(@babel/core@7.27.7)(@types/babel__core@7.20.5)(rollup@4.44.1)
|
||||
'@rollup/plugin-commonjs':
|
||||
specifier: ^28.0.0
|
||||
version: 28.0.6(rollup@4.44.1)
|
||||
@@ -246,8 +246,8 @@ importers:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
ngx-flamegraph:
|
||||
specifier: 0.0.12
|
||||
version: 0.0.12
|
||||
specifier: 0.1.1
|
||||
version: 0.1.1
|
||||
ngx-progressbar:
|
||||
specifier: ^14.0.0
|
||||
version: 14.0.0(@angular/cdk@20.0.4)(rxjs@7.8.2)
|
||||
@@ -356,7 +356,7 @@ importers:
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/f2d9c9f63fa45781b6b2d6e77dbf284614b19eec
|
||||
'@babel/plugin-proposal-async-generator-functions':
|
||||
specifier: 7.20.7
|
||||
version: 7.20.7(@babel/core@7.27.4)
|
||||
version: 7.20.7(@babel/core@7.27.7)
|
||||
'@bazel/bazelisk':
|
||||
specifier: ^1.7.5
|
||||
version: 1.26.0
|
||||
@@ -637,8 +637,8 @@ importers:
|
||||
specifier: workspace:*
|
||||
version: link:../compiler
|
||||
'@babel/core':
|
||||
specifier: 7.27.4
|
||||
version: 7.27.4
|
||||
specifier: 7.27.7
|
||||
version: 7.27.7
|
||||
'@jridgewell/sourcemap-codec':
|
||||
specifier: ^1.4.14
|
||||
version: 1.5.0
|
||||
@@ -712,8 +712,8 @@ importers:
|
||||
packages/localize:
|
||||
dependencies:
|
||||
'@babel/core':
|
||||
specifier: 7.27.4
|
||||
version: 7.27.4
|
||||
specifier: 7.27.7
|
||||
version: 7.27.7
|
||||
'@types/babel__core':
|
||||
specifier: 7.20.5
|
||||
version: 7.20.5
|
||||
@@ -1582,14 +1582,14 @@ packages:
|
||||
lru-cache: 10.4.3
|
||||
dev: true
|
||||
|
||||
/@babel/cli@7.27.2(@babel/core@7.27.4):
|
||||
/@babel/cli@7.27.2(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==, tarball: https://registry.npmjs.org/@babel/cli/-/cli-7.27.2.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
commander: 6.2.1
|
||||
convert-source-map: 2.0.0
|
||||
@@ -1624,10 +1624,10 @@ packages:
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.0)
|
||||
'@babel/helpers': 7.27.6
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.1(supports-color@10.0.0)
|
||||
gensync: 1.0.0-beta.2
|
||||
@@ -1647,10 +1647,10 @@ packages:
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.10)
|
||||
'@babel/helpers': 7.27.6
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.1(supports-color@10.0.0)
|
||||
gensync: 1.0.0-beta.2
|
||||
@@ -1670,10 +1670,10 @@ packages:
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.1)
|
||||
'@babel/helpers': 7.27.6
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.1(supports-color@10.0.0)
|
||||
gensync: 1.0.0-beta.2
|
||||
@@ -1683,20 +1683,20 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/core@7.27.4:
|
||||
resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==, tarball: https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz}
|
||||
/@babel/core@7.27.7:
|
||||
resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==, tarball: https://registry.npmjs.org/@babel/core/-/core-7.27.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@babel/code-frame': 7.27.1
|
||||
'@babel/generator': 7.27.5
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7)
|
||||
'@babel/helpers': 7.27.6
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.1(supports-color@10.0.0)
|
||||
gensync: 1.0.0-beta.2
|
||||
@@ -1709,8 +1709,8 @@ packages:
|
||||
resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==, tarball: https://registry.npmjs.org/@babel/generator/-/generator-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
'@jridgewell/gen-mapping': 0.3.8
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
jsesc: 3.1.0
|
||||
@@ -1720,8 +1720,8 @@ packages:
|
||||
resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==, tarball: https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
'@jridgewell/gen-mapping': 0.3.8
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
jsesc: 3.1.0
|
||||
@@ -1730,21 +1730,21 @@ packages:
|
||||
resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==, tarball: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
dev: true
|
||||
|
||||
/@babel/helper-annotate-as-pure@7.27.1:
|
||||
resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==, tarball: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-annotate-as-pure@7.27.3:
|
||||
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==, tarball: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@babel/helper-compilation-targets@7.27.2:
|
||||
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==, tarball: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz}
|
||||
@@ -1768,7 +1768,7 @@ packages:
|
||||
'@babel/helper-optimise-call-expression': 7.27.1
|
||||
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1)
|
||||
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
semver: 6.3.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -1805,15 +1805,15 @@ packages:
|
||||
resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==, tarball: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
dev: true
|
||||
|
||||
/@babel/helper-member-expression-to-functions@7.27.1:
|
||||
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==, tarball: https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -1822,8 +1822,8 @@ packages:
|
||||
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==, tarball: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -1836,7 +1836,7 @@ packages:
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/helper-module-imports': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -1850,7 +1850,7 @@ packages:
|
||||
'@babel/core': 7.26.10
|
||||
'@babel/helper-module-imports': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -1864,21 +1864,21 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-module-imports': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4):
|
||||
/@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==, tarball: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-module-imports': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -1886,7 +1886,7 @@ packages:
|
||||
resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==, tarball: https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
dev: false
|
||||
|
||||
/@babel/helper-plugin-utils@7.27.1:
|
||||
@@ -1902,21 +1902,21 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-annotate-as-pure': 7.27.3
|
||||
'@babel/helper-wrap-function': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.4):
|
||||
/@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==, tarball: https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-annotate-as-pure': 7.27.3
|
||||
'@babel/helper-wrap-function': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -1930,7 +1930,7 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-member-expression-to-functions': 7.27.1
|
||||
'@babel/helper-optimise-call-expression': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -1939,8 +1939,8 @@ packages:
|
||||
resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==, tarball: https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -1949,7 +1949,7 @@ packages:
|
||||
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==, tarball: https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@babel/helper-string-parser@7.27.1:
|
||||
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==, tarball: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz}
|
||||
@@ -1968,8 +1968,8 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/traverse': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -1978,14 +1978,14 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@babel/parser@7.27.5:
|
||||
resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==, tarball: https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz}
|
||||
/@babel/parser@7.27.7:
|
||||
resolution: {integrity: sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==, tarball: https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.1):
|
||||
resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz}
|
||||
@@ -1995,7 +1995,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -2042,23 +2042,23 @@ packages:
|
||||
dependencies:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.27.4):
|
||||
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, tarball: https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-environment-visitor': 7.24.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.27.4)
|
||||
'@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.27.7)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -2072,40 +2072,40 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
@@ -2139,125 +2139,125 @@ packages:
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.4):
|
||||
/@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
dev: true
|
||||
|
||||
@@ -2291,7 +2291,7 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.1)
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -2367,7 +2367,7 @@ packages:
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1)
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -2478,7 +2478,7 @@ packages:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -2559,7 +2559,7 @@ packages:
|
||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.1)
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/traverse': 7.27.4
|
||||
'@babel/traverse': 7.27.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
@@ -2945,7 +2945,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/core': 7.27.1
|
||||
'@babel/helper-plugin-utils': 7.27.1
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
esutils: 2.0.3
|
||||
dev: false
|
||||
|
||||
@@ -2959,25 +2959,25 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.27.1
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@babel/traverse@7.27.4:
|
||||
resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==, tarball: https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz}
|
||||
/@babel/traverse@7.27.7:
|
||||
resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==, tarball: https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.27.1
|
||||
'@babel/generator': 7.27.5
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
debug: 4.4.1(supports-color@10.0.0)
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/types@7.27.6:
|
||||
resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==, tarball: https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz}
|
||||
/@babel/types@7.27.7:
|
||||
resolution: {integrity: sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==, tarball: https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.27.1
|
||||
@@ -4539,7 +4539,7 @@ packages:
|
||||
resolution: {integrity: sha512-kJIuhLMTxRF7sc0gPzPtCDib/V9KwW3I2U25b+lYCYMVqHHSrcZopS8J8H+znx9yixuFv+Iozl8raLt/4MoxrA==, tarball: https://registry.npmjs.org/@jest/transform/-/transform-30.0.2.tgz}
|
||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@jest/types': 30.0.1
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
babel-plugin-istanbul: 7.0.0
|
||||
@@ -5644,7 +5644,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-babel@6.0.4(@babel/core@7.27.4)(@types/babel__core@7.20.5)(rollup@4.44.1):
|
||||
/@rollup/plugin-babel@6.0.4(@babel/core@7.27.7)(@types/babel__core@7.20.5)(rollup@4.44.1):
|
||||
resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==, tarball: https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
@@ -5657,7 +5657,7 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/helper-module-imports': 7.27.1
|
||||
'@rollup/pluginutils': 5.2.0(rollup@4.44.1)
|
||||
'@types/babel__core': 7.20.5
|
||||
@@ -6446,8 +6446,8 @@ packages:
|
||||
/@types/babel__core@7.20.5:
|
||||
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==, tarball: https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz}
|
||||
dependencies:
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
'@types/babel__generator': 7.27.0
|
||||
'@types/babel__template': 7.4.4
|
||||
'@types/babel__traverse': 7.20.7
|
||||
@@ -6455,18 +6455,18 @@ packages:
|
||||
/@types/babel__generator@7.27.0:
|
||||
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==, tarball: https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@types/babel__template@7.4.4:
|
||||
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==, tarball: https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz}
|
||||
dependencies:
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/parser': 7.27.7
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@types/babel__traverse@7.20.7:
|
||||
resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==, tarball: https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz}
|
||||
dependencies:
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
|
||||
/@types/big.js@6.2.2:
|
||||
resolution: {integrity: sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA==, tarball: https://registry.npmjs.org/@types/big.js/-/big.js-6.2.2.tgz}
|
||||
@@ -8153,17 +8153,17 @@ packages:
|
||||
resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==, tarball: https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz}
|
||||
dev: true
|
||||
|
||||
/babel-jest@30.0.2(@babel/core@7.27.4):
|
||||
/babel-jest@30.0.2(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-A5kqR1/EUTidM2YC2YMEUDP2+19ppgOwK0IAd9Swc3q2KqFb5f9PtRUXVeZcngu0z5mDMyZ9zH2huJZSOMLiTQ==, tarball: https://registry.npmjs.org/babel-jest/-/babel-jest-30.0.2.tgz}
|
||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.11.0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@jest/transform': 30.0.2
|
||||
'@types/babel__core': 7.20.5
|
||||
babel-plugin-istanbul: 7.0.0
|
||||
babel-preset-jest: 30.0.1(@babel/core@7.27.4)
|
||||
babel-preset-jest: 30.0.1(@babel/core@7.27.7)
|
||||
chalk: 4.1.2
|
||||
graceful-fs: 4.2.11
|
||||
slash: 3.0.0
|
||||
@@ -8201,7 +8201,7 @@ packages:
|
||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||
dependencies:
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/types': 7.27.7
|
||||
'@types/babel__core': 7.20.5
|
||||
dev: true
|
||||
|
||||
@@ -8241,38 +8241,38 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/babel-preset-current-node-syntax@1.1.0(@babel/core@7.27.4):
|
||||
/babel-preset-current-node-syntax@1.1.0(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==, tarball: https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.27.4)
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.27.7)
|
||||
dev: true
|
||||
|
||||
/babel-preset-jest@30.0.1(@babel/core@7.27.4):
|
||||
/babel-preset-jest@30.0.1(@babel/core@7.27.7):
|
||||
resolution: {integrity: sha512-+YHejD5iTWI46cZmcc/YtX4gaKBtdqCHCVfuVinizVpbmyjO3zYmeuyFdfA8duRqQZfgCAMlsfmkVbJ+e2MAJw==, tarball: https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz}
|
||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.11.0
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
babel-plugin-jest-hoist: 30.0.1
|
||||
babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.4)
|
||||
babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.7)
|
||||
dev: true
|
||||
|
||||
/bach@2.0.1:
|
||||
@@ -13638,8 +13638,8 @@ packages:
|
||||
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==, tarball: https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/parser': 7.27.7
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
semver: 6.3.1
|
||||
@@ -13651,8 +13651,8 @@ packages:
|
||||
resolution: {integrity: sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==, tarball: https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/parser': 7.27.5
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/parser': 7.27.7
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
semver: 7.7.2
|
||||
@@ -13820,13 +13820,13 @@ packages:
|
||||
ts-node:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@jest/get-type': 30.0.1
|
||||
'@jest/pattern': 30.0.1
|
||||
'@jest/test-sequencer': 30.0.2
|
||||
'@jest/types': 30.0.1
|
||||
'@types/node': 10.17.60
|
||||
babel-jest: 30.0.2(@babel/core@7.27.4)
|
||||
babel-jest: 30.0.2(@babel/core@7.27.7)
|
||||
chalk: 4.1.2
|
||||
ci-info: 4.2.0
|
||||
deepmerge: 4.3.1
|
||||
@@ -13866,13 +13866,13 @@ packages:
|
||||
ts-node:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@jest/get-type': 30.0.1
|
||||
'@jest/pattern': 30.0.1
|
||||
'@jest/test-sequencer': 30.0.2
|
||||
'@jest/types': 30.0.1
|
||||
'@types/node': 24.0.3
|
||||
babel-jest: 30.0.2(@babel/core@7.27.4)
|
||||
babel-jest: 30.0.2(@babel/core@7.27.7)
|
||||
chalk: 4.1.2
|
||||
ci-info: 4.2.0
|
||||
deepmerge: 4.3.1
|
||||
@@ -14123,17 +14123,17 @@ packages:
|
||||
resolution: {integrity: sha512-F05JCohd3OA1N9+5aEPXA6I0qOfZDGIx0zTq5Z4yMBg2i1p5ELfBusjYAWwTkC12c7dHcbyth4QAfQbS7cRjow==, tarball: https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.0.3.tgz}
|
||||
engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0}
|
||||
dependencies:
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/generator': 7.27.5
|
||||
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.4)
|
||||
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.27.4)
|
||||
'@babel/types': 7.27.6
|
||||
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.7)
|
||||
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.27.7)
|
||||
'@babel/types': 7.27.7
|
||||
'@jest/expect-utils': 30.0.3
|
||||
'@jest/get-type': 30.0.1
|
||||
'@jest/snapshot-utils': 30.0.1
|
||||
'@jest/transform': 30.0.2
|
||||
'@jest/types': 30.0.1
|
||||
babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.4)
|
||||
babel-preset-current-node-syntax: 1.1.0(@babel/core@7.27.7)
|
||||
chalk: 4.1.2
|
||||
expect: 30.0.3
|
||||
graceful-fs: 4.2.11
|
||||
@@ -15779,11 +15779,11 @@ packages:
|
||||
engines: {node: '>= 0.4.0'}
|
||||
dev: true
|
||||
|
||||
/ngx-flamegraph@0.0.12:
|
||||
resolution: {integrity: sha512-YoxrqlL36Bg5Ca9fu10kuSUmaWHAvx7jkxINF4/4cXn9bBPRfu78FqnZ5LIULC0+iScZcSDSWDAnUdn8H7+wGw==, tarball: https://registry.npmjs.org/ngx-flamegraph/-/ngx-flamegraph-0.0.12.tgz}
|
||||
/ngx-flamegraph@0.1.1:
|
||||
resolution: {integrity: sha512-BTyyOnPDXW0Xi5iOd+H03atdiCNdnYNzpkNJ4iqTrkYGJnOnzaMEzdlaN9Jt3Qpjcs3oyvUoJvD85xZnZpzTyQ==, tarball: https://registry.npmjs.org/ngx-flamegraph/-/ngx-flamegraph-0.1.1.tgz}
|
||||
peerDependencies:
|
||||
'@angular/common': ^9.0.0
|
||||
'@angular/core': ^9.0.0
|
||||
'@angular/common': ^20.0.0
|
||||
'@angular/core': ^20.0.0
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
dev: false
|
||||
@@ -21605,8 +21605,8 @@ packages:
|
||||
dependencies:
|
||||
'@angular/benchpress': 0.3.0(rxjs@7.8.2)(zone.js@packages+zone.js)
|
||||
'@angular/build': 19.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.0.4)(@types/node@18.19.112)(chokidar@4.0.3)(terser@5.43.1)(tsx@4.20.3)(typescript@5.7.3)
|
||||
'@babel/core': 7.27.4
|
||||
'@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.27.4)
|
||||
'@babel/core': 7.27.7
|
||||
'@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.27.7)
|
||||
'@bazel/buildifier': 6.3.3
|
||||
'@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.3)
|
||||
'@bazel/esbuild': 5.8.1
|
||||
|
||||
@@ -619,7 +619,28 @@
|
||||
json5 "^2.2.3"
|
||||
semver "^6.3.1"
|
||||
|
||||
"@babel/core@7.27.4", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.23.9":
|
||||
"@babel/core@7.27.7":
|
||||
version "7.27.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
|
||||
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
|
||||
dependencies:
|
||||
"@ampproject/remapping" "^2.2.0"
|
||||
"@babel/code-frame" "^7.27.1"
|
||||
"@babel/generator" "^7.27.5"
|
||||
"@babel/helper-compilation-targets" "^7.27.2"
|
||||
"@babel/helper-module-transforms" "^7.27.3"
|
||||
"@babel/helpers" "^7.27.6"
|
||||
"@babel/parser" "^7.27.7"
|
||||
"@babel/template" "^7.27.2"
|
||||
"@babel/traverse" "^7.27.7"
|
||||
"@babel/types" "^7.27.7"
|
||||
convert-source-map "^2.0.0"
|
||||
debug "^4.1.0"
|
||||
gensync "^1.0.0-beta.2"
|
||||
json5 "^2.2.3"
|
||||
semver "^6.3.1"
|
||||
|
||||
"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.23.9":
|
||||
version "7.27.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
|
||||
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
|
||||
@@ -651,7 +672,7 @@
|
||||
"@jridgewell/trace-mapping" "^0.3.25"
|
||||
jsesc "^3.0.2"
|
||||
|
||||
"@babel/generator@7.27.5", "@babel/generator@^7.26.0", "@babel/generator@^7.26.10", "@babel/generator@^7.27.1", "@babel/generator@^7.27.3":
|
||||
"@babel/generator@7.27.5", "@babel/generator@^7.26.0", "@babel/generator@^7.26.10", "@babel/generator@^7.27.1", "@babel/generator@^7.27.3", "@babel/generator@^7.27.5":
|
||||
version "7.27.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
|
||||
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
|
||||
@@ -828,7 +849,7 @@
|
||||
"@babel/traverse" "^7.27.1"
|
||||
"@babel/types" "^7.27.1"
|
||||
|
||||
"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.10", "@babel/helpers@^7.27.1", "@babel/helpers@^7.27.4":
|
||||
"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.10", "@babel/helpers@^7.27.1", "@babel/helpers@^7.27.4", "@babel/helpers@^7.27.6":
|
||||
version "7.27.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
|
||||
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
|
||||
@@ -843,6 +864,13 @@
|
||||
dependencies:
|
||||
"@babel/types" "^7.27.3"
|
||||
|
||||
"@babel/parser@^7.27.7":
|
||||
version "7.27.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
|
||||
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
|
||||
dependencies:
|
||||
"@babel/types" "^7.27.7"
|
||||
|
||||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
||||
version "7.27.1"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
||||
@@ -1443,6 +1471,19 @@
|
||||
debug "^4.3.1"
|
||||
globals "^11.1.0"
|
||||
|
||||
"@babel/traverse@^7.27.7":
|
||||
version "7.27.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
|
||||
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.27.1"
|
||||
"@babel/generator" "^7.27.5"
|
||||
"@babel/parser" "^7.27.7"
|
||||
"@babel/template" "^7.27.2"
|
||||
"@babel/types" "^7.27.7"
|
||||
debug "^4.3.1"
|
||||
globals "^11.1.0"
|
||||
|
||||
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.4.4":
|
||||
version "7.27.6"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
|
||||
@@ -1451,6 +1492,14 @@
|
||||
"@babel/helper-string-parser" "^7.27.1"
|
||||
"@babel/helper-validator-identifier" "^7.27.1"
|
||||
|
||||
"@babel/types@^7.27.7":
|
||||
version "7.27.7"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
|
||||
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
|
||||
dependencies:
|
||||
"@babel/helper-string-parser" "^7.27.1"
|
||||
"@babel/helper-validator-identifier" "^7.27.1"
|
||||
|
||||
"@bazel/bazelisk@^1.7.5":
|
||||
version "1.26.0"
|
||||
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.26.0.tgz#2d35cfa6b57cc295a0f7b2dd1d025f1b76116236"
|
||||
@@ -13003,10 +13052,10 @@ netmask@^2.0.2:
|
||||
resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
|
||||
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
|
||||
|
||||
ngx-flamegraph@0.0.12:
|
||||
version "0.0.12"
|
||||
resolved "https://registry.yarnpkg.com/ngx-flamegraph/-/ngx-flamegraph-0.0.12.tgz#2e1661979f01d605467539b26ec28b3bc74b9f1a"
|
||||
integrity sha512-YoxrqlL36Bg5Ca9fu10kuSUmaWHAvx7jkxINF4/4cXn9bBPRfu78FqnZ5LIULC0+iScZcSDSWDAnUdn8H7+wGw==
|
||||
ngx-flamegraph@0.1.1:
|
||||
version "0.1.1"
|
||||
resolved "https://registry.yarnpkg.com/ngx-flamegraph/-/ngx-flamegraph-0.1.1.tgz#c702a373e7ac0753213d56749886b83f9673d6d5"
|
||||
integrity sha512-BTyyOnPDXW0Xi5iOd+H03atdiCNdnYNzpkNJ4iqTrkYGJnOnzaMEzdlaN9Jt3Qpjcs3oyvUoJvD85xZnZpzTyQ==
|
||||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user