-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump eslint from 9.11.1 to 9.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.11.1...v9.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
010514f
commit 1632160
Showing
2 changed files
with
136 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.1", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/preset-env": "7.25.4", | ||
"@babel/preset-typescript": "7.24.7", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.11.1", | ||
"@stryker-mutator/core": "8.5.0", | ||
"@stryker-mutator/jest-runner": "8.5.0", | ||
"@types/jest": "29.5.13", | ||
"@typescript-eslint/eslint-plugin": "8.7.0", | ||
"@typescript-eslint/parser": "8.7.0", | ||
"babel-loader": "9.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "9.11.1", | ||
"eslint-plugin-jest": "28.8.3", | ||
"globals": "^15.9.0", | ||
"jest": "29.7.0", | ||
"rimraf": "6.0.1", | ||
"terser-webpack-plugin": "5.3.10", | ||
"typescript": "5.6.2", | ||
"webpack": "5.95.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"resolutions": { | ||
"**/glob": "^9" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
} | ||
{ | ||
"name": "@ideafast/idgen", | ||
"version": "0.2.1", | ||
"description": "ID generators for the IDEAFast study", | ||
"main": "./dist/lib.umd.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"repository": "https://github.com/ideafast/ideafast-idgen.git", | ||
"author": "Florian Guitton <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ideafast", | ||
"id", | ||
"generator" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test:mutation": "stryker run ./config/stryker.config.js", | ||
"lint": "eslint ./config ./src", | ||
"build": "tsc -p . && webpack --config ./config/webpack.config.js", | ||
"start": "webpack --config ./config/webpack.config.js --progress --color --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/preset-env": "7.25.4", | ||
"@babel/preset-typescript": "7.24.7", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.11.1", | ||
"@stryker-mutator/core": "8.5.0", | ||
"@stryker-mutator/jest-runner": "8.5.0", | ||
"@types/jest": "29.5.13", | ||
"@typescript-eslint/eslint-plugin": "8.7.0", | ||
"@typescript-eslint/parser": "8.7.0", | ||
"babel-loader": "9.2.1", | ||
"babel-plugin-add-module-exports": "1.0.4", | ||
"babel-plugin-rewire-ts": "1.4.0", | ||
"eslint": "9.16.0", | ||
"eslint-plugin-jest": "28.8.3", | ||
"globals": "^15.9.0", | ||
"jest": "29.7.0", | ||
"rimraf": "6.0.1", | ||
"terser-webpack-plugin": "5.3.10", | ||
"typescript": "5.6.2", | ||
"webpack": "5.95.0", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
"resolutions": { | ||
"**/glob": "^9" | ||
}, | ||
"babel": { | ||
"extends": "./config/babel.config.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1030,29 +1030,29 @@ | |
dependencies: | ||
eslint-visitor-keys "^3.3.0" | ||
|
||
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0": | ||
version "4.11.1" | ||
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f" | ||
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q== | ||
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1": | ||
version "4.12.1" | ||
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" | ||
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== | ||
|
||
"@eslint/config-array@^0.18.0": | ||
version "0.18.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d" | ||
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw== | ||
"@eslint/config-array@^0.19.0": | ||
version "0.19.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.0.tgz#3251a528998de914d59bb21ba4c11767cf1b3519" | ||
integrity sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ== | ||
dependencies: | ||
"@eslint/object-schema" "^2.1.4" | ||
debug "^4.3.1" | ||
minimatch "^3.1.2" | ||
|
||
"@eslint/core@^0.6.0": | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674" | ||
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg== | ||
"@eslint/core@^0.9.0": | ||
version "0.9.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.0.tgz#168ee076f94b152c01ca416c3e5cf82290ab4fcd" | ||
integrity sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg== | ||
|
||
"@eslint/eslintrc@^3.1.0": | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6" | ||
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ== | ||
"@eslint/eslintrc@^3.1.0", "@eslint/eslintrc@^3.2.0": | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c" | ||
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w== | ||
dependencies: | ||
ajv "^6.12.4" | ||
debug "^4.3.2" | ||
|
@@ -1064,23 +1064,36 @@ | |
minimatch "^3.1.2" | ||
strip-json-comments "^3.1.1" | ||
|
||
"@eslint/js@9.11.1", "@eslint/js@^9.11.1": | ||
version "9.11.1" | ||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986" | ||
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA== | ||
"@eslint/js@9.16.0", "@eslint/js@^9.11.1": | ||
version "9.16.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4" | ||
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg== | ||
|
||
"@eslint/object-schema@^2.1.4": | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843" | ||
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ== | ||
|
||
"@eslint/plugin-kit@^0.2.0": | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d" | ||
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig== | ||
"@eslint/plugin-kit@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8" | ||
integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA== | ||
dependencies: | ||
levn "^0.4.1" | ||
|
||
"@humanfs/core@^0.19.1": | ||
version "0.19.1" | ||
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77" | ||
integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA== | ||
|
||
"@humanfs/node@^0.16.6": | ||
version "0.16.6" | ||
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.6.tgz#ee2a10eaabd1131987bf0488fd9b820174cd765e" | ||
integrity sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw== | ||
dependencies: | ||
"@humanfs/core" "^0.19.1" | ||
"@humanwhocodes/retry" "^0.3.0" | ||
|
||
"@humanwhocodes/module-importer@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" | ||
|
@@ -1091,6 +1104,11 @@ | |
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570" | ||
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew== | ||
|
||
"@humanwhocodes/retry@^0.4.1": | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b" | ||
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA== | ||
|
||
"@inquirer/checkbox@^2.5.0": | ||
version "2.5.0" | ||
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.5.0.tgz#41c5c9dd332c0a8fa159be23982ce080d0b199d4" | ||
|
@@ -1497,7 +1515,7 @@ | |
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" | ||
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== | ||
|
||
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": | ||
"@nodelib/fs.walk@^1.2.3": | ||
version "1.2.8" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" | ||
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== | ||
|
@@ -1959,7 +1977,12 @@ acorn-jsx@^5.3.2: | |
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" | ||
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== | ||
|
||
acorn@^8.12.0, acorn@^8.7.1, acorn@^8.8.2: | ||
acorn@^8.14.0: | ||
version "8.14.0" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0" | ||
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== | ||
|
||
acorn@^8.7.1, acorn@^8.8.2: | ||
version "8.12.1" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" | ||
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== | ||
|
@@ -2405,10 +2428,10 @@ create-jest@^29.7.0: | |
jest-util "^29.7.0" | ||
prompts "^2.0.1" | ||
|
||
cross-spawn@^7.0.2, cross-spawn@^7.0.3: | ||
version "7.0.3" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" | ||
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== | ||
cross-spawn@^7.0.3, cross-spawn@^7.0.5: | ||
version "7.0.6" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" | ||
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== | ||
dependencies: | ||
path-key "^3.1.0" | ||
shebang-command "^2.0.0" | ||
|
@@ -2565,10 +2588,10 @@ [email protected]: | |
esrecurse "^4.3.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-scope@^8.0.2: | ||
version "8.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94" | ||
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA== | ||
eslint-scope@^8.2.0: | ||
version "8.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442" | ||
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A== | ||
dependencies: | ||
esrecurse "^4.3.0" | ||
estraverse "^5.2.0" | ||
|
@@ -2578,36 +2601,36 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3: | |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" | ||
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== | ||
|
||
eslint-visitor-keys@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" | ||
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== | ||
eslint-visitor-keys@^4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" | ||
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== | ||
|
||
eslint@9.11.1: | ||
version "9.11.1" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567" | ||
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg== | ||
eslint@9.16.0: | ||
version "9.16.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6" | ||
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.2.0" | ||
"@eslint-community/regexpp" "^4.11.0" | ||
"@eslint/config-array" "^0.18.0" | ||
"@eslint/core" "^0.6.0" | ||
"@eslint/eslintrc" "^3.1.0" | ||
"@eslint/js" "9.11.1" | ||
"@eslint/plugin-kit" "^0.2.0" | ||
"@eslint-community/regexpp" "^4.12.1" | ||
"@eslint/config-array" "^0.19.0" | ||
"@eslint/core" "^0.9.0" | ||
"@eslint/eslintrc" "^3.2.0" | ||
"@eslint/js" "9.16.0" | ||
"@eslint/plugin-kit" "^0.2.3" | ||
"@humanfs/node" "^0.16.6" | ||
"@humanwhocodes/module-importer" "^1.0.1" | ||
"@humanwhocodes/retry" "^0.3.0" | ||
"@nodelib/fs.walk" "^1.2.8" | ||
"@humanwhocodes/retry" "^0.4.1" | ||
"@types/estree" "^1.0.6" | ||
"@types/json-schema" "^7.0.15" | ||
ajv "^6.12.4" | ||
chalk "^4.0.0" | ||
cross-spawn "^7.0.2" | ||
cross-spawn "^7.0.5" | ||
debug "^4.3.2" | ||
escape-string-regexp "^4.0.0" | ||
eslint-scope "^8.0.2" | ||
eslint-visitor-keys "^4.0.0" | ||
espree "^10.1.0" | ||
eslint-scope "^8.2.0" | ||
eslint-visitor-keys "^4.2.0" | ||
espree "^10.3.0" | ||
esquery "^1.5.0" | ||
esutils "^2.0.2" | ||
fast-deep-equal "^3.1.3" | ||
|
@@ -2617,23 +2640,20 @@ [email protected]: | |
ignore "^5.2.0" | ||
imurmurhash "^0.1.4" | ||
is-glob "^4.0.0" | ||
is-path-inside "^3.0.3" | ||
json-stable-stringify-without-jsonify "^1.0.1" | ||
lodash.merge "^4.6.2" | ||
minimatch "^3.1.2" | ||
natural-compare "^1.4.0" | ||
optionator "^0.9.3" | ||
strip-ansi "^6.0.1" | ||
text-table "^0.2.0" | ||
|
||
espree@^10.0.1, espree@^10.1.0: | ||
version "10.1.0" | ||
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56" | ||
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA== | ||
espree@^10.0.1, espree@^10.3.0: | ||
version "10.3.0" | ||
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a" | ||
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg== | ||
dependencies: | ||
acorn "^8.12.0" | ||
acorn "^8.14.0" | ||
acorn-jsx "^5.3.2" | ||
eslint-visitor-keys "^4.0.0" | ||
eslint-visitor-keys "^4.2.0" | ||
|
||
esprima@^4.0.0: | ||
version "4.0.1" | ||
|
@@ -3118,11 +3138,6 @@ is-number@^7.0.0: | |
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" | ||
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== | ||
|
||
is-path-inside@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" | ||
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== | ||
|
||
is-plain-obj@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" | ||
|
@@ -4517,11 +4532,6 @@ test-exclude@^6.0.0: | |
glob "^7.1.4" | ||
minimatch "^3.0.4" | ||
|
||
text-table@^0.2.0: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | ||
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== | ||
|
||
tmp@^0.0.33: | ||
version "0.0.33" | ||
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" | ||
|