diff --git a/package-lock.json b/package-lock.json index 50d2028788c..d0c27ea6ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "npm": "^10.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.21.2" + "@rollup/rollup-linux-x64-gnu": "^4.21.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4939,9 +4939,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz", - "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==", + "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==", "cpu": [ "x64" ], @@ -32347,9 +32347,9 @@ "optional": true }, "@rollup/rollup-linux-x64-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz", - "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==", + "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==", "optional": true }, "@rollup/rollup-linux-x64-musl": { diff --git a/package.json b/package.json index 4778c098e7f..5ba7a79bf79 100644 --- a/package.json +++ b/package.json @@ -192,6 +192,6 @@ "transformIgnorePatterns": [] }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.21.2" + "@rollup/rollup-linux-x64-gnu": "^4.21.3" } }