Skip to content

Commit

Permalink
chore(deps): bump the vscode group in /extensions/vscode with 2 updates
Browse files Browse the repository at this point in the history
Bumps the vscode group in /extensions/vscode with 2 updates: [yaml](https://github.com/eemeli/yaml) and [eslint](https://github.com/eslint/eslint).


Updates `yaml` from 2.3.4 to 2.4.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.4...v2.4.0)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vscode
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 8e807cd commit 424ccf3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
83 changes: 43 additions & 40 deletions extensions/vscode/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 extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"glob": "^10.3.10",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
Expand All @@ -130,6 +130,6 @@
},
"dependencies": {
"lodash": "^4.17.21",
"yaml": "^2.3.4"
"yaml": "^2.4.0"
}
}

0 comments on commit 424ccf3

Please sign in to comment.