-
Notifications
You must be signed in to change notification settings - Fork 3
CCM-11961: Dependabot Upgrades #1001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ScottFullerton-NHSE
merged 26 commits into
release
from
feature/CCM-11961-dependabot-upgrades
Sep 22, 2025
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f7164a8
Bump sphinx-markdown-builder from 0.6.7 to 0.6.8
dependabot[bot] 349aa78
Bump pytest-asyncio from 0.20.3 to 0.24.0
dependabot[bot] a2e28d5
Bump notifications-python-client from 9.1.0 to 10.0.1
dependabot[bot] 5a8be76
Bump semver from 3.0.2 to 3.0.4
dependabot[bot] e6976ac
Bump pytest from 8.3.4 to 8.3.5
dependabot[bot] f799136
Bump the npm_and_yarn group with 4 updates
dependabot[bot] f24e237
Bump nodemon from 3.1.9 to 3.1.10 in /sandbox
dependabot[bot] c6a6c43
Bump express from 5.0.1 to 5.1.0 in /sandbox
dependabot[bot] cd11f5d
Bump eslint-plugin-unicorn from 45.0.2 to 56.0.1
dependabot[bot] b42ba26
Bump eslint-plugin-workspaces from 0.7.0 to 0.11.0
dependabot[bot] 6bdbdcb
Bump mocha from 10.7.3 to 11.7.2 in /sandbox
dependabot[bot] e34ac96
Bump eslint-plugin-sonarjs from 0.16.0 to 3.0.5
dependabot[bot] e1b523a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/npm_and_…
ScottFullerton-NHSE 495bed5
CCM-11961: Audit fixed various vulnerabilities
ScottFullerton-NHSE 63716f3
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/sandbox/…
ScottFullerton-NHSE 42a50e4
CCM-11961: Updated supertest in /sandbox and other vulnerabilities
ScottFullerton-NHSE f1161e2
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-p…
ScottFullerton-NHSE 483e7ca
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/sandbox/…
ScottFullerton-NHSE 962bab7
CCM-11961: express bump from 5.0.1 to 5.1.0
ScottFullerton-NHSE ba16789
CCM-11961: Bump pytest from 8.3.4 to 8.3.5
ScottFullerton-NHSE 7d54a3a
CCM-11961: Bump semver from 3.0.2 to 3.0.4
ScottFullerton-NHSE 16ad1e8
CCM-11961: Bump sphinx-markdown-builder from 0.6.7 to 0.6.8
ScottFullerton-NHSE 8d71931
CCM-11961: Bump notifications-python-client from 9.1.0 to 10.0.1
ScottFullerton-NHSE 92f73cf
CCM-11961: Bump pytest-asyncio from 0.20.3 to 0.24.0
ScottFullerton-NHSE 46e0185
CCM-11961: Bump eslint-plugin-unicorn from 45.0.2 to 56.0.1
ScottFullerton-NHSE a7f4f92
CCM-11961: Bump eslint-plugin-workspaces from 0.7.0 to 0.11.0
ScottFullerton-NHSE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have a
package-lock.jsonand apnpm-lock.yamlin this repo? I thought if we were using PNPM we'd get the PNPM lock file instead ofpackage-lock.json?Obviously you've not changed this, so it's not something that needs to block this PR, but it seems odd.