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 [sass](https://github.com/sass/dart-sass).


Updates `@adyen/adyen-web` from 6.6.0 to 6.7.0
- [Release notes](https://github.com/Adyen/adyen-web/releases)
- [Commits](Adyen/adyen-web@v6.6.0...v6.7.0)

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

Updates `sass` from 1.83.1 to 1.83.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.1...1.83.4)

---
updated-dependencies:
- dependency-name: "@adyen/adyen-web"
  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-patch
  dependency-group: dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 3ae0ef8 commit d60bca0
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,13 +12,13 @@
"serve": "npm run build && serve public -l 3000 --cors"
},
"dependencies": {
"@adyen/adyen-web": "6.6.0",
"@adyen/adyen-web": "6.7.0",
"serve": "14.2.4"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/node": "22.10.7",
"jest": "29.7.0",
"sass": "1.83.1",
"sass": "1.83.4",
"ts-jest": "^29.2.5",
"typescript": "5.7.3",
"vite": "6.0.7",
Expand Down

0 comments on commit d60bca0

Please sign in to comment.