Skip to content

Commit

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


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

Updates `puppeteer` from 21.1.0 to 21.3.6
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.1.0...puppeteer-v21.3.6)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: puppeteer
  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-major
  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 3, 2023
1 parent 40dfbd7 commit e3163bd
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 83 deletions.
175 changes: 95 additions & 80 deletions Framework/package-lock.json

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

6 changes: 3 additions & 3 deletions Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"ws": "^8.14.2"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"mocha": "^10.2.0",
"nock": "13.3.0",
"nyc": "^15.1.0",
"puppeteer": "^21.1.0",
"sinon": "15.2.0",
"puppeteer": "^21.3.6",
"sinon": "16.0.0",
"supertest": "^6.3.0"
},
"main": "Backend/index.js"
Expand Down

0 comments on commit e3163bd

Please sign in to comment.