mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore(deps): update dependency @babel/core to v7.22.9 (#4288)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`7.22.5` -> `7.22.9`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.5/7.22.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.22.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7229-2023-07-12) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.8...v7.22.9) ##### 🐛 Bug Fix - `babel-plugin-transform-typescript` - [#​15774](https://togithub.com/babel/babel/pull/15774) fix: `Infinity` in enums ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 💅 Polish - `babel-generator` - [#​15757](https://togithub.com/babel/babel/pull/15757) `recordAndTupleSyntaxType` defaults to `"hash"` ([@​coderaiser](https://togithub.com/coderaiser)) ##### 🏠 Internal - [#​15748](https://togithub.com/babel/babel/pull/15748) Migrate to `eslint.config.js` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15758](https://togithub.com/babel/babel/pull/15758) Use Prettier 3 stable ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7228-2023-07-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.7...v7.22.8) ##### ↩️ Revert - `babel-core`, `babel-traverse` - [#​15754](https://togithub.com/babel/babel/pull/15754) Revert "Use `NodePath#hub` as part of the paths cache key" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7227-2023-07-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.6...v7.22.7) ##### 🐛 Bug Fix - `babel-generator` - [#​15719](https://togithub.com/babel/babel/pull/15719) fix: Avoid internally generating negative source maps columns ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-traverse` - [#​15725](https://togithub.com/babel/babel/pull/15725) Use `NodePath#hub` as part of the paths cache key ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​15747](https://togithub.com/babel/babel/pull/15747) fix: export `meta` from `eslint-parser/experimental-worker` ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🏠 Internal - `babel-core`, `babel-traverse` - [#​15702](https://togithub.com/babel/babel/pull/15702) Refactor visitors merging ([@​nullableVoidPtr](https://togithub.com/nullableVoidPtr)) ### [`v7.22.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7226-2023-07-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.5...v7.22.6) ##### 🐛 Bug Fix - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​15727](https://togithub.com/babel/babel/pull/15727) Add opera mobile compat data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-optional-chaining` - [#​15739](https://togithub.com/babel/babel/pull/15739) Fix transform of `delete a?.b` in function params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-split-export-declaration`, `babel-plugin-transform-modules-commonjs` - [#​15736](https://togithub.com/babel/babel/pull/15736) fix: Default export for duplicate names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-preset-env` - [#​15726](https://togithub.com/babel/babel/pull/15726) update compat-data sources ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3`, `babel-runtime` - [#​15705](https://togithub.com/babel/babel/pull/15705) Fix handling of sync error in `@@​asyncDispose` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​15707](https://togithub.com/babel/babel/pull/15707) fix: Support transforming Explicit Resource Management in `stage-2` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#​15626](https://togithub.com/babel/babel/pull/15626) fix: Works correctly with `--frozen-intrinsics` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-classes` - [#​15700](https://togithub.com/babel/babel/pull/15700) Minor class transform cleanups ([@​JLHwung](https://togithub.com/JLHwung)) ##### 🔬 Output optimization - `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-typescript` - [#​15740](https://togithub.com/babel/babel/pull/15740) Compress output for optional chain with multiple `?.` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`, `babel-traverse` - [#​15741](https://togithub.com/babel/babel/pull/15741) Inject tmp vars in the params list of IIFEs when possible ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7a40da5a50
								
							
						
					
					
						commit
						9f2ce86712
					
				| @ -167,7 +167,7 @@ | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@apidevtools/swagger-parser": "10.1.0", | ||||
|     "@babel/core": "7.22.5", | ||||
|     "@babel/core": "7.22.9", | ||||
|     "@swc/core": "1.3.67", | ||||
|     "@swc/jest": "0.2.26", | ||||
|     "@types/bcryptjs": "2.4.2", | ||||
|  | ||||
| @ -70,7 +70,7 @@ | ||||
|     ] | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "7.22.5", | ||||
|     "@babel/core": "7.22.9", | ||||
|     "@docusaurus/module-type-aliases": "2.3.1", | ||||
|     "@storybook/addon-actions": "6.5.16", | ||||
|     "@storybook/addon-essentials": "6.5.16", | ||||
|  | ||||
| @ -178,10 +178,10 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" | ||||
|   integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== | ||||
| 
 | ||||
| "@babel/compat-data@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" | ||||
|   integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== | ||||
| "@babel/compat-data@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" | ||||
|   integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== | ||||
| 
 | ||||
| "@babel/core@7.12.9": | ||||
|   version "7.12.9" | ||||
| @ -205,26 +205,26 @@ | ||||
|     semver "^5.4.1" | ||||
|     source-map "^0.5.0" | ||||
| 
 | ||||
| "@babel/core@7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" | ||||
|   integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== | ||||
| "@babel/core@7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" | ||||
|   integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== | ||||
|   dependencies: | ||||
|     "@ampproject/remapping" "^2.2.0" | ||||
|     "@babel/code-frame" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.5" | ||||
|     "@babel/helper-compilation-targets" "^7.22.5" | ||||
|     "@babel/helper-module-transforms" "^7.22.5" | ||||
|     "@babel/helpers" "^7.22.5" | ||||
|     "@babel/parser" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.9" | ||||
|     "@babel/helper-compilation-targets" "^7.22.9" | ||||
|     "@babel/helper-module-transforms" "^7.22.9" | ||||
|     "@babel/helpers" "^7.22.6" | ||||
|     "@babel/parser" "^7.22.7" | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.8" | ||||
|     "@babel/types" "^7.22.5" | ||||
|     convert-source-map "^1.7.0" | ||||
|     debug "^4.1.0" | ||||
|     gensync "^1.0.0-beta.2" | ||||
|     json5 "^2.2.2" | ||||
|     semver "^6.3.0" | ||||
|     semver "^6.3.1" | ||||
| 
 | ||||
| "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.18.6", "@babel/core@^7.19.6", "@babel/core@^7.7.5": | ||||
|   version "7.20.2" | ||||
| @ -256,10 +256,10 @@ | ||||
|     "@jridgewell/gen-mapping" "^0.3.2" | ||||
|     jsesc "^2.5.1" | ||||
| 
 | ||||
| "@babel/generator@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" | ||||
|   integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== | ||||
| "@babel/generator@^7.22.7", "@babel/generator@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" | ||||
|   integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.22.5" | ||||
|     "@jridgewell/gen-mapping" "^0.3.2" | ||||
| @ -291,16 +291,16 @@ | ||||
|     browserslist "^4.21.3" | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| "@babel/helper-compilation-targets@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" | ||||
|   integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== | ||||
| "@babel/helper-compilation-targets@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" | ||||
|   integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== | ||||
|   dependencies: | ||||
|     "@babel/compat-data" "^7.22.5" | ||||
|     "@babel/compat-data" "^7.22.9" | ||||
|     "@babel/helper-validator-option" "^7.22.5" | ||||
|     browserslist "^4.21.3" | ||||
|     browserslist "^4.21.9" | ||||
|     lru-cache "^5.1.1" | ||||
|     semver "^6.3.0" | ||||
|     semver "^6.3.1" | ||||
| 
 | ||||
| "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2": | ||||
|   version "7.20.2" | ||||
| @ -431,19 +431,16 @@ | ||||
|     "@babel/traverse" "^7.20.1" | ||||
|     "@babel/types" "^7.20.2" | ||||
| 
 | ||||
| "@babel/helper-module-transforms@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" | ||||
|   integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== | ||||
| "@babel/helper-module-transforms@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" | ||||
|   integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-environment-visitor" "^7.22.5" | ||||
|     "@babel/helper-module-imports" "^7.22.5" | ||||
|     "@babel/helper-simple-access" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.6" | ||||
|     "@babel/helper-validator-identifier" "^7.22.5" | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| "@babel/helper-optimise-call-expression@^7.18.6": | ||||
|   version "7.18.6" | ||||
| @ -511,10 +508,10 @@ | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.18.6" | ||||
| 
 | ||||
| "@babel/helper-split-export-declaration@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" | ||||
|   integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== | ||||
| "@babel/helper-split-export-declaration@^7.22.6": | ||||
|   version "7.22.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" | ||||
|   integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| @ -567,13 +564,13 @@ | ||||
|     "@babel/traverse" "^7.20.1" | ||||
|     "@babel/types" "^7.20.0" | ||||
| 
 | ||||
| "@babel/helpers@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" | ||||
|   integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== | ||||
| "@babel/helpers@^7.22.6": | ||||
|   version "7.22.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" | ||||
|   integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== | ||||
|   dependencies: | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.6" | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| "@babel/highlight@^7.18.6": | ||||
| @ -604,6 +601,11 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" | ||||
|   integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== | ||||
| 
 | ||||
| "@babel/parser@^7.22.7": | ||||
|   version "7.22.7" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" | ||||
|   integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== | ||||
| 
 | ||||
| "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": | ||||
|   version "7.18.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" | ||||
| @ -1439,18 +1441,18 @@ | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
| 
 | ||||
| "@babel/traverse@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" | ||||
|   integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== | ||||
| "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": | ||||
|   version "7.22.8" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" | ||||
|   integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.7" | ||||
|     "@babel/helper-environment-visitor" "^7.22.5" | ||||
|     "@babel/helper-function-name" "^7.22.5" | ||||
|     "@babel/helper-hoist-variables" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.5" | ||||
|     "@babel/parser" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.6" | ||||
|     "@babel/parser" "^7.22.7" | ||||
|     "@babel/types" "^7.22.5" | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
| @ -5325,7 +5327,7 @@ browserify-zlib@^0.2.0: | ||||
|   dependencies: | ||||
|     pako "~1.0.5" | ||||
| 
 | ||||
| browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.21.3, browserslist@^4.21.4: | ||||
| browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.21.9: | ||||
|   version "4.21.9" | ||||
|   resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635" | ||||
|   integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== | ||||
| @ -13488,7 +13490,7 @@ semver-diff@^3.1.1: | ||||
|   dependencies: | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| "semver@2 || 3 || 4 || 5", semver@7.3.5, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3: | ||||
| "semver@2 || 3 || 4 || 5", semver@7.3.5, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3: | ||||
|   version "7.5.3" | ||||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" | ||||
|   integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== | ||||
|  | ||||
							
								
								
									
										137
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										137
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -83,31 +83,31 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" | ||||
|   integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== | ||||
| 
 | ||||
| "@babel/compat-data@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" | ||||
|   integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== | ||||
| "@babel/compat-data@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" | ||||
|   integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== | ||||
| 
 | ||||
| "@babel/core@7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" | ||||
|   integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== | ||||
| "@babel/core@7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" | ||||
|   integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== | ||||
|   dependencies: | ||||
|     "@ampproject/remapping" "^2.2.0" | ||||
|     "@babel/code-frame" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.5" | ||||
|     "@babel/helper-compilation-targets" "^7.22.5" | ||||
|     "@babel/helper-module-transforms" "^7.22.5" | ||||
|     "@babel/helpers" "^7.22.5" | ||||
|     "@babel/parser" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.9" | ||||
|     "@babel/helper-compilation-targets" "^7.22.9" | ||||
|     "@babel/helper-module-transforms" "^7.22.9" | ||||
|     "@babel/helpers" "^7.22.6" | ||||
|     "@babel/parser" "^7.22.7" | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.8" | ||||
|     "@babel/types" "^7.22.5" | ||||
|     convert-source-map "^1.7.0" | ||||
|     debug "^4.1.0" | ||||
|     gensync "^1.0.0-beta.2" | ||||
|     json5 "^2.2.2" | ||||
|     semver "^6.3.0" | ||||
|     semver "^6.3.1" | ||||
| 
 | ||||
| "@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3": | ||||
|   version "7.20.7" | ||||
| @ -139,10 +139,10 @@ | ||||
|     "@jridgewell/gen-mapping" "^0.3.2" | ||||
|     jsesc "^2.5.1" | ||||
| 
 | ||||
| "@babel/generator@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" | ||||
|   integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== | ||||
| "@babel/generator@^7.22.7", "@babel/generator@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" | ||||
|   integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.22.5" | ||||
|     "@jridgewell/gen-mapping" "^0.3.2" | ||||
| @ -160,16 +160,16 @@ | ||||
|     lru-cache "^5.1.1" | ||||
|     semver "^6.3.0" | ||||
| 
 | ||||
| "@babel/helper-compilation-targets@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" | ||||
|   integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== | ||||
| "@babel/helper-compilation-targets@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" | ||||
|   integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== | ||||
|   dependencies: | ||||
|     "@babel/compat-data" "^7.22.5" | ||||
|     "@babel/compat-data" "^7.22.9" | ||||
|     "@babel/helper-validator-option" "^7.22.5" | ||||
|     browserslist "^4.21.3" | ||||
|     browserslist "^4.21.9" | ||||
|     lru-cache "^5.1.1" | ||||
|     semver "^6.3.0" | ||||
|     semver "^6.3.1" | ||||
| 
 | ||||
| "@babel/helper-environment-visitor@^7.18.9": | ||||
|   version "7.18.9" | ||||
| @ -239,19 +239,16 @@ | ||||
|     "@babel/traverse" "^7.20.10" | ||||
|     "@babel/types" "^7.20.7" | ||||
| 
 | ||||
| "@babel/helper-module-transforms@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" | ||||
|   integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== | ||||
| "@babel/helper-module-transforms@^7.22.9": | ||||
|   version "7.22.9" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" | ||||
|   integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-environment-visitor" "^7.22.5" | ||||
|     "@babel/helper-module-imports" "^7.22.5" | ||||
|     "@babel/helper-simple-access" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.6" | ||||
|     "@babel/helper-validator-identifier" "^7.22.5" | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.8.0": | ||||
|   version "7.20.2" | ||||
| @ -279,10 +276,10 @@ | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.18.6" | ||||
| 
 | ||||
| "@babel/helper-split-export-declaration@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" | ||||
|   integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== | ||||
| "@babel/helper-split-export-declaration@^7.22.6": | ||||
|   version "7.22.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" | ||||
|   integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| @ -325,13 +322,13 @@ | ||||
|     "@babel/traverse" "^7.20.7" | ||||
|     "@babel/types" "^7.20.7" | ||||
| 
 | ||||
| "@babel/helpers@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" | ||||
|   integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== | ||||
| "@babel/helpers@^7.22.6": | ||||
|   version "7.22.6" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" | ||||
|   integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== | ||||
|   dependencies: | ||||
|     "@babel/template" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.5" | ||||
|     "@babel/traverse" "^7.22.6" | ||||
|     "@babel/types" "^7.22.5" | ||||
| 
 | ||||
| "@babel/highlight@^7.18.6": | ||||
| @ -362,6 +359,11 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" | ||||
|   integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== | ||||
| 
 | ||||
| "@babel/parser@^7.22.7": | ||||
|   version "7.22.7" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" | ||||
|   integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== | ||||
| 
 | ||||
| "@babel/plugin-syntax-async-generators@^7.8.4": | ||||
|   version "7.8.4" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" | ||||
| @ -515,18 +517,18 @@ | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
| 
 | ||||
| "@babel/traverse@^7.22.5": | ||||
|   version "7.22.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" | ||||
|   integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== | ||||
| "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": | ||||
|   version "7.22.8" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" | ||||
|   integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.5" | ||||
|     "@babel/generator" "^7.22.7" | ||||
|     "@babel/helper-environment-visitor" "^7.22.5" | ||||
|     "@babel/helper-function-name" "^7.22.5" | ||||
|     "@babel/helper-hoist-variables" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.5" | ||||
|     "@babel/parser" "^7.22.5" | ||||
|     "@babel/helper-split-export-declaration" "^7.22.6" | ||||
|     "@babel/parser" "^7.22.7" | ||||
|     "@babel/types" "^7.22.5" | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
| @ -2034,6 +2036,16 @@ browserslist@^4.21.3: | ||||
|     node-releases "^2.0.6" | ||||
|     update-browserslist-db "^1.0.9" | ||||
| 
 | ||||
| browserslist@^4.21.9: | ||||
|   version "4.21.9" | ||||
|   resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635" | ||||
|   integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== | ||||
|   dependencies: | ||||
|     caniuse-lite "^1.0.30001503" | ||||
|     electron-to-chromium "^1.4.431" | ||||
|     node-releases "^2.0.12" | ||||
|     update-browserslist-db "^1.0.11" | ||||
| 
 | ||||
| bser@2.1.1: | ||||
|   version "2.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" | ||||
| @ -2158,6 +2170,11 @@ caniuse-lite@^1.0.30001400: | ||||
|   resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz#987437b266260b640a23cd18fbddb509d7f69f3e" | ||||
|   integrity sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg== | ||||
| 
 | ||||
| caniuse-lite@^1.0.30001503: | ||||
|   version "1.0.30001517" | ||||
|   resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz#90fabae294215c3495807eb24fc809e11dc2f0a8" | ||||
|   integrity sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA== | ||||
| 
 | ||||
| caseless@~0.12.0: | ||||
|   version "0.12.0" | ||||
|   resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" | ||||
| @ -2835,6 +2852,11 @@ electron-to-chromium@^1.4.251: | ||||
|   resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" | ||||
|   integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== | ||||
| 
 | ||||
| electron-to-chromium@^1.4.431: | ||||
|   version "1.4.466" | ||||
|   resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.466.tgz#17193d70f203da3d52a89c653b8d89f47a51d79d" | ||||
|   integrity sha512-TSkRvbXRXD8BwhcGlZXDsbI2lRoP8dvqR7LQnqQNk9KxXBc4tG8O+rTuXgTyIpEdiqSGKEBSqrxdqEntnjNncA== | ||||
| 
 | ||||
| emittery@^0.13.1: | ||||
|   version "0.13.1" | ||||
|   resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" | ||||
| @ -5631,6 +5653,11 @@ node-int64@^0.4.0: | ||||
|   resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" | ||||
|   integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== | ||||
| 
 | ||||
| node-releases@^2.0.12: | ||||
|   version "2.0.13" | ||||
|   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" | ||||
|   integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== | ||||
| 
 | ||||
| node-releases@^2.0.6: | ||||
|   version "2.0.8" | ||||
|   resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.8.tgz#0f349cdc8fcfa39a92ac0be9bc48b7706292b9ae" | ||||
| @ -6634,7 +6661,7 @@ scslre@^0.2.0: | ||||
|     refa "^0.11.0" | ||||
|     regexp-ast-analysis "^0.6.0" | ||||
| 
 | ||||
| semver@^5.0.3, semver@^5.3.0, semver@^6.0.0, semver@^6.3.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3: | ||||
| semver@^5.0.3, semver@^5.3.0, semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3: | ||||
|   version "7.5.3" | ||||
|   resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" | ||||
|   integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== | ||||
| @ -7495,6 +7522,14 @@ untildify@^4.0.0: | ||||
|   resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" | ||||
|   integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== | ||||
| 
 | ||||
| update-browserslist-db@^1.0.11: | ||||
|   version "1.0.11" | ||||
|   resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" | ||||
|   integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== | ||||
|   dependencies: | ||||
|     escalade "^3.1.1" | ||||
|     picocolors "^1.0.0" | ||||
| 
 | ||||
| update-browserslist-db@^1.0.9: | ||||
|   version "1.0.10" | ||||
|   resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user