diff --git a/package-lock.json b/package-lock.json index 114477c..a3530cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fuzzy": "^0.1.3", "inquirer": "^9.2.12", "inquirer-autocomplete-prompt": "^3.0.0", - "jest-light-runner": "^0.5.0", + "jest-light-runner": "^0.6.0", "npm": "^10.5.2", "ora": "^7.0.1", "pacote": "^17.0.4", @@ -60,11 +60,6 @@ "node": ">=6.0.0" } }, - "node_modules/@assemblyscript/loader": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", - "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==" - }, "node_modules/@babel/code-frame": { "version": "7.22.13", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", @@ -1774,6 +1769,17 @@ "node": ">=14" } }, + "node_modules/@pkgr/core": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", + "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, "node_modules/@pkgr/utils": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", @@ -4376,11 +4382,6 @@ "node": ">=0.10.0" } }, - "node_modules/eventemitter-asyncresource": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", - "integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==" - }, "node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -4980,21 +4981,6 @@ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" }, - "node_modules/hdr-histogram-js": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.3.tgz", - "integrity": "sha512-Hkn78wwzWHNCp2uarhzQ2SGFLU3JY8SBDDd3TAABK4fc30wm+MuPOrg5QVFVfkKOQd6Bfz3ukJEI+q9sXEkK1g==", - "dependencies": { - "@assemblyscript/loader": "^0.10.1", - "base64-js": "^1.2.0", - "pako": "^1.0.3" - } - }, - "node_modules/hdr-histogram-percentiles-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz", - "integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==" - }, "node_modules/hosted-git-info": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", @@ -6498,24 +6484,690 @@ } }, "node_modules/jest-light-runner": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jest-light-runner/-/jest-light-runner-0.5.1.tgz", - "integrity": "sha512-TV3GZ/LuK8HQRKUvO5pVRwtBINA4vFAatpA2FAbRJoIHXDuxM37L/BcZQJOzmEGgEd3FwuzRVmnnTpGnfYmnUg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/jest-light-runner/-/jest-light-runner-0.6.0.tgz", + "integrity": "sha512-Qxo2jfcHQTI4/7K1hdqsPRFjNQM6EbnZ+IstD/YCXaoXM09kBMDGOA1I03hMqL02qyiPm6baPtsWLfxiwP8b3A==", "dependencies": { - "@jest/expect": "^29.0.1", - "@jest/fake-timers": "^29.2.2", - "jest-circus": "^29.0.1", - "jest-each": "^29.0.1", - "jest-mock": "^29.0.1", - "jest-snapshot": "^29.0.1", - "piscina": "^3.1.0", - "supports-color": "^9.2.1" + "@jest/expect": "^30.0.0-alpha.1", + "@jest/fake-timers": "^30.0.0-alpha.1", + "jest-circus": "^30.0.0-alpha.1", + "jest-each": "^30.0.0-alpha.1", + "jest-mock": "^30.0.0-alpha.1", + "jest-snapshot": "^30.0.0-alpha.1", + "supports-color": "^9.2.1", + "tinypool": "^0.8.1" }, "engines": { - "node": ">=12.20.0" + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, "peerDependencies": { - "jest": "^27.5.0 || ^28.0.0 || ^29.0.0" + "jest": "^27.5.0 || ^28.0.0 || ^29.0.0|| ^30.0.0-0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/console": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.0.0-alpha.4.tgz", + "integrity": "sha512-CVV3rvFJW1QOaRtSK02NUUCqfhc7FnDFNL28/fo4qO5+feSQtD7NlnRxub1FXRnTec8jdUHUE4469nBiDc0d7Q==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "slash": "^3.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/environment": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.0.0-alpha.4.tgz", + "integrity": "sha512-2bjXGDOkvr2o6zJmTDIKNC1mKruFhtgV/LEfXbw7BwfXSxRBcA1stRRbkbBxX8Ibk2hWLsL4Y5Q98OmHt22ZLg==", + "dependencies": { + "@jest/fake-timers": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "jest-mock": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/expect": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.0.0-alpha.4.tgz", + "integrity": "sha512-lpFBk4BegBcJyYo1Jr8+hWeGoxu2yRAO9P+IcIgGlO77XOseWlwKP42vYpRezWS6IKp3QnG3s6AQTCa5y1DwVQ==", + "dependencies": { + "expect": "30.0.0-alpha.4", + "jest-snapshot": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/expect-utils": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.0.0-alpha.4.tgz", + "integrity": "sha512-vZmmZ2Jp+SJ1z6fdbUQaalpWMrOEqfCV06OXGuBAhhRIPttX6jsiZRru5nIiLk7OnfFRsOwhepVdHO3nPUYtMA==", + "dependencies": { + "jest-get-type": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/fake-timers": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.0.0-alpha.4.tgz", + "integrity": "sha512-CRpPH235ek0Kgl5/LdmFMrIbRiIgIJtyOaFqsxxTBxqqKETloC9H4UiaWdFfZ3bOdKc4DYoxggxwYbCnwCWRKw==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "@sinonjs/fake-timers": "^11.1.0", + "@types/node": "*", + "jest-message-util": "30.0.0-alpha.4", + "jest-mock": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/globals": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.0.0-alpha.4.tgz", + "integrity": "sha512-m6e8GKdLSXf1RPAHx2bL2szUSL8Oo4z28s/CyIVGVFjDcJ4xWZ+Y8kpaP+Xd4sIpiV/FfH/lfUVmspuxKPg+IA==", + "dependencies": { + "@jest/environment": "30.0.0-alpha.4", + "@jest/expect": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "jest-mock": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/schemas": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.0-alpha.4.tgz", + "integrity": "sha512-/iFNfQeWfrbZOz4AQ8oC/ZD45tgo5fEutKEDO7G39Mh3ZyzSaRXwo/JGWsRXOlOUfPOQLtvQa/ayeLwZvqM8LQ==", + "dependencies": { + "@sinclair/typebox": "^0.32.1" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/source-map": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-30.0.0-alpha.4.tgz", + "integrity": "sha512-Fpn783ZD8VQVTZg1s+tB0vB6/x7i4/Y2Es1HySA4hv1hIDN/MLrY1feIAViyBk4P1BTSdOsIXr1HKFC6P4VLog==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/test-result": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.0.0-alpha.4.tgz", + "integrity": "sha512-8b0gjk+95jtqhU+GyEtNCTLPeN1Y5IIGUtPQwb0ep+VAdvpzmtGRvNqQwmxf8Dl6iy5Fz7PqH27Fe2YkDbOzOw==", + "dependencies": { + "@jest/console": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/transform": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.0.0-alpha.4.tgz", + "integrity": "sha512-wipt89BUw5hEuBzSvOq+4Og0UV5ipDgdHOIxfyLRs6flFvh8afvvaubvHh6He5alOnImVcwrq4zUMO1vJd+OIA==", + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "30.0.0-alpha.4", + "@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": "30.0.0-alpha.4", + "jest-regex-util": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^5.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@jest/types": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.0.0-alpha.4.tgz", + "integrity": "sha512-Yxj+Iw62WVn2C9zhFrem8vKKhuC7kLR4DWmOZf6d9Z+eayCmYenZdyFA7P7X688gzGmZ1Qu71snJnLfvEetNdw==", + "dependencies": { + "@jest/schemas": "30.0.0-alpha.4", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/@sinclair/typebox": { + "version": "0.32.30", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.30.tgz", + "integrity": "sha512-IYK1H0k2sHVB2GjzBK2DXBErhex45GoLuPdgn8lNw5t0+5elIuhpixOMPobFyq6kE0AGIBa4+76Ph4enco0q2Q==" + }, + "node_modules/jest-light-runner/node_modules/@sinonjs/fake-timers": { + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz", + "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==", + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-light-runner/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-light-runner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-light-runner/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-light-runner/node_modules/ci-info": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", + "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-light-runner/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-light-runner/node_modules/diff-sequences": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-30.0.0-alpha.4.tgz", + "integrity": "sha512-6QR1dEtY+srnwESRY+gE9ZwU67/widIC4OUkPusHMiF+MBg161VemMnCS1TAMJqj8ILH75LYdUYprTj/OtW6bw==", + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/expect": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/expect/-/expect-30.0.0-alpha.4.tgz", + "integrity": "sha512-guMgaAoWGTUWs8GtSut0TmN0gvZ7ne64ZJjdHtl56GlzAs2rFJ9zgzzBc8FLv1SLSgy/rdZLOlBBETZEL8f5Bw==", + "dependencies": { + "@jest/expect-utils": "30.0.0-alpha.4", + "jest-get-type": "30.0.0-alpha.4", + "jest-matcher-utils": "30.0.0-alpha.4", + "jest-message-util": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/glob": { + "version": "10.3.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz", + "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.6", + "minimatch": "^9.0.1", + "minipass": "^7.0.4", + "path-scurry": "^1.11.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jest-light-runner/node_modules/jest-circus": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.0.0-alpha.4.tgz", + "integrity": "sha512-QVnLnxfUKYsrZEraKmVMsE6rvDMVYjxZGtQDG8JIRm1xa3s8h0HcBgXCg+lH0vBsrvrpLuz8dZU7wjM1oQ/y0Q==", + "dependencies": { + "@jest/environment": "30.0.0-alpha.4", + "@jest/expect": "30.0.0-alpha.4", + "@jest/test-result": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "30.0.0-alpha.4", + "jest-matcher-utils": "30.0.0-alpha.4", + "jest-message-util": "30.0.0-alpha.4", + "jest-runtime": "30.0.0-alpha.4", + "jest-snapshot": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "p-limit": "^3.1.0", + "pretty-format": "30.0.0-alpha.4", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-diff": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.0.0-alpha.4.tgz", + "integrity": "sha512-64Tz+2s1d9xY1+WfR1s70z6JydNqNxD6TIwUMyUsrPqWOwaouGPzJyJbS3eYTI+9Sqkuptk6sNC3nPDbIQrSMA==", + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "30.0.0-alpha.4", + "jest-get-type": "30.0.0-alpha.4", + "pretty-format": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-each": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.0.0-alpha.4.tgz", + "integrity": "sha512-69AtAHAR+E8pMAizBU3ge0AxZFXOKsfsiXmSRox9HTETa19NDhjbUU+fWwkkFn+pSjQlucIlkmenwIPV7Ifk6Q==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "chalk": "^4.0.0", + "jest-get-type": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "pretty-format": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-get-type": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-30.0.0-alpha.4.tgz", + "integrity": "sha512-FOuIavT3Gn4O+AWVNeMMlxtcLP57RdTLdip1T+3Hgz8grSoQR0sshhhUqnDBGbpYqffPR5EJWxApIa7tVR8JtA==", + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-haste-map": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.0.0-alpha.4.tgz", + "integrity": "sha512-lnomPxgLWMK6xSkG+QWEcDwrf7jgf8/cw9MX5cTYF5EPGsxZGgc7jYj3I2ciJdRTwk3FOiAxRng/BtY1yQt28w==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "jest-worker": "30.0.0-alpha.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-light-runner/node_modules/jest-matcher-utils": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.0.0-alpha.4.tgz", + "integrity": "sha512-4MsfeVfMm0cEhBdG3YR88DaGp4oO35sm4eV76O4GtFwLMZ0424atTv9AlAz6SqM3hUTn97oYWFDGzCw4BmUEfQ==", + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "30.0.0-alpha.4", + "jest-get-type": "30.0.0-alpha.4", + "pretty-format": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-message-util": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.0.0-alpha.4.tgz", + "integrity": "sha512-vuLWsT/6VM3PP9jLjsQ2AJMSWRZaskKyUFZtjFSk35HJKzyiB8Grgt+TqFMreHxLpG2ucyrkHX0fWq5n9wNMWw==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "30.0.0-alpha.4", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "30.0.0-alpha.4", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-mock": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.0.0-alpha.4.tgz", + "integrity": "sha512-l9VpP6MaYEhxr3ChZt3SqwRcxUklMQWXtMc5tOmFxQVg+Q11hDyNaw2jNC7Cfke6uQmG3fDJKGoZ65PCQfGmSg==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "jest-util": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-regex-util": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.0-alpha.4.tgz", + "integrity": "sha512-smK/jzd6Cgc8iMbBw0tsG0lnPJ2ue9u+h1c7uckyWHZh1MwwAq9PRf7qVQ6ys2//r5104bGWgb8q646iR8pROw==", + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-resolve": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.0.0-alpha.4.tgz", + "integrity": "sha512-Cv0kbbqbqJqHN2ygLwWECVHpk2XLe5eLoMnngeihRniWMdkcP9kaJHOctzwWhLgQgA0J0qb8FHxyFTv05fOdiA==", + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "30.0.0-alpha.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "30.0.0-alpha.4", + "jest-validate": "30.0.0-alpha.4", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-runtime": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.0.0-alpha.4.tgz", + "integrity": "sha512-eyMzZ06j+Ni+aA7NEzWna5nmPOcYuNPuYsq8TqkunidKgljlslexOpdBVgMAsMMz/mV/P/f8u18AJEjjxL7gEw==", + "dependencies": { + "@jest/environment": "30.0.0-alpha.4", + "@jest/fake-timers": "30.0.0-alpha.4", + "@jest/globals": "30.0.0-alpha.4", + "@jest/source-map": "30.0.0-alpha.4", + "@jest/test-result": "30.0.0-alpha.4", + "@jest/transform": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^10.3.10", + "graceful-fs": "^4.2.9", + "jest-haste-map": "30.0.0-alpha.4", + "jest-message-util": "30.0.0-alpha.4", + "jest-mock": "30.0.0-alpha.4", + "jest-regex-util": "30.0.0-alpha.4", + "jest-resolve": "30.0.0-alpha.4", + "jest-snapshot": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-snapshot": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.0.0-alpha.4.tgz", + "integrity": "sha512-1PrpjOk77Tha7jD5cHA0Dn0rdGgQG95wuMosS98EwpF3UeHDPvoaeBcVIxLFH7N+MHCZUnKoIxALCVm61lGzSA==", + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "30.0.0-alpha.4", + "@jest/transform": "30.0.0-alpha.4", + "@jest/types": "30.0.0-alpha.4", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "30.0.0-alpha.4", + "graceful-fs": "^4.2.9", + "jest-diff": "30.0.0-alpha.4", + "jest-get-type": "30.0.0-alpha.4", + "jest-matcher-utils": "30.0.0-alpha.4", + "jest-message-util": "30.0.0-alpha.4", + "jest-util": "30.0.0-alpha.4", + "natural-compare": "^1.4.0", + "pretty-format": "30.0.0-alpha.4", + "semver": "^7.5.3", + "synckit": "^0.9.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-util": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.0.0-alpha.4.tgz", + "integrity": "sha512-4puZaMXBWhuZHcMwNUkYtVjzfjo2T4HQ68BtqRsqj4+fmRZci0Btz5r2qoiGys/HgxmfFd1PtEmVc7mOnY2BlA==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "30.0.0-alpha.4", + "picomatch": "^4.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-validate": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.0.0-alpha.4.tgz", + "integrity": "sha512-oQhYEZeQAAhneoKKq4q5XDCrMG7iXCXPaRIOVB/g/AwRxeRVD/q9owjHWbeuiC/QIybEtLG82PpB7Ckv+ugFHg==", + "dependencies": { + "@jest/types": "30.0.0-alpha.4", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "30.0.0-alpha.4", + "leven": "^3.1.0", + "pretty-format": "30.0.0-alpha.4" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-worker": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.0.0-alpha.4.tgz", + "integrity": "sha512-01gbBNwDRU3VTZXW8H/TuD0+FkTo/f4huMsbJskL4CkYe6Bylze4aAsezRNZPEcxHn6lnlk+nu8f0FWnnTnGzQ==", + "dependencies": { + "@types/node": "*", + "jest-util": "30.0.0-alpha.4", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jest-light-runner/node_modules/minimatch": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jest-light-runner/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/jest-light-runner/node_modules/pretty-format": { + "version": "30.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.0.0-alpha.4.tgz", + "integrity": "sha512-emTMNZqvLg7I4GPkNTOyscYyTnSzWffTIwTRZVEwzHdQhSfoX8JWGVxPb4KLIQkwy4x2uY5XD+0+alRYPlBFgw==", + "dependencies": { + "@jest/schemas": "30.0.0-alpha.4", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^16.10.0 || ^18.12.0 || >=20.0.0" + } + }, + "node_modules/jest-light-runner/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-light-runner/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-light-runner/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/jest-light-runner/node_modules/supports-color": { @@ -6529,6 +7181,33 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/jest-light-runner/node_modules/synckit": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.0.tgz", + "integrity": "sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==", + "dependencies": { + "@pkgr/core": "^0.1.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, + "node_modules/jest-light-runner/node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/jest-matcher-utils": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", @@ -7932,26 +8611,6 @@ "node": ">= 0.6" } }, - "node_modules/nice-napi": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", - "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "!win32" - ], - "dependencies": { - "node-addon-api": "^3.0.0", - "node-gyp-build": "^4.2.2" - } - }, - "node_modules/node-addon-api": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", - "optional": true - }, "node_modules/node-gyp": { "version": "9.4.0", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.0.tgz", @@ -7976,17 +8635,6 @@ "node": "^12.13 || ^14.13 || >=16" } }, - "node_modules/node-gyp-build": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.1.tgz", - "integrity": "sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==", - "optional": true, - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, "node_modules/node-gyp/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -11257,11 +11905,6 @@ "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/pako": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -11321,24 +11964,24 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "engines": { "node": "14 || >=16.14" } @@ -11376,19 +12019,6 @@ "node": ">= 6" } }, - "node_modules/piscina": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", - "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", - "dependencies": { - "eventemitter-asyncresource": "^1.0.0", - "hdr-histogram-js": "^2.0.1", - "hdr-histogram-percentiles-obj": "^3.0.0" - }, - "optionalDependencies": { - "nice-napi": "^1.0.2" - } - }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -12621,6 +13251,14 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, + "node_modules/tinypool": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", + "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/titleize": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", diff --git a/package.json b/package.json index b4dcb4a..702981c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fuzzy": "^0.1.3", "inquirer": "^9.2.12", "inquirer-autocomplete-prompt": "^3.0.0", - "jest-light-runner": "^0.5.0", + "jest-light-runner": "^0.6.0", "npm": "^10.5.2", "ora": "^7.0.1", "pacote": "^17.0.4",