Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 7.32.0 to 8.35.0 in /webrtc/tools #392

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump eslint from 7.32.0 to 8.35.0 in /webrtc/tools
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v8.35.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 27, 2023
commit 461cb6489fd835fbf158ae02bb8fed18bac0f69f
2 changes: 1 addition & 1 deletion webrtc/tools/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"lint": "eslint -c .eslintrc.js ../*.html ../*.js"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint": "^8.35.0",
"eslint-plugin-html": "^4.0.0",
"jscodeshift": "^0.5.1",
"jsdom": "^16.5.3"