From 52a8c8423f5d55be10508fd9525b31a5999308dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:43:22 +0000 Subject: [PATCH] chore(deps): bump re2 from 1.25.0 to 1.26.0 Bumps [re2](https://github.com/uhop/node-re2) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/uhop/node-re2/releases) - [Commits](https://github.com/uhop/node-re2/compare/1.25.0...1.26.0) --- updated-dependencies: - dependency-name: re2 dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++-------- package.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f28e7b..8531171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "html-entities": "^2.6.0", "nanoid": "^5.1.16", "pino": "^10.3.1", - "re2": "^1.25.0" + "re2": "^1.26.0" }, "devDependencies": { "@discue/open-telemetry-tracing": "^1.4.0", @@ -4873,16 +4873,21 @@ "license": "ISC" }, "node_modules/install-artifact-from-github": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.6.0.tgz", - "integrity": "sha512-wKsuzN8fy8QK7iEUqyWTQmvZ1QFGPn1xyl3/1iIIDthDjS7Hn9HoPwHlNakZirWbCsbad0lZMkr6Xfbpe1pUzw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.7.0.tgz", + "integrity": "sha512-qAb91yAKVF9rFY4rVP21ZtYUyCScxAFt9udwzVWNLBE1pQcdQeB2gd1HlNPcQNYCzCDvJ/QJQPuWQ6aTmSlU8g==", "license": "BSD-3-Clause", "bin": { + "hash-github-cache": "bin/hash-github-cache.js", "install-from-cache": "bin/install-from-cache.js", "save-to-github-cache": "bin/save-to-github-cache.js" }, "engines": { "node": ">=18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/uhop" } }, "node_modules/ipaddr.js": { @@ -8138,13 +8143,13 @@ } }, "node_modules/re2": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/re2/-/re2-1.25.0.tgz", - "integrity": "sha512-mtxKjWS+VYIt2ijgt6ohEdwzNlGPom1whyaEKJD40cBc/wqkO1vJoOyK539Qb8Xa9m4GA6hiPGDIbW/d3egSRQ==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/re2/-/re2-1.26.0.tgz", + "integrity": "sha512-QTEfFp0nu1eT/HKKZC+2BKM9Lb8uqprGkcHhro9r3giiKS+1SnNZBZ1m7C7Axi/VR1YGXiu3mp35UA53yHAuNw==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "install-artifact-from-github": "^1.6.0", + "install-artifact-from-github": "^1.7.0", "nan": "^2.27.0", "node-gyp": "^13.0.0" }, diff --git a/package.json b/package.json index d38d6ec..d59927a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "html-entities": "^2.6.0", "nanoid": "^5.1.16", "pino": "^10.3.1", - "re2": "^1.25.0" + "re2": "^1.26.0" }, "devDependencies": { "@discue/open-telemetry-tracing": "^1.4.0",