Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 5 updates in the /processor directory:

| Package | From | To |
| --- | --- | --- |
| [@commercetools-backend/loggers](https://github.com/commercetools/merchant-center-application-kit/tree/HEAD/packages-backend/loggers) | `22.30.1` | `22.30.3` |
| [@fastify/type-provider-typebox](https://github.com/fastify/fastify-type-provider-typebox) | `4.0.0` | `4.1.0` |
| [@sinclair/typebox](https://github.com/sinclairzx81/typebox) | `0.32.35` | `0.33.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.4.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.7.0` | `28.8.0` |



Updates `@commercetools-backend/loggers` from 22.30.1 to 22.30.3
- [Release notes](https://github.com/commercetools/merchant-center-application-kit/releases)
- [Changelog](https://github.com/commercetools/merchant-center-application-kit/blob/main/packages-backend/loggers/CHANGELOG.md)
- [Commits](https://github.com/commercetools/merchant-center-application-kit/commits/@commercetools-backend/[email protected]/packages-backend/loggers)

Updates `@fastify/type-provider-typebox` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/fastify/fastify-type-provider-typebox/releases)
- [Commits](fastify/fastify-type-provider-typebox@v4.0.0...v4.1.0)

Updates `@sinclair/typebox` from 0.32.35 to 0.33.7
- [Commits](sinclairzx81/typebox@0.32.35...0.33.7)

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

Updates `eslint-plugin-jest` from 28.7.0 to 28.8.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.7.0...v28.8.0)

---
updated-dependencies:
- dependency-name: "@commercetools-backend/loggers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@fastify/type-provider-typebox"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@sinclair/typebox"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 596d724 commit e3bf6bb
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 46 deletions.
85 changes: 44 additions & 41 deletions processor/package-lock.json

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

10 changes: 5 additions & 5 deletions processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
"author": "",
"license": "ISC",
"dependencies": {
"@commercetools-backend/loggers": "22.30.1",
"@commercetools-backend/loggers": "22.30.3",
"@commercetools/connect-payments-sdk": "0.8.2",
"@fastify/autoload": "5.10.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
"@fastify/http-proxy": "9.5.0",
"@fastify/request-context": "5.1.0",
"@fastify/static": "7.0.4",
"@fastify/type-provider-typebox": "4.0.0",
"@sinclair/typebox": "0.32.35",
"@fastify/type-provider-typebox": "4.1.0",
"@sinclair/typebox": "0.33.7",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fastify-plugin": "4.5.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/jest": "29.5.12",
"@types/node": "22.1.0",
"@types/node": "22.4.1",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.7.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unused-imports": "3.2.0",
"jest": "29.7.0",
Expand Down

0 comments on commit e3bf6bb

Please sign in to comment.