From 8318426fbf3cd46ac055feb5e543842561fa6778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:43:34 +0000 Subject: [PATCH] Bump @babel/eslint-parser from 7.23.3 to 7.23.9 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.23.3 to 7.23.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.23.9/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-power-datepicker/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- test-app/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ember-power-datepicker/package.json b/ember-power-datepicker/package.json index 46f8aed..5c9362b 100644 --- a/ember-power-datepicker/package.json +++ b/ember-power-datepicker/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@babel/core": "^7.23.9", - "@babel/eslint-parser": "^7.23.3", + "@babel/eslint-parser": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.23.7", "@babel/plugin-transform-class-static-block": "^7.23.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd31ef4..3336c4d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,8 +46,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.9 + version: 7.23.9(@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) @@ -116,8 +116,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.9 + version: 7.23.9(@babel/core@7.23.9)(eslint@8.56.0) '@babel/plugin-proposal-decorators': specifier: ^7.23.7 version: 7.23.7(@babel/core@7.23.9) @@ -322,8 +322,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.9(@babel/core@7.23.9)(eslint@8.56.0): + resolution: {integrity: sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -6096,7 +6096,7 @@ packages: typescript: ^5.3.3 dependencies: '@babel/core': 7.23.9 - '@babel/eslint-parser': 7.23.3(@babel/core@7.23.9)(eslint@8.56.0) + '@babel/eslint-parser': 7.23.9(@babel/core@7.23.9)(eslint@8.56.0) '@glimmer/syntax': 0.85.13 '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/scope-manager': 6.19.0 diff --git a/test-app/package.json b/test-app/package.json index 37a1fbb..ca0bbd1 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/core": "^7.23.9", - "@babel/eslint-parser": "^7.23.3", + "@babel/eslint-parser": "^7.23.9", "@babel/plugin-proposal-decorators": "^7.23.7", "@ember/optional-features": "^2.0.0", "@ember/string": "^3.1.1",