Skip to content

Commit b25d6b1

Browse files
authored
Update node express version - dependabot security (#334)
*Issue description:* Dependabot security telling us to upgrade express version for node, but it is unable to generate the PR. https://github.com/aws-observability/aws-application-signals-test-framework/security/dependabot/17 *Description of changes:* Updated express to 4.21.2, matching PR as this one: https://github.com/aws-observability/aws-application-signals-test-framework/pull/330/files By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b08fecf commit b25d6b1

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

sample-apps/node/frontend-service/package-lock.json

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-apps/node/frontend-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@aws-sdk/client-s3": "^3.621.0",
1414
"@types/express": "^4.17.21",
1515
"@types/node": "^20.14.6",
16-
"express": "^4.21.1",
16+
"express": "^4.21.2",
1717
"mysql2": "^3.11.0"
1818
}
1919
}

0 commit comments

Comments
 (0)