From 21ec071b9913d720ce9076063d7b5f2a7fbdfc11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:41:02 +0000 Subject: [PATCH] Bump regex from 0.1.1 to 5.1.1 Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 5.1.1. - [Release notes](https://github.com/slevithan/regex/releases) - [Changelog](https://github.com/slevithan/regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/slevithan/regex/commits/v5.1.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc7ccf5..82c86ff 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pg": "8.13.1", "pg-ka-fix": "1.0.0-rm-fix", "pgpass": "1.0.5", - "regex": "^0.1.1", + "regex": "^5.1.1", "semver": "7.6.3", "uuid": "9.0.1", "winston": "3.17.0"