From 96d41a96e5c61bdcbb5f7c0ecc1dedf3352668dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:03:23 +0000 Subject: [PATCH] chore(deps-dev): bump @bahmutov/cypress-esbuild-preprocessor Bumps [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases) - [Commits](https://github.com/bahmutov/cypress-esbuild-preprocessor/compare/v2.2.7...v2.2.8) --- updated-dependencies: - dependency-name: "@bahmutov/cypress-esbuild-preprocessor" dependency-version: 2.2.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cc89df..84d2a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^23.2.1", - "@bahmutov/cypress-esbuild-preprocessor": "^2.2.7", + "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8", "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "@eslint/compat": "^2.0.0", "@eslint/eslintrc": "^3.3.3", @@ -547,9 +547,9 @@ } }, "node_modules/@bahmutov/cypress-esbuild-preprocessor": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@bahmutov/cypress-esbuild-preprocessor/-/cypress-esbuild-preprocessor-2.2.7.tgz", - "integrity": "sha512-n5kYNQ830Tics+04/pRR/IdJsCoc2xf4iO7emI2ofGIWGuDkE4ewIJt1jYJ+FfN41I2B7jTWQRvU274T4NloTQ==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@bahmutov/cypress-esbuild-preprocessor/-/cypress-esbuild-preprocessor-2.2.8.tgz", + "integrity": "sha512-pN90es4T1DYcQbBuDEpa7yotC/VhE+BgfHIEGpS0uxibTIqt7g4ZITQZbTFcaQATZh3QmPIMMkeZyBE7PWf1LA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a262656..bb8d363 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^23.2.1", - "@bahmutov/cypress-esbuild-preprocessor": "^2.2.7", + "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8", "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "@eslint/compat": "^2.0.0", "@eslint/eslintrc": "^3.3.3",