diff --git a/package-lock.json b/package-lock.json index 4387b8eb..bc56e061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@microsoft/api-extractor": "7.47.9", "@types/jsonpath": "0.2.4", "@types/pg": "8.11.10", - "@types/ramda": "0.30.1", + "@types/ramda": "0.30.2", "np": "10.0.6", "testcontainers": "10.10.4", "vitepress": "1.4.0", @@ -3000,9 +3000,9 @@ } }, "node_modules/@types/ramda": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.1.tgz", - "integrity": "sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.30.2.tgz", + "integrity": "sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c4e851a2..173435ba 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@microsoft/api-extractor": "7.47.9", "@types/jsonpath": "0.2.4", "@types/pg": "8.11.10", - "@types/ramda": "0.30.1", + "@types/ramda": "0.30.2", "np": "10.0.6", "testcontainers": "10.10.4", "vitepress": "1.4.0",