Bump @bahmutov/cypress-esbuild-preprocessor in the cypress group

Bumps the cypress group with 1 update: [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor).


Updates `@bahmutov/cypress-esbuild-preprocessor` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases)
- [Commits](https://github.com/bahmutov/cypress-esbuild-preprocessor/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: "@bahmutov/cypress-esbuild-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 16:01:02 +00:00 committed by GitHub
parent 70417dae81
commit 7acb586090
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 6 deletions

27
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.5",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
@ -2421,17 +2421,34 @@
}
},
"node_modules/@bahmutov/cypress-esbuild-preprocessor": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@bahmutov/cypress-esbuild-preprocessor/-/cypress-esbuild-preprocessor-2.2.0.tgz",
"integrity": "sha512-pTvxRi6+OFsXy6uCn/HlO5zi0fUZWbiCtTiLTDf/+kgEfZ/Y8WIxZ2pjuir9MEM8prQenBw60TLcM0wcazh7+Q==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@bahmutov/cypress-esbuild-preprocessor/-/cypress-esbuild-preprocessor-2.2.1.tgz",
"integrity": "sha512-mXbo78bly2VrEro/YeRMM0Q6JHcBSEtbNfuT2nYL2GsTsb2O5fUC6L+kVK/tbenzcXvtpxshHzZ9xFXE41ewWA==",
"dev": true,
"dependencies": {
"debug": "4.3.4"
"debug": "4.3.5"
},
"peerDependencies": {
"esbuild": ">=0.17.0"
}
},
"node_modules/@bahmutov/cypress-esbuild-preprocessor/node_modules/debug": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
"integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
"dev": true,
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",

View File

@ -34,7 +34,7 @@
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.5",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",