From fb3d51e61c8cf4506cafa7279bf35c4bc3e88466 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Apr 2022 14:33:40 -0700 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/register`, `eslint-plugin-import`, `minimist` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0500efaff..c10f41b3e 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.6", - "@babel/core": "^7.17.5", + "@babel/core": "^7.17.9", "@babel/eslint-parser": "^7.17.0", "@babel/plugin-transform-flow-strip-types": "^7.16.7", - "@babel/register": "^7.17.0", + "@babel/register": "^7.17.7", "ast-types-flow": "^0.0.7", "aud": "^2.0.0", "babel-jest": "^24.9.0", @@ -47,7 +47,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-eslint-plugin": "^4.1.0", "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0", @@ -55,7 +55,7 @@ "jest": "^24.9.0", "jscodeshift": "^0.7.1", "markdown-magic": "^2.6.0", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "object.assign": "^4.1.2", "rimraf": "^3.0.2", "safe-publish-latest": "^2.0.0",