diff --git a/next.config.js b/next.config.js index 1c424ab..bfeccf9 100644 --- a/next.config.js +++ b/next.config.js @@ -3,3 +3,5 @@ module.exports = { domains: ['avatars.githubusercontent.com', 'raw.githubusercontent.com'], }, }; + +// \ No newline at end of file diff --git a/package.json b/package.json index 9649d40..2846796 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@next/eslint-plugin-next": "^12.0.10", "@testing-library/react": "^12.1.2", "@types/jest": "^27.4.1", - "@types/node": "^16.11.32", + "@types/node": "^18.14.2", "@types/react": "^17.0.38", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", diff --git a/yarn.lock b/yarn.lock index 1c479f0..b0eb735 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1065,10 +1065,10 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@*", "@types/node@^16.11.32": - version "16.11.32" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.32.tgz#ff1a57f7c52dacb3537d22d230654390202774de" - integrity sha512-+fnfNvG5JQdC1uGZiTx+0QVtoOHcggy6+epx65JYroPGsE1uhp+vo5kioiGKsAkor6ocwHteU2EvO7N8vtOZtA== +"@types/node@*", "@types/node@^18.14.2": + version "18.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1" + integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA== "@types/prettier@^2.1.5": version "2.4.2"