Skip to content

Commit

Permalink
Upgrade dependencies (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Fajfr <[email protected]>
  • Loading branch information
jirkafajfr and Jirka Fajfr committed Feb 5, 2024
1 parent 90243ec commit 5cb982b
Show file tree
Hide file tree
Showing 8 changed files with 36,731 additions and 37,526 deletions.
34,790 changes: 17,073 additions & 17,717 deletions dist/cleanup/index.js

Large diffs are not rendered by default.

34,788 changes: 17,072 additions & 17,716 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

300 changes: 160 additions & 140 deletions dist/licenses.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports.cleanVariable = exports.extractAliasAndSecretIdFromInput = exports.isSec
const core = __importStar(require("@actions/core"));
const client_secrets_manager_1 = require("@aws-sdk/client-secrets-manager");
const constants_1 = require("./constants");
require("aws-sdk-client-mock-jest");
/**
* Gets the unique list of all secrets to be requested
*
Expand Down
4,356 changes: 2,413 additions & 1,943 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",
"@aws-sdk/client-secrets-manager": "^3.121.0"
"@aws-sdk/client-secrets-manager": "^3.504.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.59.0",
"@vercel/ncc": "^0.34.0",
"aws-sdk-client-mock": "^1.0.0",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"@types/jest": "^28.1.4"
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.0.1",
"aws-sdk-client-mock-jest": "^3.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
}
}
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
ListSecretsCommandInput
} from "@aws-sdk/client-secrets-manager";
import { CLEANUP_NAME, LIST_SECRETS_MAX_RESULTS } from "./constants";
import "aws-sdk-client-mock-jest";

export interface SecretValueResponse {
name: string,
Expand Down

0 comments on commit 5cb982b

Please sign in to comment.