From f5a0f3df0b2d838f0d34a0ce6095d7edc3b0b8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:34:55 +0000 Subject: [PATCH] Bump solady from 0.0.230 to 0.0.287 Bumps [solady](https://github.com/vectorized/solady) from 0.0.230 to 0.0.287. - [Commits](https://github.com/vectorized/solady/compare/v0.0.230...v0.0.287) --- updated-dependencies: - dependency-name: solady dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++-------------- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 3 files changed, 25 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index c971758..0b2d1b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "ethers": "^6.8.1", - "solady": "^0.0.230" + "solady": "^0.0.287" }, "devDependencies": { "@chainlink/contracts": "^1.2.0", @@ -21,7 +21,6 @@ "@uniswap/v2-periphery": "^1.1.0-beta.0", "prettier": "^3.3.3", "solhint-community": "^3.5.0" - } }, "node_modules/@adraffy/ens-normalize": { @@ -3140,14 +3139,14 @@ } }, "node_modules/solady": { - "version": "0.0.230", - "resolved": "https://registry.npmjs.org/solady/-/solady-0.0.230.tgz", - "integrity": "sha512-6a1bR6YuWdwMnnsD0lSWj2HtJ86OVKVN1S3mab6PXfNobzSGC9Sf+ObDPrsLtaC6epOw77luEc1GXC55E71bHw==" + "version": "0.0.287", + "resolved": "https://registry.npmjs.org/solady/-/solady-0.0.287.tgz", + "integrity": "sha512-Cti/U83eqIB0e3UNxZvmkwrFrQCT9YLY1vhVguaWnOVLKzv/OU5tQbKLGpamUzMtcLSxaBjBdhaTlmiciGfhHg==" }, "node_modules/solhint-community": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/solhint-community/-/solhint-community-4.0.0.tgz", - "integrity": "sha512-BERw3qYzkJE64EwvYrp2+iiTN8yAZOJ74FCiL4bTBp7v0JFUvRYCEGZKAqfHcfi/koKkzM6qThsJUceKm9vvfg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/solhint-community/-/solhint-community-3.7.0.tgz", + "integrity": "sha512-8nfdaxVll+IIaEBHFz3CzagIZNNTGp4Mrr+6O4m7c9Bs/L8OcgR/xzZJFwROkGAhV8Nbiv4gqJ42nEXZPYl3Qw==", "dev": true, "dependencies": { "@solidity-parser/parser": "^0.16.0", @@ -5945,14 +5944,14 @@ } }, "solady": { - "version": "0.0.230", - "resolved": "https://registry.npmjs.org/solady/-/solady-0.0.230.tgz", - "integrity": "sha512-6a1bR6YuWdwMnnsD0lSWj2HtJ86OVKVN1S3mab6PXfNobzSGC9Sf+ObDPrsLtaC6epOw77luEc1GXC55E71bHw==" + "version": "0.0.287", + "resolved": "https://registry.npmjs.org/solady/-/solady-0.0.287.tgz", + "integrity": "sha512-Cti/U83eqIB0e3UNxZvmkwrFrQCT9YLY1vhVguaWnOVLKzv/OU5tQbKLGpamUzMtcLSxaBjBdhaTlmiciGfhHg==" }, "solhint-community": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/solhint-community/-/solhint-community-4.0.0.tgz", - "integrity": "sha512-BERw3qYzkJE64EwvYrp2+iiTN8yAZOJ74FCiL4bTBp7v0JFUvRYCEGZKAqfHcfi/koKkzM6qThsJUceKm9vvfg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/solhint-community/-/solhint-community-3.7.0.tgz", + "integrity": "sha512-8nfdaxVll+IIaEBHFz3CzagIZNNTGp4Mrr+6O4m7c9Bs/L8OcgR/xzZJFwROkGAhV8Nbiv4gqJ42nEXZPYl3Qw==", "dev": true, "requires": { "@solidity-parser/parser": "^0.16.0", diff --git a/package.json b/package.json index 2f147fa..308e59c 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ }, "dependencies": { "ethers": "^6.8.1", - "solady": "^0.0.230" + "solady": "^0.0.287" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d5d883..1033661 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^6.8.1 version: 6.9.1 solady: - specifier: ^0.0.230 - version: 0.0.230 + specifier: ^0.0.287 + version: 0.0.287 devDependencies: '@chainlink/contracts': specifier: ^1.2.0 @@ -25,7 +25,7 @@ importers: specifier: ^4.8.2 version: 4.9.5 '@openzeppelin/merkle-tree': - specifier: ^1.0.7 + specifier: ^1.0.4 version: 1.0.7 '@solidstate/contracts': specifier: ^0.0.60 @@ -40,8 +40,8 @@ importers: specifier: ^3.3.3 version: 3.3.3 solhint-community: - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^3.5.0 + version: 3.7.0 packages: @@ -837,11 +837,11 @@ packages: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} - solady@0.0.230: - resolution: {integrity: sha512-6a1bR6YuWdwMnnsD0lSWj2HtJ86OVKVN1S3mab6PXfNobzSGC9Sf+ObDPrsLtaC6epOw77luEc1GXC55E71bHw==} + solady@0.0.287: + resolution: {integrity: sha512-Cti/U83eqIB0e3UNxZvmkwrFrQCT9YLY1vhVguaWnOVLKzv/OU5tQbKLGpamUzMtcLSxaBjBdhaTlmiciGfhHg==} - solhint-community@4.0.0: - resolution: {integrity: sha512-BERw3qYzkJE64EwvYrp2+iiTN8yAZOJ74FCiL4bTBp7v0JFUvRYCEGZKAqfHcfi/koKkzM6qThsJUceKm9vvfg==} + solhint-community@3.7.0: + resolution: {integrity: sha512-8nfdaxVll+IIaEBHFz3CzagIZNNTGp4Mrr+6O4m7c9Bs/L8OcgR/xzZJFwROkGAhV8Nbiv4gqJ42nEXZPYl3Qw==} hasBin: true spawndamnit@2.0.0: @@ -1959,9 +1959,9 @@ snapshots: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - solady@0.0.230: {} + solady@0.0.287: {} - solhint-community@4.0.0: + solhint-community@3.7.0: dependencies: '@solidity-parser/parser': 0.16.2 ajv: 6.12.6