-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #794 from umccr/bump-deps-20241224
Bumped dependencies
- Loading branch information
Showing
16 changed files
with
1,705 additions
and
1,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"plugins_used": [ | ||
{ | ||
"name": "ArtifactoryDetector" | ||
|
614 changes: 307 additions & 307 deletions
614
.yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 11 additions & 8 deletions
19
lib/workload/stateful/stacks/postgres-manager/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"name": "postgres-manager", | ||
"packageManager": "yarn@4.4.1", | ||
"packageManager": "yarn@4.5.3", | ||
"scripts": { | ||
"test": "tsc && jest", | ||
"build": "esbuild function/index.ts --bundle --minify --sourcemap --platform=node --target=es2020 --outfile=dist/index.js", | ||
"clean": "rm -rf ./dist", | ||
"audit": "yarn npm audit" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-secrets-manager": "^3.649.0", | ||
"pg": "^8.12.0" | ||
"@aws-sdk/client-secrets-manager": "^3.716.0", | ||
"pg": "^8.13.1" | ||
}, | ||
"devDependencies": { | ||
"@types/aws-lambda": "^8.10.145", | ||
"@types/jest": "^29.5.12", | ||
"@types/pg": "^8.11.9", | ||
"esbuild": "^0.23.1", | ||
"@types/aws-lambda": "^8.10.146", | ||
"@types/jest": "^29.5.14", | ||
"@types/pg": "^8.11.10", | ||
"esbuild": "^0.24.2", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.7.2" | ||
}, | ||
"resolutions": { | ||
"cross-spawn": "^7.0.6" | ||
} | ||
} |
Oops, something went wrong.