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

Bump viem from 1.18.6 to 1.19.11 (#865)

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

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

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-12-11 23:27:54 +00:00 committed by GitHub
parent e701b0133e
commit 2938c4854a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
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.6", "viem": "^1.19.11",
"wagmi": "^1.4.5" "wagmi": "^1.4.5"
}, },
"devDependencies": { "devDependencies": {
@ -100,9 +100,9 @@
"devOptional": true "devOptional": true
}, },
"node_modules/@adraffy/ens-normalize": { "node_modules/@adraffy/ens-normalize": {
"version": "1.9.4", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.9.4.tgz", "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz",
"integrity": "sha512-UK0bHA7hh9cR39V+4gl2/NnBBjoXIxkuWAPCaY4X7fbH4L/azIi7ilWOCjMUYfpJgraLUAqkRi2BqrjME8Rynw==" "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q=="
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
"version": "2.2.1", "version": "2.2.1",
@ -19215,17 +19215,17 @@
"integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw=="
}, },
"node_modules/viem": { "node_modules/viem": {
"version": "1.18.6", "version": "1.19.11",
"resolved": "https://registry.npmjs.org/viem/-/viem-1.18.6.tgz", "resolved": "https://registry.npmjs.org/viem/-/viem-1.19.11.tgz",
"integrity": "sha512-oKkrxF2aqxjJ4pmm0ko7j+ZFRekP6VGIknSroV+6+dF+T31bscltPZwJ0fOJDxCOVhoVtxrKFRTkkasEVDblUA==", "integrity": "sha512-dbsXEWDBZkByuzJXAs/e01j7dpUJ5ICF5WcyntFwf8Y97n5vnC/91lAleSa6DA5V4WJvYZbhDpYeTctsMAQnhA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/wagmi-dev" "url": "https://github.com/sponsors/wevm"
} }
], ],
"dependencies": { "dependencies": {
"@adraffy/ens-normalize": "1.9.4", "@adraffy/ens-normalize": "1.10.0",
"@noble/curves": "1.2.0", "@noble/curves": "1.2.0",
"@noble/hashes": "1.3.2", "@noble/hashes": "1.3.2",
"@scure/bip32": "1.3.2", "@scure/bip32": "1.3.2",

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.6", "viem": "^1.19.11",
"wagmi": "^1.4.5" "wagmi": "^1.4.5"
}, },
"devDependencies": { "devDependencies": {