From fa3c86963d03df9aebe8c9d248c76dbc0acd16c5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 31 Jan 2022 11:54:25 -0800 Subject: [PATCH] [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `aud`, `eslint-plugin-eslint-plugin`, `eslint-plugin-flowtype`, `eslint-plugin-import` --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b6f285caa..1e089e21c 100644 --- a/package.json +++ b/package.json @@ -31,19 +31,19 @@ "jest": "jest --coverage __tests__/**/*" }, "devDependencies": { - "@babel/cli": "^7.16.0", - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@babel/plugin-transform-flow-strip-types": "^7.16.0", - "aud": "^1.1.5", + "@babel/cli": "^7.16.8", + "@babel/core": "^7.16.12", + "@babel/eslint-parser": "^7.16.5", + "@babel/plugin-transform-flow-strip-types": "^7.16.7", + "aud": "^2.0.0", "babel-jest": "^24.9.0", "babel-plugin-add-module-exports": "^1.0.4", "babel-preset-airbnb": "^5.0.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-eslint-plugin": "^4.0.2", - "eslint-plugin-flowtype": "^5.8.0 || ^8.0.2", - "eslint-plugin-import": "^2.25.3", + "eslint-plugin-eslint-plugin": "^4.1.0", + "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", + "eslint-plugin-import": "^2.25.4", "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0",