1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

Bump viem from 1.18.2 to 1.18.6 (#856)

Bumps [viem](https://github.com/wagmi-dev/viem) from 1.18.2 to 1.18.6.
- [Release notes](https://github.com/wagmi-dev/viem/releases)
- [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.18.2...viem@1.18.6)

---
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] 2023-11-05 23:05:22 +00:00 committed by GitHub
parent 5a431bce58
commit f1fe7ad764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -35,7 +35,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"swr": "^2.2.4", "swr": "^2.2.4",
"viem": "^1.18.2", "viem": "^1.18.6",
"wagmi": "^1.4.5" "wagmi": "^1.4.5"
}, },
"devDependencies": { "devDependencies": {
@ -19215,9 +19215,9 @@
"integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw=="
}, },
"node_modules/viem": { "node_modules/viem": {
"version": "1.18.2", "version": "1.18.6",
"resolved": "https://registry.npmjs.org/viem/-/viem-1.18.2.tgz", "resolved": "https://registry.npmjs.org/viem/-/viem-1.18.6.tgz",
"integrity": "sha512-ifobXCKwzztmjHbHowAWqTASO6tAqF6udKB9ONXkJQU1cmt830MABiMwJGtTO9Gb9ION1N+324G7nHDbpPn4wg==", "integrity": "sha512-oKkrxF2aqxjJ4pmm0ko7j+ZFRekP6VGIknSroV+6+dF+T31bscltPZwJ0fOJDxCOVhoVtxrKFRTkkasEVDblUA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@ -75,7 +75,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"slugify": "^1.6.6", "slugify": "^1.6.6",
"swr": "^2.2.4", "swr": "^2.2.4",
"viem": "^1.18.2", "viem": "^1.18.6",
"wagmi": "^1.4.5" "wagmi": "^1.4.5"
}, },
"devDependencies": { "devDependencies": {