From b7795f4ef62eefae03a5b0dd9233c060979a82f3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 3 Feb 2023 18:04:19 +0100 Subject: [PATCH] chore(deps): add `@types/node` --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index a672263a..8a701405 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "@nuxt/module-builder": "^0.2.1", "@nuxtjs/eslint-config-typescript": "^12.0.0", "@types/lodash-es": "^4.17.6", + "@types/node": "^18.11.18", "eslint": "^8.33.0", "nuxt": "^3.1.2", "standard-version": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index bedda23c..2a3aa8b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1263,6 +1263,11 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== +"@types/node@^18.11.18": + version "18.11.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" + integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"