From 2602a7686926a75af5b6c12ecf2cba0185f63542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:01:31 +0000 Subject: [PATCH] Bump ramda from 0.26.1 to 0.32.0 Bumps [ramda](https://github.com/ramda/ramda) from 0.26.1 to 0.32.0. - [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/0.26.1...v0.32.0) --- updated-dependencies: - dependency-name: ramda dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b249075..d1f9bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.5.0-rc.0", "license": "BSD", "dependencies": { - "@materialsproject/mp-react-components": "next", + "@materialsproject/mp-react-components": "*", "file-loader": "^5.1.0", "prettier": "^1.19.1", "process": "^0.11.10", - "ramda": "^0.26.1", + "ramda": "^0.32.0", "react-is": "^19.2.0", "rimraf": "^3.0.2", "url-loader": "^3.0.0" @@ -11785,9 +11785,14 @@ ] }, "node_modules/ramda": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", - "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==" + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.32.0.tgz", + "integrity": "sha512-GQWAHhxhxWBWA8oIBr1XahFVjQ9Fic6MK9ikijfd4TZHfE2+urfk+irVlR5VOn48uwMgM+loRRBJd6Yjsbc0zQ==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" + } }, "node_modules/randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index d4e7823..1a5849b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "file-loader": "^5.1.0", "prettier": "^1.19.1", "process": "^0.11.10", - "ramda": "^0.26.1", + "ramda": "^0.32.0", "react-is": "^19.2.0", "rimraf": "^3.0.2", "url-loader": "^3.0.0"