Compare commits

..

1 Commits

Author SHA1 Message Date
Chris Farhood ec088c73e9 fix(ci): update pnpm-lock.yaml for elliptic override
The elliptic security override added in commit 5829cf8 was not
accompanied by a corresponding lockfile update, causing CI to fail
at the install step. This commit regenerates the lockfile with
all transitive dependency updates.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 12:44:06 +00:00
3 changed files with 673 additions and 678 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ jobs:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json
renovate-json5: true
-7
View File
@@ -12,13 +12,6 @@
"homepage": "https://github.com/privilegedescalation/headlamp-rook-plugin#readme",
"author": "privilegedescalation",
"license": "Apache-2.0",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"esbuild",
"msw"
]
},
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
+672 -670
View File
File diff suppressed because it is too large Load Diff