diff --git a/package-lock.json b/package-lock.json index bc0eef7..593e1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/istanbul-lib-report": "^3.0.3", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", - "@types/ramda": "^0.29.9", + "@types/ramda": "^0.29.10", "@typescript-eslint/parser": "^6.17.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.56.0", @@ -1657,12 +1657,12 @@ } }, "node_modules/@types/ramda": { - "version": "0.29.9", - "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.9.tgz", - "integrity": "sha512-X3yEG6tQCWBcUAql+RPC/O1Hm9BSU+MXu2wJnCETuAgUlrEDwTA1kIOdEEE4YXDtf0zfQLHa9CCE7WYp9kqPIQ==", + "version": "0.29.10", + "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.10.tgz", + "integrity": "sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==", "dev": true, "dependencies": { - "types-ramda": "^0.29.6" + "types-ramda": "^0.29.7" } }, "node_modules/@types/semver": { @@ -7097,9 +7097,9 @@ } }, "node_modules/types-ramda": { - "version": "0.29.6", - "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.6.tgz", - "integrity": "sha512-VJoOk1uYNh9ZguGd3eZvqkdhD4hTGtnjRBUx5Zc0U9ftmnCgiWcSj/lsahzKunbiwRje1MxxNkEy1UdcXRCpYw==", + "version": "0.29.7", + "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.7.tgz", + "integrity": "sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==", "dev": true, "dependencies": { "ts-toolbelt": "^9.6.0" diff --git a/package.json b/package.json index 1dbca0f..d7a0087 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/istanbul-lib-report": "^3.0.3", "@types/jest": "^29.5.11", "@types/node": "^20.10.6", - "@types/ramda": "^0.29.9", + "@types/ramda": "^0.29.10", "@typescript-eslint/parser": "^6.17.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.56.0",