Skip to content

Commit

Permalink
fix(deps): update adobe fixes (#812)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominique Jäggi <[email protected]>
  • Loading branch information
renovate[bot] and solaris007 authored Mar 6, 2025
1 parent 5decb86 commit 259f75d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"@adobe/helix-shared-wrap": "2.0.2",
"@adobe/helix-status": "10.1.5",
"@adobe/helix-universal-logger": "3.0.24",
"@adobe/spacecat-shared-data-access": "2.10.2",
"@adobe/spacecat-shared-data-access": "2.11.0",
"@adobe/spacecat-shared-gpt-client": "1.5.4",
"@adobe/spacecat-shared-http-utils": "1.9.12",
"@adobe/spacecat-shared-ims-client": "1.5.9",
"@adobe/spacecat-shared-rum-api-client": "2.21.4",
"@adobe/spacecat-shared-rum-api-client": "2.21.5",
"@adobe/spacecat-shared-slack-client": "1.5.8",
"@adobe/spacecat-shared-utils": "1.33.3",
"@adobe/spacecat-shared-utils": "1.34.0",
"@aws-sdk/client-s3": "3.758.0",
"@aws-sdk/client-sqs": "3.758.0",
"@aws-sdk/s3-request-presigner": "3.758.0",
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.9",
"@adobe/helix-deploy": "12.4.20",
"@adobe/helix-deploy": "12.4.21",
"@adobe/helix-universal": "5.0.9",
"@adobe/helix-universal-devserver": "1.1.92",
"@adobe/semantic-release-coralogix": "1.1.35",
Expand Down
7 changes: 7 additions & 0 deletions test/controllers/audits.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ describe('Audits Controller', () => {
getImports: () => [],
getHandlers: () => (({ [auditType]: {} })),
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -446,6 +447,7 @@ describe('Audits Controller', () => {
getHandlers: () => (({ [auditType]: {} })),
getImports: () => [],
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -481,6 +483,7 @@ describe('Audits Controller', () => {
getHandlers: () => (({ [auditType]: {} })),
getImports: () => [],
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -519,6 +522,7 @@ describe('Audits Controller', () => {
getHandlers: () => (({ [auditType]: {} })),
getImports: () => [],
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -598,6 +602,7 @@ describe('Audits Controller', () => {
getHandlers: () => (({ [auditType]: {} })),
getImports: () => [],
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -637,6 +642,7 @@ describe('Audits Controller', () => {
getHandlers: () => (({ [auditType]: {} })),
getImports: () => [],
getFetchConfig: () => {},
getBrandConfig: () => {},
});

const result = await auditsController.patchAuditForSite(context);
Expand Down Expand Up @@ -809,6 +815,7 @@ describe('Audits Controller', () => {
getHandlers: () => {},
getImports: () => {},
getFetchConfig: () => {},
getBrandConfig: () => {},
};

site.getConfig = () => siteConfig;
Expand Down

0 comments on commit 259f75d

Please sign in to comment.