From 455c202af8b3a61e113ea92046387eeb59013184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:08:52 +0000 Subject: [PATCH] build(deps): bump micromatch and @rsksmart/rns Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [@rsksmart/rns](https://github.com/rnsdomains/rns-js). These dependencies need to be updated together. Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) Updates `@rsksmart/rns` from 1.9.0 to 1.9.0 - [Release notes](https://github.com/rnsdomains/rns-js/releases) - [Commits](https://github.com/rnsdomains/rns-js/compare/v1.9.0...v1.9.0) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect - dependency-name: "@rsksmart/rns" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e17820..ede5ce5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@rsksmart/rns": "^1.0.0", + "@rsksmart/rns": "^1.9.0", "axios": "^1.7.7", "cron": "^3.1.7", "ethereumjs-tx": "1.3.6",