From 9a39044361434ec7d54f8782fbc70156d5cd8136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:34:30 +0000 Subject: [PATCH] Bump regex from 0.1.1 to 4.3.2 Bumps [regex](https://github.com/slevithan/regex) from 0.1.1 to 4.3.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/v4.3.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 5cea37c..fa8d6bc 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.3.2", "semver": "7.6.3", "uuid": "9.0.1", "winston": "3.14.2"