Skip to content

Commit 3d9e015

Browse files
Update dependency @types/ramda to v0.29.4
1 parent 4dd3242 commit 3d9e015

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/dotenv": "8.2.0",
3838
"@types/jsonwebtoken": "9.0.2",
3939
"@types/node": "18.16.18",
40-
"@types/ramda": "0.29.2",
40+
"@types/ramda": "0.29.4",
4141
"@types/sinon": "10.0.15",
4242
"@typescript-eslint/eslint-plugin": "5.60.1",
4343
"@typescript-eslint/parser": "5.60.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,12 +1470,12 @@
14701470
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.2.tgz#4c62fae93eb479660c3bd93f9d24d561597a8281"
14711471
integrity sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==
14721472

1473-
"@types/ramda@0.29.2":
1474-
version "0.29.2"
1475-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.2.tgz#b50d52c3958b0988356bc881bf77aadbd2e33651"
1476-
integrity sha512-JxvBGR3G4gV3RTOBugVHAAOD6iiv2WjlJ8BHr0s7KALdPpx2l+didoTuoJMmrA0eqpUaCm/slKP4TmxMRihd8g==
1473+
"@types/ramda@0.29.4":
1474+
version "0.29.4"
1475+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.4.tgz#4bfe4729586290089d613d1becf8da4cf4054df5"
1476+
integrity sha512-bd3nyfkZd5EVxuBf1kW6wvFz61SvAEfXXISIEIePJOj2XRjCHyro1ikvDXTXIlpRtuC6lwTMfYdkXCD+oiXQfw==
14771477
dependencies:
1478-
types-ramda "^0.29.3"
1478+
types-ramda "^0.29.4"
14791479

14801480
"@types/resolve@^0.0.8":
14811481
version "0.0.8"
@@ -9005,10 +9005,10 @@ typedarray@^0.0.6:
90059005
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
90069006
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
90079007

9008-
types-ramda@^0.29.3:
9009-
version "0.29.3"
9010-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.3.tgz#0a611b4d414bf7c51ba417c3fd3352985b0de97f"
9011-
integrity sha512-6z8/UCI5/kRorQ91Mo+TUXImHpGAhmhg8ZIdT/tNrG+xSQvDwJXYyT5Nlw2U5VpoKetUZVqQXYYLQyq5Bzccsg==
9008+
types-ramda@^0.29.4:
9009+
version "0.29.4"
9010+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.4.tgz#8d9b51df2e550a05cedab541cc75dcd72972c625"
9011+
integrity sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==
90129012
dependencies:
90139013
ts-toolbelt "^9.6.0"
90149014

0 commit comments

Comments
 (0)