Skip to content

Commit

Permalink
build(deps-dev): bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /processor with 2 updates: [@eslint/compat](https://github.com/eslint/rewrite) and [msw](https://github.com/mswjs/msw).


Updates `@eslint/compat` from 1.2.6 to 1.2.7
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.6...compat-v1.2.7)

Updates `msw` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent 8b41293 commit c580db2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions processor/package-lock.json

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

4 changes: 2 additions & 2 deletions processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fastify-plugin": "5.0.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@jest/globals": "29.7.0",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-unused-imports": "4.1.4",
"globals": "^15.15.0",
"jest": "29.7.0",
"msw": "2.7.0",
"msw": "2.7.1",
"node-fetch": "3.3.2",
"nodemon": "3.1.9",
"prettier": "3.5.1",
Expand Down

0 comments on commit c580db2

Please sign in to comment.