From ffe923f27a4ea971a819a54329fe9dcd8fd32cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:23:18 +0000 Subject: [PATCH] Bump ramda from 0.30.0 to 0.30.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.30.0 to 0.30.1. - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramda/ramda/compare/v0.30.0...v0.30.1) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a409a3..a07e209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "history": "^5.3.0", "iframe-resizer-react": "^1.1.0", "papaparse": "^5.4.1", - "ramda": "^0.30.0", + "ramda": "^0.30.1", "react": "^18.3.0", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", @@ -13634,9 +13634,9 @@ } }, "node_modules/ramda": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.0.tgz", - "integrity": "sha512-13Y0iMhIQuAm/wNGBL/9HEqIfRGmNmjKnTPlKWfA9f7dnDkr8d45wQ+S7+ZLh/Pq9PdcGxkqKUEA7ySu1QSd9Q==", + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" @@ -26224,9 +26224,9 @@ } }, "ramda": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.0.tgz", - "integrity": "sha512-13Y0iMhIQuAm/wNGBL/9HEqIfRGmNmjKnTPlKWfA9f7dnDkr8d45wQ+S7+ZLh/Pq9PdcGxkqKUEA7ySu1QSd9Q==" + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 08efefb..43def0f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "history": "^5.3.0", "iframe-resizer-react": "^1.1.0", "papaparse": "^5.4.1", - "ramda": "^0.30.0", + "ramda": "^0.30.1", "react": "^18.3.0", "react-dom": "^18.3.1", "react-router-dom": "^6.23.1",