Skip to content

Commit

Permalink
chore(deps): bump the dependencies group in /enabler with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /enabler with 3 updates: [@adyen/adyen-web](https://github.com/Adyen/adyen-web), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@adyen/adyen-web` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/Adyen/adyen-web/releases)
- [Commits](Adyen/adyen-web@v6.5.0...v6.5.1)

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

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@adyen/adyen-web"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  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 Nov 25, 2024
1 parent 4df82f0 commit 2014179
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions enabler/package-lock.json

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

6 changes: 3 additions & 3 deletions enabler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"serve": "npm run build && serve public -l 3000 --cors"
},
"dependencies": {
"@adyen/adyen-web": "6.5.0",
"@adyen/adyen-web": "6.5.1",
"serve": "14.2.4"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"jest": "29.7.0",
"sass": "1.81.0",
"ts-jest": "^29.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-css-injected-by-js": "3.5.2"
},
Expand Down

0 comments on commit 2014179

Please sign in to comment.