diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c4fcaff9d..bc10b2a9b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,6 @@ "lodash": "4.17.21", "ol": "6.15.1", "ol-mapbox-style": "6.9.0", - "ramda": "0.29.0", "react": "18.2.0", "react-coordinate-input": "^1.0.0-rc.2", "react-device-detect": "2.2.3", @@ -105,7 +104,7 @@ "lint-staged": "13.0.3", "prettier": "2.7.1", "puppeteer": "21.7.0", - "ramda": "0.29.0", + "ramda": "0.29.1", "type-fest": "4.4.0", "typescript": "5.2.2", "webpack": "5.88.2" @@ -18835,9 +18834,9 @@ "dev": true }, "node_modules/ramda": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz", - "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.1.tgz", + "integrity": "sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==", "dev": true, "funding": { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 59cefbeb9..bfb3c7413 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "lodash": "4.17.21", "ol": "6.15.1", "ol-mapbox-style": "6.9.0", - "ramda": "0.29.0", + "ramda": "0.29.1", "react": "18.2.0", "react-coordinate-input": "^1.0.0-rc.2", "react-device-detect": "2.2.3", @@ -124,7 +124,7 @@ "lint-staged": "13.0.3", "prettier": "2.7.1", "puppeteer": "21.7.0", - "ramda": "0.29.0", + "ramda": "0.29.1", "type-fest": "4.4.0", "typescript": "5.2.2", "webpack": "5.88.2"