From 1bfd9b5035c75a92bb34938f76dfb3d100222885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:29:25 +0000 Subject: [PATCH] Bump regex from 0.1.1 to 4.1.3 Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 4.1.3. - [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/v4.1.3) --- 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 d74cfcb..196241d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pg": "8.12.0", "pg-ka-fix": "1.0.0-rm-fix", "pgpass": "1.0.5", - "regex": "^0.1.1", + "regex": "^4.1.3", "semver": "7.6.3", "uuid": "9.0.1", "winston": "3.14.2"