From 4e089b41f23673e62c1d8cc4c0ef4d0ab6dbec60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:35:19 +0200 Subject: [PATCH] build(deps-dev): bump @types/node from 16.7.2 to 16.7.10 (#193) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index af9e345..8abdbd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.0.0", "@types/jest": "27.0.1", - "@types/node": "16.7.2", + "@types/node": "16.7.10", "@types/react": "17.0.19", "@typescript-eslint/eslint-plugin": "4.29.3", "autoprefixer": "10.3.3", @@ -4496,9 +4496,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.7.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.2.tgz", - "integrity": "sha512-TbG4TOx9hng8FKxaVrCisdaxKxqEwJ3zwHoCWXZ0Jw6mnvTInpaB99/2Cy4+XxpXtjNv9/TgfGSvZFyfV/t8Fw==" + "version": "16.7.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", + "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -29685,9 +29685,9 @@ "dev": true }, "@types/node": { - "version": "16.7.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.2.tgz", - "integrity": "sha512-TbG4TOx9hng8FKxaVrCisdaxKxqEwJ3zwHoCWXZ0Jw6mnvTInpaB99/2Cy4+XxpXtjNv9/TgfGSvZFyfV/t8Fw==" + "version": "16.7.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", + "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==" }, "@types/normalize-package-data": { "version": "2.4.1", diff --git a/package.json b/package.json index 7a8d677..959bfec 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.0.0", "@types/jest": "27.0.1", - "@types/node": "16.7.2", + "@types/node": "16.7.10", "@types/react": "17.0.19", "@typescript-eslint/eslint-plugin": "4.29.3", "autoprefixer": "10.3.3",