Skip to content

Commit

Permalink
Bump package versions (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored May 18, 2024
1 parent da0883c commit ff3bfe4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"docs:serve": "vitepress serve docs --port 8082",
"format": "prettier --write --cache \"./**/*.{js,vue,md,json,yaml}\" --loglevel silent",
"format:check": "prettier --check --cache \"./**/*.{js,vue,md,json,yaml}\"",
"prepare": "husky install",
"prepare": "husky",
"flex:build": "node libs/flexBuildIndexes.js; yarn format;",
"flex:test": "node libs/flexTestSearch.js;",
"axios:build": "node libs/axiosBuildScripts.js; yarn format;",
"zip:create": "node libs/createZipFiles.js;",
"zip:config-check": "node libs/checkZipConfigs.js;"
},
"devDependencies": {
"@api3/chains": "^4.17.0",
"adm-zip": "^0.5.10",
"axios": "^1.6.0",
"@api3/chains": "^6.2.0",
"adm-zip": "^0.5.12",
"axios": "^1.6.8",
"colors": "^1.4.0",
"diff": "^5.1.0",
"diff": "^5.2.0",
"ethers": "^6.5.1",
"file": "^0.2.2",
"flexsearch": "^0.7.31",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"html-dom-parser": "^3.1.7",
"husky": "^8.0.1",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"oust": "^2.0.0",
"oust": "^2.0.4",
"prettier": "^2.8.1",
"tiny-emitter": "^2.1.0",
"vitepress": "^1.0.0-rc.31",
Expand Down
82 changes: 41 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
"@algolia/logger-common" "4.19.1"
"@algolia/requester-common" "4.19.1"

"@api3/chains@^4.17.0":
version "4.17.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.17.0.tgz#e990112dd33938dc36911638509dce5a405c3647"
integrity sha512-3o2f6DUwaKnjHJ3pZruWFpe2j9UvKtJsYDIhOYAGe02P0voWyDh+xVbCKPjPr1q75EGbftyK4OezK6vYx8LNTQ==
"@api3/chains@^6.2.0":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-6.2.0.tgz#10c31695a9d60d5af06e7ef029150b70ca93967f"
integrity sha512-TjwOACEO896lBTOFN7sLMn7zsNZkWsBbXN+Y1nf7lyyZTx8GBFx8kLj2eho1jcKa5EPvi3ADUss3L4/6v2s5vw==
dependencies:
viem "^2.9.6"
zod "^3.22.4"
viem "^2.9.29"
zod "^3.23.5"

"@babel/parser@^7.23.3":
version "7.23.5"
Expand Down Expand Up @@ -616,10 +616,10 @@ abitype@1.0.0:
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.0.tgz#237176dace81d90d018bebf3a45cb42f2a2d9e97"
integrity sha512-NMeMah//6bJ56H5XRj8QCV4AwuW6hB6zqz2LnhhLdcWVQOsXki6/Pn3APeqxCma62nXIcmZWdu1DlHWS74umVQ==

adm-zip@^0.5.10:
version "0.5.10"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.10.tgz#4a51d5ab544b1f5ce51e1b9043139b639afff45b"
integrity sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==
adm-zip@^0.5.12:
version "0.5.12"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.12.tgz#87786328e91d54b37358d8a50f954c4cd73ba60b"
integrity sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==

aes-js@4.0.0-beta.5:
version "4.0.0-beta.5"
Expand Down Expand Up @@ -663,12 +663,12 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
axios@^1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -790,10 +790,10 @@ devlop@^1.0.0:
dependencies:
dequal "^2.0.0"

diff@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40"
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
diff@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==

dom-serializer@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -911,7 +911,7 @@ focus-trap@^7.5.4:
dependencies:
tabbable "^6.2.0"

follow-redirects@^1.15.0:
follow-redirects@^1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
Expand Down Expand Up @@ -1086,10 +1086,10 @@ htmlparser2@^8.0.1:
domutils "^3.0.1"
entities "^4.3.0"

husky@^8.0.1:
version "8.0.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
husky@^9.0.11:
version "9.0.11"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9"
integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==

is-extendable@^0.1.0:
version "0.1.1"
Expand Down Expand Up @@ -1215,10 +1215,10 @@ minimatch@^3.0.2, minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimist@^1.2.5:
version "1.2.7"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

minisearch@^6.3.0:
version "6.3.0"
Expand Down Expand Up @@ -1247,13 +1247,13 @@ nth-check@^2.0.1:
dependencies:
boolbase "^1.0.0"

oust@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/oust/-/oust-2.0.0.tgz#fd97cfed2b6988a539f70e27472a0fe72fb43bc8"
integrity sha512-YJ/ovpf26aOItskjsTf7dvbB3cIaPRGIY2e9CLgQxqsyWNFyAYzKVb6UCw1Hv35EJHQLdC2gY8FBuKDB0bPKpg==
oust@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/oust/-/oust-2.0.4.tgz#d19c93880f0a1e8d7b9c7d9a4f6d7a6276ecffce"
integrity sha512-hGFMHndpX0TDdc9bck8bAet7kmVD+lmJnABWYV4RNjjQ+XO2mEhwSK5o15NxAZ9C8qc7rdvqGdnA/0wRP8Ugtg==
dependencies:
cheerio "^1.0.0-rc.12"
minimist "^1.2.5"
minimist "^1.2.8"

parse5-htmlparser2-tree-adapter@^7.0.0:
version "7.0.0"
Expand Down Expand Up @@ -1480,10 +1480,10 @@ vfile@^6.0.0:
unist-util-stringify-position "^4.0.0"
vfile-message "^4.0.0"

viem@^2.9.6:
version "2.9.16"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.16.tgz#2127871db1908a70798eddb820024b5f0ddc9152"
integrity sha512-FQRfN4G7uKEUs5DYvVrH/kZmTkwcSDpTBxnadpwG1EEP8nHm57WDpSaGN7PwSPVgJ6rMo5MENT5hgnqaNTlb2w==
viem@^2.9.29:
version "2.10.3"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.10.3.tgz#7ddbbd6dd7ae356546b7afc1b878b8b054833c3b"
integrity sha512-GmPMH+D/SDSXpVSjLM0GN1H1/h4NUPHaIqnFLwAit8nkfCiDuajKflGFiMPCIs1h7QZlBICuKvON/rc09H+w6Q==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down Expand Up @@ -1575,10 +1575,10 @@ ws@8.5.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==

zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==
zod@^3.23.5:
version "3.23.8"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==

zwitch@^2.0.0, zwitch@^2.0.4:
version "2.0.4"
Expand Down

0 comments on commit ff3bfe4

Please sign in to comment.