diff --git a/cli/package.json b/cli/package.json index 2be517037..9d2901cb2 100644 --- a/cli/package.json +++ b/cli/package.json @@ -96,7 +96,7 @@ "@types/fs-extra": "9.0.13", "@types/jest": "27.5.2", "@types/node": "18.11.17", - "@types/ramda": "0.29.0", + "@types/ramda": "0.29.1", "@types/react": "18.2.6", "@types/sade": "1.7.4", "@types/shelljs": "0.8.12", diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 576cb5d93..8e8dbd1ec 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -2481,12 +2481,12 @@ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== -"@types/ramda@0.29.0": - version "0.29.0" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.0.tgz#4f226db24764dde77c60e1f601c357894bcfb7cc" - integrity sha512-TY9eKsklU43CmAbFJPKDUyBjleZ4EFAkbJeQRF4e8byGkOw1CjDcwg5EGa0Bgf0Kgs9BE9OU4UzQWnQDHnvMtA== +"@types/ramda@0.29.1": + version "0.29.1" + resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.1.tgz#c3d3842b9bc4aa5fbe03e90faa0c3eff9ba0f9f4" + integrity sha512-Ff5RRG9YRqMgWOqZVVavSjGEvYHUnXnGF0YPGbzIWhB3o8qiccSJZlFX2z8qm3G1H/IC5w0ozHmlezUeQCtGfQ== dependencies: - types-ramda "^0.29.1" + types-ramda "^0.29.2" "@types/range-parser@*": version "1.2.4" @@ -14159,10 +14159,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -types-ramda@^0.29.1: - version "0.29.1" - resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.1.tgz#08c6ddf583ba359ec1113c7069e30a44ef73896d" - integrity sha512-pdEF8VXcBTSu3fPupZahieG6Lh8eBWPtcaH/OB5QPCoN2hz4vBbspoMLB3X9kwzXRD3lwD4/j0hwj3Z/PAzzcA== +types-ramda@^0.29.2: + version "0.29.2" + resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.2.tgz#2bf33863a51498b43f616cd8cd98227efe9109eb" + integrity sha512-HpLcR0ly2EfXQwG8VSI5ov6ml7PvtT+u+cp+7lZLu7q4nhnPDVW+rUTC1uy/SNs4aAyTUXri5M/LyhgvjEXJDg== dependencies: ts-toolbelt "^9.6.0"