Skip to content

Commit

Permalink
build(deps-dev): bump the core-deps group in /Core with 4 updates
Browse files Browse the repository at this point in the history
Bumps the core-deps group in /Core with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [chai](https://github.com/chaijs/chai), [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@types/node` from 20.14.10 to 22.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.4.1...v4.5.0)

Updates `@types/chai` from 4.3.16 to 4.3.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: core-deps
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: core-deps
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: core-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 6e3b7d3 commit 069c283
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 36 deletions.
58 changes: 26 additions & 32 deletions Core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@types/chai": "4.3.16",
"@types/chai": "4.3.17",
"@types/encoding-japanese": "^2.0.4",
"@types/node": "^20.14.9",
"@types/node": "^22.0.2",
"@types/sanitize-html": "^2.9.5",
"ava": "5.3.1",
"buffer": "^6.0.3",
"chai": "4.4.1",
"chai": "4.5.0",
"eslint-plugin-local-rules": "^3.0.2",
"typescript": "^5.5.2",
"typescript": "^5.5.4",
"webpack": "^5.90.3",
"webpack-cli": "5.1.4",
"webpack-node-externals": "3.0.0"
Expand Down

0 comments on commit 069c283

Please sign in to comment.