From 615250229929e2478e4b6b7bcb2f13b00a6f662c Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 13 May 2026 13:06:11 +0200 Subject: [PATCH] pinning some of the npm packages to their specific versions --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bc2c55..55e563d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,12 +10,12 @@ "license": "MIT", "dependencies": { "@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", "flumm-fetch": "^1.0.1", "flummpress": "^2.0.5", - "jszip": "^3.10.1", - "marked": "^18.0.2", + "jszip": "3.10.1", + "marked": "18.0.2", "matrix-js-sdk": "^40.3.0-rc.0", "postgres": "^3.3.4" } diff --git a/package.json b/package.json index a3a5e61..6be573d 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "license": "MIT", "dependencies": { "@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", "flumm-fetch": "^1.0.1", "flummpress": "^2.0.5", - "jszip": "^3.10.1", - "marked": "^18.0.2", + "jszip": "3.10.1", + "marked": "18.0.2", "matrix-js-sdk": "^40.3.0-rc.0", "postgres": "^3.3.4" }