From 6c0a6f5ab1b009d9eb90289fb763659a3380c6bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:28:01 +0000 Subject: [PATCH] [skip netlify]: Bump @babel/eslint-parser from 7.24.8 to 7.25.1 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.24.8 to 7.25.1. - [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.25.1/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] --- docs-app/package.json | 2 +- ember-resize-modifier/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- test-app/package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs-app/package.json b/docs-app/package.json index 96f9b81f..ecd5e483 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@babel/core": "^7.24.7", - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.1", "@babel/plugin-proposal-decorators": "^7.24.7", "@ember/optional-features": "^2.1.0", "@ember/string": "^4.0.0", diff --git a/ember-resize-modifier/package.json b/ember-resize-modifier/package.json index 91e89239..147137ed 100644 --- a/ember-resize-modifier/package.json +++ b/ember-resize-modifier/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/core": "^7.24.4", - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.25.1", "@babel/runtime": "^7.24.4", "@embroider/addon-dev": "^5.0.0", "@rollup/plugin-babel": "^6.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec328dd8..15e41b4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^7.24.7 version: 7.24.9 '@babel/eslint-parser': - specifier: ^7.24.7 - version: 7.24.8(@babel/core@7.24.9)(eslint@8.57.0) + specifier: ^7.25.1 + version: 7.25.1(@babel/core@7.24.9)(eslint@8.57.0) '@babel/plugin-proposal-decorators': specifier: ^7.24.7 version: 7.24.7(@babel/core@7.24.9) @@ -199,8 +199,8 @@ importers: specifier: ^7.24.4 version: 7.24.9 '@babel/eslint-parser': - specifier: ^7.24.1 - version: 7.24.8(@babel/core@7.24.9)(eslint@8.57.0) + specifier: ^7.25.1 + version: 7.25.1(@babel/core@7.24.9)(eslint@8.57.0) '@babel/runtime': specifier: ^7.24.4 version: 7.24.8 @@ -256,8 +256,8 @@ importers: specifier: ^7.24.7 version: 7.24.9 '@babel/eslint-parser': - specifier: ^7.24.7 - version: 7.24.8(@babel/core@7.24.9)(eslint@8.57.0) + specifier: ^7.25.1 + version: 7.25.1(@babel/core@7.24.9)(eslint@8.57.0) '@babel/plugin-proposal-decorators': specifier: ^7.24.7 version: 7.24.7(@babel/core@7.24.9) @@ -428,8 +428,8 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 - '@babel/eslint-parser@7.24.8': - resolution: {integrity: sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==} + '@babel/eslint-parser@7.25.1': + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -7726,7 +7726,7 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/eslint-parser@7.24.8(@babel/core@7.24.9)(eslint@8.57.0)': + '@babel/eslint-parser@7.25.1(@babel/core@7.24.9)(eslint@8.57.0)': dependencies: '@babel/core': 7.24.9 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 diff --git a/test-app/package.json b/test-app/package.json index aa07e64e..589e638e 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@babel/core": "^7.24.7", - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.1", "@babel/plugin-proposal-decorators": "^7.24.7", "@ember/optional-features": "^2.1.0", "@ember/string": "^4.0.0",