From 9b956dbbfa8301507126ad499662f304d726da5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:29:34 +0000 Subject: [PATCH] Bump regex from 0.1.1 to 5.0.2 Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 5.0.2. - [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.0.2) --- 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 c3f41b6..cc568fa 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.0.2", "semver": "7.6.3", "uuid": "9.0.1", "winston": "3.15.0"