Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 2 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [undici](https://github.com/nodejs/undici).


Updates `aws-cdk-lib` from 2.176.0 to 2.177.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib)

Updates `undici` from 5.28.4 to 5.28.5
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 180667e commit f239382
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion hrm-domain/hrm-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"umzug": "^3.0.0",
"undici": "^5.28.3",
"undici": "^5.28.5",
"util": "^0.12.2",
"yargs": "^17.7.2"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"undici": "^5.28.3"
"undici": "^5.28.5"
},
"scripts": {
"docker:build": "docker pull crprivateaiprod.azurecr.io/deid:cpu-text && docker build -t transcript-scrubber --progress=plain --no-cache -f ./Dockerfile ../../../",
Expand Down
49 changes: 25 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resources-domain/*"
],
"dependencies": {
"aws-cdk-lib": "^2.176.0",
"aws-cdk-lib": "^2.177.0",
"@maildrop/api": "^1.0.27",
"aws-sdk-client-mock": "^3.0.0",
"dotenv": "^16.3.1",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"wait-on": "^7.2.0",
"undici": "5.28.4"
"undici": "5.28.5"
},
"scripts": {
"admin-cli": "npx tsx hrm-domain/hrm-service/scripts/admin-cli.ts",
Expand Down
2 changes: 1 addition & 1 deletion resources-domain/lambdas/import-producer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^18.16.2",
"jest-each": "^29.5.0",
"ts-node": "^10.9.1",
"undici": "^5.28.3"
"undici": "^5.28.5"
},
"scripts": {
"docker:build": "docker build -t resources-import-producer --build-arg lambda_name=import-producer --build-arg lambda_dir=resources-domain/lambdas -f ../../../lambdas/Dockerfile ../../../",
Expand Down
2 changes: 1 addition & 1 deletion resources-domain/resources-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sqslite": "^2.1.1",
"tsx": "^3.12.6",
"umzug": "^3.2.1",
"undici": "^5.28.3",
"undici": "^5.28.5",
"yargs": "^17.7.2"
},
"scripts": {
Expand Down

0 comments on commit f239382

Please sign in to comment.