diff --git a/package-lock.json b/package-lock.json index df37a6e5e5..163a99b51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/runtime": "7.27.1", - "@babel/runtime-corejs3": "7.27.1", + "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0", "commander": "13.1.0", @@ -2092,9 +2092,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.1.tgz", - "integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==", + "version": "7.27.3", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.3.tgz", + "integrity": "sha512-ZYcgrwb+dkWNcDlsTe4fH1CMdqMDSJ5lWFd1by8Si2pI54XcQjte/+ViIPqAk7EAWisaUxvQ89grv+bNX2x8zg==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2" diff --git a/package.json b/package.json index 6e23de5446..a752cc67a3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "@babel/runtime": "7.27.1", - "@babel/runtime-corejs3": "7.27.1", + "@babel/runtime-corejs3": "7.27.3", "bcryptjs": "3.0.2", "body-parser": "2.2.0", "commander": "13.1.0",