From b8a0580f881c299933357331e5fceae915486e7c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 19 Feb 2024 00:00:56 -0800 Subject: [PATCH] [Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `eslint-doc-generator` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index febbcc6a0e..e47e17d5d7 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "string.prototype.matchall": "^4.0.10" }, "devDependencies": { - "@babel/core": "^7.23.6", - "@babel/eslint-parser": "^7.23.3", + "@babel/core": "^7.23.9", + "@babel/eslint-parser": "^7.23.10", "@babel/plugin-syntax-decorators": "^7.23.3", "@babel/plugin-syntax-do-expressions": "^7.23.3", "@babel/plugin-syntax-function-bind": "^7.23.3", @@ -59,7 +59,7 @@ "babel-eslint": "^8 || ^9 || ^10.1.0", "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint-config-airbnb-base": "^15.0.0", - "eslint-doc-generator": "^1.6.1", + "eslint-doc-generator": "^1.6.2", "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5", "eslint-plugin-import": "^2.29.1", "eslint-remote-tester": "^3.0.1",