diff --git a/package.json b/package.json index a06930d1..b39b0af2 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,11 @@ "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.23.4", - "@babel/core": "^7.23.7", - "@babel/eslint-parser": "^7.23.3", - "@babel/plugin-transform-flow-strip-types": "^7.23.3", - "@babel/register": "^7.23.7", + "@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/register": "^7.24.6", "aud": "^2.0.4", "auto-changelog": "^2.4.0", "babel-jest": "^24.9.0", @@ -49,7 +49,7 @@ "babel-preset-airbnb": "^5.0.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint-config-airbnb-base": "^15.0.0", - "eslint-doc-generator": "^1.6.1", + "eslint-doc-generator": "^1.7.1", "eslint-plugin-eslint-plugin": "^4.3.0", "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", "eslint-plugin-import": "^2.29.1", @@ -63,7 +63,7 @@ "minimist": "^1.2.8", "npmignore": "^0.3.1", "object.assign": "^4.1.5", - "object.entries": "^1.1.7", + "object.entries": "^1.1.8", "rimraf": "^3.0.2", "safe-publish-latest": "^2.0.0", "semver": "^6.3.1",