diff --git a/package-lock.json b/package-lock.json index d51ffb9..ddf7382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.0.0", "@types/jest": "26.0.24", - "@types/node": "16.0.0", + "@types/node": "16.0.3", "@types/react": "17.0.13", "@types/styled-jsx": "2.2.9", "@typescript-eslint/eslint-plugin": "4.28.2", @@ -4429,9 +4429,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.0.tgz", - "integrity": "sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==" + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.3.tgz", + "integrity": "sha512-QhhSbE1wJMbh+lDsb9G6UFmyojhEgoO7dFVDBkli80sp3sPFojGh6TJXsht9Qbe2VWi91pbj08+1Kvue61RwsQ==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.0", @@ -27437,9 +27437,9 @@ "dev": true }, "@types/node": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.0.tgz", - "integrity": "sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==" + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.3.tgz", + "integrity": "sha512-QhhSbE1wJMbh+lDsb9G6UFmyojhEgoO7dFVDBkli80sp3sPFojGh6TJXsht9Qbe2VWi91pbj08+1Kvue61RwsQ==" }, "@types/normalize-package-data": { "version": "2.4.0", diff --git a/package.json b/package.json index 0703c19..b524d51 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.0.0", "@types/jest": "26.0.24", - "@types/node": "16.0.0", + "@types/node": "16.0.3", "@types/react": "17.0.13", "@types/styled-jsx": "2.2.9", "@typescript-eslint/eslint-plugin": "4.28.2",