Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2023
1 parent 7d831da commit b491292
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 156 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,30 @@
"@typechain/hardhat": "8.0.3",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "20.4.9",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.15",
"chai": "4.3.7",
"dotenv": "16.3.1",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-productsway": "1.2.0",
"ethereum-waffle": "4.0.10",
"ethers": "5.7.2",
"hardhat": "2.17.1",
"hardhat-gas-reporter": "1.0.9",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"p-queue": "7.3.4",
"postcss": "8.4.27",
"prettier": "3.0.1",
"prettier-plugin-solidity": "1.1.3",
"rustywind": "0.17.0",
"rustywind": "0.18.0",
"solgraph": "1.0.2",
"solhint": "3.5.1",
"solhint": "3.6.1",
"solidity-coverage": "0.8.4",
"sort-package-json": "2.5.1",
"tailwindcss": "3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fastify/cors": "8.3.0",
"@fastify/multipart": "7.7.3",
"@fastify/sensible": "5.2.0",
"@sinclair/typebox": "0.30.4",
"@sinclair/typebox": "0.31.0",
"close-with-grace": "1.2.0",
"fastify": "4.21.0",
"fastify-cli": "5.8.0",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/busboy": "1.5.0",
"@types/node": "20.4.9",
"@types/node": "20.5.0",
"@types/tap": "15.0.8",
"cross-env": "7.0.3",
"fast-json-stringify": "5.8.0",
Expand Down
16 changes: 8 additions & 8 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,10 +821,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@sinclair/typebox@0.30.4":
version "0.30.4"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.30.4.tgz#8c918bc127385272a9f988fa2bcf7d3259599e5e"
integrity sha512-wFuuDR+O1OAE2GL0q68h1Ty00RE6Ihcixr55A6TU5RCvOUHnwJw9LGuDVg9NxDiAp7m/YJpa+UaOuLAz0ziyOQ==
"@sinclair/typebox@0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.31.0.tgz#afd4478bf839b276be62e93b4df474d5b01eeb60"
integrity sha512-bL3KIy1cqi4wyKwJZ3szckq0k/IuLluwQ9IB8QMNS2ogHGiqkempV7uO52Tjr79oBgOnlRaOhIf5qkc8HH9KhA==

"@types/[email protected]":
version "1.5.0"
Expand Down Expand Up @@ -853,10 +853,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==

"@types/node@20.4.9":
version "20.4.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.9.tgz#c7164e0f8d3f12dfae336af0b1f7fdec8c6b204f"
integrity sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==
"@types/node@20.5.0":
version "20.5.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313"
integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down
Loading

0 comments on commit b491292

Please sign in to comment.