Skip to content

Commit

Permalink
Bump the dev-dependencies group in /Control with 2 updates (#2162)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /Control with 2 updates: [eslint](https://github.com/eslint/eslint) and [sinon](https://github.com/sinonjs/sinon).


Updates `eslint` from 8.50.0 to 8.51.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.51.0)

Updates `sinon` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v16.0.0...v16.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 8b7d14d commit 268b20d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions Control/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 Control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@grpc/proto-loader"
],
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"nyc": "^15.1.0",
"puppeteer": "^21.3.6",
"sinon": "16.0.0"
"sinon": "16.1.0"
},
"main": "index.js",
"bundleDependencies": [
Expand Down

0 comments on commit 268b20d

Please sign in to comment.