Skip to content

Commit 9be9b81

Browse files
Combined Dependabot PRs (#69)
* Bump jest-mock-extended from 3.0.7 to 4.0.0 Bumps [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) from 3.0.7 to 4.0.0. - [Release notes](https://github.com/marchaos/jest-mock-extended/releases) - [Commits](marchaos/jest-mock-extended@3.0.7...4.0.0) --- updated-dependencies: - dependency-name: jest-mock-extended dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump github/codeql-action from 3.29.7 to 3.30.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.30.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...192325c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump eslint-config-next from 15.4.5 to 15.5.3 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.4.5 to 15.5.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.5.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.5.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 991c465 commit 9be9b81

4 files changed

Lines changed: 3667 additions & 3664 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
71+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
7272
with:
7373
sarif_file: results.sarif

lambdas/example-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/aws-lambda": "^8.10.148",
99
"@types/jest": "^29.5.14",
1010
"jest": "^29.7.0",
11-
"jest-mock-extended": "^3.0.7",
11+
"jest-mock-extended": "^4.0.0",
1212
"typescript": "^5.9.2"
1313
},
1414
"name": "nhs-notify-repository-template-example-lambda",

0 commit comments

Comments
 (0)