From 76ff6e76424a3b90e54c5f37815e05194eaac92c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 16 Aug 2023 13:04:12 -0700 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-syntax-decorators`, `eslint-plugin-import` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c718e72791..4b4a258d64 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "string.prototype.matchall": "^4.0.8" }, "devDependencies": { - "@babel/core": "^7.22.9", - "@babel/eslint-parser": "^7.22.9", - "@babel/plugin-syntax-decorators": "^7.22.5", + "@babel/core": "^7.22.10", + "@babel/eslint-parser": "^7.22.10", + "@babel/plugin-syntax-decorators": "^7.22.10", "@babel/plugin-syntax-do-expressions": "^7.22.5", "@babel/plugin-syntax-function-bind": "^7.22.5", "@babel/preset-react": "^7.22.5", @@ -59,7 +59,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-doc-generator": "^1.4.3", "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.28.0", "eslint-remote-tester": "^3.0.0", "eslint-remote-tester-repositories": "^1.0.1", "eslint-scope": "^3.7.3",