mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency @babel/core to v7.25.8 (#8471)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.25.2` -> `7.25.8`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.2/7.25.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.25.2/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.25.2/7.25.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.25.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7258-2024-10-10) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.8) ##### 🐛 Bug Fix - `babel-core` - [#​16888](https://redirect.github.com/babel/babel/pull/16888) Restore public API of `resolvePlugin`/`resolvePreset` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🏠 Internal - `babel-parser`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env` - [#​16824](https://redirect.github.com/babel/babel/pull/16824) Inline one-line syntax plugins ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7) ##### 🐛 Bug Fix - `babel-helper-validator-identifier` - [#​16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#​16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 💅 Polish - `babel-types` - [#​16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-core` - [#​16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#​16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### 🏃♀️ Performance - `babel-plugin-transform-typescript` - [#​16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#​16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@​babel/types](https://redirect.github.com/babel/types) builders ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#​16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb22210e46
commit
b99018ed3a
@ -173,7 +173,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/core": "7.25.8",
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@cyclonedx/yarn-plugin-cyclonedx": "^1.0.0-rc.7",
|
||||
"@swc/core": "1.7.26",
|
||||
|
@ -68,7 +68,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/core": "7.25.8",
|
||||
"@docusaurus/module-type-aliases": "2.3.1",
|
||||
"@tsconfig/docusaurus": "2.0.3",
|
||||
"babel-loader": "9.1.3",
|
||||
|
@ -245,13 +245,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/code-frame@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/code-frame@npm:7.24.7"
|
||||
"@babel/code-frame@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/code-frame@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/highlight": "npm:^7.24.7"
|
||||
"@babel/highlight": "npm:^7.25.7"
|
||||
picocolors: "npm:^1.0.0"
|
||||
checksum: 10c0/ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6
|
||||
checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -269,10 +269,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/compat-data@npm:7.25.2"
|
||||
checksum: 10c0/5bf1f14d6e5f0d37c19543e99209ff4a94bb97915e1ce01e5334a144aa08cd56b6e62ece8135dac77e126723d63d4d4b96fc603a12c43b88c28f4b5e070270c5
|
||||
"@babel/compat-data@npm:^7.25.7":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/compat-data@npm:7.25.8"
|
||||
checksum: 10c0/8b81c17580e5fb4cbb6a3c52079f8c283fc59c0c6bd2fe14cfcf9c44b32d2eaab71b02c5633e2c679f5896f73f8ac4036ba2e67a4c806e8f428e4b11f526d7f4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -300,26 +300,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/core@npm:7.25.2"
|
||||
"@babel/core@npm:7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/core@npm:7.25.8"
|
||||
dependencies:
|
||||
"@ampproject/remapping": "npm:^2.2.0"
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.25.0"
|
||||
"@babel/helper-compilation-targets": "npm:^7.25.2"
|
||||
"@babel/helper-module-transforms": "npm:^7.25.2"
|
||||
"@babel/helpers": "npm:^7.25.0"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/traverse": "npm:^7.25.2"
|
||||
"@babel/types": "npm:^7.25.2"
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/generator": "npm:^7.25.7"
|
||||
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
||||
"@babel/helper-module-transforms": "npm:^7.25.7"
|
||||
"@babel/helpers": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.8"
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.8"
|
||||
convert-source-map: "npm:^2.0.0"
|
||||
debug: "npm:^4.1.0"
|
||||
gensync: "npm:^1.0.0-beta.2"
|
||||
json5: "npm:^2.2.3"
|
||||
semver: "npm:^6.3.1"
|
||||
checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401
|
||||
checksum: 10c0/8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -404,27 +404,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/generator@npm:7.24.7"
|
||||
"@babel/generator@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/generator@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
||||
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
||||
jsesc: "npm:^2.5.1"
|
||||
checksum: 10c0/06b1f3350baf527a3309e50ffd7065f7aee04dd06e1e7db794ddfde7fe9d81f28df64edd587173f8f9295496a7ddb74b9a185d4bf4de7bb619e6d4ec45c8fd35
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/generator@npm:7.25.0"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
||||
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
||||
jsesc: "npm:^2.5.1"
|
||||
checksum: 10c0/d0e2dfcdc8bdbb5dded34b705ceebf2e0bc1b06795a1530e64fb6a3ccf313c189db7f60c1616effae48114e1a25adc75855bc4496f3779a396b3377bae718ce7
|
||||
jsesc: "npm:^3.0.2"
|
||||
checksum: 10c0/c03a26c79864d60d04ce36b649c3fa0d6fd7b2bf6a22e22854a0457aa09206508392dd73ee40e7bc8d50b3602f9ff068afa47770cda091d332e7db1ca382ee96
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -492,16 +480,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.25.2"
|
||||
"@babel/helper-compilation-targets@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/compat-data": "npm:^7.25.2"
|
||||
"@babel/helper-validator-option": "npm:^7.24.8"
|
||||
browserslist: "npm:^4.23.1"
|
||||
"@babel/compat-data": "npm:^7.25.7"
|
||||
"@babel/helper-validator-option": "npm:^7.25.7"
|
||||
browserslist: "npm:^4.24.0"
|
||||
lru-cache: "npm:^5.1.1"
|
||||
semver: "npm:^6.3.1"
|
||||
checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99
|
||||
checksum: 10c0/705be7e5274a3fdade68e3e2cf42e2b600316ab52794e13b91299a16f16c926f15886b6e9d6df20eb943ccc1cdba5a363d4766f8d01e47b8e6f4e01175f5e66c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -618,15 +606,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-environment-visitor@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-environment-visitor@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/36ece78882b5960e2d26abf13cf15ff5689bf7c325b10a2895a74a499e712de0d305f8d78bb382dd3c05cfba7e47ec98fe28aab5674243e0625cd38438dd0b2d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-explode-assignable-expression@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-explode-assignable-expression@npm:7.18.6"
|
||||
@ -666,16 +645,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-function-name@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-function-name@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/template": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/e5e41e6cf86bd0f8bf272cbb6e7c5ee0f3e9660414174435a46653efba4f2479ce03ce04abff2aa2ef9359cf057c79c06cb7b134a565ad9c0e8a50dcdc3b43c4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-hoist-variables@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-hoist-variables@npm:7.18.6"
|
||||
@ -694,15 +663,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-hoist-variables@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-hoist-variables@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/19ee37563bbd1219f9d98991ad0e9abef77803ee5945fd85aa7aa62a67c69efca9a801696a1b58dda27f211e878b3327789e6fd2a6f6c725ccefe36774b5ce95
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-member-expression-to-functions@npm:^7.18.9":
|
||||
version: 7.18.9
|
||||
resolution: "@babel/helper-member-expression-to-functions@npm:7.18.9"
|
||||
@ -739,13 +699,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-imports@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-module-imports@npm:7.24.7"
|
||||
"@babel/helper-module-imports@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-module-imports@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/traverse": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/0fd0c3673835e5bf75558e184bcadc47c1f6dd2fe2016d53ebe1e5a6ae931a44e093015c2f9a6651c1a89f25c76d9246710c2b0b460b95ee069c464f2837fa2c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -780,17 +740,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-transforms@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/helper-module-transforms@npm:7.25.2"
|
||||
"@babel/helper-module-transforms@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-module-transforms@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": "npm:^7.24.7"
|
||||
"@babel/helper-simple-access": "npm:^7.24.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
"@babel/traverse": "npm:^7.25.2"
|
||||
"@babel/helper-module-imports": "npm:^7.25.7"
|
||||
"@babel/helper-simple-access": "npm:^7.25.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329
|
||||
checksum: 10c0/f37fa7d1d4df21690535b278468cbd5faf0133a3080f282000cfa4f3ffc9462a1458f866b04b6a2f2d1eec4691236cba9a867da61270dab3ab19846e62f05090
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -904,13 +864,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-simple-access@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-simple-access@npm:7.24.7"
|
||||
"@babel/helper-simple-access@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-simple-access@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/traverse": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/eed1b499bfb4f613c18debd61517e3de77b6da2727ca025aa05ac81599e0269f1dddb5237db04e8bb598115d015874752e0a7f11ff38672d74a4976097417059
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -950,15 +910,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-split-export-declaration@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-split-export-declaration@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/0254577d7086bf09b01bbde98f731d4fcf4b7c3fa9634fdb87929801307c1f6202a1352e3faa5492450fa8da4420542d44de604daf540704ff349594a78184f6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-string-parser@npm:^7.19.4":
|
||||
version: 7.19.4
|
||||
resolution: "@babel/helper-string-parser@npm:7.19.4"
|
||||
@ -980,10 +931,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-string-parser@npm:^7.24.8":
|
||||
version: 7.24.8
|
||||
resolution: "@babel/helper-string-parser@npm:7.24.8"
|
||||
checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08
|
||||
"@babel/helper-string-parser@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-string-parser@npm:7.25.7"
|
||||
checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1022,6 +973,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-identifier@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
|
||||
checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-validator-option@npm:7.18.6"
|
||||
@ -1036,10 +994,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@npm:^7.24.8":
|
||||
version: 7.24.8
|
||||
resolution: "@babel/helper-validator-option@npm:7.24.8"
|
||||
checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f
|
||||
"@babel/helper-validator-option@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-validator-option@npm:7.25.7"
|
||||
checksum: 10c0/12ed418c8e3ed9ed44c8c80d823f4e42d399b5eb2e423adccb975e31a31a008cd3b5d8eab688b31f740caff4a1bb28fe06ea2fa7d635aee34cc0ad6995d50f0a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1088,13 +1046,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/helpers@npm:7.25.0"
|
||||
"@babel/helpers@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helpers@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
checksum: 10c0/b7fe007fc4194268abf70aa3810365085e290e6528dcb9fbbf7a765d43c74b6369ce0f99c5ccd2d44c413853099daa449c9a0123f0b212ac8d18643f2e8174b8
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1142,15 +1100,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/highlight@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/highlight@npm:7.24.7"
|
||||
"@babel/highlight@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/highlight@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
chalk: "npm:^2.4.2"
|
||||
js-tokens: "npm:^4.0.0"
|
||||
picocolors: "npm:^1.0.0"
|
||||
checksum: 10c0/674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a
|
||||
checksum: 10c0/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -1199,21 +1157,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/parser@npm:7.24.7"
|
||||
"@babel/parser@npm:^7.25.7, @babel/parser@npm:^7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/parser@npm:7.25.8"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.25.8"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 10c0/8b244756872185a1c6f14b979b3535e682ff08cb5a2a5fd97cc36c017c7ef431ba76439e95e419d43000c5b07720495b00cf29a7f0d9a483643d08802b58819b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/parser@npm:7.25.0"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 10c0/4aecf13829fa6f4a66835429bd235458544d9cd14374b17c19bc7726f472727ca33f500e51e1298ddc72db93bdd77fcaa9ddc095200b0b792173069e6cf9742e
|
||||
checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3119,25 +3070,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/template@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/template@npm:7.24.7"
|
||||
"@babel/template@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/template@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/95b0b3ee80fcef685b7f4426f5713a855ea2cd5ac4da829b213f8fb5afe48a2a14683c2ea04d446dbc7f711c33c5cd4a965ef34dcbe5bc387c9e966b67877ae3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/template@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/template@npm:7.25.0"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/8ae9e36e4330ee83d4832531d1d9bec7dc2ef6a2a8afa1ef1229506fd60667abcb17f306d1c3d7e582251270597022990c845d5d69e7add70a5aea66720decb9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3159,36 +3099,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/traverse@npm:7.24.7"
|
||||
"@babel/traverse@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/traverse@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.24.7"
|
||||
"@babel/helper-environment-visitor": "npm:^7.24.7"
|
||||
"@babel/helper-function-name": "npm:^7.24.7"
|
||||
"@babel/helper-hoist-variables": "npm:^7.24.7"
|
||||
"@babel/helper-split-export-declaration": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/generator": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.7"
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
debug: "npm:^4.3.1"
|
||||
globals: "npm:^11.1.0"
|
||||
checksum: 10c0/a5135e589c3f1972b8877805f50a084a04865ccb1d68e5e1f3b94a8841b3485da4142e33413d8fd76bc0e6444531d3adf1f59f359c11ffac452b743d835068ab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/traverse@npm:7.25.2"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.25.0"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.2"
|
||||
debug: "npm:^4.3.1"
|
||||
globals: "npm:^11.1.0"
|
||||
checksum: 10c0/1edcb602801d6ea577584e957a3f6ad48753c4ccb9373fce4c92ebfdee04833f5bd5f1b74758ab7d61fe66d6d83ffdd7c8d482f46199767feeaed6af7df2191e
|
||||
checksum: 10c0/75d73e52c507a7a7a4c7971d6bf4f8f26fdd094e0d3a0193d77edf6a5efa36fc3db91ec5cc48e8b94e6eb5d5ad21af0a1040e71309172851209415fd105efb1a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3247,7 +3169,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.24.7, @babel/types@npm:^7.8.3":
|
||||
"@babel/types@npm:^7.25.7, @babel/types@npm:^7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/types@npm:7.25.8"
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": "npm:^7.25.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
to-fast-properties: "npm:^2.0.0"
|
||||
checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.8.3":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/types@npm:7.24.7"
|
||||
dependencies:
|
||||
@ -3258,17 +3191,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/types@npm:7.25.2"
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": "npm:^7.24.8"
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
to-fast-properties: "npm:^2.0.0"
|
||||
checksum: 10c0/e489435856be239f8cc1120c90a197e4c2865385121908e5edb7223cfdff3768cba18f489adfe0c26955d9e7bbb1fb10625bc2517505908ceb0af848989bd864
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@braintree/sanitize-url@npm:^6.0.0":
|
||||
version: 6.0.2
|
||||
resolution: "@braintree/sanitize-url@npm:6.0.2"
|
||||
@ -10663,6 +10585,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jsesc@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "jsesc@npm:3.0.2"
|
||||
bin:
|
||||
jsesc: bin/jsesc
|
||||
checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jsesc@npm:~0.5.0":
|
||||
version: 0.5.0
|
||||
resolution: "jsesc@npm:0.5.0"
|
||||
@ -16441,7 +16372,7 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "websitev-2@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.25.2"
|
||||
"@babel/core": "npm:7.25.8"
|
||||
"@docusaurus/core": "npm:2.3.1"
|
||||
"@docusaurus/module-type-aliases": "npm:2.3.1"
|
||||
"@docusaurus/plugin-client-redirects": "npm:2.3.1"
|
||||
|
357
yarn.lock
357
yarn.lock
@ -104,13 +104,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/code-frame@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/code-frame@npm:7.24.7"
|
||||
"@babel/code-frame@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/code-frame@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/highlight": "npm:^7.24.7"
|
||||
"@babel/highlight": "npm:^7.25.7"
|
||||
picocolors: "npm:^1.0.0"
|
||||
checksum: 10c0/ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6
|
||||
checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -121,33 +121,33 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/compat-data@npm:7.25.2"
|
||||
checksum: 10c0/5bf1f14d6e5f0d37c19543e99209ff4a94bb97915e1ce01e5334a144aa08cd56b6e62ece8135dac77e126723d63d4d4b96fc603a12c43b88c28f4b5e070270c5
|
||||
"@babel/compat-data@npm:^7.25.7":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/compat-data@npm:7.25.8"
|
||||
checksum: 10c0/8b81c17580e5fb4cbb6a3c52079f8c283fc59c0c6bd2fe14cfcf9c44b32d2eaab71b02c5633e2c679f5896f73f8ac4036ba2e67a4c806e8f428e4b11f526d7f4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@npm:7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/core@npm:7.25.2"
|
||||
"@babel/core@npm:7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/core@npm:7.25.8"
|
||||
dependencies:
|
||||
"@ampproject/remapping": "npm:^2.2.0"
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.25.0"
|
||||
"@babel/helper-compilation-targets": "npm:^7.25.2"
|
||||
"@babel/helper-module-transforms": "npm:^7.25.2"
|
||||
"@babel/helpers": "npm:^7.25.0"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/traverse": "npm:^7.25.2"
|
||||
"@babel/types": "npm:^7.25.2"
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/generator": "npm:^7.25.7"
|
||||
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
||||
"@babel/helper-module-transforms": "npm:^7.25.7"
|
||||
"@babel/helpers": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.8"
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.8"
|
||||
convert-source-map: "npm:^2.0.0"
|
||||
debug: "npm:^4.1.0"
|
||||
gensync: "npm:^1.0.0-beta.2"
|
||||
json5: "npm:^2.2.3"
|
||||
semver: "npm:^6.3.1"
|
||||
checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401
|
||||
checksum: 10c0/8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -197,27 +197,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/generator@npm:7.24.7"
|
||||
"@babel/generator@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/generator@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
||||
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
||||
jsesc: "npm:^2.5.1"
|
||||
checksum: 10c0/06b1f3350baf527a3309e50ffd7065f7aee04dd06e1e7db794ddfde7fe9d81f28df64edd587173f8f9295496a7ddb74b9a185d4bf4de7bb619e6d4ec45c8fd35
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/generator@npm:7.25.0"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
||||
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
||||
jsesc: "npm:^2.5.1"
|
||||
checksum: 10c0/d0e2dfcdc8bdbb5dded34b705ceebf2e0bc1b06795a1530e64fb6a3ccf313c189db7f60c1616effae48114e1a25adc75855bc4496f3779a396b3377bae718ce7
|
||||
jsesc: "npm:^3.0.2"
|
||||
checksum: 10c0/c03a26c79864d60d04ce36b649c3fa0d6fd7b2bf6a22e22854a0457aa09206508392dd73ee40e7bc8d50b3602f9ff068afa47770cda091d332e7db1ca382ee96
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -236,16 +224,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.25.2"
|
||||
"@babel/helper-compilation-targets@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-compilation-targets@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/compat-data": "npm:^7.25.2"
|
||||
"@babel/helper-validator-option": "npm:^7.24.8"
|
||||
browserslist: "npm:^4.23.1"
|
||||
"@babel/compat-data": "npm:^7.25.7"
|
||||
"@babel/helper-validator-option": "npm:^7.25.7"
|
||||
browserslist: "npm:^4.24.0"
|
||||
lru-cache: "npm:^5.1.1"
|
||||
semver: "npm:^6.3.1"
|
||||
checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99
|
||||
checksum: 10c0/705be7e5274a3fdade68e3e2cf42e2b600316ab52794e13b91299a16f16c926f15886b6e9d6df20eb943ccc1cdba5a363d4766f8d01e47b8e6f4e01175f5e66c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -263,15 +251,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-environment-visitor@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-environment-visitor@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/36ece78882b5960e2d26abf13cf15ff5689bf7c325b10a2895a74a499e712de0d305f8d78bb382dd3c05cfba7e47ec98fe28aab5674243e0625cd38438dd0b2d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-function-name@npm:^7.23.0":
|
||||
version: 7.23.0
|
||||
resolution: "@babel/helper-function-name@npm:7.23.0"
|
||||
@ -282,16 +261,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-function-name@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-function-name@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/template": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/e5e41e6cf86bd0f8bf272cbb6e7c5ee0f3e9660414174435a46653efba4f2479ce03ce04abff2aa2ef9359cf057c79c06cb7b134a565ad9c0e8a50dcdc3b43c4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-hoist-variables@npm:^7.22.5":
|
||||
version: 7.22.5
|
||||
resolution: "@babel/helper-hoist-variables@npm:7.22.5"
|
||||
@ -301,15 +270,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-hoist-variables@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-hoist-variables@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/19ee37563bbd1219f9d98991ad0e9abef77803ee5945fd85aa7aa62a67c69efca9a801696a1b58dda27f211e878b3327789e6fd2a6f6c725ccefe36774b5ce95
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-imports@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-module-imports@npm:7.18.6"
|
||||
@ -319,13 +279,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-imports@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-module-imports@npm:7.24.7"
|
||||
"@babel/helper-module-imports@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-module-imports@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/traverse": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/0fd0c3673835e5bf75558e184bcadc47c1f6dd2fe2016d53ebe1e5a6ae931a44e093015c2f9a6651c1a89f25c76d9246710c2b0b460b95ee069c464f2837fa2c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -345,17 +305,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-transforms@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/helper-module-transforms@npm:7.25.2"
|
||||
"@babel/helper-module-transforms@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-module-transforms@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": "npm:^7.24.7"
|
||||
"@babel/helper-simple-access": "npm:^7.24.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
"@babel/traverse": "npm:^7.25.2"
|
||||
"@babel/helper-module-imports": "npm:^7.25.7"
|
||||
"@babel/helper-simple-access": "npm:^7.25.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329
|
||||
checksum: 10c0/f37fa7d1d4df21690535b278468cbd5faf0133a3080f282000cfa4f3ffc9462a1458f866b04b6a2f2d1eec4691236cba9a867da61270dab3ab19846e62f05090
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -375,13 +335,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-simple-access@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-simple-access@npm:7.24.7"
|
||||
"@babel/helper-simple-access@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-simple-access@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/traverse": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7
|
||||
"@babel/traverse": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/eed1b499bfb4f613c18debd61517e3de77b6da2727ca025aa05ac81599e0269f1dddb5237db04e8bb598115d015874752e0a7f11ff38672d74a4976097417059
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -403,15 +363,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-split-export-declaration@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/helper-split-export-declaration@npm:7.24.7"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/0254577d7086bf09b01bbde98f731d4fcf4b7c3fa9634fdb87929801307c1f6202a1352e3faa5492450fa8da4420542d44de604daf540704ff349594a78184f6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-string-parser@npm:^7.19.4":
|
||||
version: 7.19.4
|
||||
resolution: "@babel/helper-string-parser@npm:7.19.4"
|
||||
@ -433,10 +384,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-string-parser@npm:^7.24.8":
|
||||
version: 7.24.8
|
||||
resolution: "@babel/helper-string-parser@npm:7.24.8"
|
||||
checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08
|
||||
"@babel/helper-string-parser@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-string-parser@npm:7.25.7"
|
||||
checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -475,6 +426,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-identifier@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-validator-identifier@npm:7.25.7"
|
||||
checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@npm:^7.18.6":
|
||||
version: 7.18.6
|
||||
resolution: "@babel/helper-validator-option@npm:7.18.6"
|
||||
@ -482,10 +440,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@npm:^7.24.8":
|
||||
version: 7.24.8
|
||||
resolution: "@babel/helper-validator-option@npm:7.24.8"
|
||||
checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f
|
||||
"@babel/helper-validator-option@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helper-validator-option@npm:7.25.7"
|
||||
checksum: 10c0/12ed418c8e3ed9ed44c8c80d823f4e42d399b5eb2e423adccb975e31a31a008cd3b5d8eab688b31f740caff4a1bb28fe06ea2fa7d635aee34cc0ad6995d50f0a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -500,13 +458,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/helpers@npm:7.25.0"
|
||||
"@babel/helpers@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/helpers@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
checksum: 10c0/b7fe007fc4194268abf70aa3810365085e290e6528dcb9fbbf7a765d43c74b6369ce0f99c5ccd2d44c413853099daa449c9a0123f0b212ac8d18643f2e8174b8
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -532,15 +490,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/highlight@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/highlight@npm:7.24.7"
|
||||
"@babel/highlight@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/highlight@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
chalk: "npm:^2.4.2"
|
||||
js-tokens: "npm:^4.0.0"
|
||||
picocolors: "npm:^1.0.0"
|
||||
checksum: 10c0/674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a
|
||||
checksum: 10c0/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -571,21 +529,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/parser@npm:7.24.7"
|
||||
"@babel/parser@npm:^7.25.7, @babel/parser@npm:^7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/parser@npm:7.25.8"
|
||||
dependencies:
|
||||
"@babel/types": "npm:^7.25.8"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 10c0/8b244756872185a1c6f14b979b3535e682ff08cb5a2a5fd97cc36c017c7ef431ba76439e95e419d43000c5b07720495b00cf29a7f0d9a483643d08802b58819b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/parser@npm:7.25.0"
|
||||
bin:
|
||||
parser: ./bin/babel-parser.js
|
||||
checksum: 10c0/4aecf13829fa6f4a66835429bd235458544d9cd14374b17c19bc7726f472727ca33f500e51e1298ddc72db93bdd77fcaa9ddc095200b0b792173069e6cf9742e
|
||||
checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -783,25 +734,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/template@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/template@npm:7.24.7"
|
||||
"@babel/template@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/template@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
checksum: 10c0/95b0b3ee80fcef685b7f4426f5713a855ea2cd5ac4da829b213f8fb5afe48a2a14683c2ea04d446dbc7f711c33c5cd4a965ef34dcbe5bc387c9e966b67877ae3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/template@npm:^7.25.0":
|
||||
version: 7.25.0
|
||||
resolution: "@babel/template@npm:7.25.0"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.0"
|
||||
checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
checksum: 10c0/8ae9e36e4330ee83d4832531d1d9bec7dc2ef6a2a8afa1ef1229506fd60667abcb17f306d1c3d7e582251270597022990c845d5d69e7add70a5aea66720decb9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -823,36 +763,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@npm:^7.24.7":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/traverse@npm:7.24.7"
|
||||
"@babel/traverse@npm:^7.25.7":
|
||||
version: 7.25.7
|
||||
resolution: "@babel/traverse@npm:7.25.7"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.24.7"
|
||||
"@babel/helper-environment-visitor": "npm:^7.24.7"
|
||||
"@babel/helper-function-name": "npm:^7.24.7"
|
||||
"@babel/helper-hoist-variables": "npm:^7.24.7"
|
||||
"@babel/helper-split-export-declaration": "npm:^7.24.7"
|
||||
"@babel/parser": "npm:^7.24.7"
|
||||
"@babel/types": "npm:^7.24.7"
|
||||
"@babel/code-frame": "npm:^7.25.7"
|
||||
"@babel/generator": "npm:^7.25.7"
|
||||
"@babel/parser": "npm:^7.25.7"
|
||||
"@babel/template": "npm:^7.25.7"
|
||||
"@babel/types": "npm:^7.25.7"
|
||||
debug: "npm:^4.3.1"
|
||||
globals: "npm:^11.1.0"
|
||||
checksum: 10c0/a5135e589c3f1972b8877805f50a084a04865ccb1d68e5e1f3b94a8841b3485da4142e33413d8fd76bc0e6444531d3adf1f59f359c11ffac452b743d835068ab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/traverse@npm:7.25.2"
|
||||
dependencies:
|
||||
"@babel/code-frame": "npm:^7.24.7"
|
||||
"@babel/generator": "npm:^7.25.0"
|
||||
"@babel/parser": "npm:^7.25.0"
|
||||
"@babel/template": "npm:^7.25.0"
|
||||
"@babel/types": "npm:^7.25.2"
|
||||
debug: "npm:^4.3.1"
|
||||
globals: "npm:^11.1.0"
|
||||
checksum: 10c0/1edcb602801d6ea577584e957a3f6ad48753c4ccb9373fce4c92ebfdee04833f5bd5f1b74758ab7d61fe66d6d83ffdd7c8d482f46199767feeaed6af7df2191e
|
||||
checksum: 10c0/75d73e52c507a7a7a4c7971d6bf4f8f26fdd094e0d3a0193d77edf6a5efa36fc3db91ec5cc48e8b94e6eb5d5ad21af0a1040e71309172851209415fd105efb1a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -900,7 +822,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.24.7, @babel/types@npm:^7.8.3":
|
||||
"@babel/types@npm:^7.25.7, @babel/types@npm:^7.25.8":
|
||||
version: 7.25.8
|
||||
resolution: "@babel/types@npm:7.25.8"
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": "npm:^7.25.7"
|
||||
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
||||
to-fast-properties: "npm:^2.0.0"
|
||||
checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.8.3":
|
||||
version: 7.24.7
|
||||
resolution: "@babel/types@npm:7.24.7"
|
||||
dependencies:
|
||||
@ -911,17 +844,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2":
|
||||
version: 7.25.2
|
||||
resolution: "@babel/types@npm:7.25.2"
|
||||
dependencies:
|
||||
"@babel/helper-string-parser": "npm:^7.24.8"
|
||||
"@babel/helper-validator-identifier": "npm:^7.24.7"
|
||||
to-fast-properties: "npm:^2.0.0"
|
||||
checksum: 10c0/e489435856be239f8cc1120c90a197e4c2865385121908e5edb7223cfdff3768cba18f489adfe0c26955d9e7bbb1fb10625bc2517505908ceb0af848989bd864
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@bcoe/v8-coverage@npm:^0.2.3":
|
||||
version: 0.2.3
|
||||
resolution: "@bcoe/v8-coverage@npm:0.2.3"
|
||||
@ -2819,17 +2741,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"browserslist@npm:^4.23.1":
|
||||
version: 4.23.2
|
||||
resolution: "browserslist@npm:4.23.2"
|
||||
"browserslist@npm:^4.24.0":
|
||||
version: 4.24.0
|
||||
resolution: "browserslist@npm:4.24.0"
|
||||
dependencies:
|
||||
caniuse-lite: "npm:^1.0.30001640"
|
||||
electron-to-chromium: "npm:^1.4.820"
|
||||
node-releases: "npm:^2.0.14"
|
||||
caniuse-lite: "npm:^1.0.30001663"
|
||||
electron-to-chromium: "npm:^1.5.28"
|
||||
node-releases: "npm:^2.0.18"
|
||||
update-browserslist-db: "npm:^1.1.0"
|
||||
bin:
|
||||
browserslist: cli.js
|
||||
checksum: 10c0/0217d23c69ed61cdd2530c7019bf7c822cd74c51f8baab18dd62457fed3129f52499f8d3a6f809ae1fb7bb3050aa70caa9a529cc36c7478427966dbf429723a5
|
||||
checksum: 10c0/95e76ad522753c4c470427f6e3c8a4bb5478ff448841e22b3d3e53f89ecaf17b6984666d6c7e715c370f1e7fa0cf684f42e34e554236a8b2fab38ea76b9e4c52
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2957,10 +2879,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"caniuse-lite@npm:^1.0.30001640":
|
||||
version: 1.0.30001644
|
||||
resolution: "caniuse-lite@npm:1.0.30001644"
|
||||
checksum: 10c0/96de82909f3ba9f44e5b261c42d3d8814ba99b7b8b48eb8f8eafb7015804ccb2bc2120c5fbc5e193e14e0c87bf1cd0d4de920d8f5a5b477e66e8f0c3972d0eb7
|
||||
"caniuse-lite@npm:^1.0.30001663":
|
||||
version: 1.0.30001669
|
||||
resolution: "caniuse-lite@npm:1.0.30001669"
|
||||
checksum: 10c0/f125f23440d3dbb6c25ffb8d55f4ce48af36a84d0932b152b3b74f143a4170cbe92e02b0a9676209c86609bf7bf34119ff10cc2bc7c1b7ea40e936cc16598408
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -3849,10 +3771,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron-to-chromium@npm:^1.4.820":
|
||||
version: 1.5.3
|
||||
resolution: "electron-to-chromium@npm:1.5.3"
|
||||
checksum: 10c0/acd4dad650dafa16c4bd19868fe79c58ae3208f666d868ef8d4c81012707b2855b1816241d1c243b50c75a6933817a9e33401a5a17bc4222c52a5ee8abf457e8
|
||||
"electron-to-chromium@npm:^1.5.28":
|
||||
version: 1.5.40
|
||||
resolution: "electron-to-chromium@npm:1.5.40"
|
||||
checksum: 10c0/3f97360627cf179b344a7d45b3d12fd3f18f1287529d9835a8e802c7a3b99f09e326b4ed3097be1b135e45a33e8497e758b0c101e38e5bb405eaa6aa887eca82
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6066,6 +5988,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jsesc@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "jsesc@npm:3.0.2"
|
||||
bin:
|
||||
jsesc: bin/jsesc
|
||||
checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"json-diff@npm:^1.0.6":
|
||||
version: 1.0.6
|
||||
resolution: "json-diff@npm:1.0.6"
|
||||
@ -7035,10 +6966,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-releases@npm:^2.0.14":
|
||||
version: 2.0.14
|
||||
resolution: "node-releases@npm:2.0.14"
|
||||
checksum: 10c0/199fc93773ae70ec9969bc6d5ac5b2bbd6eb986ed1907d751f411fef3ede0e4bfdb45ceb43711f8078bea237b6036db8b1bf208f6ff2b70c7d615afd157f3ab9
|
||||
"node-releases@npm:^2.0.18":
|
||||
version: 2.0.18
|
||||
resolution: "node-releases@npm:2.0.18"
|
||||
checksum: 10c0/786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9407,7 +9338,7 @@ __metadata:
|
||||
resolution: "unleash-server@workspace:."
|
||||
dependencies:
|
||||
"@apidevtools/swagger-parser": "npm:10.1.0"
|
||||
"@babel/core": "npm:7.25.2"
|
||||
"@babel/core": "npm:7.25.8"
|
||||
"@biomejs/biome": "npm:^1.8.3"
|
||||
"@cyclonedx/yarn-plugin-cyclonedx": "npm:^1.0.0-rc.7"
|
||||
"@slack/web-api": "npm:^7.3.4"
|
||||
|
Loading…
Reference in New Issue
Block a user