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 Aug 9, 2024
1 parent 0884d50 commit 3d87c32
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 106 deletions.
141 changes: 37 additions & 104 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.14",
"@types/sinon": "^17.0.3",
Expand All @@ -45,7 +45,7 @@
"@vercel/ncc": "^0.38.1",
"chai": "^4.5.0",
"eslint": "^8.47.0",
"js-yaml": "^3.14.1",
"js-yaml": "^4.1.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"sinon": "^18.0.0",
Expand Down

0 comments on commit 3d87c32

Please sign in to comment.