Spaces:
Running
Running
cccmmd commited on
Commit ·
d40de2f
1
Parent(s): 488e3e4
fix: replace private kuaishou npm registry URLs with public npmjs registry
Browse files5 entries in package-lock.json pointed to npm.corp.kuaishou.com (an
internal registry unreachable from HF Spaces), causing 'npm ci' to fail
with ENOTFOUND during the Docker build. Replaced all with the public
registry.npmjs.org. Integrity hashes verified unchanged.
Affected: @playwright /test, playwright, playwright-core, graphology-types,
fsevents (playwright nested)
client/src/package-lock.json
CHANGED
|
@@ -493,7 +493,7 @@
|
|
| 493 |
},
|
| 494 |
"node_modules/@playwright/test": {
|
| 495 |
"version": "1.61.0",
|
| 496 |
-
"resolved": "https://
|
| 497 |
"integrity": "sha512-cKA5B6lpFEMyMGjxF54QihfYpB4FkEGH+qZhtArDEG+wezQAJY8Pq6C7T1SjWz+FFzt3TbyoXBQYk/0292TdJA==",
|
| 498 |
"dev": true,
|
| 499 |
"license": "Apache-2.0",
|
|
@@ -3219,7 +3219,7 @@
|
|
| 3219 |
},
|
| 3220 |
"node_modules/graphology-types": {
|
| 3221 |
"version": "0.24.8",
|
| 3222 |
-
"resolved": "https://
|
| 3223 |
"integrity": "sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==",
|
| 3224 |
"license": "MIT"
|
| 3225 |
},
|
|
@@ -4388,7 +4388,7 @@
|
|
| 4388 |
},
|
| 4389 |
"node_modules/playwright": {
|
| 4390 |
"version": "1.61.0",
|
| 4391 |
-
"resolved": "https://
|
| 4392 |
"integrity": "sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==",
|
| 4393 |
"dev": true,
|
| 4394 |
"license": "Apache-2.0",
|
|
@@ -4407,7 +4407,7 @@
|
|
| 4407 |
},
|
| 4408 |
"node_modules/playwright-core": {
|
| 4409 |
"version": "1.61.0",
|
| 4410 |
-
"resolved": "https://
|
| 4411 |
"integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==",
|
| 4412 |
"dev": true,
|
| 4413 |
"license": "Apache-2.0",
|
|
@@ -4420,7 +4420,7 @@
|
|
| 4420 |
},
|
| 4421 |
"node_modules/playwright/node_modules/fsevents": {
|
| 4422 |
"version": "2.3.2",
|
| 4423 |
-
"resolved": "https://
|
| 4424 |
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
| 4425 |
"dev": true,
|
| 4426 |
"hasInstallScript": true,
|
|
|
|
| 493 |
},
|
| 494 |
"node_modules/@playwright/test": {
|
| 495 |
"version": "1.61.0",
|
| 496 |
+
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.61.0.tgz",
|
| 497 |
"integrity": "sha512-cKA5B6lpFEMyMGjxF54QihfYpB4FkEGH+qZhtArDEG+wezQAJY8Pq6C7T1SjWz+FFzt3TbyoXBQYk/0292TdJA==",
|
| 498 |
"dev": true,
|
| 499 |
"license": "Apache-2.0",
|
|
|
|
| 3219 |
},
|
| 3220 |
"node_modules/graphology-types": {
|
| 3221 |
"version": "0.24.8",
|
| 3222 |
+
"resolved": "https://registry.npmjs.org/graphology-types/-/graphology-types-0.24.8.tgz",
|
| 3223 |
"integrity": "sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==",
|
| 3224 |
"license": "MIT"
|
| 3225 |
},
|
|
|
|
| 4388 |
},
|
| 4389 |
"node_modules/playwright": {
|
| 4390 |
"version": "1.61.0",
|
| 4391 |
+
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0.tgz",
|
| 4392 |
"integrity": "sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==",
|
| 4393 |
"dev": true,
|
| 4394 |
"license": "Apache-2.0",
|
|
|
|
| 4407 |
},
|
| 4408 |
"node_modules/playwright-core": {
|
| 4409 |
"version": "1.61.0",
|
| 4410 |
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0.tgz",
|
| 4411 |
"integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==",
|
| 4412 |
"dev": true,
|
| 4413 |
"license": "Apache-2.0",
|
|
|
|
| 4420 |
},
|
| 4421 |
"node_modules/playwright/node_modules/fsevents": {
|
| 4422 |
"version": "2.3.2",
|
| 4423 |
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
| 4424 |
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
| 4425 |
"dev": true,
|
| 4426 |
"hasInstallScript": true,
|