From ef88eca781d5718244796d0d3692d655c9d3dc38 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Jul 2023 03:40:14 +0000
Subject: [PATCH] Bump @types/ramda from 0.29.2 to 0.29.3 (#176)
Bumps
[@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda)
from 0.29.2 to 0.29.3.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/ramda&package-manager=npm_and_yarn&previous-version=0.29.2&new-version=0.29.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Megamind <882485+jeff-mccoy@users.noreply.github.com>
---
package-lock.json | 16 ++++++++--------
package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 52b5f0343..b1b914de1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
"@types/node-forge": "1.3.2",
"@types/prettier": "2.7.3",
"@types/prompts": "2.4.4",
- "@types/ramda": "0.29.2",
+ "@types/ramda": "0.29.3",
"@types/uuid": "9.0.2",
"ava": "5.3.1",
"nock": "13.3.1"
@@ -328,12 +328,12 @@
"dev": true
},
"node_modules/@types/ramda": {
- "version": "0.29.2",
- "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.2.tgz",
- "integrity": "sha512-JxvBGR3G4gV3RTOBugVHAAOD6iiv2WjlJ8BHr0s7KALdPpx2l+didoTuoJMmrA0eqpUaCm/slKP4TmxMRihd8g==",
+ "version": "0.29.3",
+ "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.3.tgz",
+ "integrity": "sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==",
"dev": true,
"dependencies": {
- "types-ramda": "^0.29.3"
+ "types-ramda": "^0.29.4"
}
},
"node_modules/@types/range-parser": {
@@ -4262,9 +4262,9 @@
}
},
"node_modules/types-ramda": {
- "version": "0.29.3",
- "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.3.tgz",
- "integrity": "sha512-6z8/UCI5/kRorQ91Mo+TUXImHpGAhmhg8ZIdT/tNrG+xSQvDwJXYyT5Nlw2U5VpoKetUZVqQXYYLQyq5Bzccsg==",
+ "version": "0.29.4",
+ "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.4.tgz",
+ "integrity": "sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==",
"dev": true,
"dependencies": {
"ts-toolbelt": "^9.6.0"
diff --git a/package.json b/package.json
index 10574a8aa..c7cbcd91b 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"@types/node-forge": "1.3.2",
"@types/prettier": "2.7.3",
"@types/prompts": "2.4.4",
- "@types/ramda": "0.29.2",
+ "@types/ramda": "0.29.3",
"@types/uuid": "9.0.2",
"ava": "5.3.1",
"nock": "13.3.1"