diff --git a/package-lock.json b/package-lock.json index e1f5084..124e543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "globby": "^14.0.1", "jsonpath": "^1.1.1", "lodash.merge": "^4.6.2", - "remeda": "^1.60.1", + "remeda": "^1.61.0", "simple-git": "^3.24.0", "zod": "^3.22.5" }, @@ -10394,9 +10394,10 @@ } }, "node_modules/remeda": { - "version": "1.60.1", - "resolved": "https://registry.npmjs.org/remeda/-/remeda-1.60.1.tgz", - "integrity": "sha512-g2h+NJbYJlaVKjT8ipLLYAhoNcZaES9UPnPSwY3uRO52KDl77y9AQucgdyiBt+bTCB80MJ1Hdr0N9rdxOFEZ4g==" + "version": "1.61.0", + "resolved": "https://registry.npmjs.org/remeda/-/remeda-1.61.0.tgz", + "integrity": "sha512-caKfSz9rDeSKBQQnlJnVW3mbVdFgxgGWQKq1XlFokqjf+hQD5gxutLGTTY2A/x24UxVyJe9gH5fAkFI63ULw4A==", + "license": "MIT" }, "node_modules/repeat-string": { "version": "1.6.1", diff --git a/package.json b/package.json index 5d5e61b..5af0334 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "globby": "^14.0.1", "jsonpath": "^1.1.1", "lodash.merge": "^4.6.2", - "remeda": "^1.60.1", + "remeda": "^1.61.0", "simple-git": "^3.24.0", "zod": "^3.22.5" },