diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index cf3219939..17490099b 100644 --- a/packages/typo3-docs-theme/package-lock.json +++ b/packages/typo3-docs-theme/package-lock.json @@ -22,7 +22,7 @@ "grunt-exec": "^3.0.0", "grunt-sass": "^3.1.0", "grunt-stylelint": "^0.20.1", - "sass": "^1.80.4", + "sass": "^1.80.5", "stylelint": "^16.10.0" }, "engines": { @@ -3004,9 +3004,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.80.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", - "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", + "version": "1.80.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz", + "integrity": "sha512-TQd2aoQl/+zsxRMEDSxVdpPIqeq9UFc6pr7PzkugiTx3VYCFPUaa3P4RrBQsqok4PO200Vkz0vXQBNlg7W907g==", "dev": true, "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index da7c2e760..605172853 100644 --- a/packages/typo3-docs-theme/package.json +++ b/packages/typo3-docs-theme/package.json @@ -17,7 +17,7 @@ "grunt-exec": "^3.0.0", "grunt-sass": "^3.1.0", "grunt-stylelint": "^0.20.1", - "sass": "^1.80.4", + "sass": "^1.80.5", "stylelint": "^16.10.0" }, "scripts": {