Skip to content

Commit 1f94a6f

Browse files
chore: update dependency @types/node to v12.20.46 (#3028)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9ac6872 commit 1f94a6f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@commitlint/test": "^16.0.0",
4141
"@commitlint/utils": "^16.2.1",
42-
"@types/node": "12.20.45",
42+
"@types/node": "12.20.46",
4343
"@types/yargs": "^17.0.0",
4444
"execa": "^5.0.0",
4545
"fs-extra": "^10.0.0"

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -2496,16 +2496,21 @@
24962496
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b"
24972497
integrity sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==
24982498

2499-
"@types/[email protected].45", "@types/node@^12.20.27":
2500-
version "12.20.45"
2501-
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz#f4980d177999299d99cd4b290f7f39366509a44f"
2502-
integrity sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w==
2499+
"@types/[email protected].46":
2500+
version "12.20.46"
2501+
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.46.tgz#7e49dee4c54fd19584e6a9e0da5f3dc2e9136bc7"
2502+
integrity sha512-cPjLXj8d6anFPzFvOPxS3fvly3Shm5nTfl6g8X5smexixbuGUf7hfr21J5tX9JW+UPStp/5P5R8qrKL5IyVJ+A==
25032503

25042504
"@types/node@>=12":
25052505
version "17.0.15"
25062506
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
25072507
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
25082508

2509+
"@types/node@^12.20.27":
2510+
version "12.20.45"
2511+
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.45.tgz#f4980d177999299d99cd4b290f7f39366509a44f"
2512+
integrity sha512-1Jg2Qv5tuxBqgQV04+wO5u+wmSHbHgpORCJdeCLM+E+YdPElpdHhgywU+M1V1InL8rfOtpqtOjswk+uXTKwx7w==
2513+
25092514
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
25102515
version "2.4.1"
25112516
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)