Skip to content

Commit 74df107

Browse files
CCM-13539: Dependabot updates (#169)
* CCM-13539: Dependabot updates * CCM-13539: Dependabot updates * CMM-13593: Dependabot updates * CMM-13593: Dependabot updates * CCM-13593: Dependabot updates * CCM-13593: Dependabot updates
1 parent f6d46f4 commit 74df107

7 files changed

Lines changed: 14281 additions & 16073 deletions

File tree

.trivyignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Remove after resolution as part of https://nhsd-jira.digital.nhs.uk/browse/CCM-13690
2-
CVE-2021-4279 # https://avd.aquasec.com/nvd/cve-2021-4279 ## latest ajv-cli (5.0.0) installs old version of fast-json-patch
1+
# Remove after resolution as part of https://nhsd-jira.digital.nhs.uk/browse/CCM-13769
32
CVE-2024-49761 # https://avd.aquasec.com/nvd/cve-2024-49761 ## latest Jekyll Webpack (0.2.7) installs old version of rexml
43
CVE-2024-47220 # https://avd.aquasec.com/nvd/cve-2024-47220 ## latest lint_roller (1.1.0) installs old version of rexml
54
CVE-2024-7254 # https://avd.aquasec.com/nvd/cve-2024-7254 ## latest Jekyll Webpack (0.2.7) installs old version of google-protobuf

lambdas/pdm-uploader-lambda/src/infra/pdm-api-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export class PdmClient implements IPdmClient {
6767
(err) =>
6868
Boolean(
6969
isAxiosError(err) &&
70-
err.response?.status ===
71-
HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
70+
err.response?.status ===
71+
HTTP2_CONSTANTS.HTTP_STATUS_TOO_MANY_REQUESTS,
7272
),
7373
this.backoffConfig,
7474
);

lambdas/refresh-apim-access-token/src/__tests__/infra/ssm-keystore.test.ts

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('SSMKeyStore', () => {
7373
[
7474
[
7575
PutParameterCommand {
76-
"deserialize": [Function],
76+
"deserialize": null,
7777
"input": {
7878
"Name": "fake_access_token_parameter_name",
7979
"Overwrite": true,
@@ -92,8 +92,15 @@ describe('SSMKeyStore', () => {
9292
"resolve": [Function],
9393
"use": [Function],
9494
},
95-
"schema": undefined,
96-
"serialize": [Function],
95+
"schema": [
96+
9,
97+
"com.amazonaws.ssm",
98+
"PutParameter",
99+
0,
100+
[Function],
101+
[Function],
102+
],
103+
"serialize": null,
97104
},
98105
],
99106
]
@@ -142,7 +149,7 @@ describe('SSMKeyStore', () => {
142149
[
143150
[
144151
GetParameterCommand {
145-
"deserialize": [Function],
152+
"deserialize": null,
146153
"input": {
147154
"Name": "fake_api_key_parameter_name",
148155
"WithDecryption": true,
@@ -160,8 +167,15 @@ describe('SSMKeyStore', () => {
160167
"resolve": [Function],
161168
"use": [Function],
162169
},
163-
"schema": undefined,
164-
"serialize": [Function],
170+
"schema": [
171+
9,
172+
"com.amazonaws.ssm",
173+
"GetParameter",
174+
0,
175+
[Function],
176+
[Function],
177+
],
178+
"serialize": null,
165179
},
166180
],
167181
]

0 commit comments

Comments
 (0)