From 40664869c59a92133c19d84df816a6279a86de6f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 28 Sep 2021 21:26:02 +0200 Subject: [PATCH] fix: upgrade @types/node from 16.7.10 to 16.7.13 (#501) Snyk has created this PR to upgrade @types/node from 16.7.10 to 16.7.13. See this package in npm: https://www.npmjs.com/package/@types/node See this project in Snyk: https://app.snyk.io/org/lukemnet/project/31f4df4e-4e87-4525-a2e6-31950e541955?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c25d85..f473bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2366,9 +2366,9 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/node": { - "version": "16.7.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", - "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==" + "version": "16.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.13.tgz", + "integrity": "sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA==" }, "@types/normalize-package-data": { "version": "2.4.0", diff --git a/package.json b/package.json index 597401b..0358cc3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@testing-library/react": "11.2.7", "@testing-library/user-event": "13.2.1", "@types/jest": "26.0.24", - "@types/node": "^16.7.10", + "@types/node": "^16.7.13", "@types/react": "17.0.20", "@types/react-beautiful-dnd": "13.1.2", "@types/react-dom": "17.0.9",