From daf2b2d9595c87a582c0117663e7e7ef1594923b Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Sat, 7 Oct 2023 14:37:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=81=20Bump=20`eslint`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- lib/openzeppelin-contracts | 2 +- package.json | 2 +- pnpm-lock.yaml | 86 +++++++++++++++++++------------------- 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 3e6c8639..793d92a3 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 3e6c86392c97fbc30d3d20a378a6f58beba08eba +Subproject commit 793d92a3331538d126033cbacb1ee5b8a7d95adc diff --git a/package.json b/package.json index 7809c1e2..9e302289 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "dotenv": "^16.3.1", - "eslint": "^8.50.0", + "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "ethers": "^6.7.1", "hardhat": "^2.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d1d105d..db3f7f42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,19 +19,19 @@ devDependencies: version: 8.0.3(@typechain/ethers-v6@0.4.3)(ethers@6.7.1)(hardhat@2.18.0)(typechain@8.3.1) "@typescript-eslint/eslint-plugin": specifier: ^6.7.4 - version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) + version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2) "@typescript-eslint/parser": specifier: ^6.7.4 - version: 6.7.4(eslint@8.50.0)(typescript@5.2.2) + version: 6.7.4(eslint@8.51.0)(typescript@5.2.2) dotenv: specifier: ^16.3.1 version: 16.3.1 eslint: - specifier: ^8.50.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 eslint-config-prettier: specifier: ^9.0.0 - version: 9.0.0(eslint@8.50.0) + version: 9.0.0(eslint@8.51.0) ethers: specifier: ^6.7.1 version: 6.7.1 @@ -61,7 +61,7 @@ devDependencies: version: 0.8.5(hardhat@2.18.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.8.2)(typescript@5.2.2) + version: 10.9.1(@types/node@20.8.3)(typescript@5.2.2) typechain: specifier: ^8.3.1 version: 8.3.1(typescript@5.2.2) @@ -182,7 +182,7 @@ packages: "@jridgewell/trace-mapping": 0.3.9 dev: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, @@ -191,7 +191,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.50.0 + eslint: 8.51.0 eslint-visitor-keys: 3.4.3 dev: true @@ -223,10 +223,10 @@ packages: - supports-color dev: true - /@eslint/js@8.50.0: + /@eslint/js@8.51.0: resolution: { - integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==, + integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true @@ -1397,7 +1397,7 @@ packages: integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==, } dependencies: - "@types/node": 20.8.2 + "@types/node": 20.8.3 dev: true /@types/bn.js@5.1.2: @@ -1406,7 +1406,7 @@ packages: integrity: sha512-dkpZu0szUtn9UXTmw+e0AJFd4D2XAxDnsCLdc05SfqpqzPEBft8eQr8uaFitfo/dUUOZERaLec2hHMG87A4Dxg==, } dependencies: - "@types/node": 20.8.2 + "@types/node": 20.8.3 dev: true /@types/concat-stream@1.6.1: @@ -1434,7 +1434,7 @@ packages: } dependencies: "@types/minimatch": 5.1.2 - "@types/node": 20.8.2 + "@types/node": 20.8.3 dev: true /@types/json-schema@7.0.13: @@ -1472,10 +1472,10 @@ packages: } dev: true - /@types/node@20.8.2: + /@types/node@20.8.3: resolution: { - integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==, + integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==, } dev: true @@ -1492,7 +1492,7 @@ packages: integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==, } dependencies: - "@types/node": 20.8.2 + "@types/node": 20.8.3 dev: true /@types/prettier@2.7.3: @@ -1515,7 +1515,7 @@ packages: integrity: sha512-oM5JSKQCcICF1wvGgmecmHldZ48OZamtMxcGGVICOJA8o8cahXC1zEVAif8iwoc5j8etxFaRFnf095+CDsuoFQ==, } dependencies: - "@types/node": 20.8.2 + "@types/node": 20.8.3 safe-buffer: 5.1.2 dev: true @@ -1525,7 +1525,7 @@ packages: integrity: sha512-oN0PFsYxDZnX/qSJ5S5OwaEDTYfekhvaM5vqui2bu1AA39pKofmgL104Q29KiOXizXS2yLjSzc5YdTyMKdcy4A==, } dependencies: - "@types/node": 20.8.2 + "@types/node": 20.8.3 dev: true /@types/semver@7.5.3: @@ -1535,7 +1535,7 @@ packages: } dev: true - /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.51.0)(typescript@5.2.2): resolution: { integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==, @@ -1550,13 +1550,13 @@ packages: optional: true dependencies: "@eslint-community/regexpp": 4.9.1 - "@typescript-eslint/parser": 6.7.4(eslint@8.50.0)(typescript@5.2.2) + "@typescript-eslint/parser": 6.7.4(eslint@8.51.0)(typescript@5.2.2) "@typescript-eslint/scope-manager": 6.7.4 - "@typescript-eslint/type-utils": 6.7.4(eslint@8.50.0)(typescript@5.2.2) - "@typescript-eslint/utils": 6.7.4(eslint@8.50.0)(typescript@5.2.2) + "@typescript-eslint/type-utils": 6.7.4(eslint@8.51.0)(typescript@5.2.2) + "@typescript-eslint/utils": 6.7.4(eslint@8.51.0)(typescript@5.2.2) "@typescript-eslint/visitor-keys": 6.7.4 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -1567,7 +1567,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.7.4(eslint@8.50.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.7.4(eslint@8.51.0)(typescript@5.2.2): resolution: { integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==, @@ -1585,7 +1585,7 @@ packages: "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.2.2) "@typescript-eslint/visitor-keys": 6.7.4 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -1602,7 +1602,7 @@ packages: "@typescript-eslint/visitor-keys": 6.7.4 dev: true - /@typescript-eslint/type-utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.7.4(eslint@8.51.0)(typescript@5.2.2): resolution: { integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==, @@ -1616,9 +1616,9 @@ packages: optional: true dependencies: "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.2.2) - "@typescript-eslint/utils": 6.7.4(eslint@8.50.0)(typescript@5.2.2) + "@typescript-eslint/utils": 6.7.4(eslint@8.51.0)(typescript@5.2.2) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.50.0 + eslint: 8.51.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: @@ -1657,7 +1657,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.7.4(eslint@8.51.0)(typescript@5.2.2): resolution: { integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==, @@ -1666,13 +1666,13 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.50.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.51.0) "@types/json-schema": 7.0.13 "@types/semver": 7.5.3 "@typescript-eslint/scope-manager": 6.7.4 "@typescript-eslint/types": 6.7.4 "@typescript-eslint/typescript-estree": 6.7.4(typescript@5.2.2) - eslint: 8.50.0 + eslint: 8.51.0 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -2853,7 +2853,7 @@ packages: source-map: 0.2.0 dev: true - /eslint-config-prettier@9.0.0(eslint@8.50.0): + /eslint-config-prettier@9.0.0(eslint@8.51.0): resolution: { integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==, @@ -2862,7 +2862,7 @@ packages: peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.50.0 + eslint: 8.51.0 dev: true /eslint-scope@7.2.2: @@ -2884,18 +2884,18 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint@8.50.0: + /eslint@8.51.0: resolution: { - integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==, + integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.50.0) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.51.0) "@eslint-community/regexpp": 4.9.1 "@eslint/eslintrc": 2.1.2 - "@eslint/js": 8.50.0 + "@eslint/js": 8.51.0 "@humanwhocodes/config-array": 0.11.11 "@humanwhocodes/module-importer": 1.0.1 "@nodelib/fs.walk": 1.2.8 @@ -3269,7 +3269,7 @@ packages: } engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - flat-cache: 3.1.0 + flat-cache: 3.1.1 dev: true /fill-range@7.0.1: @@ -3313,10 +3313,10 @@ packages: path-exists: 4.0.0 dev: true - /flat-cache@3.1.0: + /flat-cache@3.1.1: resolution: { - integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==, + integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==, } engines: { node: ">=12.0.0" } dependencies: @@ -3803,7 +3803,7 @@ packages: solc: 0.7.3(debug@4.3.4) source-map-support: 0.5.21 stacktrace-parser: 0.1.10 - ts-node: 10.9.1(@types/node@20.8.2)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.8.3)(typescript@5.2.2) tsort: 0.0.1 typescript: 5.2.2 undici: 5.25.4 @@ -6016,7 +6016,7 @@ packages: typescript: 5.2.2 dev: true - /ts-node@10.9.1(@types/node@20.8.2)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.8.3)(typescript@5.2.2): resolution: { integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, @@ -6038,7 +6038,7 @@ packages: "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 "@tsconfig/node16": 1.0.4 - "@types/node": 20.8.2 + "@types/node": 20.8.3 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3