diff --git a/package-lock.json b/package-lock.json index 79f833077..0125ad426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.2.1-alpha.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@babel/runtime": "7.27.4", + "@babel/runtime": "7.27.6", "@babel/runtime-corejs3": "7.27.4", "bcryptjs": "3.0.2", "body-parser": "2.2.0", @@ -2083,9 +2083,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.4.tgz", - "integrity": "sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==", + "version": "7.27.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.6.tgz", + "integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", "license": "MIT", "engines": { "node": ">=6.9.0" diff --git a/package.json b/package.json index 778f87944..5b956a2e2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "LICENSE" ], "dependencies": { - "@babel/runtime": "7.27.4", + "@babel/runtime": "7.27.6", "@babel/runtime-corejs3": "7.27.4", "bcryptjs": "3.0.2", "body-parser": "2.2.0",