From 28ef25b6f7cd71bfe8a466596592d4c9b236ac12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:04:35 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser from 7.14.9 to 7.18.9 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.14.9 to 7.18.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.9/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3126bae..056890e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postcss-short": "^5.0.0" }, "devDependencies": { - "@babel/eslint-parser": "^7.14.9", + "@babel/eslint-parser": "^7.18.9", "@clark/eslint-config-ember": "^2.2.0", "@clark/eslint-config-node": "^2.2.0", "@clark/prettier-config": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index b6f379b..aebfa55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,10 +42,10 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/eslint-parser@^7.12.16", "@babel/eslint-parser@^7.14.9": - version "7.14.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086" - integrity sha512-W3En2CT6iOZJ+jEujLlwL2h/Jraj6S/IHrh63nV+TfX83DYe9pI4pcu0Luj6/hJ2kIr/3hOttxzaEsSQnUKx+w== +"@babel/eslint-parser@^7.12.16", "@babel/eslint-parser@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031" + integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ== dependencies: eslint-scope "^5.1.1" eslint-visitor-keys "^2.1.0"