diff --git a/package-lock.json b/package-lock.json index f47897db91..29c49cba20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2520,9 +2520,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.28.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", - "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", + "version": "7.28.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz", + "integrity": "sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -38925,7 +38925,7 @@ "license": "Apache-2.0", "dependencies": { "@ant-design/icons": "^6.0.0", - "@babel/runtime": "^7.28.2", + "@babel/runtime": "^7.28.3", "@chakra-ui/react": "^3.24.2", "@emotion/react": "^11.14.0", "@mantine/core": "^8.2.4", diff --git a/packages/playground/package.json b/packages/playground/package.json index 26b8d42848..5caea67ca8 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@ant-design/icons": "^6.0.0", - "@babel/runtime": "^7.28.2", + "@babel/runtime": "^7.28.3", "@chakra-ui/react": "^3.24.2", "@emotion/react": "^11.14.0", "@mantine/core": "^8.2.4",