diff --git a/example/package-lock.json b/example/package-lock.json index 4e9681d..355ceab 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ "@etherspot/transaction-kit": "file:./../", "@mui/lab": "^5.0.0-alpha.118", "@mui/material": "^5.11.7", - "@types/node": "^16.18.11", + "@types/node": "^16.18.70", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "ethers": "^5.7.2", @@ -4799,9 +4799,9 @@ "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" }, "node_modules/@types/node": { - "version": "16.18.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.12.tgz", - "integrity": "sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw==" + "version": "16.18.70", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.70.tgz", + "integrity": "sha512-8eIk20G5VVVQNZNouHjLA2b8utE2NvGybLjMaF4lyhA9uhGwnmXF8o+icdXKGSQSNANJewXva/sFUoZLwAaYAg==" }, "node_modules/@types/parse-json": { "version": "4.0.0", diff --git a/example/package.json b/example/package.json index f124f78..a6a4414 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ "@etherspot/transaction-kit": "file:./../", "@mui/lab": "^5.0.0-alpha.118", "@mui/material": "^5.11.7", - "@types/node": "^16.18.11", + "@types/node": "^16.18.70", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "ethers": "^5.7.2",