Skip to content

Commit

Permalink
Chore(deps): bump the update-npm-dependencies group with 3 updates (#422
Browse files Browse the repository at this point in the history
)

Bumps the update-npm-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [form-data](https://github.com/form-data/form-data).


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

Updates `prettier` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.0...3.5.1)

Updates `form-data` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: form-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 8685910 commit 0b20d47
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 15 deletions.
55 changes: 43 additions & 12 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 @@ -30,14 +30,14 @@
"@js-soft/eslint-config-ts": "^1.6.13",
"@js-soft/license-check": "^1.0.9",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"enhanced-publish": "^1.1.3",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"jest-expect-message": "^1.1.3",
"madge": "^8.0.0",
"npm-check-updates": "^17.1.14",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@nmshd/crypto": "2.1.0",
"axios": "^1.7.9",
"fast-json-patch": "^3.1.1",
"form-data": "^4.0.1",
"form-data": "^4.0.2",
"https-proxy-agent": "^7.0.6",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 0b20d47

Please sign in to comment.