diff --git a/package-lock.json b/package-lock.json index 2fb44e66..f2c14c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "discord.js": "^14.15.3", "googleapis": "^142.0.0", "mongodb": "^6.8.0", - "re2": "^1.21.3", + "re2": "^1.21.4", "tslib": "^2.6.3", "utf-8-validate": "^6.0.4", "zlib-sync": "^0.1.9" @@ -5364,15 +5364,14 @@ "license": "MIT" }, "node_modules/re2": { - "version": "1.21.3", - "resolved": "https://registry.npmjs.org/re2/-/re2-1.21.3.tgz", - "integrity": "sha512-GI+KoGkHT4kxTaX+9p0FgNB1XUnCndO9slG5qqeEoZ7kbf6Dk6ohQVpmwKVeSp7LPLn+g6Q3BaCopz4oHuBDuQ==", + "version": "1.21.4", + "resolved": "https://registry.npmjs.org/re2/-/re2-1.21.4.tgz", + "integrity": "sha512-MVIfXWJmsP28mRsSt8HeL750ifb8H5+oF2UDIxGaiJCr8fkMqhLZ7kcX9ADRk2dC8qeGKedB7UVYRfBVpEiLfA==", "hasInstallScript": true, - "license": "BSD-3-Clause", "dependencies": { "install-artifact-from-github": "^1.3.5", "nan": "^2.20.0", - "node-gyp": "^10.1.0" + "node-gyp": "^10.2.0" } }, "node_modules/regexp.prototype.flags": { diff --git a/package.json b/package.json index 275a08a8..6d77f7b7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "discord.js": "^14.15.3", "googleapis": "^142.0.0", "mongodb": "^6.8.0", - "re2": "^1.21.3", + "re2": "^1.21.4", "tslib": "^2.6.3", "utf-8-validate": "^6.0.4", "zlib-sync": "^0.1.9"