Skip to content
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b3432dc
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Jul 25, 2025
8164f24
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
866ffbf
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Jan 31, 2026
28f4bae
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 1, 2026
e6e5469
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 2, 2026
20a5e63
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 3, 2026
231b36a
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 4, 2026
c3c6aee
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 6, 2026
7f2e1f9
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 6, 2026
b3a53d0
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 7, 2026
ca0418e
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 8, 2026
b1db2f5
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 9, 2026
c7005ce
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 10, 2026
57b253b
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 11, 2026
3f501a1
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 14, 2026
5fffd8e
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 15, 2026
9783ff1
fix: plugins/scaffolder-backend/package.json to reduce vulnerabilities
snyk-io[bot] Feb 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/scaffolder-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"nunjucks": "^3.2.3",
"octokit": "^2.0.0",
"octokit": "^3.1.2",
"octokit-plugin-create-pull-request": "^3.10.0",
"p-limit": "^3.1.0",
"p-queue": "^6.6.2",
Expand Down
Loading