aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 12:18:58 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 12:26:18 +0100
commitc07ff384cb6aaf037210aaa5b9bb1c119c6406fd (patch)
treea281b9263c0b797b7c478580ee40ec45167fc63e /package-lock.json
parent0c0983428b387a587dc71baed30d7a16178b3ef2 (diff)
Fix GH actions build (please?)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index f2da70b..ed1d99b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,6 +38,9 @@
},
"engines": {
"node": ">=20.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-linux-x64-gnu": "*"
}
},
"node_modules/@esbuild/aix-ppc64": {
@@ -2668,7 +2671,7 @@
"version": "4.34.9",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.9.tgz",
"integrity": "sha512-nF5XYqWWp9hx/LrpC8sZvvvmq0TeTjQgaZHYmAgwysT9nh8sWnZhBnM8ZyVbbJFIQBLwHDNoMqsBZBbUo4U8sQ==",
- "dev": true,
+ "devOptional": true,
"license": "MIT",
"dependencies": {
"@types/estree": "1.0.6"
@@ -2704,9 +2707,22 @@
}
},
"node_modules/rollup/@rollup/wasm-node": {
- "dev": true,
"optional": true
},
+ "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.34.9",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.9.tgz",
+ "integrity": "sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
"node_modules/run-parallel": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",