NeonClary Cursor commited on
Commit
e51a1bd
·
1 Parent(s): ab4c488

Fix package-lock.json for npm ci in node:22-alpine Docker builds

Browse files

Regenerate lockfile with the npm version used by the HF Space / Docker frontend stage so npm ci succeeds in CI and on Hugging Face.

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. frontend/package-lock.json +17 -0
frontend/package-lock.json CHANGED
@@ -15478,6 +15478,23 @@
15478
  }
15479
  }
15480
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15481
  "node_modules/tapable": {
15482
  "version": "2.3.3",
15483
  "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
 
15478
  }
15479
  }
15480
  },
15481
+ "node_modules/tailwindcss/node_modules/yaml": {
15482
+ "version": "2.9.0",
15483
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
15484
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
15485
+ "license": "ISC",
15486
+ "optional": true,
15487
+ "peer": true,
15488
+ "bin": {
15489
+ "yaml": "bin.mjs"
15490
+ },
15491
+ "engines": {
15492
+ "node": ">= 14.6"
15493
+ },
15494
+ "funding": {
15495
+ "url": "https://github.com/sponsors/eemeli"
15496
+ }
15497
+ },
15498
  "node_modules/tapable": {
15499
  "version": "2.3.3",
15500
  "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",