Skip to content

Commit

Permalink
Bump the dev-dependencies group in /Framework with 2 updates (#2695)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /Framework with 2 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `@stylistic/eslint-plugin-js` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.0/packages/eslint-plugin-js)

Updates `puppeteer` from 23.9.0 to 23.10.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.9.0...puppeteer-v23.10.2)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin-js"
  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
...
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 7f60ecc commit 4f7f920
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 96 deletions.
152 changes: 58 additions & 94 deletions Framework/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 Framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@stylistic/eslint-plugin-js": "^2.12.0",
"eslint": "^9.16.0",
"eslint-plugin-jsdoc": "^50.6.0",
"globals": "^15.13.0",
"mocha": "^11.0.1",
"nock": "13.5.0",
"nyc": "^17.1.0",
"puppeteer": "^23.9.0",
"puppeteer": "^23.10.2",
"sinon": "19.0.2",
"supertest": "^7.0.0"
},
Expand Down

0 comments on commit 4f7f920

Please sign in to comment.