From 4dc7f1e5c611aeea2f81dc50d4ec0b206566181a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Oct 2023 23:55:08 -0700 Subject: [PATCH] [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/register`, `eslint-doc-generator`, `eslint-plugin-import` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a4ca5a793..23c31d59a 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.22.10", - "@babel/core": "^7.22.10", - "@babel/eslint-parser": "^7.22.10", + "@babel/cli": "^7.23.0", + "@babel/core": "^7.23.2", + "@babel/eslint-parser": "^7.22.15", "@babel/plugin-transform-flow-strip-types": "^7.22.5", - "@babel/register": "^7.22.5", + "@babel/register": "^7.22.15", "ast-types-flow": "^0.0.8", "aud": "^2.0.3", "auto-changelog": "^2.4.0", @@ -50,10 +50,10 @@ "babel-preset-airbnb": "^5.0.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint-config-airbnb-base": "^15.0.0", - "eslint-doc-generator": "^1.4.3", + "eslint-doc-generator": "^1.5.2", "eslint-plugin-eslint-plugin": "^4.3.0", "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", - "eslint-plugin-import": "^2.28.0", + "eslint-plugin-import": "^2.28.1", "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0",