From bd1dec61d3f5f7106c306f040bf958b55816aafc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 25 Oct 2021 19:40:09 -0700 Subject: [PATCH] [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `eslint-plugin-import`, `estraverse`, `safe-publish-latest` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 252e56d1b..10a5661f2 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "jest": "jest --coverage __tests__/**/*" }, "devDependencies": { - "@babel/cli": "^7.14.8", - "@babel/core": "^7.15.0", - "@babel/eslint-parser": "^7.15.0", + "@babel/cli": "^7.15.7", + "@babel/core": "^7.15.8", + "@babel/eslint-parser": "^7.15.8", "@babel/plugin-transform-flow-strip-types": "^7.14.5", "aud": "^1.1.5", "babel-jest": "^24.9.0", @@ -41,8 +41,8 @@ "eslint": "^3 || ^4 || ^5 || ^6 || ^7", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-flowtype": "^5.8.0", - "eslint-plugin-import": "^2.23.4", - "estraverse": "^5.2.0", + "eslint-plugin-import": "^2.25.2", + "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0", "in-publish": "^2.0.1", @@ -51,7 +51,7 @@ "minimist": "^1.2.5", "object.assign": "^4.1.2", "rimraf": "^3.0.2", - "safe-publish-latest": "^1.1.4", + "safe-publish-latest": "^2.0.0", "to-ast": "^1.0.0" }, "engines": {