|
|
|
@ -13,6 +13,7 @@ |
|
|
|
|
"@changesets/cli": "^2.26.0", |
|
|
|
|
"@changesets/pre": "^2.0.0", |
|
|
|
|
"@changesets/read": "^0.6.0", |
|
|
|
|
"@eslint/compat": "^1.2.1", |
|
|
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6", |
|
|
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.4", |
|
|
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.3", |
|
|
|
@ -21,10 +22,11 @@ |
|
|
|
|
"@openzeppelin/upgrade-safe-transpiler": "^0.3.32", |
|
|
|
|
"@openzeppelin/upgrades-core": "^1.20.6", |
|
|
|
|
"chai": "^4.2.0", |
|
|
|
|
"eslint": "^8.30.0", |
|
|
|
|
"eslint": "^9.0.0", |
|
|
|
|
"eslint-config-prettier": "^9.0.0", |
|
|
|
|
"ethers": "^6.7.1", |
|
|
|
|
"glob": "^11.0.0", |
|
|
|
|
"globals": "^15.3.0", |
|
|
|
|
"graphlib": "^2.1.8", |
|
|
|
|
"hardhat": "^2.22.2", |
|
|
|
|
"hardhat-exposed": "^0.3.15", |
|
|
|
@ -571,24 +573,69 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint-community/regexpp": { |
|
|
|
|
"version": "4.8.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz", |
|
|
|
|
"integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==", |
|
|
|
|
"version": "4.11.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", |
|
|
|
|
"integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/compat": { |
|
|
|
|
"version": "1.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.1.tgz", |
|
|
|
|
"integrity": "sha512-JbHG2TWuCeNzh87fXo+/46Z1LEo9DBA9T188d0fZgGxAD+cNyS6sx9fdiyxjGPBMyQVRlCutTByZ6a5+YMkF7g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"eslint": "^9.10.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"eslint": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/config-array": { |
|
|
|
|
"version": "0.18.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", |
|
|
|
|
"integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@eslint/object-schema": "^2.1.4", |
|
|
|
|
"debug": "^4.3.1", |
|
|
|
|
"minimatch": "^3.1.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/core": { |
|
|
|
|
"version": "0.7.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz", |
|
|
|
|
"integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/eslintrc": { |
|
|
|
|
"version": "2.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", |
|
|
|
|
"integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", |
|
|
|
|
"version": "3.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", |
|
|
|
|
"integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ajv": "^6.12.4", |
|
|
|
|
"debug": "^4.3.2", |
|
|
|
|
"espree": "^9.6.0", |
|
|
|
|
"globals": "^13.19.0", |
|
|
|
|
"espree": "^10.0.1", |
|
|
|
|
"globals": "^14.0.0", |
|
|
|
|
"ignore": "^5.2.0", |
|
|
|
|
"import-fresh": "^3.2.1", |
|
|
|
|
"js-yaml": "^4.1.0", |
|
|
|
@ -596,7 +643,7 @@ |
|
|
|
|
"strip-json-comments": "^3.1.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
@ -608,6 +655,18 @@ |
|
|
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/eslintrc/node_modules/globals": { |
|
|
|
|
"version": "14.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", |
|
|
|
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/eslintrc/node_modules/js-yaml": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", |
|
|
|
@ -621,12 +680,36 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/js": { |
|
|
|
|
"version": "8.49.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", |
|
|
|
|
"integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", |
|
|
|
|
"version": "9.13.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.13.0.tgz", |
|
|
|
|
"integrity": "sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/object-schema": { |
|
|
|
|
"version": "2.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", |
|
|
|
|
"integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@eslint/plugin-kit": { |
|
|
|
|
"version": "0.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.1.tgz", |
|
|
|
|
"integrity": "sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"levn": "^0.4.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@ethereumjs/rlp": { |
|
|
|
@ -1111,18 +1194,28 @@ |
|
|
|
|
"pnpm": "7.5.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@humanwhocodes/config-array": { |
|
|
|
|
"version": "0.11.11", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", |
|
|
|
|
"integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", |
|
|
|
|
"node_modules/@humanfs/core": { |
|
|
|
|
"version": "0.19.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", |
|
|
|
|
"integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.18.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@humanfs/node": { |
|
|
|
|
"version": "0.16.5", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", |
|
|
|
|
"integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@humanwhocodes/object-schema": "^1.2.1", |
|
|
|
|
"debug": "^4.1.1", |
|
|
|
|
"minimatch": "^3.0.5" |
|
|
|
|
"@humanfs/core": "^0.19.0", |
|
|
|
|
"@humanwhocodes/retry": "^0.3.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10.10.0" |
|
|
|
|
"node": ">=18.18.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@humanwhocodes/module-importer": { |
|
|
|
@ -1138,11 +1231,19 @@ |
|
|
|
|
"url": "https://github.com/sponsors/nzakas" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@humanwhocodes/object-schema": { |
|
|
|
|
"version": "1.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", |
|
|
|
|
"integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", |
|
|
|
|
"dev": true |
|
|
|
|
"node_modules/@humanwhocodes/retry": { |
|
|
|
|
"version": "0.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", |
|
|
|
|
"integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.18" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "github", |
|
|
|
|
"url": "https://github.com/sponsors/nzakas" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@isaacs/cliui": { |
|
|
|
|
"version": "8.0.2", |
|
|
|
@ -2450,6 +2551,13 @@ |
|
|
|
|
"@types/chai": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/estree": { |
|
|
|
|
"version": "1.0.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", |
|
|
|
|
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/glob": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", |
|
|
|
@ -2475,6 +2583,13 @@ |
|
|
|
|
"ci-info": "^3.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/json-schema": { |
|
|
|
|
"version": "7.0.15", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", |
|
|
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@types/lru-cache": { |
|
|
|
|
"version": "5.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/lru-cache/-/lru-cache-5.1.1.tgz", |
|
|
|
@ -2560,10 +2675,11 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/acorn": { |
|
|
|
|
"version": "8.10.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", |
|
|
|
|
"integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", |
|
|
|
|
"version": "8.13.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", |
|
|
|
|
"integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"bin": { |
|
|
|
|
"acorn": "bin/acorn" |
|
|
|
|
}, |
|
|
|
@ -2576,6 +2692,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", |
|
|
|
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
|
|
|
} |
|
|
|
@ -3970,18 +4087,6 @@ |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/doctrine": { |
|
|
|
|
"version": "3.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", |
|
|
|
|
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"esutils": "^2.0.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/dotenv": { |
|
|
|
|
"version": "8.6.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", |
|
|
|
@ -4277,57 +4382,64 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint": { |
|
|
|
|
"version": "8.49.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", |
|
|
|
|
"integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", |
|
|
|
|
"version": "9.13.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.13.0.tgz", |
|
|
|
|
"integrity": "sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@eslint-community/eslint-utils": "^4.2.0", |
|
|
|
|
"@eslint-community/regexpp": "^4.6.1", |
|
|
|
|
"@eslint/eslintrc": "^2.1.2", |
|
|
|
|
"@eslint/js": "8.49.0", |
|
|
|
|
"@humanwhocodes/config-array": "^0.11.11", |
|
|
|
|
"@eslint-community/regexpp": "^4.11.0", |
|
|
|
|
"@eslint/config-array": "^0.18.0", |
|
|
|
|
"@eslint/core": "^0.7.0", |
|
|
|
|
"@eslint/eslintrc": "^3.1.0", |
|
|
|
|
"@eslint/js": "9.13.0", |
|
|
|
|
"@eslint/plugin-kit": "^0.2.0", |
|
|
|
|
"@humanfs/node": "^0.16.5", |
|
|
|
|
"@humanwhocodes/module-importer": "^1.0.1", |
|
|
|
|
"@nodelib/fs.walk": "^1.2.8", |
|
|
|
|
"@humanwhocodes/retry": "^0.3.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", |
|
|
|
|
"debug": "^4.3.2", |
|
|
|
|
"doctrine": "^3.0.0", |
|
|
|
|
"escape-string-regexp": "^4.0.0", |
|
|
|
|
"eslint-scope": "^7.2.2", |
|
|
|
|
"eslint-visitor-keys": "^3.4.3", |
|
|
|
|
"espree": "^9.6.1", |
|
|
|
|
"esquery": "^1.4.2", |
|
|
|
|
"eslint-scope": "^8.1.0", |
|
|
|
|
"eslint-visitor-keys": "^4.1.0", |
|
|
|
|
"espree": "^10.2.0", |
|
|
|
|
"esquery": "^1.5.0", |
|
|
|
|
"esutils": "^2.0.2", |
|
|
|
|
"fast-deep-equal": "^3.1.3", |
|
|
|
|
"file-entry-cache": "^6.0.1", |
|
|
|
|
"file-entry-cache": "^8.0.0", |
|
|
|
|
"find-up": "^5.0.0", |
|
|
|
|
"glob-parent": "^6.0.2", |
|
|
|
|
"globals": "^13.19.0", |
|
|
|
|
"graphemer": "^1.4.0", |
|
|
|
|
"ignore": "^5.2.0", |
|
|
|
|
"imurmurhash": "^0.1.4", |
|
|
|
|
"is-glob": "^4.0.0", |
|
|
|
|
"is-path-inside": "^3.0.3", |
|
|
|
|
"js-yaml": "^4.1.0", |
|
|
|
|
"json-stable-stringify-without-jsonify": "^1.0.1", |
|
|
|
|
"levn": "^0.4.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" |
|
|
|
|
}, |
|
|
|
|
"bin": { |
|
|
|
|
"eslint": "bin/eslint.js" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
|
"url": "https://eslint.org/donate" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"jiti": "*" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"jiti": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-config-prettier": { |
|
|
|
@ -4343,16 +4455,17 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-scope": { |
|
|
|
|
"version": "7.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", |
|
|
|
|
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", |
|
|
|
|
"version": "8.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", |
|
|
|
|
"integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "BSD-2-Clause", |
|
|
|
|
"dependencies": { |
|
|
|
|
"esrecurse": "^4.3.0", |
|
|
|
|
"estraverse": "^5.2.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
@ -4375,6 +4488,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-convert": "^2.0.1" |
|
|
|
|
}, |
|
|
|
@ -4385,17 +4499,12 @@ |
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/argparse": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
@ -4412,6 +4521,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", |
|
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"color-name": "~1.1.4" |
|
|
|
|
}, |
|
|
|
@ -4423,13 +4533,15 @@ |
|
|
|
|
"version": "1.1.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", |
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", |
|
|
|
|
"dev": true |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
@ -4437,11 +4549,25 @@ |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/eslint-visitor-keys": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", |
|
|
|
|
"integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/find-up": { |
|
|
|
|
"version": "5.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", |
|
|
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"locate-path": "^6.0.0", |
|
|
|
|
"path-exists": "^4.0.0" |
|
|
|
@ -4458,6 +4584,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", |
|
|
|
|
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "ISC", |
|
|
|
|
"dependencies": { |
|
|
|
|
"is-glob": "^4.0.3" |
|
|
|
|
}, |
|
|
|
@ -4470,27 +4597,17 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/js-yaml": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", |
|
|
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"argparse": "^2.0.1" |
|
|
|
|
}, |
|
|
|
|
"bin": { |
|
|
|
|
"js-yaml": "bin/js-yaml.js" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/locate-path": { |
|
|
|
|
"version": "6.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", |
|
|
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"p-locate": "^5.0.0" |
|
|
|
|
}, |
|
|
|
@ -4506,6 +4623,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", |
|
|
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"p-limit": "^3.0.2" |
|
|
|
|
}, |
|
|
|
@ -4521,6 +4639,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
@ -4529,17 +4648,31 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/espree": { |
|
|
|
|
"version": "9.6.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", |
|
|
|
|
"integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", |
|
|
|
|
"version": "10.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", |
|
|
|
|
"integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "BSD-2-Clause", |
|
|
|
|
"dependencies": { |
|
|
|
|
"acorn": "^8.9.0", |
|
|
|
|
"acorn": "^8.12.0", |
|
|
|
|
"acorn-jsx": "^5.3.2", |
|
|
|
|
"eslint-visitor-keys": "^3.4.1" |
|
|
|
|
"eslint-visitor-keys": "^4.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/espree/node_modules/eslint-visitor-keys": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", |
|
|
|
|
"integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0", |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/eslint" |
|
|
|
@ -4575,6 +4708,7 @@ |
|
|
|
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", |
|
|
|
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "BSD-2-Clause", |
|
|
|
|
"dependencies": { |
|
|
|
|
"estraverse": "^5.2.0" |
|
|
|
|
}, |
|
|
|
@ -4881,15 +5015,16 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/file-entry-cache": { |
|
|
|
|
"version": "6.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", |
|
|
|
|
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", |
|
|
|
|
"version": "8.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", |
|
|
|
|
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"flat-cache": "^3.0.4" |
|
|
|
|
"flat-cache": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "^10.12.0 || >=12.0.0" |
|
|
|
|
"node": ">=16.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/fill-range": { |
|
|
|
@ -4937,59 +5072,25 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/flat-cache": { |
|
|
|
|
"version": "3.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", |
|
|
|
|
"integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"flatted": "^3.2.7", |
|
|
|
|
"keyv": "^4.5.3", |
|
|
|
|
"rimraf": "^3.0.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=12.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/flat-cache/node_modules/glob": { |
|
|
|
|
"version": "7.2.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", |
|
|
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", |
|
|
|
|
"version": "4.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", |
|
|
|
|
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"fs.realpath": "^1.0.0", |
|
|
|
|
"inflight": "^1.0.4", |
|
|
|
|
"inherits": "2", |
|
|
|
|
"minimatch": "^3.1.1", |
|
|
|
|
"once": "^1.3.0", |
|
|
|
|
"path-is-absolute": "^1.0.0" |
|
|
|
|
"flatted": "^3.2.9", |
|
|
|
|
"keyv": "^4.5.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": "*" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/isaacs" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/flat-cache/node_modules/rimraf": { |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", |
|
|
|
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"glob": "^7.1.3" |
|
|
|
|
}, |
|
|
|
|
"bin": { |
|
|
|
|
"rimraf": "bin.js" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/isaacs" |
|
|
|
|
"node": ">=16" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/flatted": { |
|
|
|
|
"version": "3.2.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", |
|
|
|
|
"integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", |
|
|
|
|
"dev": true |
|
|
|
|
"version": "3.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", |
|
|
|
|
"integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "ISC" |
|
|
|
|
}, |
|
|
|
|
"node_modules/follow-redirects": { |
|
|
|
|
"version": "1.15.6", |
|
|
|
@ -5326,15 +5427,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/globals": { |
|
|
|
|
"version": "13.22.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", |
|
|
|
|
"integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", |
|
|
|
|
"version": "15.11.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", |
|
|
|
|
"integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"type-fest": "^0.20.2" |
|
|
|
|
}, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
"node": ">=18" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
@ -5424,12 +5523,6 @@ |
|
|
|
|
"integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/graphemer": { |
|
|
|
|
"version": "1.4.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", |
|
|
|
|
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/graphlib": { |
|
|
|
|
"version": "2.1.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz", |
|
|
|
@ -6643,15 +6736,6 @@ |
|
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/is-path-inside": { |
|
|
|
|
"version": "3.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", |
|
|
|
|
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/is-plain-obj": { |
|
|
|
|
"version": "1.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", |
|
|
|
@ -6917,10 +7001,11 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/keyv": { |
|
|
|
|
"version": "4.5.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", |
|
|
|
|
"integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", |
|
|
|
|
"version": "4.5.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", |
|
|
|
|
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"json-buffer": "3.0.1" |
|
|
|
|
} |
|
|
|
|