1
0
Fork 0

Update dependencies

This commit is contained in:
Matthias Kretschmann 2023-11-01 20:05:31 +00:00
parent 15b4cbd8ac
commit cec63464fe
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 265 additions and 84 deletions

333
package-lock.json generated
View File

@ -9,17 +9,17 @@
"version": "5.0.0",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.2.1",
"@astrojs/check": "^0.3.0",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@coingecko/cryptoformat": "^0.6.0",
"@astrojs/sitemap": "^3.0.3",
"@coingecko/cryptoformat": "^0.7.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/query": "^0.2.4",
"@nanostores/query": "^0.2.8",
"@nanostores/react": "^0.7.1",
"@radix-ui/react-select": "^2.0.0",
"@rainbow-me/rainbowkit": "^1.1.3",
"astro": "3.4.0",
"@rainbow-me/rainbowkit": "^1.2.0",
"astro": "3.4.2",
"astro-expressive-code": "^0.26.2",
"astro-redirect-from": "^1.0.4",
"date-fns": "^2.30.0",
@ -27,7 +27,7 @@
"fast-exif": "^2.0.1",
"feather-icons": "^4.29.1",
"fraction.js": "^4.3.7",
"fuse.js": "^6.6.2",
"fuse.js": "^7.0.0",
"motion": "^10.16.4",
"nanostores": "^0.9.4",
"pigeon-maps": "^0.21.3",
@ -36,7 +36,7 @@
"slugify": "^1.6.6",
"swr": "^2.2.4",
"use-debounce": "^9.0.4",
"viem": "^1.18.0",
"viem": "^1.18.2",
"wagmi": "^1.4.5"
},
"devDependencies": {
@ -118,11 +118,11 @@
}
},
"node_modules/@astrojs/check": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.2.1.tgz",
"integrity": "sha512-s85uBS/qjnqsKAeM0VKNWKvNaqvR06ZJupEwr2oT5/6Bti7qB5Vd8KekWIRAu2/WqOXHMFaDJz5D+qSizFnq5g==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@astrojs/check/-/check-0.3.0.tgz",
"integrity": "sha512-S4R9baTTK34K5aFNCj4hn3g1nJRt3bioSG6S4fgborBn0DzU8DqvpctTCF+gUf/x/l1OolVSsYm+N7b1iXrhig==",
"dependencies": {
"@astrojs/language-server": "^2.4.0",
"@astrojs/language-server": "^2.5.0",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"kleur": "^4.1.5",
@ -138,7 +138,8 @@
"node_modules/@astrojs/compiler": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.7.tgz",
"integrity": "sha512-dFU7GAMbpTUGPkRoCoMQrGFlTe3qIiQMSOxIXp/nB1Do4My9uogjEmBHdR5Cwr4i6rc5/1R3Od9v8kU/pkHXGQ=="
"integrity": "sha512-dFU7GAMbpTUGPkRoCoMQrGFlTe3qIiQMSOxIXp/nB1Do4My9uogjEmBHdR5Cwr4i6rc5/1R3Od9v8kU/pkHXGQ==",
"devOptional": true
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.2.1",
@ -146,11 +147,11 @@
"integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A=="
},
"node_modules/@astrojs/language-server": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.4.1.tgz",
"integrity": "sha512-+yHvvcLcyfr1kq2UsQ4/b84EhQo3450MZGRhIA+aw7/1BrJVjWiyOrBi4nVLVyBq8i4a5qIU+MsYu3HdS7kWwQ==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.5.1.tgz",
"integrity": "sha512-CBSGC3lsGnauVloVWq7+8N8F+IRsyiVe/3WevYf0TmmO8aPhmSzbAAF3vhYWfja3/HLtwNJsm6ltfRkMyYOyaQ==",
"dependencies": {
"@astrojs/compiler": "1.5.7",
"@astrojs/compiler": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~1.10.3",
"@volar/language-core": "~1.10.3",
@ -185,6 +186,11 @@
}
}
},
"node_modules/@astrojs/language-server/node_modules/@astrojs/compiler": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.2.1.tgz",
"integrity": "sha512-NJ1lWKzMkyEjE3W5NpPNAVot4/PLF5om/P6ekxNu3iLS05CaYFTcp7WpYMjdCC252b7wkNVAs45FNkVQ+RHW/g=="
},
"node_modules/@astrojs/markdown-remark": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.3.0.tgz",
@ -279,12 +285,12 @@
}
},
"node_modules/@astrojs/sitemap": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.2.tgz",
"integrity": "sha512-ldxCDc0+QHcq2jH4WJFcz5iBc5/SqotEqpT91dhvoLqoRUT5U21rQ6u6qA4FyRVjpd/0Nt1kFjEsRbwoB8IKiQ==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.3.tgz",
"integrity": "sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==",
"dependencies": {
"sitemap": "^7.1.1",
"zod": "3.21.1"
"zod": "^3.22.4"
}
},
"node_modules/@astrojs/telemetry": {
@ -853,9 +859,9 @@
}
},
"node_modules/@coingecko/cryptoformat": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.6.0.tgz",
"integrity": "sha512-XWi9gsUDrJh27NzMRJo1Ll2OzG6A9PCf+74edgPUuyyZ3VMmcVCaQppS4hK4D/ZKIPDGtgaR7AIubcfnoPwbrg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@coingecko/cryptoformat/-/cryptoformat-0.7.0.tgz",
"integrity": "sha512-X/CWInfbuTI6qR7f5U93ExRHTqcGxAXlvVNH/jLgN6BhtV+zm1QRwNG8q4AYB6cpbNg/BZAVC+CIxXOt5YOIBg==",
"engines": {
"node": ">=10"
}
@ -2035,11 +2041,11 @@
}
},
"node_modules/@nanostores/query": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@nanostores/query/-/query-0.2.4.tgz",
"integrity": "sha512-DCQWQsqjABf4/5eN4opGt9MbD6opNxGyewmR/yRAEB999WCl+Cgz6G6WTy37KiKNRjkBP0yK6GN6BEvgnhDoIQ==",
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@nanostores/query/-/query-0.2.8.tgz",
"integrity": "sha512-cJVUmiV7s5SqW4gERkAFn5PVp0VD+A5LU5DwN/OgPONHEKWz5IFsC4pkY5JiVHgwl1xD899tc6G8CIfqmsf5Dg==",
"dependencies": {
"nanoevents": "7"
"nanoevents": "^8.0.0"
},
"engines": {
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
@ -2686,9 +2692,9 @@
}
},
"node_modules/@rainbow-me/rainbowkit": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@rainbow-me/rainbowkit/-/rainbowkit-1.1.3.tgz",
"integrity": "sha512-sgklyUmKFFholbRxjbnkQwzlC0wsP0GnCKl6d+4qTpBbQK3P2kfCM9AcDWdkTv3XVQ40fByE8mc3jJ+rI8JdIw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@rainbow-me/rainbowkit/-/rainbowkit-1.2.0.tgz",
"integrity": "sha512-XjdeX31GwFdRR/1rCRqPXiO94nbq2qOlnaox5P4K/KMRIUwyelKzak27uWw8Krmor/Hcrd5FisfepGDS0tUfEA==",
"dependencies": {
"@vanilla-extract/css": "1.9.1",
"@vanilla-extract/dynamic": "2.0.2",
@ -2696,7 +2702,8 @@
"clsx": "1.1.1",
"i18n-js": "^4.3.2",
"qrcode": "1.5.0",
"react-remove-scroll": "2.5.4"
"react-remove-scroll": "2.5.4",
"ua-parser-js": "^1.0.35"
},
"engines": {
"node": ">=12.4"
@ -3827,11 +3834,11 @@
"dev": true
},
"node_modules/@volar/kit": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/kit/-/kit-1.10.4.tgz",
"integrity": "sha512-ha6xNFwkLoRysR90JqJ05xKhjZ3vUMkxjOBif6MaS1eF4sVip2579fygSPsAXviT81gA+oyWJeKBWD8nhdnxIg==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/kit/-/kit-1.10.10.tgz",
"integrity": "sha512-V2SyUPCPUhueqH8j5t48LJ0QsjExGSXzTv/XOdkUHV7hJ/ekyRGFqKxcfBtMq/nK6Tgu2G1ba+6u0d7e6wKcQw==",
"dependencies": {
"@volar/language-service": "1.10.4",
"@volar/language-service": "1.10.10",
"typesafe-path": "^0.2.2",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
@ -3841,24 +3848,24 @@
}
},
"node_modules/@volar/language-core": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.10.4.tgz",
"integrity": "sha512-Na69qA6uwVIdA0rHuOc2W3pHtVQQO8hCNim7FOaKNpRJh0oAFnu5r9i7Oopo5C4cnELZkPNjTrbmpcCTiW+CMQ==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.10.10.tgz",
"integrity": "sha512-nsV1o3AZ5n5jaEAObrS3MWLBWaGwUj/vAsc15FVNIv+DbpizQRISg9wzygsHBr56ELRH8r4K75vkYNMtsSNNWw==",
"dependencies": {
"@volar/source-map": "1.10.4"
"@volar/source-map": "1.10.10"
}
},
"node_modules/@volar/language-server": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-1.10.4.tgz",
"integrity": "sha512-LhCz5GTdA6nRy35GIqCnYRljWC+C+sPT/AF5FNZnSjUn9I/Ug5io2LI2RnMLCKFQM1v9VFePHMiHBl639Rf6Kw==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/language-server/-/language-server-1.10.10.tgz",
"integrity": "sha512-F2PRBU+CRjT7L9qe8bjof/uz/LbAXVmgwNU2gOSX2y1bUl3E8DHmD0dB6pwIVublvkx+Ivg/0r3Z6oyxfPPruQ==",
"dependencies": {
"@volar/language-core": "1.10.4",
"@volar/language-service": "1.10.4",
"@volar/typescript": "1.10.4",
"@volar/language-core": "1.10.10",
"@volar/language-service": "1.10.10",
"@volar/typescript": "1.10.10",
"@vscode/l10n": "^0.0.16",
"path-browserify": "^1.0.1",
"request-light": "^0.7.0",
"typesafe-path": "^0.2.2",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-languageserver-textdocument": "^1.0.11",
@ -3866,31 +3873,32 @@
}
},
"node_modules/@volar/language-service": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-1.10.4.tgz",
"integrity": "sha512-SGDsmGojVJi7RiHM9WON4O2Ed7PbjU+3gzEn0lODxK5qa+PDGzzSaFWIQeCp8Av+ef5uhZ4gJcTUR3AmD/29HQ==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/language-service/-/language-service-1.10.10.tgz",
"integrity": "sha512-P4fiPWDI6fLGO6BghlksCVHs1nr9gvWAMDyma3Bca4aowxXusxjUVTsnJq0EVorIN5uIr1Xel4B/tNdXt/IKyw==",
"dependencies": {
"@volar/language-core": "1.10.4",
"@volar/source-map": "1.10.4",
"@volar/language-core": "1.10.10",
"@volar/source-map": "1.10.10",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
}
},
"node_modules/@volar/source-map": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.10.4.tgz",
"integrity": "sha512-RxZdUEL+pV8p+SMqnhVjzy5zpb1QRZTlcwSk4bdcBO7yOu4rtEWqDGahVCEj4CcXour+0yJUMrMczfSCpP9Uxg==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.10.10.tgz",
"integrity": "sha512-GVKjLnifV4voJ9F0vhP56p4+F3WGf+gXlRtjFZsv6v3WxBTWU3ZVeaRaEHJmWrcv5LXmoYYpk/SC25BKemPRkg==",
"dependencies": {
"muggle-string": "^0.3.1"
}
},
"node_modules/@volar/typescript": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.10.4.tgz",
"integrity": "sha512-BCCUEBASBEMCrz7qmNSi2hBEWYsXD0doaktRKpmmhvb6XntM2sAWYu6gbyK/MluLDgluGLFiFRpWgobgzUqolg==",
"version": "1.10.10",
"resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.10.10.tgz",
"integrity": "sha512-4a2r5bdUub2m+mYVnLu2wt59fuoYWe7nf0uXtGHU8QQ5LDNfzAR0wK7NgDiQ9rcl2WT3fxT2AA9AylAwFtj50A==",
"dependencies": {
"@volar/language-core": "1.10.4"
"@volar/language-core": "1.10.10",
"path-browserify": "^1.0.1"
}
},
"node_modules/@vscode/emmet-helper": {
@ -5272,9 +5280,9 @@
}
},
"node_modules/astro": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.4.0.tgz",
"integrity": "sha512-nTOFxrPOnmACl8noTPkRJkaEOMx4wZy4QCLB2aDL3Lm+AiEaVcgH7YQ4GpCl72zSNXp/A7hGdUgcXbC4XYHOCQ==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-3.4.2.tgz",
"integrity": "sha512-t+EjGXvmr8/x/3punIC7aGHwaseRYV4uWVaEcffUXFpGRv6z7UNffQwjyyuPjWbDj2pOPquKhQE1GnfK0V4ZNw==",
"dependencies": {
"@astrojs/compiler": "^2.1.0",
"@astrojs/internal-helpers": "0.2.1",
@ -5310,6 +5318,7 @@
"js-yaml": "^4.1.0",
"kleur": "^4.1.4",
"magic-string": "^0.30.3",
"mdast-util-to-hast": "12.3.0",
"mime": "^3.0.0",
"ora": "^7.0.1",
"p-limit": "^4.0.0",
@ -5332,7 +5341,7 @@
"vitefu": "^0.2.4",
"which-pm": "^2.1.1",
"yargs-parser": "^21.1.1",
"zod": "3.21.1"
"zod": "^3.22.4"
},
"bin": {
"astro": "astro.js"
@ -5489,11 +5498,144 @@
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.1.0.tgz",
"integrity": "sha512-Mp+qrNhly+27bL/Zq8lGeUY+YrdoU0eDfIlAeGIPrzt0PnI/jGpvPUdCaugv4zbCrDkOUScFfcbeEiYumrdJnw=="
},
"node_modules/astro/node_modules/@types/hast": {
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.7.tgz",
"integrity": "sha512-EVLigw5zInURhzfXUM65eixfadfsHKomGKUakToXo84t8gGIJuTcD2xooM2See7GyQ7DRtYjhCHnSUQez8JaLw==",
"dependencies": {
"@types/unist": "^2"
}
},
"node_modules/astro/node_modules/@types/mdast": {
"version": "3.0.14",
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.14.tgz",
"integrity": "sha512-gVZ04PGgw1qLZKsnWnyFv4ORnaJ+DXLdHTVSFbU8yX6xZ34Bjg4Q32yPkmveUP1yItXReKfB0Aknlh/3zxTKAw==",
"dependencies": {
"@types/unist": "^2"
}
},
"node_modules/astro/node_modules/@types/unist": {
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz",
"integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw=="
},
"node_modules/astro/node_modules/mdast-util-definitions": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
"integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
"dependencies": {
"@types/mdast": "^3.0.0",
"@types/unist": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/mdast-util-to-hast": {
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
"integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
"dependencies": {
"@types/hast": "^2.0.0",
"@types/mdast": "^3.0.0",
"mdast-util-definitions": "^5.0.0",
"micromark-util-sanitize-uri": "^1.1.0",
"trim-lines": "^3.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/micromark-util-character": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
"integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
],
"dependencies": {
"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0"
}
},
"node_modules/astro/node_modules/micromark-util-encode": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
"integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
]
},
"node_modules/astro/node_modules/micromark-util-sanitize-uri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
"integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
],
"dependencies": {
"micromark-util-character": "^1.0.0",
"micromark-util-encode": "^1.0.0",
"micromark-util-symbol": "^1.0.0"
}
},
"node_modules/astro/node_modules/micromark-util-symbol": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
"integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
]
},
"node_modules/astro/node_modules/micromark-util-types": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
"integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
]
},
"node_modules/astro/node_modules/tsconfck": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
@ -5525,6 +5667,18 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/unist-util-position": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz",
"integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/unist-util-visit": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
@ -8495,9 +8649,9 @@
}
},
"node_modules/fuse.js": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
"integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz",
"integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==",
"engines": {
"node": ">=10"
}
@ -13158,11 +13312,11 @@
"integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg=="
},
"node_modules/nanoevents": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/nanoevents/-/nanoevents-7.0.1.tgz",
"integrity": "sha512-o6lpKiCxLeijK4hgsqfR6CNToPyRU3keKyyI6uwuHRvpRTbZ0wXw51WRgyldVugZqoJfkGFrjrIenYH3bfEO3Q==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/nanoevents/-/nanoevents-8.0.0.tgz",
"integrity": "sha512-bYYwNCdNc5ea6/Lwh1uioU1/7aaKa3EPmNQ2weTm8PWSpbWrsaWHePe0Zq4SF+D3F3JX3cn+QdktOPCf1meOqw==",
"engines": {
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
}
},
"node_modules/nanoid": {
@ -13954,6 +14108,11 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/path-browserify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g=="
},
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
@ -18490,6 +18649,28 @@
"semver": "^7.3.8"
}
},
"node_modules/ua-parser-js": {
"version": "1.0.37",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz",
"integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/ua-parser-js"
},
{
"type": "paypal",
"url": "https://paypal.me/faisalman"
},
{
"type": "github",
"url": "https://github.com/sponsors/faisalman"
}
],
"engines": {
"node": "*"
}
},
"node_modules/uc.micro": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@ -19046,9 +19227,9 @@
"integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw=="
},
"node_modules/viem": {
"version": "1.18.0",
"resolved": "https://registry.npmjs.org/viem/-/viem-1.18.0.tgz",
"integrity": "sha512-NeKi5RFj7fHdsnk5pojivHFLkTyBWyehxeSE/gSPTDJKCWnR9i+Ra0W++VwN5ghciEG55O8b4RdpYhzGmhnr7A==",
"version": "1.18.2",
"resolved": "https://registry.npmjs.org/viem/-/viem-1.18.2.tgz",
"integrity": "sha512-ifobXCKwzztmjHbHowAWqTASO6tAqF6udKB9ONXkJQU1cmt830MABiMwJGtTO9Gb9ION1N+324G7nHDbpPn4wg==",
"funding": [
{
"type": "github",
@ -20325,9 +20506,9 @@
}
},
"node_modules/zod": {
"version": "3.21.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz",
"integrity": "sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==",
"version": "3.22.4",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
"integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}

View File

@ -48,17 +48,17 @@
]
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@astrojs/check": "^0.3.0",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@coingecko/cryptoformat": "^0.6.0",
"@astrojs/sitemap": "^3.0.3",
"@coingecko/cryptoformat": "^0.7.0",
"@nanostores/persistent": "^0.9.1",
"@nanostores/query": "^0.2.4",
"@nanostores/query": "^0.2.8",
"@nanostores/react": "^0.7.1",
"@radix-ui/react-select": "^2.0.0",
"@rainbow-me/rainbowkit": "^1.1.3",
"astro": "3.4.0",
"@rainbow-me/rainbowkit": "^1.2.0",
"astro": "3.4.2",
"astro-expressive-code": "^0.26.2",
"astro-redirect-from": "^1.0.4",
"date-fns": "^2.30.0",
@ -66,7 +66,7 @@
"fast-exif": "^2.0.1",
"feather-icons": "^4.29.1",
"fraction.js": "^4.3.7",
"fuse.js": "^6.6.2",
"fuse.js": "^7.0.0",
"motion": "^10.16.4",
"nanostores": "^0.9.4",
"pigeon-maps": "^0.21.3",
@ -75,7 +75,7 @@
"slugify": "^1.6.6",
"swr": "^2.2.4",
"use-debounce": "^9.0.4",
"viem": "^1.18.0",
"viem": "^1.18.2",
"wagmi": "^1.4.5"
},
"devDependencies": {