Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) and [electron-to-chromium](https://github.com/kilian/electron-to-chromium).


Updates `@vitest/spy` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/spy)

Updates `electron-to-chromium` from 1.5.90 to 1.5.92
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/commits)

---
updated-dependencies:
- dependency-name: "@vitest/spy"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: electron-to-chromium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 3bc7758 commit b9b92b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.1",
"@vitest/spy": "^3.0.4",
"@vitest/spy": "^3.0.5",
"@wdio/electron-types": "workspace:*",
"read-package-up": "^11.0.0",
"rollup": "^4.34.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@wdio_electron-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsc"
},
"dependencies": {
"@vitest/spy": "^3.0.4"
"@vitest/spy": "^3.0.5"
},
"devDependencies": {
"@electron-forge/shared-types": "^7.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-electron-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
}
},
"dependencies": {
"@vitest/spy": "^3.0.4",
"@vitest/spy": "^3.0.5",
"@wdio/electron-types": "workspace:*",
"@wdio/electron-utils": "workspace:*",
"@wdio/globals": "^9.7.2",
"@wdio/logger": "^9.4.4",
"compare-versions": "^6.1.1",
"debug": "^4.4.0",
"electron-to-chromium": "^1.5.90",
"electron-to-chromium": "^1.5.92",
"fast-copy": "^3.0.1",
"puppeteer-core": "^22.3.0",
"read-package-up": "^11.0.0",
Expand Down
31 changes: 12 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9b92b7

Please sign in to comment.