-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @babel/preset-env from 7.24.7 to 7.24.8
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.7 to 7.24.8. - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e9a0642
commit 3ff11f7
Showing
1 changed file
with
109 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,10 +39,10 @@ | |
"@babel/highlight" "^7.24.7" | ||
picocolors "^1.0.0" | ||
|
||
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed" | ||
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw== | ||
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" | ||
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== | ||
|
||
"@babel/core@^7.12.3", "@babel/core@^7.23.7": | ||
version "7.24.7" | ||
|
@@ -97,14 +97,14 @@ | |
"@babel/traverse" "^7.24.7" | ||
"@babel/types" "^7.24.7" | ||
|
||
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9" | ||
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg== | ||
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" | ||
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== | ||
dependencies: | ||
"@babel/compat-data" "^7.24.7" | ||
"@babel/helper-validator-option" "^7.24.7" | ||
browserslist "^4.22.2" | ||
"@babel/compat-data" "^7.24.8" | ||
"@babel/helper-validator-option" "^7.24.8" | ||
browserslist "^4.23.1" | ||
lru-cache "^5.1.1" | ||
semver "^6.3.1" | ||
|
||
|
@@ -200,17 +200,28 @@ | |
"@babel/helper-split-export-declaration" "^7.24.7" | ||
"@babel/helper-validator-identifier" "^7.24.7" | ||
|
||
"@babel/helper-module-transforms@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe" | ||
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q== | ||
dependencies: | ||
"@babel/helper-environment-visitor" "^7.24.7" | ||
"@babel/helper-module-imports" "^7.24.7" | ||
"@babel/helper-simple-access" "^7.24.7" | ||
"@babel/helper-split-export-declaration" "^7.24.7" | ||
"@babel/helper-validator-identifier" "^7.24.7" | ||
|
||
"@babel/helper-optimise-call-expression@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" | ||
integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A== | ||
dependencies: | ||
"@babel/types" "^7.24.7" | ||
|
||
"@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.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0" | ||
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg== | ||
"@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.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" | ||
integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== | ||
|
||
"@babel/helper-remap-async-to-generator@^7.24.7": | ||
version "7.24.7" | ||
|
@@ -263,10 +274,10 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" | ||
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== | ||
|
||
"@babel/helper-validator-option@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6" | ||
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw== | ||
"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" | ||
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== | ||
|
||
"@babel/helper-wrap-function@^7.24.7": | ||
version "7.24.7" | ||
|
@@ -536,16 +547,16 @@ | |
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/plugin-syntax-class-static-block" "^7.14.5" | ||
|
||
"@babel/plugin-transform-classes@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf" | ||
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw== | ||
"@babel/plugin-transform-classes@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz#ad23301fe5bc153ca4cf7fb572a9bc8b0b711cf7" | ||
integrity sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.24.7" | ||
"@babel/helper-compilation-targets" "^7.24.7" | ||
"@babel/helper-compilation-targets" "^7.24.8" | ||
"@babel/helper-environment-visitor" "^7.24.7" | ||
"@babel/helper-function-name" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
"@babel/helper-replace-supers" "^7.24.7" | ||
"@babel/helper-split-export-declaration" "^7.24.7" | ||
globals "^11.1.0" | ||
|
@@ -558,12 +569,12 @@ | |
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/template" "^7.24.7" | ||
|
||
"@babel/plugin-transform-destructuring@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz#a097f25292defb6e6cc16d6333a4cfc1e3c72d9e" | ||
integrity sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw== | ||
"@babel/plugin-transform-destructuring@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550" | ||
integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
|
||
"@babel/plugin-transform-dotall-regex@^7.24.7": | ||
version "7.24.7" | ||
|
@@ -659,13 +670,13 @@ | |
"@babel/helper-module-transforms" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
|
||
"@babel/plugin-transform-modules-commonjs@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab" | ||
integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ== | ||
"@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c" | ||
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA== | ||
dependencies: | ||
"@babel/helper-module-transforms" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-module-transforms" "^7.24.8" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
"@babel/helper-simple-access" "^7.24.7" | ||
|
||
"@babel/plugin-transform-modules-systemjs@^7.24.7": | ||
|
@@ -743,12 +754,12 @@ | |
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
|
||
"@babel/plugin-transform-optional-chaining@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz#b8f6848a80cf2da98a8a204429bec04756c6d454" | ||
integrity sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ== | ||
"@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d" | ||
integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
|
||
|
@@ -828,12 +839,12 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
|
||
"@babel/plugin-transform-typeof-symbol@^7.24.7": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz#f074be466580d47d6e6b27473a840c9f9ca08fb0" | ||
integrity sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg== | ||
"@babel/plugin-transform-typeof-symbol@^7.24.8": | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c" | ||
integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
|
||
"@babel/plugin-transform-typescript@^7.24.7": | ||
version "7.24.7" | ||
|
@@ -877,14 +888,14 @@ | |
"@babel/helper-plugin-utils" "^7.24.7" | ||
|
||
"@babel/preset-env@^7.23.8": | ||
version "7.24.7" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37" | ||
integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ== | ||
version "7.24.8" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.8.tgz#e0db94d7f17d6f0e2564e8d29190bc8cdacec2d1" | ||
integrity sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ== | ||
dependencies: | ||
"@babel/compat-data" "^7.24.7" | ||
"@babel/helper-compilation-targets" "^7.24.7" | ||
"@babel/helper-plugin-utils" "^7.24.7" | ||
"@babel/helper-validator-option" "^7.24.7" | ||
"@babel/compat-data" "^7.24.8" | ||
"@babel/helper-compilation-targets" "^7.24.8" | ||
"@babel/helper-plugin-utils" "^7.24.8" | ||
"@babel/helper-validator-option" "^7.24.8" | ||
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.7" | ||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7" | ||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7" | ||
|
@@ -915,9 +926,9 @@ | |
"@babel/plugin-transform-block-scoping" "^7.24.7" | ||
"@babel/plugin-transform-class-properties" "^7.24.7" | ||
"@babel/plugin-transform-class-static-block" "^7.24.7" | ||
"@babel/plugin-transform-classes" "^7.24.7" | ||
"@babel/plugin-transform-classes" "^7.24.8" | ||
"@babel/plugin-transform-computed-properties" "^7.24.7" | ||
"@babel/plugin-transform-destructuring" "^7.24.7" | ||
"@babel/plugin-transform-destructuring" "^7.24.8" | ||
"@babel/plugin-transform-dotall-regex" "^7.24.7" | ||
"@babel/plugin-transform-duplicate-keys" "^7.24.7" | ||
"@babel/plugin-transform-dynamic-import" "^7.24.7" | ||
|
@@ -930,7 +941,7 @@ | |
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7" | ||
"@babel/plugin-transform-member-expression-literals" "^7.24.7" | ||
"@babel/plugin-transform-modules-amd" "^7.24.7" | ||
"@babel/plugin-transform-modules-commonjs" "^7.24.7" | ||
"@babel/plugin-transform-modules-commonjs" "^7.24.8" | ||
"@babel/plugin-transform-modules-systemjs" "^7.24.7" | ||
"@babel/plugin-transform-modules-umd" "^7.24.7" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" | ||
|
@@ -940,7 +951,7 @@ | |
"@babel/plugin-transform-object-rest-spread" "^7.24.7" | ||
"@babel/plugin-transform-object-super" "^7.24.7" | ||
"@babel/plugin-transform-optional-catch-binding" "^7.24.7" | ||
"@babel/plugin-transform-optional-chaining" "^7.24.7" | ||
"@babel/plugin-transform-optional-chaining" "^7.24.8" | ||
"@babel/plugin-transform-parameters" "^7.24.7" | ||
"@babel/plugin-transform-private-methods" "^7.24.7" | ||
"@babel/plugin-transform-private-property-in-object" "^7.24.7" | ||
|
@@ -951,7 +962,7 @@ | |
"@babel/plugin-transform-spread" "^7.24.7" | ||
"@babel/plugin-transform-sticky-regex" "^7.24.7" | ||
"@babel/plugin-transform-template-literals" "^7.24.7" | ||
"@babel/plugin-transform-typeof-symbol" "^7.24.7" | ||
"@babel/plugin-transform-typeof-symbol" "^7.24.8" | ||
"@babel/plugin-transform-unicode-escapes" "^7.24.7" | ||
"@babel/plugin-transform-unicode-property-regex" "^7.24.7" | ||
"@babel/plugin-transform-unicode-regex" "^7.24.7" | ||
|
@@ -960,7 +971,7 @@ | |
babel-plugin-polyfill-corejs2 "^0.4.10" | ||
babel-plugin-polyfill-corejs3 "^0.10.4" | ||
babel-plugin-polyfill-regenerator "^0.6.1" | ||
core-js-compat "^3.31.0" | ||
core-js-compat "^3.37.1" | ||
semver "^6.3.1" | ||
|
||
"@babel/[email protected]": | ||
|
@@ -2149,7 +2160,7 @@ browser-stdout@^1.3.1: | |
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" | ||
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== | ||
|
||
browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.23.0: | ||
browserslist@^4.21.10, browserslist@^4.23.0: | ||
version "4.23.0" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab" | ||
integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== | ||
|
@@ -2159,6 +2170,16 @@ browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.23.0: | |
node-releases "^2.0.14" | ||
update-browserslist-db "^1.0.13" | ||
|
||
browserslist@^4.23.1: | ||
version "4.23.2" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed" | ||
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA== | ||
dependencies: | ||
caniuse-lite "^1.0.30001640" | ||
electron-to-chromium "^1.4.820" | ||
node-releases "^2.0.14" | ||
update-browserslist-db "^1.1.0" | ||
|
||
buffer-from@^1.0.0: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" | ||
|
@@ -2213,6 +2234,11 @@ caniuse-lite@^1.0.30001587: | |
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001599.tgz#571cf4f3f1506df9bf41fcbb6d10d5d017817bce" | ||
integrity sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA== | ||
|
||
caniuse-lite@^1.0.30001640: | ||
version "1.0.30001641" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac" | ||
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA== | ||
|
||
chai@^5.0.0: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.1.tgz#f035d9792a22b481ead1c65908d14bb62ec1c82c" | ||
|
@@ -2440,10 +2466,10 @@ cookie@~0.4.1: | |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" | ||
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== | ||
|
||
core-js-compat@^3.31.0, core-js-compat@^3.36.1: | ||
version "3.36.1" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8" | ||
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA== | ||
core-js-compat@^3.36.1, core-js-compat@^3.37.1: | ||
version "3.37.1" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee" | ||
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg== | ||
dependencies: | ||
browserslist "^4.23.0" | ||
|
||
|
@@ -2641,6 +2667,11 @@ electron-to-chromium@^1.4.668: | |
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.710.tgz#d0ec4ea8a97df4c5eaeb8c69d45bf81f248b3855" | ||
integrity sha512-w+9yAVHoHhysCa+gln7AzbO9CdjFcL/wN/5dd+XW/Msl2d/4+WisEaCF1nty0xbAKaxdaJfgLB2296U7zZB7BA== | ||
|
||
electron-to-chromium@^1.4.820: | ||
version "1.4.825" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz#2d9c3d1eb81a67ecea0c06bcf70740b00ba52718" | ||
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg== | ||
|
||
emoji-regex@^10.3.0: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23" | ||
|
@@ -2717,6 +2748,11 @@ escalade@^3.1.1: | |
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" | ||
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== | ||
|
||
escalade@^3.1.2: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" | ||
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== | ||
|
||
escape-html@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" | ||
|
@@ -4604,7 +4640,7 @@ pathval@^2.0.0: | |
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25" | ||
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA== | ||
|
||
[email protected], picocolors@^1.0.0: | ||
[email protected], picocolors@^1.0.0, picocolors@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" | ||
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== | ||
|
@@ -5739,6 +5775,14 @@ update-browserslist-db@^1.0.13: | |
escalade "^3.1.1" | ||
picocolors "^1.0.0" | ||
|
||
update-browserslist-db@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" | ||
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== | ||
dependencies: | ||
escalade "^3.1.2" | ||
picocolors "^1.0.1" | ||
|
||
uri-js@^4.2.2, uri-js@^4.4.1: | ||
version "4.4.1" | ||
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" | ||
|