diff --git a/.nvmrc b/.nvmrc index 23670da..ec09f38 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.20.4 \ No newline at end of file +20.17.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b96b47f..47330b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@testing-library/user-event": "^14.4.3", "@types/leaflet": "^1.7.9", "@types/lodash.throttle": "^4.1.6", - "@types/node": "^18.11.18", + "@types/node": "^20.0.0", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "@vitejs/plugin-react": "^2.2.0", @@ -1405,13 +1405,13 @@ } }, "node_modules/@types/node": { - "version": "18.19.47", - "resolved": "https://nexus3.linkurious.net/repository/npm/@types/node/-/node-18.19.47.tgz", - "integrity": "sha512-1f7dB3BL/bpd9tnDJrrHb66Y+cVrhxSOTGorRNdHwYTUlTay3HuTDPKo9a/4vX9pMQkhYBcAbL4jQdNlhCFP9A==", + "version": "20.16.2", + "resolved": "https://nexus3.linkurious.net/repository/npm/@types/node/-/node-20.16.2.tgz", + "integrity": "sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/prop-types": { @@ -8002,9 +8002,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://nexus3.linkurious.net/repository/npm/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.19.8", + "resolved": "https://nexus3.linkurious.net/repository/npm/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true, "license": "MIT" }, @@ -9628,12 +9628,12 @@ } }, "@types/node": { - "version": "18.19.47", - "resolved": "https://nexus3.linkurious.net/repository/npm/@types/node/-/node-18.19.47.tgz", - "integrity": "sha512-1f7dB3BL/bpd9tnDJrrHb66Y+cVrhxSOTGorRNdHwYTUlTay3HuTDPKo9a/4vX9pMQkhYBcAbL4jQdNlhCFP9A==", + "version": "20.16.2", + "resolved": "https://nexus3.linkurious.net/repository/npm/@types/node/-/node-20.16.2.tgz", + "integrity": "sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==", "dev": true, "requires": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "@types/prop-types": { @@ -14016,9 +14016,9 @@ } }, "undici-types": { - "version": "5.26.5", - "resolved": "https://nexus3.linkurious.net/repository/npm/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.19.8", + "resolved": "https://nexus3.linkurious.net/repository/npm/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true }, "universalify": { diff --git a/package.json b/package.json index 4ca447a..b9f18f4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@testing-library/user-event": "^14.4.3", "@types/leaflet": "^1.7.9", "@types/lodash.throttle": "^4.1.6", - "@types/node": "^18.11.18", + "@types/node": "^20.0.0", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "@vitejs/plugin-react": "^2.2.0",