Skip to content

Commit

Permalink
Upgrade dependencies to solve vulnerabilities (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomr86 committed Sep 24, 2023
1 parent 5514955 commit d050e9c
Show file tree
Hide file tree
Showing 4 changed files with 7,115 additions and 14,257 deletions.
2 changes: 1 addition & 1 deletion lib/services/parameter-store.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { mockData } from '../../tests/mockdata';

describe('ParameterStoreService', () => {
let parameterStoreService: ParameterStoreService;
let ssmClient: AwsStub<SSMClient, unknown, unknown>;
let ssmClient: AwsStub<SSMClient, any, any>;

beforeEach(async () => {
const moduleRef = await Test.createTestingModule({
Expand Down
Loading

0 comments on commit d050e9c

Please sign in to comment.