Merge pull request #1857 from nextcloud/renovate/rollup-rollup-linux-x64-gnu-4.x

chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.44.1
This commit is contained in:
Enjeck
2025-06-30 20:19:19 +01:00
committed by GitHub
2 changed files with 20 additions and 5 deletions

23
package-lock.json generated
View File

@ -53,7 +53,7 @@
"npm": "^10.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
"@rollup/rollup-linux-x64-gnu": "^4.44.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -4191,9 +4191,9 @@
"peer": true
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.44.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz",
"integrity": "sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==",
"version": "4.44.1",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
"integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
"cpu": [
"x64"
],
@ -14196,6 +14196,21 @@
"rollup": "^4.0.0"
}
},
"node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.44.0",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz",
"integrity": "sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
"peer": true
},
"node_modules/rope-sequence": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz",

View File

@ -73,6 +73,6 @@
"cypress-vite": "^1.6.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
"@rollup/rollup-linux-x64-gnu": "^4.44.1"
}
}