diff --git a/package.json b/package.json index 5de8a98a..12dbbd3d 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "devDependencies": { - "@babel/cli": "^7.24.7", - "@babel/core": "^7.24.7", - "@babel/eslint-parser": "^7.24.7", - "@babel/plugin-transform-flow-strip-types": "^7.24.7", + "@babel/cli": "^7.25.6", + "@babel/core": "^7.25.2", + "@babel/eslint-parser": "^7.25.1", + "@babel/plugin-transform-flow-strip-types": "^7.25.2", "@babel/register": "^7.24.6", "aud": "^2.0.4", "auto-changelog": "^2.4.0",