From ed584c0e21df1092772ace82be9d776d6d83b7a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 08:45:36 +0000 Subject: [PATCH] update: update dependency @types/node to v16 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 473dfcd..8408d25 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/chai-as-promised": "7.1.4", "@types/mocha": "9.1.0", "@types/mock-fs": "4.13.1", - "@types/node": "14.18.9", + "@types/node": "16.11.22", "@types/sinon-chai": "3.2.8", "@types/source-map-support": "0.5.4", "@typescript-eslint/eslint-plugin": "5.10.1", diff --git a/yarn.lock b/yarn.lock index d6997b9..2192441 100644 --- a/yarn.lock +++ b/yarn.lock @@ -310,10 +310,10 @@ resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/node/-/node-12.20.24.tgz#c37ac69cb2948afb4cef95f424fa0037971a9a5c" integrity sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ== -"@types/node@14.18.9": - version "14.18.9" - resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/node/-/node-14.18.9.tgz#0e5944eefe2b287391279a19b407aa98bd14436d" - integrity sha512-j11XSuRuAlft6vLDEX4RvhqC0KxNxx6QIyMXNb0vHHSNPXTPeiy3algESWmOOIzEtiEL0qiowPU3ewW9hHVa7Q== +"@types/node@16.11.22": + version "16.11.22" + resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/node/-/node-16.11.22.tgz#e704150225bfc4195f8ce68a7ac8da02b753549a" + integrity sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA== "@types/normalize-package-data@^2.4.0": version "2.4.0"