diff --git a/package-lock.json b/package-lock.json index 386f2df7499..4d5c99cb8ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "npm": "^10.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.21.3" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5052,9 +5052,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.3.tgz", - "integrity": "sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", + "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", "cpu": [ "x64" ], @@ -32083,9 +32083,9 @@ "optional": true }, "@rollup/rollup-linux-x64-gnu": { - "version": "4.21.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.3.tgz", - "integrity": "sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", + "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", "optional": true }, "@rollup/rollup-linux-x64-musl": { diff --git a/package.json b/package.json index c116d2c0a10..5d6b9b1bf5a 100644 --- a/package.json +++ b/package.json @@ -194,6 +194,6 @@ "transformIgnorePatterns": [] }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.21.3" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }