Skip to content

Commit

Permalink
Dependabot dependencies update (ansi-regex, express) (#606)
Browse files Browse the repository at this point in the history
* Upgrade express v4.21.0

* Upgrade ansi-regex v6.1.0
  • Loading branch information
gcatanese authored Sep 12, 2024
1 parent 13f5826 commit 54709a9
Show file tree
Hide file tree
Showing 15 changed files with 964 additions and 831 deletions.
245 changes: 132 additions & 113 deletions authorisation-adjustment-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion authorisation-adjustment-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ansi-regex": "^6.1.0",
"dot-prop": "^9.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"express-handlebars": "^7.1.3",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
Expand Down
243 changes: 131 additions & 112 deletions checkout-example-advanced/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions checkout-example-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"dependencies": {
"@adyen/api-library": "^19.2.0",
"ansi-regex": "^6.0.1",
"ansi-regex": "^6.1.0",
"dot-prop": ">=9.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"express-handlebars": "^7.1.2",
"minimist": ">=1.2.8",
"morgan": "^1.10.0",
Expand Down
Loading

0 comments on commit 54709a9

Please sign in to comment.