From b406cc79712144c2313d5cbc490d2fd8ecb4253a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:14:36 +0000 Subject: [PATCH] chore(deps): update jest monorepo --- package.json | 4 +- yarn.lock | 1157 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 750 insertions(+), 411 deletions(-) diff --git a/package.json b/package.json index 9b6bd2c..3bd365b 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "@types/acorn": "^6.0.0", "@types/eslint": "^8.56.1", "@types/eslint-plugin-markdown": "^2.0.2", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.13", "@types/node": "^20.10.6", "@types/react": "^18.2.61", "@types/unist": "^3.0.2", "concurrently": "^8.2.2", "cross-env": "^7.0.3", "eslint": "^8.56.0", - "jest": "^30.0.0-alpha.2", + "jest": "^30.0.0-alpha.6", "lint-staged": "^15.2.1", "patch-package": "^8.0.0", "prettier": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 3a95ddd..59b1a2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -314,6 +314,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" + dependencies: + "@babel/highlight": "npm:^7.24.7" + picocolors: "npm:^1.0.0" + checksum: ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5": version: 7.23.5 resolution: "@babel/compat-data@npm:7.23.5" @@ -321,6 +331,13 @@ __metadata: languageName: node linkType: hard +"@babel/compat-data@npm:^7.25.2": + version: 7.25.4 + resolution: "@babel/compat-data@npm:7.25.4" + checksum: 50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa + languageName: node + linkType: hard + "@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.6": version: 7.23.7 resolution: "@babel/core@npm:7.23.7" @@ -344,6 +361,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:^7.23.9": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" + 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" + 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: a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401 + languageName: node + linkType: hard + "@babel/eslint-parser@npm:^7.23.3": version: 7.23.3 resolution: "@babel/eslint-parser@npm:7.23.3" @@ -382,6 +422,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/generator@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: f89282cce4ddc63654470b98086994d219407d025497f483eb03ba102086e11e2b685b27122f6ff2e1d93b5b5fa0c3a6b7e974fbf2e4a75b685041a746a4291e + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-annotate-as-pure@npm:7.22.5" @@ -413,6 +465,19 @@ __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" + dependencies: + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99 + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.21.0, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.5, @babel/helper-create-class-features-plugin@npm:^7.23.7": version: 7.23.7 resolution: "@babel/helper-create-class-features-plugin@npm:7.23.7" @@ -504,6 +569,16 @@ __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" + dependencies: + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0 + languageName: node + linkType: hard + "@babel/helper-module-transforms@npm:^7.23.3": version: 7.23.3 resolution: "@babel/helper-module-transforms@npm:7.23.3" @@ -519,6 +594,20 @@ __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" + 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" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-optimise-call-expression@npm:7.22.5" @@ -570,6 +659,16 @@ __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" + dependencies: + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7 + languageName: node + linkType: hard + "@babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5" @@ -595,6 +694,13 @@ __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: 6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08 + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-validator-identifier@npm:7.22.20" @@ -602,6 +708,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 87ad608694c9477814093ed5b5c080c2e06d44cb1924ae8320474a74415241223cc2a725eea2640dd783ff1e3390e5f95eede978bc540e870053152e58f1d651 + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.22.15, @babel/helper-validator-option@npm:^7.23.5": version: 7.23.5 resolution: "@babel/helper-validator-option@npm:7.23.5" @@ -609,6 +722,13 @@ __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: 73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f + languageName: node + linkType: hard + "@babel/helper-wrap-function@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-wrap-function@npm:7.22.20" @@ -631,6 +751,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.25.0": + version: 7.25.6 + resolution: "@babel/helpers@npm:7.25.6" + dependencies: + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + checksum: 448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c + languageName: node + linkType: hard + "@babel/highlight@npm:^7.0.0, @babel/highlight@npm:^7.23.4": version: 7.23.4 resolution: "@babel/highlight@npm:7.23.4" @@ -642,6 +772,18 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.24.7" + chalk: "npm:^2.4.2" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.0.0" + checksum: 674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.6": version: 7.23.6 resolution: "@babel/parser@npm:7.23.6" @@ -651,6 +793,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/parser@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + bin: + parser: ./bin/babel-parser.js + checksum: f88a0e895dbb096fd37c4527ea97d12b5fc013720602580a941ac3a339698872f0c911e318c292b184c36b5fbe23b612f05aff9d24071bc847c7b1c21552c41d + languageName: node + linkType: hard + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.23.3" @@ -2095,6 +2248,17 @@ __metadata: 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: 4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b + languageName: node + linkType: hard + "@babel/traverse@npm:^7.22.5, @babel/traverse@npm:^7.23.7": version: 7.23.7 resolution: "@babel/traverse@npm:7.23.7" @@ -2113,6 +2277,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.25.2": + version: 7.25.6 + resolution: "@babel/traverse@npm:7.25.6" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.6" + "@babel/parser": "npm:^7.25.6" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 964304c6fa46bd705428ba380bf73177eeb481c3f26d82ea3d0661242b59e0dd4329d23886035e9ca9a4ceb565c03a76fd615109830687a27bcd350059d6377e + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.23.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.23.6 resolution: "@babel/types@npm:7.23.6" @@ -2124,6 +2303,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.7, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" + 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: 89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4 + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -3075,7 +3265,7 @@ __metadata: languageName: node linkType: hard -"@istanbuljs/schema@npm:^0.1.2": +"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3": version: 0.1.3 resolution: "@istanbuljs/schema@npm:0.1.3" checksum: 61c5286771676c9ca3eb2bd8a7310a9c063fb6e0e9712225c8471c582d157392c88f5353581c8c9adbe0dff98892317d2fdfc56c3499aa42e0194405206a963a @@ -3105,50 +3295,51 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/console@npm:30.0.0-alpha.2" +"@jest/console@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/console@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" chalk: "npm:^4.0.0" - jest-message-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" - checksum: 2b30d33c3eb0121f4ef34853ff9e6c7d2f1727c4151b1d205f4b1a1004cb3850a6abc510a64aa97cea9b1b3a5701f2382b722726a11bb477f54584c6bffc268a + checksum: 046d2ff898e33efca46cb963160d0832546d4be395b0bd532b43634dad250bd6a60f8ec12f0e00dccbfbf84d68e09799f581873876f57cfb5b7c1c6267be7927 languageName: node linkType: hard -"@jest/core@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/core@npm:30.0.0-alpha.2" +"@jest/core@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/core@npm:30.0.0-alpha.6" dependencies: - "@jest/console": "npm:30.0.0-alpha.2" - "@jest/reporters": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/transform": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/console": "npm:30.0.0-alpha.6" + "@jest/pattern": "npm:30.0.0-alpha.6" + "@jest/reporters": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/transform": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" ansi-escapes: "npm:^4.2.1" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" exit: "npm:^0.1.2" graceful-fs: "npm:^4.2.9" - jest-changed-files: "npm:30.0.0-alpha.2" - jest-config: "npm:30.0.0-alpha.2" - jest-haste-map: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-regex-util: "npm:30.0.0-alpha.2" - jest-resolve: "npm:30.0.0-alpha.2" - jest-resolve-dependencies: "npm:30.0.0-alpha.2" - jest-runner: "npm:30.0.0-alpha.2" - jest-runtime: "npm:30.0.0-alpha.2" - jest-snapshot: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-validate: "npm:30.0.0-alpha.2" - jest-watcher: "npm:30.0.0-alpha.2" - micromatch: "npm:^4.0.4" - pretty-format: "npm:30.0.0-alpha.2" + jest-changed-files: "npm:30.0.0-alpha.6" + jest-config: "npm:30.0.0-alpha.6" + jest-haste-map: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-regex-util: "npm:30.0.0-alpha.6" + jest-resolve: "npm:30.0.0-alpha.6" + jest-resolve-dependencies: "npm:30.0.0-alpha.6" + jest-runner: "npm:30.0.0-alpha.6" + jest-runtime: "npm:30.0.0-alpha.6" + jest-snapshot: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-validate: "npm:30.0.0-alpha.6" + jest-watcher: "npm:30.0.0-alpha.6" + micromatch: "npm:^4.0.7" + pretty-format: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" strip-ansi: "npm:^6.0.0" peerDependencies: @@ -3156,28 +3347,28 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: d294eb65e3d9daedbad42a029096c308a3401b6fb31e9c701166ebda90f21bcba4a6036d01a9df7db260366ca9c6e41d41970258c9b6cfe3f989a71637af4447 + checksum: d962777ac525c849889a59e5e5cc19d24457e8bf23e2b7f2038af5418c3a0c061878ac6d01c40e7b5767446dad2054fc5649430e88de390b99374cee88a18025 languageName: node linkType: hard -"@jest/environment@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/environment@npm:30.0.0-alpha.2" +"@jest/environment@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/environment@npm:30.0.0-alpha.6" dependencies: - "@jest/fake-timers": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/fake-timers": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" - jest-mock: "npm:30.0.0-alpha.2" - checksum: f98023c6a0e6fedda9ff7d4777675c325f20575e587a0201acb8c3c634f02bae3c7b90c5125c27d1c17a79c9dde6a5ea94e91dbbe613f1b80a2a4c5652a477e8 + jest-mock: "npm:30.0.0-alpha.6" + checksum: 7bf8802735bee8f07a813f16be48aa12b78406465f63111b8703eb05f4ecfca7628e8b6da52cbf2680ec5454a15959c812af189c2c9673ba60ea08f770f82a4d languageName: node linkType: hard -"@jest/expect-utils@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/expect-utils@npm:30.0.0-alpha.2" +"@jest/expect-utils@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/expect-utils@npm:30.0.0-alpha.6" dependencies: - jest-get-type: "npm:30.0.0-alpha.2" - checksum: 52e0f628fbb2b8494b3b2f300924f4cafe500c14404730dfe24d257d6db62e34cd8532d662e2f91cfd4f24ebc73c77393de88111b8d9e8d269c9535be7290b1c + jest-get-type: "npm:30.0.0-alpha.6" + checksum: 2bb1f5f76a1ceddd94ad9f76101e6fc0da569c5c59f4beb057daadf9960d65756cd06cdc3d7d61873cec8b7cfa7584606bfd6e2125a4d82e444324c2eb6d4222 languageName: node linkType: hard @@ -3190,66 +3381,76 @@ __metadata: languageName: node linkType: hard -"@jest/expect@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/expect@npm:30.0.0-alpha.2" +"@jest/expect@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/expect@npm:30.0.0-alpha.6" dependencies: - expect: "npm:30.0.0-alpha.2" - jest-snapshot: "npm:30.0.0-alpha.2" - checksum: aaebd02f1253e9b2e848a5ce69ff2c0fe0d5f68971930b91e488b963355a58d663aaddbf0894576df3fc3cbae7f1e9395a22d2e45677c89808042e7b4dc0efed + expect: "npm:30.0.0-alpha.6" + jest-snapshot: "npm:30.0.0-alpha.6" + checksum: 45cbaba577b94d575a5ceeffd04cf61c6bdeb85524f5986f063abca717896ba7833c672c0af387c2654cbd8321d79f6b1a8f87a37c07979eacb82b0e4a47f847 languageName: node linkType: hard -"@jest/fake-timers@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/fake-timers@npm:30.0.0-alpha.2" +"@jest/fake-timers@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/fake-timers@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@sinonjs/fake-timers": "npm:^11.1.0" "@types/node": "npm:*" - jest-message-util: "npm:30.0.0-alpha.2" - jest-mock: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - checksum: 6c8916bfa8c6f63100a41f1f522d4d313615779b66e2e60f4deb832ab00df7b0213a2d1ecbb127ddce25ff0adaaeac83073b9b46500024f471369ec1849a4139 + jest-message-util: "npm:30.0.0-alpha.6" + jest-mock: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + checksum: dc4ea7ff2609fadd59b26384922d349ae940cbd570466148cb3f35a1c798403f84c4ec7184e781f4001e9e98479ecc02bedf5a2c7141313ec3176a11d7df3d4d + languageName: node + linkType: hard + +"@jest/globals@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/globals@npm:30.0.0-alpha.6" + dependencies: + "@jest/environment": "npm:30.0.0-alpha.6" + "@jest/expect": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" + jest-mock: "npm:30.0.0-alpha.6" + checksum: a9379e4dc6423df495e836cb2c9fe5636018eaf261237414322ccb792b5986d30487ee9a75107dbca45c215874e7b3d643a0f99795905e2f9524efb48e5fce32 languageName: node linkType: hard -"@jest/globals@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/globals@npm:30.0.0-alpha.2" +"@jest/pattern@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/pattern@npm:30.0.0-alpha.6" dependencies: - "@jest/environment": "npm:30.0.0-alpha.2" - "@jest/expect": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" - jest-mock: "npm:30.0.0-alpha.2" - checksum: fc5519fcae85dfdeddecc7a7cbb8e65771c27bc0553be366ec50427700c0eb6230cb205deaaaecf833db493ad1552ae3cd1d213c98720bdb719a056bccda4542 + "@types/node": "npm:*" + jest-regex-util: "npm:30.0.0-alpha.6" + checksum: 8c45226b4c239841fbd530e325bb440709fed239af2efbfc2abf4142dc1370cc3931fa3b1a12e2f24ce9dbced83ffdd440be10b100ba0104952fd70c57e4400b languageName: node linkType: hard -"@jest/reporters@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/reporters@npm:30.0.0-alpha.2" +"@jest/reporters@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/reporters@npm:30.0.0-alpha.6" dependencies: "@bcoe/v8-coverage": "npm:^0.2.3" - "@jest/console": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/transform": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/console": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/transform": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@jridgewell/trace-mapping": "npm:^0.3.18" "@types/node": "npm:*" chalk: "npm:^4.0.0" collect-v8-coverage: "npm:^1.0.0" exit: "npm:^0.1.2" - glob: "npm:^7.1.3" + glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.9" istanbul-lib-coverage: "npm:^3.0.0" istanbul-lib-instrument: "npm:^6.0.0" istanbul-lib-report: "npm:^3.0.0" - istanbul-lib-source-maps: "npm:^4.0.0" + istanbul-lib-source-maps: "npm:^5.0.0" istanbul-reports: "npm:^3.1.3" - jest-message-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-worker: "npm:30.0.0-alpha.2" + jest-message-util: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-worker: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" string-length: "npm:^4.0.1" strip-ansi: "npm:^6.0.0" @@ -3259,16 +3460,16 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 8818d1d5dae3a72d0245674500e4bc61ea9056d7daba7b90a82ad289886491379fe955b6b81b58da061a336ee7e8d2d4e55eb070298710e32ca2e4b098f1f083 + checksum: d3fc203d1e9ea36c5606d7015e57973d65fee0a3e695d15d55b582841865f2a52e6fd0afeade05f0661d82326fca0c455297d921fa1c75c90b71a68505af151f languageName: node linkType: hard -"@jest/schemas@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/schemas@npm:30.0.0-alpha.2" +"@jest/schemas@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/schemas@npm:30.0.0-alpha.6" dependencies: - "@sinclair/typebox": "npm:^0.31.0" - checksum: 75fd019a177564490a020be90f400a7fdc7b8a4910f3af80329c527723216bcda7edf42c50bbfd0575b6d9875025df1396fc3d9a8c9fb737e8147d6533793c1c + "@sinclair/typebox": "npm:^0.33.0" + checksum: 59aca6d1c6e919cd01b24c40c3b1e140e48fd572e517f04ec7ea5fc1dc98b16b9934c2086c99e47400cde6cb121b7b3dacea76d694dc10e2d354342d9938c013 languageName: node linkType: hard @@ -3281,75 +3482,88 @@ __metadata: languageName: node linkType: hard -"@jest/source-map@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/source-map@npm:30.0.0-alpha.2" +"@jest/snapshot-utils@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/snapshot-utils@npm:30.0.0-alpha.6" + dependencies: + "@jest/types": "npm:30.0.0-alpha.6" + chalk: "npm:^4.0.0" + graceful-fs: "npm:^4.2.9" + natural-compare: "npm:^1.4.0" + checksum: 55b7856cb2547c64ae084cf1f5354a8617b58d57ce7a968333adabfdb63ae051257178ad13f8e5a51c45d2a4ad430f9f3cb7f58da87e035567852ff2dfa54e2d + languageName: node + linkType: hard + +"@jest/source-map@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/source-map@npm:30.0.0-alpha.6" dependencies: "@jridgewell/trace-mapping": "npm:^0.3.18" callsites: "npm:^3.0.0" graceful-fs: "npm:^4.2.9" - checksum: 9bab4be6419b855f06c15f75f1305a77d46dd9eda89b2adc99d152fd6478fbc6b9a6a5c56485400cc2ac9eef814805203ba97f9c7029ba7507641d9e1bf4aa54 + checksum: 708f75fd44a01d4ecd6457f330f123526500818c87aac6da100c940b6654469ce3fdf9f66113e01f3256038571f8fa3c24b917654c1e01a7576aea0e4cd1464a languageName: node linkType: hard -"@jest/test-result@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/test-result@npm:30.0.0-alpha.2" +"@jest/test-result@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/test-result@npm:30.0.0-alpha.6" dependencies: - "@jest/console": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/console": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/istanbul-lib-coverage": "npm:^2.0.0" collect-v8-coverage: "npm:^1.0.0" - checksum: 711aec5870f14f94883a61f30ed4079ee511518bc059adad3c2427451d841acebdc8f3d79cffa46fed5fd0ecb1214bda09f8e0f4132fdbb8185964f0fd18dc50 + checksum: 638bc3b017a6548ba3d253420233c40c26fa5ff666144c4242097b8a9eb27b0748aa92d5635a20bce0f8d0d45899dc354de4a7a5f95d02f736c7d4263b4c3022 languageName: node linkType: hard -"@jest/test-sequencer@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/test-sequencer@npm:30.0.0-alpha.2" +"@jest/test-sequencer@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/test-sequencer@npm:30.0.0-alpha.6" dependencies: - "@jest/test-result": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.6" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.2" + jest-haste-map: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" - checksum: 02f45c229a5da46f8d70cf4184f41afda78cb76c4815e400ed846b1b1c219d770bafaae6a6c990059ab8c0455fe78e11b485191ae02df0bee146b26dd950d937 + checksum: 356f87a1a06c9ad2902849d4b48f710bda31ed18487fcaa91c9026d18051ece7c7d8341808ac9773c04fe1d919bc008d80d87f6c4d7898265245959eb1fa50f0 languageName: node linkType: hard -"@jest/transform@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/transform@npm:30.0.0-alpha.2" +"@jest/transform@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/transform@npm:30.0.0-alpha.6" dependencies: "@babel/core": "npm:^7.11.6" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@jridgewell/trace-mapping": "npm:^0.3.18" - babel-plugin-istanbul: "npm:^6.1.1" + babel-plugin-istanbul: "npm:^7.0.0" chalk: "npm:^4.0.0" convert-source-map: "npm:^2.0.0" fast-json-stable-stringify: "npm:^2.1.0" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.2" - jest-regex-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - micromatch: "npm:^4.0.4" + jest-haste-map: "npm:30.0.0-alpha.6" + jest-regex-util: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + micromatch: "npm:^4.0.7" pirates: "npm:^4.0.4" slash: "npm:^3.0.0" write-file-atomic: "npm:^5.0.0" - checksum: d14d2fe07725ce01089d91be7f45d3347f416f3b36f738717e37ffd3fa98fda98ec6703ad23fc442f86e0fd198455d5f4e383bdd73a4ba0c0538f3ddde461379 + checksum: 920250a9409e30577af1bf55370e61192f8ac7307339de299b08af405c1b8216c6e9883d53e23a940818070ebd2c3f591c1e7e1ca51140d9534b0cca0d908134 languageName: node linkType: hard -"@jest/types@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "@jest/types@npm:30.0.0-alpha.2" +"@jest/types@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "@jest/types@npm:30.0.0-alpha.6" dependencies: - "@jest/schemas": "npm:30.0.0-alpha.2" + "@jest/pattern": "npm:30.0.0-alpha.6" + "@jest/schemas": "npm:30.0.0-alpha.6" "@types/istanbul-lib-coverage": "npm:^2.0.0" "@types/istanbul-reports": "npm:^3.0.0" "@types/node": "npm:*" "@types/yargs": "npm:^17.0.8" chalk: "npm:^4.0.0" - checksum: eb73c38e6563069b983a61dce74540bc8e181bf9569b35bf29219aab85c79f22cbf4f9749fe6d4364f3b1fb34a275afd778f54ab097df39015e528bb4c3f4a63 + checksum: 90c513c6dd91ad289409d03a95b943614a254ce02e1325bff916efe05e8aa1707fd7dbab6d209a21ce81f688947e673e1c472270ed2609f12c44ae5abed1ba83 languageName: node linkType: hard @@ -3378,6 +3592,17 @@ __metadata: languageName: node linkType: hard +"@jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" + dependencies: + "@jridgewell/set-array": "npm:^1.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.10" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 1be4fd4a6b0f41337c4f5fdf4afc3bd19e39c3691924817108b82ffcb9c9e609c273f936932b9fba4b3a298ce2eb06d9bff4eb1cc3bd81c4f4ee1b4917e25feb + languageName: node + linkType: hard + "@jridgewell/resolve-uri@npm:^3.0.3, @jridgewell/resolve-uri@npm:^3.1.0": version: 3.1.1 resolution: "@jridgewell/resolve-uri@npm:3.1.1" @@ -3392,6 +3617,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 2a5aa7b4b5c3464c895c802d8ae3f3d2b92fcbe84ad12f8d0bfbb1f5ad006717e7577ee1fd2eac00c088abe486c7adb27976f45d2941ff6b0b92b2c3302c60f4 + languageName: node + linkType: hard + "@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15": version: 1.4.15 resolution: "@jridgewell/sourcemap-codec@npm:1.4.15" @@ -3419,6 +3651,16 @@ __metadata: languageName: node linkType: hard +"@jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" + dependencies: + "@jridgewell/resolve-uri": "npm:^3.1.0" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + checksum: 3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4 + languageName: node + linkType: hard + "@lerna/package@npm:6.4.1": version: 6.4.1 resolution: "@lerna/package@npm:6.4.1" @@ -3743,14 +3985,14 @@ __metadata: "@types/acorn": "npm:^6.0.0" "@types/eslint": "npm:^8.56.1" "@types/eslint-plugin-markdown": "npm:^2.0.2" - "@types/jest": "npm:^29.5.11" + "@types/jest": "npm:^29.5.13" "@types/node": "npm:^20.10.6" "@types/react": "npm:^18.2.61" "@types/unist": "npm:^3.0.2" concurrently: "npm:^8.2.2" cross-env: "npm:^7.0.3" eslint: "npm:^8.56.0" - jest: "npm:^30.0.0-alpha.2" + jest: "npm:^30.0.0-alpha.6" lint-staged: "npm:^15.2.1" patch-package: "npm:^8.0.0" prettier: "npm:^3.1.1" @@ -4182,10 +4424,10 @@ __metadata: languageName: node linkType: hard -"@sinclair/typebox@npm:^0.31.0": - version: 0.31.28 - resolution: "@sinclair/typebox@npm:0.31.28" - checksum: b3125e370e040738cc42c1ca5210bab44cdfc220b156ccd876f5fa1697ff6fe3ea110190c135e268e41d203d6481750b350add33e79b9874da68dc3a4d601f5a +"@sinclair/typebox@npm:^0.33.0": + version: 0.33.10 + resolution: "@sinclair/typebox@npm:0.33.10" + checksum: 2ec22ff7ecb8caadf80a828ca1cf27bd65de830414268ac12dbb9ecd8668296576ef7e3c976403dece14d1f644af91cd521379edcc86ffd521e5a648be04d74a languageName: node linkType: hard @@ -4292,7 +4534,7 @@ __metadata: languageName: node linkType: hard -"@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6": +"@types/babel__traverse@npm:*": version: 7.20.5 resolution: "@types/babel__traverse@npm:7.20.5" dependencies: @@ -4454,13 +4696,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:^29.5.11": - version: 29.5.11 - resolution: "@types/jest@npm:29.5.11" +"@types/jest@npm:^29.5.13": + version: 29.5.13 + resolution: "@types/jest@npm:29.5.13" dependencies: expect: "npm:^29.0.0" pretty-format: "npm:^29.0.0" - checksum: 524a3394845214581278bf4d75055927261fbeac7e1a89cd621bd0636da37d265fe0a85eac58b5778758faad1cbd7c7c361dfc190c78ebde03a91cce33463261 + checksum: 9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7 languageName: node linkType: hard @@ -5492,20 +5734,20 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "babel-jest@npm:30.0.0-alpha.2" +"babel-jest@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "babel-jest@npm:30.0.0-alpha.6" dependencies: - "@jest/transform": "npm:30.0.0-alpha.2" + "@jest/transform": "npm:30.0.0-alpha.6" "@types/babel__core": "npm:^7.1.14" - babel-plugin-istanbul: "npm:^6.1.1" - babel-preset-jest: "npm:30.0.0-alpha.2" + babel-plugin-istanbul: "npm:^7.0.0" + babel-preset-jest: "npm:30.0.0-alpha.6" chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" slash: "npm:^3.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 0ce7d4ecf1b3695e13f5249bab63d600743836f581fc84f31dbec95b73b34cf32ed125c3b11e9c485eb58dc339d696fea186c7cf057abdad6228b73a0db9a831 + checksum: 0a7d4fb81201f70ca2b84d45c502cbf3a86e4c4f78e3fb426ee1d5f8196964241f37551d55ead5080ec5f68735d766fa01c82731575b69f56dc9176160cd449b languageName: node linkType: hard @@ -5518,28 +5760,27 @@ __metadata: languageName: node linkType: hard -"babel-plugin-istanbul@npm:^6.1.1": - version: 6.1.1 - resolution: "babel-plugin-istanbul@npm:6.1.1" +"babel-plugin-istanbul@npm:^7.0.0": + version: 7.0.0 + resolution: "babel-plugin-istanbul@npm:7.0.0" dependencies: "@babel/helper-plugin-utils": "npm:^7.0.0" "@istanbuljs/load-nyc-config": "npm:^1.0.0" - "@istanbuljs/schema": "npm:^0.1.2" - istanbul-lib-instrument: "npm:^5.0.4" + "@istanbuljs/schema": "npm:^0.1.3" + istanbul-lib-instrument: "npm:^6.0.2" test-exclude: "npm:^6.0.0" - checksum: 1075657feb705e00fd9463b329921856d3775d9867c5054b449317d39153f8fbcebd3e02ebf00432824e647faff3683a9ca0a941325ef1afe9b3c4dd51b24beb + checksum: 79c37bd59ea9bcb16218e874993621e24048776fac7ee72eabe78f0909200851bdb93b32f6eba5b463206f15a1ee7ad40a725af8447952321ae1fdf14e740fe9 languageName: node linkType: hard -"babel-plugin-jest-hoist@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "babel-plugin-jest-hoist@npm:30.0.0-alpha.2" +"babel-plugin-jest-hoist@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "babel-plugin-jest-hoist@npm:30.0.0-alpha.6" dependencies: "@babel/template": "npm:^7.3.3" "@babel/types": "npm:^7.3.3" "@types/babel__core": "npm:^7.1.14" - "@types/babel__traverse": "npm:^7.0.6" - checksum: 1c91cb7c52625e0da034b7a056204593dbfcfca648ed29b9ec597edca9fe1c9863a1bed5ed43d5b5aecd1c68a362673f109bf484fc7d704a025e138c0536d45c + checksum: f720fb80e4da2cc94099e9e99afffa5220c2981e2c895e27c2273aa3afa0474bd8b3984216dff2594699935a9980d64f20f12b91037603bda1452c6d36eb4715 languageName: node linkType: hard @@ -5631,15 +5872,15 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "babel-preset-jest@npm:30.0.0-alpha.2" +"babel-preset-jest@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "babel-preset-jest@npm:30.0.0-alpha.6" dependencies: - babel-plugin-jest-hoist: "npm:30.0.0-alpha.2" + babel-plugin-jest-hoist: "npm:30.0.0-alpha.6" babel-preset-current-node-syntax: "npm:^1.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 563a6b7ba472e1880e92e72b2466a20e831fa6d97f116db292993bbcd12fb4bdaf851e1875f6f66dfe359630599f0855c0e30c786009993673eada3174669876 + checksum: d421cbb0e96ecbb884180f8b31a40404afbeec02b89a98a361a0eb5447ce1ed83563d6731d96fd901094e518d4b442ccbaee8939e3abd64b379bb4515c5bb2a9 languageName: node linkType: hard @@ -5775,6 +6016,15 @@ __metadata: languageName: node linkType: hard +"braces@npm:^3.0.3": + version: 3.0.3 + resolution: "braces@npm:3.0.3" + dependencies: + fill-range: "npm:^7.1.1" + checksum: 7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04 + languageName: node + linkType: hard + "breakword@npm:^1.0.5": version: 1.0.6 resolution: "breakword@npm:1.0.6" @@ -5798,6 +6048,20 @@ __metadata: languageName: node linkType: hard +"browserslist@npm:^4.23.1": + version: 4.23.3 + resolution: "browserslist@npm:4.23.3" + dependencies: + caniuse-lite: "npm:^1.0.30001646" + electron-to-chromium: "npm:^1.5.4" + node-releases: "npm:^2.0.18" + update-browserslist-db: "npm:^1.1.0" + bin: + browserslist: cli.js + checksum: 3063bfdf812815346447f4796c8f04601bf5d62003374305fd323c2a463e42776475bcc5309264e39bcf9a8605851e53560695991a623be988138b3ff8c66642 + languageName: node + linkType: hard + "bs-logger@npm:0.x": version: 0.2.6 resolution: "bs-logger@npm:0.2.6" @@ -5932,6 +6196,13 @@ __metadata: languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001646": + version: 1.0.30001660 + resolution: "caniuse-lite@npm:1.0.30001660" + checksum: d28900b56c597176d515c3175ca75c454f2d30cb2c09a44d7bdb009bb0c4d8a2557905adb77642889bbe9feb85fbfe9d974c8b8e53521fb4b50ee16ab246104e + languageName: node + linkType: hard + "ccount@npm:^2.0.0": version: 2.0.1 resolution: "ccount@npm:2.0.1" @@ -6780,10 +7051,10 @@ __metadata: languageName: node linkType: hard -"diff-sequences@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "diff-sequences@npm:30.0.0-alpha.2" - checksum: ecddcd99476cc190eaad7f5b3267bee054bb8c2511b5fa41954c8b7ded74f6d94294e1b5292644b04a8e0177c79aa26fd901e6737c5264333db4b748eb94dfb3 +"diff-sequences@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "diff-sequences@npm:30.0.0-alpha.6" + checksum: 0617230be1ba65f2de50cda8c2b9ff0d46da005142f1ee171db10c1ca03106e4bcac8516c738bdf328bae619aa6fec33632fbe6bbd9853f2839b7ffaa6295ecd languageName: node linkType: hard @@ -6888,6 +7159,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.5.4": + version: 1.5.20 + resolution: "electron-to-chromium@npm:1.5.20" + checksum: d119ccebcb415dc6341072b4a2bd0c9052d94eccf93776d47f5781b9c28393407f9e30718380ee59cb2a280db6b2e36943ffe4a7cdac9e432246380a24f48fa1 + languageName: node + linkType: hard + "emittery@npm:^0.13.1": version: 0.13.1 resolution: "emittery@npm:0.13.1" @@ -7222,6 +7500,13 @@ __metadata: languageName: node linkType: hard +"escalade@npm:^3.1.2": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: ced4dd3a78e15897ed3be74e635110bbf3b08877b0a41be50dcb325ee0e0b5f65fc2d50e9845194d7c4633f327e2e1c6cce00a71b617c5673df0374201d67f65 + languageName: node + linkType: hard + "escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" @@ -8104,16 +8389,17 @@ __metadata: languageName: node linkType: hard -"expect@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "expect@npm:30.0.0-alpha.2" +"expect@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "expect@npm:30.0.0-alpha.6" dependencies: - "@jest/expect-utils": "npm:30.0.0-alpha.2" - jest-get-type: "npm:30.0.0-alpha.2" - jest-matcher-utils: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - checksum: e407d47bf504749b71f912e2eb6fd0abe4fda6700ee43aa81f164c9346fb19c098e6d19682a088c955b94d690fbfe657df668f233d78ef143e848f45bf6ae534 + "@jest/expect-utils": "npm:30.0.0-alpha.6" + jest-get-type: "npm:30.0.0-alpha.6" + jest-matcher-utils: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-mock: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + checksum: ee92a06226a42a0ccc73cb8a86f87e3d02bd7429ad367dccfa15b02389f5a59f57076e0c482335a2dec44c2bc0d418a39f24bfa2416e7ac129b1da92a64bca19 languageName: node linkType: hard @@ -8286,6 +8572,15 @@ __metadata: languageName: node linkType: hard +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" + dependencies: + to-regex-range: "npm:^5.0.1" + checksum: b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018 + languageName: node + linkType: hard + "find-up@npm:^4.0.0, find-up@npm:^4.1.0": version: 4.1.0 resolution: "find-up@npm:4.1.0" @@ -9708,29 +10003,29 @@ __metadata: languageName: node linkType: hard -"istanbul-lib-instrument@npm:^5.0.4": - version: 5.2.1 - resolution: "istanbul-lib-instrument@npm:5.2.1" +"istanbul-lib-instrument@npm:^6.0.0": + version: 6.0.1 + resolution: "istanbul-lib-instrument@npm:6.0.1" dependencies: "@babel/core": "npm:^7.12.3" "@babel/parser": "npm:^7.14.7" "@istanbuljs/schema": "npm:^0.1.2" istanbul-lib-coverage: "npm:^3.2.0" - semver: "npm:^6.3.0" - checksum: 8a1bdf3e377dcc0d33ec32fe2b6ecacdb1e4358fd0eb923d4326bb11c67622c0ceb99600a680f3dad5d29c66fc1991306081e339b4d43d0b8a2ab2e1d910a6ee + semver: "npm:^7.5.4" + checksum: 313d61aca3f82a04ad9377841d05061d603ea3d4a4dd281fdda2479ec4ddbc86dc1792c73651f21c93480570d1ecadc5f63011e2df86f30ee662b62c0c00e3d8 languageName: node linkType: hard -"istanbul-lib-instrument@npm:^6.0.0": - version: 6.0.1 - resolution: "istanbul-lib-instrument@npm:6.0.1" +"istanbul-lib-instrument@npm:^6.0.2": + version: 6.0.3 + resolution: "istanbul-lib-instrument@npm:6.0.3" dependencies: - "@babel/core": "npm:^7.12.3" - "@babel/parser": "npm:^7.14.7" - "@istanbuljs/schema": "npm:^0.1.2" + "@babel/core": "npm:^7.23.9" + "@babel/parser": "npm:^7.23.9" + "@istanbuljs/schema": "npm:^0.1.3" istanbul-lib-coverage: "npm:^3.2.0" semver: "npm:^7.5.4" - checksum: 313d61aca3f82a04ad9377841d05061d603ea3d4a4dd281fdda2479ec4ddbc86dc1792c73651f21c93480570d1ecadc5f63011e2df86f30ee662b62c0c00e3d8 + checksum: a1894e060dd2a3b9f046ffdc87b44c00a35516f5e6b7baf4910369acca79e506fc5323a816f811ae23d82334b38e3ddeb8b3b331bd2c860540793b59a8689128 languageName: node linkType: hard @@ -9745,14 +10040,14 @@ __metadata: languageName: node linkType: hard -"istanbul-lib-source-maps@npm:^4.0.0": - version: 4.0.1 - resolution: "istanbul-lib-source-maps@npm:4.0.1" +"istanbul-lib-source-maps@npm:^5.0.0": + version: 5.0.6 + resolution: "istanbul-lib-source-maps@npm:5.0.6" dependencies: + "@jridgewell/trace-mapping": "npm:^0.3.23" debug: "npm:^4.1.1" istanbul-lib-coverage: "npm:^3.0.0" - source-map: "npm:^0.6.1" - checksum: 19e4cc405016f2c906dff271a76715b3e881fa9faeb3f09a86cb99b8512b3a5ed19cadfe0b54c17ca0e54c1142c9c6de9330d65506e35873994e06634eebeb66 + checksum: ffe75d70b303a3621ee4671554f306e0831b16f39ab7f4ab52e54d356a5d33e534d97563e318f1333a6aae1d42f91ec49c76b6cd3f3fb378addcb5c81da0255f languageName: node linkType: hard @@ -9792,58 +10087,58 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-changed-files@npm:30.0.0-alpha.2" +"jest-changed-files@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-changed-files@npm:30.0.0-alpha.6" dependencies: execa: "npm:^5.0.0" - jest-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.6" p-limit: "npm:^3.1.0" - checksum: 440513d1420779aa5b2d41aa24a0302d7787871c90c7b36c32286b8bcec6c21408831cd7b878e16276987a01652e50c9b1abd4216224733d0f3db01ab704f9bc + checksum: 22cdb0dae7722767fcc0164448a1bd897abf53fd1cf4cc91e331abb2f3d2a46bc7145ef2305856e7695c5126517652e4c259a74a220c4f498969f06dd532efa6 languageName: node linkType: hard -"jest-circus@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-circus@npm:30.0.0-alpha.2" +"jest-circus@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-circus@npm:30.0.0-alpha.6" dependencies: - "@jest/environment": "npm:30.0.0-alpha.2" - "@jest/expect": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/environment": "npm:30.0.0-alpha.6" + "@jest/expect": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" chalk: "npm:^4.0.0" co: "npm:^4.6.0" dedent: "npm:^1.0.0" is-generator-fn: "npm:^2.0.0" - jest-each: "npm:30.0.0-alpha.2" - jest-matcher-utils: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-runtime: "npm:30.0.0-alpha.2" - jest-snapshot: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" + jest-each: "npm:30.0.0-alpha.6" + jest-matcher-utils: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-runtime: "npm:30.0.0-alpha.6" + jest-snapshot: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" p-limit: "npm:^3.1.0" - pretty-format: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.6" pure-rand: "npm:^6.0.0" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.3" - checksum: ff34e30752366de0563383e2e9aadae74ba443068cbe58b1fb6f62d1440ccc425a9a8b254d6c79dbae059efca75466783d707ae5e03c48a7d52d6e1844957bc0 + checksum: 7d4486d887aec60d7a5c2ccdd3ebe79bc083ffa8d155f56e8fecb66ea0ce0e9b2f55bc1ce0869b4cf7d66b0a3e5a7d09e8a472aceb4f49a29f0a91c0c53e48d6 languageName: node linkType: hard -"jest-cli@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-cli@npm:30.0.0-alpha.2" +"jest-cli@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-cli@npm:30.0.0-alpha.6" dependencies: - "@jest/core": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/core": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" chalk: "npm:^4.0.0" exit: "npm:^0.1.2" import-local: "npm:^3.0.2" - jest-config: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-validate: "npm:30.0.0-alpha.2" + jest-config: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-validate: "npm:30.0.0-alpha.6" yargs: "npm:^17.3.1" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -9851,58 +10146,63 @@ __metadata: node-notifier: optional: true bin: - jest: bin/jest.js - checksum: 00180ef91c94e1df471c41c38512b3a37e56c857b691a72f965fc35e8db0e6733454b88436e6c6196c080659463e12508f300ae46d02882bd18109ff11b03dc1 + jest: ./bin/jest.js + checksum: b1e4a0819f52714a35f502bb3eeeb9cf7305b2d69f5cf294501d81ba3f6e9fe8b88628924c6975edaa80bae96b6376faa10270eddccd484cafb664ea000b7bbd languageName: node linkType: hard -"jest-config@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-config@npm:30.0.0-alpha.2" +"jest-config@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-config@npm:30.0.0-alpha.6" dependencies: "@babel/core": "npm:^7.11.6" - "@jest/test-sequencer": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" - babel-jest: "npm:30.0.0-alpha.2" + "@jest/pattern": "npm:30.0.0-alpha.6" + "@jest/test-sequencer": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" + babel-jest: "npm:30.0.0-alpha.6" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" deepmerge: "npm:^4.2.2" - glob: "npm:^7.1.3" + glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.9" - jest-circus: "npm:30.0.0-alpha.2" - jest-environment-node: "npm:30.0.0-alpha.2" - jest-get-type: "npm:30.0.0-alpha.2" - jest-regex-util: "npm:30.0.0-alpha.2" - jest-resolve: "npm:30.0.0-alpha.2" - jest-runner: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-validate: "npm:30.0.0-alpha.2" - micromatch: "npm:^4.0.4" + jest-circus: "npm:30.0.0-alpha.6" + jest-docblock: "npm:30.0.0-alpha.6" + jest-environment-node: "npm:30.0.0-alpha.6" + jest-get-type: "npm:30.0.0-alpha.6" + jest-regex-util: "npm:30.0.0-alpha.6" + jest-resolve: "npm:30.0.0-alpha.6" + jest-runner: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-validate: "npm:30.0.0-alpha.6" + micromatch: "npm:^4.0.7" parse-json: "npm:^5.2.0" - pretty-format: "npm:30.0.0-alpha.2" + pretty-format: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" strip-json-comments: "npm:^3.1.1" peerDependencies: "@types/node": "*" + esbuild-register: ">=3.4.0" ts-node: ">=9.0.0" peerDependenciesMeta: "@types/node": optional: true + esbuild-register: + optional: true ts-node: optional: true - checksum: 6a007f8156b795c54d23d2c46142d4f19b4f009668c94601099e46984e4dbe71ec19578fff348f6c514b906c1744a66889cb0d5efff0298593ae857a846c6127 + checksum: ee842c78c307cc95e93caf585e9b80b9811880d686bef4748418c1883f3ba05fb44ca7dc6e9781a0e604304660a19511356eb3bfff460984544f9c344dd6b727 languageName: node linkType: hard -"jest-diff@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-diff@npm:30.0.0-alpha.2" +"jest-diff@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-diff@npm:30.0.0-alpha.6" dependencies: chalk: "npm:^4.0.0" - diff-sequences: "npm:30.0.0-alpha.2" - jest-get-type: "npm:30.0.0-alpha.2" - pretty-format: "npm:30.0.0-alpha.2" - checksum: 3999d9e66197e9f0c4eb82e5859ee7b10725f4b632daf73812c77ec1d6f37371046b602def0ab2a41047f2320d80655edcb6a079bc6d19dcfec93f91b040f8fc + diff-sequences: "npm:30.0.0-alpha.6" + jest-get-type: "npm:30.0.0-alpha.6" + pretty-format: "npm:30.0.0-alpha.6" + checksum: b200444eac13e8d287a90abf3890b185ea80089e787d68128719ba8e750289902b453f3736770709eaebbb07ed13bf19d0fa99cd5538bd13f0181c58ee349b17 languageName: node linkType: hard @@ -9918,46 +10218,46 @@ __metadata: languageName: node linkType: hard -"jest-docblock@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-docblock@npm:30.0.0-alpha.2" +"jest-docblock@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-docblock@npm:30.0.0-alpha.6" dependencies: detect-newline: "npm:^3.0.0" - checksum: 731bb6af766055e63738238d4383ff5df37109393674e4028512fe16bc800a0050580b8808777565dba5e7a41471d84b305d56882689c8007fc6591e235447e4 + checksum: f17b72ae629ef816d36665f2b068f1a657dd8a451cf5c379e8e1339eecc4871b8d29ba2bcfc8fac996d54a48a19b94f9efd19fc1356d1e9d055bb6218b78bbce languageName: node linkType: hard -"jest-each@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-each@npm:30.0.0-alpha.2" +"jest-each@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-each@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" chalk: "npm:^4.0.0" - jest-get-type: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - pretty-format: "npm:30.0.0-alpha.2" - checksum: 1135845f9457d2f9a6b6008f19a62b7bb051219f32172166a82f083c3052352d45f2ddf4ea6486d3e20251c6d838e8b8e6558fc53206623c5d45d48bd6966837 + jest-get-type: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + pretty-format: "npm:30.0.0-alpha.6" + checksum: cea6c4f9222da41fc82553edb7f62fffe18155993bff52d17034902acc642c407b8f9e8eaca1f85dacd80da0cedccb32f2f7c0f45cd721930456232e745d5f41 languageName: node linkType: hard -"jest-environment-node@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-environment-node@npm:30.0.0-alpha.2" +"jest-environment-node@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-environment-node@npm:30.0.0-alpha.6" dependencies: - "@jest/environment": "npm:30.0.0-alpha.2" - "@jest/fake-timers": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/environment": "npm:30.0.0-alpha.6" + "@jest/fake-timers": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" - jest-mock: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - checksum: e9b57ee880055e7a5b8fbd9d2093ffcfed03068213dddb75906b8e8427c4463883383ca9a6e12fc81a5923a4ebfab46712075fc11696a2fd42ab419f40a1bcc3 + jest-mock: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + checksum: 68d9a5a807acc3c6f561dd89cc5b3edef021ae4243e73c0aa05b58dfe7f4bdabed88d8eaaf0482fdab47def6473efdf190ef839cfbfd8eeea66096c2039781d1 languageName: node linkType: hard -"jest-get-type@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-get-type@npm:30.0.0-alpha.2" - checksum: 1b597bb8bfc3074c870a2ac354c689cd5fc3b23be8d25633f01b70538d9dcd83ae8a023514cee0b830989b97b5a525f85743edb0147efe2491bf841cc014f5b0 +"jest-get-type@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-get-type@npm:30.0.0-alpha.6" + checksum: 03c0b12b44058faefcec2f64294ef26717afd25f9dfb7de5af2e6f07b57e3e8d09fd4fe67b24319ce09482decb9bb3a7cde8bd6bc2bb7c7d33ec8b5ec34e4c7d languageName: node linkType: hard @@ -9968,47 +10268,47 @@ __metadata: languageName: node linkType: hard -"jest-haste-map@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-haste-map@npm:30.0.0-alpha.2" +"jest-haste-map@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-haste-map@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" anymatch: "npm:^3.0.3" fb-watchman: "npm:^2.0.0" fsevents: "npm:^2.3.2" graceful-fs: "npm:^4.2.9" - jest-regex-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-worker: "npm:30.0.0-alpha.2" - micromatch: "npm:^4.0.4" + jest-regex-util: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-worker: "npm:30.0.0-alpha.6" + micromatch: "npm:^4.0.7" walker: "npm:^1.0.8" dependenciesMeta: fsevents: optional: true - checksum: fa5eb311a509a94ed5df4c92bf3ba61e0ffbe90a5d3f4ad199e9479939dc40e034bb9c711a884a0e287b15a68dc764fd5c15e7dd651a760caafbfae5d18c3a59 + checksum: c33d2991d4587e6a14ccc43f7806565f65ba6299ec0d117f3f751a7e45eb69d942c13dd4f03a334dfb4d313dea57b5744427feb07bc11118eaa8dc35da3d425a languageName: node linkType: hard -"jest-leak-detector@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-leak-detector@npm:30.0.0-alpha.2" +"jest-leak-detector@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-leak-detector@npm:30.0.0-alpha.6" dependencies: - jest-get-type: "npm:30.0.0-alpha.2" - pretty-format: "npm:30.0.0-alpha.2" - checksum: f02a4c31fba9e3468a65e8caa4dfe7c1a4060f8ebdfbbe8fe4ce3c707f2da6e9e2975257f7c5f9942ef14147e8526a740b639f724036c4d6db76d4750e7e5c92 + jest-get-type: "npm:30.0.0-alpha.6" + pretty-format: "npm:30.0.0-alpha.6" + checksum: c33b83a63ff65f0a817736851cb58ba23b2ce5548c13ce697a95a3b0b58c640f2aaac02dc510c2ed30470b7fe6e42d694fa36c87074db7ae482f0a9ce97fb741 languageName: node linkType: hard -"jest-matcher-utils@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-matcher-utils@npm:30.0.0-alpha.2" +"jest-matcher-utils@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-matcher-utils@npm:30.0.0-alpha.6" dependencies: chalk: "npm:^4.0.0" - jest-diff: "npm:30.0.0-alpha.2" - jest-get-type: "npm:30.0.0-alpha.2" - pretty-format: "npm:30.0.0-alpha.2" - checksum: 2932c7ba36e2326b349a02dee9e693e28ca146802aeb467583d4624319527be9cc279d6eb34e259e72623a48ae026366ed0a7444f9e24976c87a63c62b9aacb2 + jest-diff: "npm:30.0.0-alpha.6" + jest-get-type: "npm:30.0.0-alpha.6" + pretty-format: "npm:30.0.0-alpha.6" + checksum: 46ed72fadbfe034e18353b3186d44bab9b195df3f7b5706228fb44efb2884c64a9918a38ed8a4cc749728c8e08a075bb32ae9d71468644cbc66051a9514937a2 languageName: node linkType: hard @@ -10024,20 +10324,20 @@ __metadata: languageName: node linkType: hard -"jest-message-util@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-message-util@npm:30.0.0-alpha.2" +"jest-message-util@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-message-util@npm:30.0.0-alpha.6" dependencies: "@babel/code-frame": "npm:^7.12.13" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@types/stack-utils": "npm:^2.0.0" chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" - micromatch: "npm:^4.0.4" - pretty-format: "npm:30.0.0-alpha.2" + micromatch: "npm:^4.0.7" + pretty-format: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.3" - checksum: 1ed2164493a61a3f75ae8431a76f22638fd13473e0587a9effb27a5a01765572fd4fbe31502ea2e9e55a4f24dcc537c2633b9f5a3f5188f86976ad0f5bd00f20 + checksum: eb61f1a4407980d0fef7976b55634970121aea20f1e420265971637c669bc92fbf4f07cba6a443c58301dfb831fd2bffd7ed2e69a3685fd0043160816947a63e languageName: node linkType: hard @@ -10058,14 +10358,14 @@ __metadata: languageName: node linkType: hard -"jest-mock@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-mock@npm:30.0.0-alpha.2" +"jest-mock@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-mock@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" - jest-util: "npm:30.0.0-alpha.2" - checksum: 966b68758f605f1c4e24f8cce5311d959e62a61537dbd2dae942fe28d828324554341b9244bc5ecb84b2019a3d6d1a1b69143cc34b62c6bef6047b6beb4d9ec1 + jest-util: "npm:30.0.0-alpha.6" + checksum: fb1f726b028fc92c67b33b6101138409aa28fcb7fd059f74870d352ff80f4479eda20cee4798b2dfcc98c7e9e1e076ea69fcda2b72ebd3ac2d294e096569662b languageName: node linkType: hard @@ -10081,139 +10381,139 @@ __metadata: languageName: node linkType: hard -"jest-regex-util@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-regex-util@npm:30.0.0-alpha.2" - checksum: 18fb7bcd30318f1a4b7bd390b87e6223d8fe60fe0694ec5ad56f44eb731504a00872bb2ebc982f08f45f25a873de9e566b634e2f28d3cb6798e226e1034b118d +"jest-regex-util@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-regex-util@npm:30.0.0-alpha.6" + checksum: e52ff8340639cc9d6433920af8ac6187f58a483f5572561d376a56e39afd17139909df186534d7fee26d5a91eff2f9b109266e8153e37f9f42096ba1e9d6cab7 languageName: node linkType: hard -"jest-resolve-dependencies@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-resolve-dependencies@npm:30.0.0-alpha.2" +"jest-resolve-dependencies@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-resolve-dependencies@npm:30.0.0-alpha.6" dependencies: - jest-regex-util: "npm:30.0.0-alpha.2" - jest-snapshot: "npm:30.0.0-alpha.2" - checksum: 20896130cdf935fb4d798d1df004a81b330545d6ba4874518327fe30adb7ffe806b7c4e890e8bc1da76b8c4ecf4ec8b3457658ab65e5f7c6009eb213d33fe2ad + jest-regex-util: "npm:30.0.0-alpha.6" + jest-snapshot: "npm:30.0.0-alpha.6" + checksum: c55c50cdddcb4123ca323d368fb851c79885d1c1f7051bfe0ad87d6323a1342817b55d536c6093f4952cbd513ea31e3c0983d384b7f6ca53721a76fbad3b7920 languageName: node linkType: hard -"jest-resolve@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-resolve@npm:30.0.0-alpha.2" +"jest-resolve@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-resolve@npm:30.0.0-alpha.6" dependencies: chalk: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.2" + jest-haste-map: "npm:30.0.0-alpha.6" jest-pnp-resolver: "npm:^1.2.2" - jest-util: "npm:30.0.0-alpha.2" - jest-validate: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.6" + jest-validate: "npm:30.0.0-alpha.6" resolve: "npm:^1.20.0" resolve.exports: "npm:^2.0.0" slash: "npm:^3.0.0" - checksum: ace80f369779e50105335d56dc9615346d6ce0cf8db65c1fa17c9f006579a2855f60967c1f96c678207e592dceb93884c87e57b19add1588b785ab280f355cb3 + checksum: 11f35b7f37abcfc0d1f2ab5adf28cfdd2864a9d4b7b19c2ab06540716bab22dda2fc2e1db7526bf1f08f4dcced501d2d2583ebfd378fd23dc124308f6e0b86e3 languageName: node linkType: hard -"jest-runner@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-runner@npm:30.0.0-alpha.2" +"jest-runner@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-runner@npm:30.0.0-alpha.6" dependencies: - "@jest/console": "npm:30.0.0-alpha.2" - "@jest/environment": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/transform": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/console": "npm:30.0.0-alpha.6" + "@jest/environment": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/transform": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" chalk: "npm:^4.0.0" emittery: "npm:^0.13.1" graceful-fs: "npm:^4.2.9" - jest-docblock: "npm:30.0.0-alpha.2" - jest-environment-node: "npm:30.0.0-alpha.2" - jest-haste-map: "npm:30.0.0-alpha.2" - jest-leak-detector: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-resolve: "npm:30.0.0-alpha.2" - jest-runtime: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - jest-watcher: "npm:30.0.0-alpha.2" - jest-worker: "npm:30.0.0-alpha.2" + jest-docblock: "npm:30.0.0-alpha.6" + jest-environment-node: "npm:30.0.0-alpha.6" + jest-haste-map: "npm:30.0.0-alpha.6" + jest-leak-detector: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-resolve: "npm:30.0.0-alpha.6" + jest-runtime: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + jest-watcher: "npm:30.0.0-alpha.6" + jest-worker: "npm:30.0.0-alpha.6" p-limit: "npm:^3.1.0" source-map-support: "npm:0.5.13" - checksum: 35a99c1bc4b96ab5317a470cb93aa411e7c12c6181b359c3a4b5949959cbdae94380411cb42845f20f0ec42342e624bffa73cb37c2b44d8538a8859d56c16f8b + checksum: 60d58eab7d8ddb62631cf64361e307cecd5370381ffb673c2e04d6124130856870bb4304989a9f38fa582e8611b020b89987dbfb682086fc9b1c78b64321ded9 languageName: node linkType: hard -"jest-runtime@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-runtime@npm:30.0.0-alpha.2" +"jest-runtime@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-runtime@npm:30.0.0-alpha.6" dependencies: - "@jest/environment": "npm:30.0.0-alpha.2" - "@jest/fake-timers": "npm:30.0.0-alpha.2" - "@jest/globals": "npm:30.0.0-alpha.2" - "@jest/source-map": "npm:30.0.0-alpha.2" - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/transform": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/environment": "npm:30.0.0-alpha.6" + "@jest/fake-timers": "npm:30.0.0-alpha.6" + "@jest/globals": "npm:30.0.0-alpha.6" + "@jest/source-map": "npm:30.0.0-alpha.6" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/transform": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" chalk: "npm:^4.0.0" cjs-module-lexer: "npm:^1.0.0" collect-v8-coverage: "npm:^1.0.0" - glob: "npm:^7.1.3" + glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.9" - jest-haste-map: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-mock: "npm:30.0.0-alpha.2" - jest-regex-util: "npm:30.0.0-alpha.2" - jest-resolve: "npm:30.0.0-alpha.2" - jest-snapshot: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" + jest-haste-map: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-mock: "npm:30.0.0-alpha.6" + jest-regex-util: "npm:30.0.0-alpha.6" + jest-resolve: "npm:30.0.0-alpha.6" + jest-snapshot: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" slash: "npm:^3.0.0" strip-bom: "npm:^4.0.0" - checksum: c0747513e6fc3dc162caf7712f0b17d1e5a105c4e14aea3ec0d1a011293fb641dced0fa8a73cd6394009b210be22505f04974e6d4d5f275e59546f1ba1c7e998 + checksum: 40cf4b628cef898ba9c6fbd8adcb12477de64d6e9a43b8d05835b5172b733a087a101b7c3e16c8de036a09da09c0204cb8ab87b0ebfbda33accb4494312a70b0 languageName: node linkType: hard -"jest-snapshot@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-snapshot@npm:30.0.0-alpha.2" +"jest-snapshot@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-snapshot@npm:30.0.0-alpha.6" dependencies: "@babel/core": "npm:^7.11.6" "@babel/generator": "npm:^7.7.2" "@babel/plugin-syntax-jsx": "npm:^7.7.2" "@babel/plugin-syntax-typescript": "npm:^7.7.2" "@babel/types": "npm:^7.3.3" - "@jest/expect-utils": "npm:30.0.0-alpha.2" - "@jest/transform": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/expect-utils": "npm:30.0.0-alpha.6" + "@jest/snapshot-utils": "npm:30.0.0-alpha.6" + "@jest/transform": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" babel-preset-current-node-syntax: "npm:^1.0.0" chalk: "npm:^4.0.0" - expect: "npm:30.0.0-alpha.2" + expect: "npm:30.0.0-alpha.6" graceful-fs: "npm:^4.2.9" - jest-diff: "npm:30.0.0-alpha.2" - jest-get-type: "npm:30.0.0-alpha.2" - jest-matcher-utils: "npm:30.0.0-alpha.2" - jest-message-util: "npm:30.0.0-alpha.2" - jest-util: "npm:30.0.0-alpha.2" - natural-compare: "npm:^1.4.0" - pretty-format: "npm:30.0.0-alpha.2" + jest-diff: "npm:30.0.0-alpha.6" + jest-get-type: "npm:30.0.0-alpha.6" + jest-matcher-utils: "npm:30.0.0-alpha.6" + jest-message-util: "npm:30.0.0-alpha.6" + jest-util: "npm:30.0.0-alpha.6" + pretty-format: "npm:30.0.0-alpha.6" semver: "npm:^7.5.3" - synckit: "npm:^0.8.5" - checksum: 64aba71e36c5f93da660aaeca202e268af931f3708e412ebcff86644e0478da729cc1e26976c8091d40523bd16c9f48ac80af4e7b0946d5d11a0c776130029af + synckit: "npm:^0.9.0" + checksum: 5305de6bf44757b5ac09e5cd8ba684a1bd501ee0642c7eb29cfad8549d8a95efd8dfa00bf22ef951f71e62ebdcbf48a4b47092993b59df47ab8b312703b6d6cd languageName: node linkType: hard -"jest-util@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-util@npm:30.0.0-alpha.2" +"jest-util@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-util@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" chalk: "npm:^4.0.0" ci-info: "npm:^4.0.0" graceful-fs: "npm:^4.2.9" - picomatch: "npm:^3.0.0" - checksum: 4597b506b2efbb5b10be65c11b5aeecd766687aff564bf9060378234b74e50967baa58a45f1fa6e5c549914f2e2869a460638b2fc693a4deb70ac3cb13f6838f + picomatch: "npm:^4.0.0" + checksum: 7186042fbfd8ad758d3abb82a43044ebb2a54a74efdb154e70e10dcdc9aefa268a2dc493ab330388545aeff95ec23d901030b04a495b719f3c1113490149a458 languageName: node linkType: hard @@ -10231,64 +10531,65 @@ __metadata: languageName: node linkType: hard -"jest-validate@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-validate@npm:30.0.0-alpha.2" +"jest-validate@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-validate@npm:30.0.0-alpha.6" dependencies: - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/types": "npm:30.0.0-alpha.6" camelcase: "npm:^6.2.0" chalk: "npm:^4.0.0" - jest-get-type: "npm:30.0.0-alpha.2" + jest-get-type: "npm:30.0.0-alpha.6" leven: "npm:^3.1.0" - pretty-format: "npm:30.0.0-alpha.2" - checksum: 0a11c1e234ed61a1b62294a6ca6aa31fcadd7c14665418f6cdbf5fabc1f66f3aa325a856a60c00c51eddf4d25e162443b2bf8a5c31a3f577495c4ea7f3fc1655 + pretty-format: "npm:30.0.0-alpha.6" + checksum: f80f41d99a6a9e034838bc63ebd1c65c6ab48196f1dd87057b2c89c6e6332c40969a029fb3ced6c95cec71e710427c266c55a8e426cb68235e6c50dbaecdb7bc languageName: node linkType: hard -"jest-watcher@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-watcher@npm:30.0.0-alpha.2" +"jest-watcher@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-watcher@npm:30.0.0-alpha.6" dependencies: - "@jest/test-result": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/test-result": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" "@types/node": "npm:*" ansi-escapes: "npm:^4.2.1" chalk: "npm:^4.0.0" emittery: "npm:^0.13.1" - jest-util: "npm:30.0.0-alpha.2" + jest-util: "npm:30.0.0-alpha.6" string-length: "npm:^4.0.1" - checksum: fcdde915260142b7134d2b4d03fac4725760c3e2e2f40dd8bbf5391d4093ef3a48e89494a0539d052c4ffcf8d040275f7b975676fc9d3b7f40061f296adaaa9f + checksum: b8ad3a8a83ca63b17503737354912b0b0fd87b579ed2140231da408538147c8092089dee03ad7f7e59965434e79efacfcdd3d1ae631ddea4d3e5af12fb842a36 languageName: node linkType: hard -"jest-worker@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest-worker@npm:30.0.0-alpha.2" +"jest-worker@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest-worker@npm:30.0.0-alpha.6" dependencies: "@types/node": "npm:*" - jest-util: "npm:30.0.0-alpha.2" + "@ungap/structured-clone": "npm:^1.2.0" + jest-util: "npm:30.0.0-alpha.6" merge-stream: "npm:^2.0.0" supports-color: "npm:^8.0.0" - checksum: bd499d20de856d5860546aee594803997a93e5659baf9fd8259b2d1546da8f1c4d6c8477bede4e5d62e061c3cceea92b39e1a613998beab6b3c99a9c0a2312bc + checksum: 93dba71d187fcb1c05f60fa8a315a080843857684012cc04c848756aa52b7da15f73b894093d20f137269b5aec47f2b64ff33f8f37382c50b6683adf973d47a5 languageName: node linkType: hard -"jest@npm:^30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "jest@npm:30.0.0-alpha.2" +"jest@npm:^30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "jest@npm:30.0.0-alpha.6" dependencies: - "@jest/core": "npm:30.0.0-alpha.2" - "@jest/types": "npm:30.0.0-alpha.2" + "@jest/core": "npm:30.0.0-alpha.6" + "@jest/types": "npm:30.0.0-alpha.6" import-local: "npm:^3.0.2" - jest-cli: "npm:30.0.0-alpha.2" + jest-cli: "npm:30.0.0-alpha.6" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true bin: - jest: bin/jest.js - checksum: 4709028963429ebbceb1fffc0c1b8dcbf1d6318eb1ae72396672f47ffa18d222d5b0c72707804ddc18a3440369d4b865dbde115d45ccd3e4f990ccde1c45659b + jest: ./bin/jest.js + checksum: 3eb25cea2d03df1f5ac4d2ae537b202066d163beaa4153ca1a0f62692a257bc4a9581fdb1d3825fa54ff00889230e22a87e8db86a05035bd4dbf8e359598aade languageName: node linkType: hard @@ -12268,6 +12569,16 @@ __metadata: languageName: node linkType: hard +"micromatch@npm:^4.0.7": + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" + dependencies: + braces: "npm:^3.0.3" + picomatch: "npm:^2.3.1" + checksum: 166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8 + languageName: node + linkType: hard + "mime@npm:^3.0.0": version: 3.0.0 resolution: "mime@npm:3.0.0" @@ -12578,6 +12889,13 @@ __metadata: languageName: node linkType: hard +"node-releases@npm:^2.0.18": + version: 2.0.18 + resolution: "node-releases@npm:2.0.18" + checksum: 786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27 + languageName: node + linkType: hard + "nodent-runtime@npm:^3.2.1": version: 3.2.1 resolution: "nodent-runtime@npm:3.2.1" @@ -13159,6 +13477,13 @@ __metadata: languageName: node linkType: hard +"picocolors@npm:^1.0.1": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: 86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023 + languageName: node + linkType: hard + "picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.2, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" @@ -13166,10 +13491,10 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^3.0.0": - version: 3.0.1 - resolution: "picomatch@npm:3.0.1" - checksum: 70ec738569f1864658378b7abdab8939d15dae0718c1df994eae3346fd33daf6a3c1ff4e0c1a0cd1e2c0319130985b63a2cff34d192f2f2acbb78aca76111736 +"picomatch@npm:^4.0.0": + version: 4.0.2 + resolution: "picomatch@npm:4.0.2" + checksum: 7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc languageName: node linkType: hard @@ -13418,14 +13743,14 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:30.0.0-alpha.2": - version: 30.0.0-alpha.2 - resolution: "pretty-format@npm:30.0.0-alpha.2" +"pretty-format@npm:30.0.0-alpha.6": + version: 30.0.0-alpha.6 + resolution: "pretty-format@npm:30.0.0-alpha.6" dependencies: - "@jest/schemas": "npm:30.0.0-alpha.2" + "@jest/schemas": "npm:30.0.0-alpha.6" ansi-styles: "npm:^5.0.0" react-is: "npm:^18.0.0" - checksum: 4b0644d4937a41dc1bb079d2b1c0137f7edc4621490e5cd791b73eabda4f659be12e62aff6d83d56ea613341cc6fb5933c5d11258902779152d6e224a792586a + checksum: 2a0448a73cfcb381ba90c0a0d555a5bdd54109149e004c0c06d108e68dd1bd71cb30a0d95b93c499dd35507ca47dd8b8bff1dd965b786dec21ae1cf78890c822 languageName: node linkType: hard @@ -15132,7 +15457,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^6.0.0, semver@npm:^6.3.0, semver@npm:^6.3.1": +"semver@npm:^6.0.0, semver@npm:^6.3.1": version: 6.3.1 resolution: "semver@npm:6.3.1" bin: @@ -16659,6 +16984,20 @@ __metadata: languageName: node linkType: hard +"update-browserslist-db@npm:^1.1.0": + version: 1.1.0 + resolution: "update-browserslist-db@npm:1.1.0" + dependencies: + escalade: "npm:^3.1.2" + picocolors: "npm:^1.0.1" + peerDependencies: + browserslist: ">= 4.21.0" + bin: + update-browserslist-db: cli.js + checksum: a7452de47785842736fb71547651c5bbe5b4dc1e3722ccf48a704b7b34e4dcf633991eaa8e4a6a517ffb738b3252eede3773bef673ef9021baa26b056d63a5b9 + languageName: node + linkType: hard + "uri-js@npm:^4.2.2": version: 4.4.1 resolution: "uri-js@npm:4.4.1"