From c3431e26c4c3d2f18de805a66db7bb07c1ae026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:50:13 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser from 7.23.3 to 7.23.10 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.23.3 to 7.23.10. - [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.23.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ember-phone-input/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- test-app/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index cc6d2914..75fcc789 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@babel/core": "7.23.9", - "@babel/eslint-parser": "7.23.3", + "@babel/eslint-parser": "7.23.10", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-decorators": "7.23.9", "@babel/plugin-syntax-decorators": "7.23.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0028b45f..619ddda0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: specifier: 7.23.9 version: 7.23.9 '@babel/eslint-parser': - specifier: 7.23.3 - version: 7.23.3(@babel/core@7.23.9)(eslint@8.56.0) + specifier: 7.23.10 + version: 7.23.10(@babel/core@7.23.9)(eslint@8.56.0) '@babel/plugin-proposal-class-properties': specifier: 7.18.6 version: 7.18.6(@babel/core@7.23.9) @@ -146,8 +146,8 @@ importers: version: link:../ember-phone-input devDependencies: '@babel/eslint-parser': - specifier: 7.23.3 - version: 7.23.3(@babel/core@7.23.9)(eslint@8.56.0) + specifier: 7.23.10 + version: 7.23.10(@babel/core@7.23.9)(eslint@8.56.0) '@ember/optional-features': specifier: 2.0.0 version: 2.0.0 @@ -397,8 +397,8 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.23.3(@babel/core@7.23.9)(eslint@8.56.0): - resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} + /@babel/eslint-parser@7.23.10(@babel/core@7.23.9)(eslint@8.56.0): + resolution: {integrity: sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -7931,7 +7931,7 @@ packages: resolution: {integrity: sha512-nCgRkQ/ujzy4fqxSvoaQD8j1ev3LOA30STlZTvHt+dhyfYC6ojMqTBl7SatPcv7Fz6Vy6BqE/Sqy3vhOHCzQJg==} engines: {node: 14.* || 16.* || 18.* || >= 20} dependencies: - '@babel/eslint-parser': 7.23.3(@babel/core@7.23.9)(eslint@8.56.0) + '@babel/eslint-parser': 7.23.10(@babel/core@7.23.9)(eslint@8.56.0) chalk: 4.1.2 ember-cli-deploy-plugin: 0.2.9 glob: 10.3.10 diff --git a/test-app/package.json b/test-app/package.json index c973f5d5..1fea7447 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -25,7 +25,7 @@ "try:ember": "ember try:one" }, "devDependencies": { - "@babel/eslint-parser": "7.23.3", + "@babel/eslint-parser": "7.23.10", "@ember/optional-features": "2.0.0", "@ember/string": "3.1.1", "@ember/test-helpers": "3.2.1",