diff --git a/package.json b/package.json index 35a2d76..a8a9001 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@mouse_484/eslint-config-node": "https://eslint-config.mouse484.tk/Node?next", "@mouse_484/eslint-config-prettier": "https://eslint-config.mouse484.tk/Prettier?next", "@mouse_484/eslint-config-typescript": "https://eslint-config.mouse484.tk/TypeScript?next", - "@types/node": "14.14.43", + "@types/node": "15.3.1", "eslint": "7.25.0", "nodemon": "^2.0.7", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index a0003d4..7737d18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -103,10 +103,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@14.14.43": - version "14.14.43" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.43.tgz#26bcbb0595b305400e8ceaf9a127a7f905ae49c8" - integrity sha512-3pwDJjp1PWacPTpH0LcfhgjvurQvrZFBrC6xxjaUEZ7ifUtT32jtjPxEMMblpqd2Mvx+k8haqQJLQxolyGN/cQ== +"@types/node@15.3.1": + version "15.3.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.3.1.tgz#23a06b87eedb524016616e886b116b8fdcb180af" + integrity sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw== "@typescript-eslint/eslint-plugin@^3.10.1": version "3.10.1"