1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

Bump viem from 2.18.2 to 2.18.7 (#951)

Bumps [viem](https://github.com/wevm/viem) from 2.18.2 to 2.18.7.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.18.2...viem@2.18.7)

---
updated-dependencies:
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-02 13:17:10 +01:00 committed by GitHub
parent fe5cf50a12
commit f4d764c25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -37,7 +37,7 @@
"sharp": "^0.33.4",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"viem": "^2.18.2",
"viem": "^2.18.7",
"wagmi": "^2.12.1"
},
"devDependencies": {
@ -21735,16 +21735,15 @@
}
},
"node_modules/viem": {
"version": "2.18.2",
"resolved": "https://registry.npmjs.org/viem/-/viem-2.18.2.tgz",
"integrity": "sha512-kTji8L4wD7Yak9DicXOo7ksuipPvDUCkvJY6DXMCTvGEiJJPKwa4WydfKvzhOUFmT8A2uZTx2vL0n9/eb8S9Zw==",
"version": "2.18.7",
"resolved": "https://registry.npmjs.org/viem/-/viem-2.18.7.tgz",
"integrity": "sha512-0Xy5ypk+n4lYthsvC96jsZE97quKoq1t53RrbhKElmq84Dt705uUjQDgH0/LqAV02Oe6341M3jPTU9JLbs2K2Q==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wevm"
}
],
"license": "MIT",
"dependencies": {
"@adraffy/ens-normalize": "1.10.0",
"@noble/curves": "1.4.0",

View File

@ -61,7 +61,7 @@
"sharp": "^0.33.4",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"viem": "^2.18.2",
"viem": "^2.18.7",
"wagmi": "^2.12.1"
},
"devDependencies": {