Skip to content

Commit 40d9701

Browse files
committed
Update dependency @types/ramda to v0.30.1
1 parent 1e82d8e commit 40d9701

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
@@ -44,7 +44,7 @@
4444
"@types/dotenv": "8.2.0",
4545
"@types/jsonwebtoken": "9.0.6",
4646
"@types/node": "20.14.10",
47-
"@types/ramda": "0.30.0",
47+
"@types/ramda": "0.30.1",
4848
"@typescript-eslint/eslint-plugin": "7.2.0",
4949
"@typescript-eslint/parser": "7.2.0",
5050
"ava": "5.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,12 @@
408408
dependencies:
409409
undici-types "~5.26.4"
410410

411-
"@types/ramda@0.30.0":
412-
version "0.30.0"
413-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.0.tgz#59ae27c3bf00036e35b6944dd7f6d283f869f908"
414-
integrity sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==
411+
"@types/ramda@0.30.1":
412+
version "0.30.1"
413+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.1.tgz#316257fec12747bb39a2e921df48a9dcb8c164a9"
414+
integrity sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==
415415
dependencies:
416-
types-ramda "^0.30.0"
416+
types-ramda "^0.30.1"
417417

418418
"@types/semver@^7.5.0":
419419
version "7.5.0"
@@ -2473,10 +2473,10 @@ type-fest@^0.20.2:
24732473
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
24742474
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
24752475

2476-
types-ramda@^0.30.0:
2477-
version "0.30.0"
2478-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.0.tgz#d4bae9c2ebaebb3fdbd538094f419ce13454cfde"
2479-
integrity sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==
2476+
types-ramda@^0.30.1:
2477+
version "0.30.1"
2478+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.1.tgz#03d255128e3696aeaac76281ca19949e01dddc78"
2479+
integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==
24802480
dependencies:
24812481
ts-toolbelt "^9.6.0"
24822482

0 commit comments

Comments
 (0)