diff --git a/package.json b/package.json index 35e2784..a3e596d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@types/jest": "^25.2.1", "@types/jest-specific-snapshot": "^0.5.4", - "@types/node": "^13.1.2", + "@types/node": "^18.11.5", "@types/react": "^16.7.22", "@types/styled-components": "^5.1.9", "jest": "^24.1.0", diff --git a/yarn.lock b/yarn.lock index 3fda6f4..4c6c4af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -383,10 +383,10 @@ jest-diff "^25.2.1" pretty-format "^25.2.1" -"@types/node@^13.1.2": - version "13.11.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7" - integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g== +"@types/node@^18.11.5": + version "18.11.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.5.tgz#1bc94cf2f9ab5fe33353bc7c79c797dcc5325bef" + integrity sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ== "@types/prop-types@*": version "15.5.8"