diff --git a/ember-lazy-mount/package.json b/ember-lazy-mount/package.json index d5938e3..e65aa6b 100644 --- a/ember-lazy-mount/package.json +++ b/ember-lazy-mount/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@babel/core": "^7.24.7", "@babel/plugin-transform-typescript": "^7.24.4", - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.0", "@babel/runtime": "^7.24.7", "@embroider/addon-dev": "^5.0.0", "@glimmer/component": "^1.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 359d985..f2a63a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: ^7.24.7 version: 7.24.7 '@babel/eslint-parser': - specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) + specifier: ^7.25.0 + version: 7.25.0(@babel/core@7.24.7)(eslint@8.57.0) '@babel/plugin-transform-typescript': specifier: ^7.24.4 version: 7.24.7(@babel/core@7.24.7) @@ -302,8 +302,8 @@ importers: version: 6.3.0 devDependencies: '@babel/eslint-parser': - specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) + specifier: ^7.25.0 + version: 7.25.0(@babel/core@7.24.7)(eslint@8.57.0) '@babel/plugin-proposal-decorators': specifier: ^7.24.7 version: 7.24.7(@babel/core@7.24.7) @@ -426,8 +426,8 @@ importers: version: 6.3.0 devDependencies: '@babel/eslint-parser': - specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.7)(eslint@8.57.0) + specifier: ^7.25.0 + version: 7.25.0(@babel/core@7.24.7)(eslint@8.57.0) '@babel/plugin-proposal-decorators': specifier: ^7.24.7 version: 7.24.7(@babel/core@7.24.7) @@ -593,8 +593,8 @@ packages: semver: 6.3.1 dev: true - /@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@8.57.0): - resolution: {integrity: sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==} + /@babel/eslint-parser@7.25.0(@babel/core@7.24.7)(eslint@8.57.0): + resolution: {integrity: sha512-mlcTKuQAjczDRwWLIxv+Q925jaMUO8Jl5dxmWJSSGVYfZ4rKMp8daQvVC3rM1G2v8V+/fO0yIVTSLS+2zcB8rg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 diff --git a/test-engine1/package.json b/test-engine1/package.json index 86ed175..ce4522d 100644 --- a/test-engine1/package.json +++ b/test-engine1/package.json @@ -29,7 +29,7 @@ "ember-cli-htmlbars": "^6.3.0" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.0", "@babel/plugin-proposal-decorators": "^7.24.7", "@ember/optional-features": "^2.1.0", "@ember/test-helpers": "^3.3.0", diff --git a/test-engine2/package.json b/test-engine2/package.json index 3cf3643..8842d12 100644 --- a/test-engine2/package.json +++ b/test-engine2/package.json @@ -29,7 +29,7 @@ "ember-cli-htmlbars": "^6.3.0" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.0", "@babel/plugin-proposal-decorators": "^7.24.7", "@ember/optional-features": "^2.1.0", "@ember/test-helpers": "^3.3.0",