diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 37ae398..48acba3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2234,9 +2234,9 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/node": { - "version": "12.12.67", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.67.tgz", - "integrity": "sha512-R48tgL2izApf+9rYNH+3RBMbRpPeW3N8f0I9HMhggeq4UXwBDqumJ14SDs4ctTMhG11pIOduZ4z3QWGOiMc9Vg==" + "version": "14.14.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.3.tgz", + "integrity": "sha512-33/L34xS7HVUx23e0wOT2V1qPF1IrHgQccdJVm9uXGTB9vFBrrzBtkQymT8VskeKOxjz55MSqMv0xuLq+u98WQ==" }, "@types/parse-json": { "version": "4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e16c831..9bc6a4d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@types/jest": "^24.9.1", - "@types/node": "^12.12.67", + "@types/node": "^14.14.3", "@types/react": "^16.9.52", "@types/react-dom": "^16.9.8", "@types/react-map-gl": "^5.2.7",