diff --git a/package-lock.json b/package-lock.json index b20b3b93e18..fb096f1fa51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "npm": "^10.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.40.2" + "@rollup/rollup-linux-x64-gnu": "^4.41.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4594,9 +4594,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.40.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz", - "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz", + "integrity": "sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==", "cpu": [ "x64" ], @@ -23207,9 +23207,9 @@ "optional": true }, "@rollup/rollup-linux-x64-gnu": { - "version": "4.40.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz", - "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz", + "integrity": "sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==", "optional": true }, "@rollup/rollup-linux-x64-musl": { diff --git a/package.json b/package.json index 435c5a0240e..8e693cfc219 100644 --- a/package.json +++ b/package.json @@ -148,6 +148,6 @@ "vue-template-compiler": "^2.7.16" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.40.2" + "@rollup/rollup-linux-x64-gnu": "^4.41.0" } }