From fbecd296389e2a7ef38f3dd0a861f152cb8fdd20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:53:57 +0800 Subject: [PATCH] chore: update dependency @types/node to v12.20.45 (#3021) Co-authored-by: Renovate Bot --- @commitlint/cli/package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index dd6b3edde0..a8235213a6 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@commitlint/test": "^16.0.0", "@commitlint/utils": "^16.0.0", - "@types/node": "12.20.43", + "@types/node": "12.20.45", "@types/yargs": "^17.0.0", "execa": "^5.0.0", "fs-extra": "^10.0.0" diff --git a/yarn.lock b/yarn.lock index 9d5462edfc..45c5ecdc11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2496,21 +2496,16 @@ resolved "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b" integrity sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg== -"@types/node@12.20.43": - version "12.20.43" - resolved "https://registry.npmjs.org/@types/node/-/node-12.20.43.tgz#6cf47894da4a4748c62fccf720ba269e1b1ff5a4" - integrity sha512-HCfJdaYqJX3BCzeihgZrD7b85Cu05OC/GVJ4kEYIflwUs4jbnUlLLWoq7hw1LBcdvUyehO+gr6P5JQ895/2ZfA== +"@types/node@12.20.45", "@types/node@^12.20.27": + version "12.20.45" + resolved "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz#f4980d177999299d99cd4b290f7f39366509a44f" + integrity sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w== "@types/node@>=12": version "17.0.15" resolved "https://registry.npmjs.org/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a" integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA== -"@types/node@^12.20.27": - version "12.20.45" - resolved "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz#f4980d177999299d99cd4b290f7f39366509a44f" - integrity sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w== - "@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1": version "2.4.1" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"