Skip to content

Commit

Permalink
chore(deps-dev): bump js-yaml and @types/js-yaml
Browse files Browse the repository at this point in the history
Bumps [js-yaml](https://github.com/nodeca/js-yaml) and [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml). These dependencies needed to be updated together.

Updates `js-yaml` from 3.14.1 to 4.1.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...4.1.0)

Updates `@types/js-yaml` from 3.12.10 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/js-yaml"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 8126c74 commit 8b06d9b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 91 deletions.
124 changes: 35 additions & 89 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@semantic-release/release-notes-generator": "^14.0.1",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.5",
"@types/js-yaml": "^3.12.7",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.5",
"@types/sinon": "^10.0.16",
Expand All @@ -45,7 +45,7 @@
"@vercel/ncc": "^0.38.1",
"chai": "^4.3.8",
"eslint": "^8.47.0",
"js-yaml": "^3.14.1",
"js-yaml": "^4.1.0",
"mocha": "^10.5.2",
"nyc": "^17.0.0",
"sinon": "^15.2.0",
Expand Down

0 comments on commit 8b06d9b

Please sign in to comment.