-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump babel-jest from 26.6.3 to 29.7.0
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
14a356b
commit 3d14ed3
Showing
2 changed files
with
154 additions
and
12 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
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 |
---|---|---|
|
@@ -71,7 +71,7 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.4.0-0", "@babel/core@^7.7.5": | ||
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.4.0-0", "@babel/core@^7.7.5": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" | ||
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== | ||
|
@@ -1630,6 +1630,13 @@ | |
optionalDependencies: | ||
node-notifier "^8.0.0" | ||
|
||
"@jest/schemas@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" | ||
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== | ||
dependencies: | ||
"@sinclair/typebox" "^0.27.8" | ||
|
||
"@jest/source-map@^26.6.2": | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" | ||
|
@@ -1681,6 +1688,27 @@ | |
source-map "^0.6.1" | ||
write-file-atomic "^3.0.0" | ||
|
||
"@jest/transform@^29.7.0": | ||
version "29.7.0" | ||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c" | ||
integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== | ||
dependencies: | ||
"@babel/core" "^7.11.6" | ||
"@jest/types" "^29.6.3" | ||
"@jridgewell/trace-mapping" "^0.3.18" | ||
babel-plugin-istanbul "^6.1.1" | ||
chalk "^4.0.0" | ||
convert-source-map "^2.0.0" | ||
fast-json-stable-stringify "^2.1.0" | ||
graceful-fs "^4.2.9" | ||
jest-haste-map "^29.7.0" | ||
jest-regex-util "^29.6.3" | ||
jest-util "^29.7.0" | ||
micromatch "^4.0.4" | ||
pirates "^4.0.4" | ||
slash "^3.0.0" | ||
write-file-atomic "^4.0.2" | ||
|
||
"@jest/types@^25.5.0": | ||
version "25.5.0" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" | ||
|
@@ -1702,6 +1730,18 @@ | |
"@types/yargs" "^15.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@jest/types@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" | ||
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== | ||
dependencies: | ||
"@jest/schemas" "^29.6.3" | ||
"@types/istanbul-lib-coverage" "^2.0.0" | ||
"@types/istanbul-reports" "^3.0.0" | ||
"@types/node" "*" | ||
"@types/yargs" "^17.0.8" | ||
chalk "^4.0.0" | ||
|
||
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": | ||
version "0.3.3" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" | ||
|
@@ -1734,7 +1774,7 @@ | |
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" | ||
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== | ||
|
||
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": | ||
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": | ||
version "0.3.19" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" | ||
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== | ||
|
@@ -2711,6 +2751,11 @@ | |
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" | ||
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== | ||
|
||
"@sinclair/typebox@^0.27.8": | ||
version "0.27.8" | ||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" | ||
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== | ||
|
||
"@sindresorhus/is@^0.14.0": | ||
version "0.14.0" | ||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" | ||
|
@@ -2799,7 +2844,7 @@ | |
dependencies: | ||
"@types/estree" "*" | ||
|
||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": | ||
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": | ||
version "7.20.2" | ||
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.2.tgz#215db4f4a35d710256579784a548907237728756" | ||
integrity sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA== | ||
|
@@ -2946,7 +2991,7 @@ | |
"@types/minimatch" "*" | ||
"@types/node" "*" | ||
|
||
"@types/graceful-fs@^4.1.2": | ||
"@types/graceful-fs@^4.1.2", "@types/graceful-fs@^4.1.3": | ||
version "4.1.7" | ||
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.7.tgz#30443a2e64fd51113bc3e2ba0914d47109695e2a" | ||
integrity sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw== | ||
|
@@ -3252,6 +3297,13 @@ | |
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@types/yargs@^17.0.8": | ||
version "17.0.26" | ||
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.26.tgz#388e5002a8b284ad7b4599ba89920a6d74d8d79a" | ||
integrity sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw== | ||
dependencies: | ||
"@types/yargs-parser" "*" | ||
|
||
"@types/[email protected]": | ||
version "1.9.2" | ||
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a" | ||
|
@@ -4131,6 +4183,19 @@ babel-jest@^26.6.3: | |
graceful-fs "^4.2.4" | ||
slash "^3.0.0" | ||
|
||
babel-jest@^29.7.0: | ||
version "29.7.0" | ||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5" | ||
integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== | ||
dependencies: | ||
"@jest/transform" "^29.7.0" | ||
"@types/babel__core" "^7.1.14" | ||
babel-plugin-istanbul "^6.1.1" | ||
babel-preset-jest "^29.6.3" | ||
chalk "^4.0.0" | ||
graceful-fs "^4.2.9" | ||
slash "^3.0.0" | ||
|
||
babel-loader@^8.2.2: | ||
version "8.3.0" | ||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8" | ||
|
@@ -4153,7 +4218,7 @@ babel-plugin-dynamic-import-node@^2.3.3: | |
dependencies: | ||
object.assign "^4.1.0" | ||
|
||
babel-plugin-istanbul@^6.0.0: | ||
babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1: | ||
version "6.1.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" | ||
integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== | ||
|
@@ -4174,6 +4239,16 @@ babel-plugin-jest-hoist@^26.6.2: | |
"@types/babel__core" "^7.0.0" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-jest-hoist@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" | ||
integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== | ||
dependencies: | ||
"@babel/template" "^7.3.3" | ||
"@babel/types" "^7.3.3" | ||
"@types/babel__core" "^7.1.14" | ||
"@types/babel__traverse" "^7.0.6" | ||
|
||
babel-plugin-lodash@^3.3.4: | ||
version "3.3.4" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196" | ||
|
@@ -4308,6 +4383,14 @@ babel-preset-jest@^26.6.2: | |
babel-plugin-jest-hoist "^26.6.2" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
babel-preset-jest@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" | ||
integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== | ||
dependencies: | ||
babel-plugin-jest-hoist "^29.6.3" | ||
babel-preset-current-node-syntax "^1.0.0" | ||
|
||
backo2@^1.0.2, backo2@~1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" | ||
|
@@ -4884,6 +4967,11 @@ [email protected], ci-info@^2.0.0: | |
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" | ||
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== | ||
|
||
ci-info@^3.2.0: | ||
version "3.8.0" | ||
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" | ||
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== | ||
|
||
cjs-module-lexer@^0.6.0: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" | ||
|
@@ -7112,7 +7200,7 @@ fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.9: | |
merge2 "^1.3.0" | ||
micromatch "^4.0.4" | ||
|
||
fast-json-stable-stringify@^2.0.0: | ||
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" | ||
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== | ||
|
@@ -7443,7 +7531,7 @@ fs.realpath@^1.0.0: | |
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | ||
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== | ||
|
||
fsevents@^2.1.2, fsevents@~2.3.2: | ||
fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.2: | ||
version "2.3.3" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" | ||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== | ||
|
@@ -10023,6 +10111,25 @@ jest-haste-map@^26.6.2: | |
optionalDependencies: | ||
fsevents "^2.1.2" | ||
|
||
jest-haste-map@^29.7.0: | ||
version "29.7.0" | ||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz#3c2396524482f5a0506376e6c858c3bbcc17b104" | ||
integrity sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== | ||
dependencies: | ||
"@jest/types" "^29.6.3" | ||
"@types/graceful-fs" "^4.1.3" | ||
"@types/node" "*" | ||
anymatch "^3.0.3" | ||
fb-watchman "^2.0.0" | ||
graceful-fs "^4.2.9" | ||
jest-regex-util "^29.6.3" | ||
jest-util "^29.7.0" | ||
jest-worker "^29.7.0" | ||
micromatch "^4.0.4" | ||
walker "^1.0.8" | ||
optionalDependencies: | ||
fsevents "^2.3.2" | ||
|
||
jest-jasmine2@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" | ||
|
@@ -10108,6 +10215,11 @@ jest-regex-util@^26.0.0: | |
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" | ||
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== | ||
|
||
jest-regex-util@^29.6.3: | ||
version "29.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" | ||
integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== | ||
|
||
jest-resolve-dependencies@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" | ||
|
@@ -10232,6 +10344,18 @@ jest-util@^26.6.2: | |
is-ci "^2.0.0" | ||
micromatch "^4.0.2" | ||
|
||
jest-util@^29.7.0: | ||
version "29.7.0" | ||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" | ||
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== | ||
dependencies: | ||
"@jest/types" "^29.6.3" | ||
"@types/node" "*" | ||
chalk "^4.0.0" | ||
ci-info "^3.2.0" | ||
graceful-fs "^4.2.9" | ||
picomatch "^2.2.3" | ||
|
||
jest-validate@^26.6.2: | ||
version "26.6.2" | ||
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" | ||
|
@@ -10275,6 +10399,16 @@ jest-worker@^27.4.5, jest-worker@^27.5.1: | |
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest-worker@^29.7.0: | ||
version "29.7.0" | ||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" | ||
integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== | ||
dependencies: | ||
"@types/node" "*" | ||
jest-util "^29.7.0" | ||
merge-stream "^2.0.0" | ||
supports-color "^8.0.0" | ||
|
||
jest@^26.6.3: | ||
version "26.6.3" | ||
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" | ||
|
@@ -13045,7 +13179,7 @@ picocolors@^1.0.0: | |
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" | ||
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | ||
|
||
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: | ||
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" | ||
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== | ||
|
@@ -13070,7 +13204,7 @@ pify@^5.0.0: | |
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f" | ||
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== | ||
|
||
pirates@^4.0.1: | ||
pirates@^4.0.1, pirates@^4.0.4: | ||
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" | ||
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== | ||
|
@@ -14868,7 +15002,7 @@ side-channel@^1.0.4: | |
get-intrinsic "^1.0.2" | ||
object-inspect "^1.9.0" | ||
|
||
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: | ||
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: | ||
version "3.0.7" | ||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" | ||
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== | ||
|
@@ -16790,7 +16924,7 @@ w3c-xmlserializer@^2.0.0: | |
dependencies: | ||
xml-name-validator "^3.0.0" | ||
|
||
walker@^1.0.7, walker@~1.0.5: | ||
walker@^1.0.7, walker@^1.0.8, walker@~1.0.5: | ||
version "1.0.8" | ||
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" | ||
integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== | ||
|
@@ -17088,6 +17222,14 @@ write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: | |
signal-exit "^3.0.2" | ||
typedarray-to-buffer "^3.1.5" | ||
|
||
write-file-atomic@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" | ||
integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== | ||
dependencies: | ||
imurmurhash "^0.1.4" | ||
signal-exit "^3.0.7" | ||
|
||
write-json-file@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-3.2.0.tgz#65bbdc9ecd8a1458e15952770ccbadfcff5fe62a" | ||
|