From e7d698b893e4ae8d540b53094f41a27f2a8a4d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:41:35 +0000 Subject: [PATCH] Bump remarkable from 1.6.2 to 1.7.2 in /api Bumps [remarkable](https://github.com/jonschlinkert/remarkable) from 1.6.2 to 1.7.2. - [Release notes](https://github.com/jonschlinkert/remarkable/releases) - [Changelog](https://github.com/jonschlinkert/remarkable/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonschlinkert/remarkable/compare/1.6.2...v1.7.2) --- updated-dependencies: - dependency-name: remarkable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..48335bf 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "path": "^0.12.7", "random-words": "0.0.1", "regex": "^0.1.1", - "remarkable": "1.6.2", + "remarkable": "1.7.2", "request": "^2.81.0", "request-json": "^0.6.2", "sentencer": "^0.1.5",