pinning some of the npm packages to their specific versions

This commit is contained in:
2026-05-13 13:06:11 +02:00
parent 45a5762b0b
commit 6152502299
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@@ -10,12 +10,12 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21", "@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21",
"cloudflare-error-page": "^0.1.0", "cloudflare-error-page": "0.1.0",
"cuffeo": "git+https://git.lat/kibi/scuffeo.git", "cuffeo": "git+https://git.lat/kibi/scuffeo.git",
"flumm-fetch": "^1.0.1", "flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5", "flummpress": "^2.0.5",
"jszip": "^3.10.1", "jszip": "3.10.1",
"marked": "^18.0.2", "marked": "18.0.2",
"matrix-js-sdk": "^40.3.0-rc.0", "matrix-js-sdk": "^40.3.0-rc.0",
"postgres": "^3.3.4" "postgres": "^3.3.4"
} }

View File

@@ -22,12 +22,12 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21", "@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21",
"cloudflare-error-page": "^0.1.0", "cloudflare-error-page": "0.1.0",
"cuffeo": "git+https://git.lat/kibi/scuffeo.git", "cuffeo": "git+https://git.lat/kibi/scuffeo.git",
"flumm-fetch": "^1.0.1", "flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5", "flummpress": "^2.0.5",
"jszip": "^3.10.1", "jszip": "3.10.1",
"marked": "^18.0.2", "marked": "18.0.2",
"matrix-js-sdk": "^40.3.0-rc.0", "matrix-js-sdk": "^40.3.0-rc.0",
"postgres": "^3.3.4" "postgres": "^3.3.4"
} }