From ef375d265df178d4672b850770674ae768413628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:20:37 -0700 Subject: [PATCH] chore(deps): bump rfdc from 1.3.1 to 1.4.1 (#1235) Bumps [rfdc](https://github.com/davidmarkclements/rfdc) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/davidmarkclements/rfdc/releases) - [Commits](https://github.com/davidmarkclements/rfdc/compare/v1.3.1...1.4.1) --- updated-dependencies: - dependency-name: rfdc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4514605..19388e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "remark-smartypants": "^3.0.2", - "rfdc": "^1.3.1", + "rfdc": "^1.4.1", "rimraf": "^5.0.7", "serve-handler": "^6.1.5", "shiki": "^1.10.3", @@ -5248,9 +5248,9 @@ } }, "node_modules/rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" }, "node_modules/rimraf": { "version": "5.0.7", diff --git a/package.json b/package.json index ffe4603..6a51fb7 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "remark-smartypants": "^3.0.2", - "rfdc": "^1.3.1", + "rfdc": "^1.4.1", "rimraf": "^5.0.7", "serve-handler": "^6.1.5", "shiki": "^1.10.3",