diff --git a/millicast/playback/players-sdks/flutter/index.mdx b/millicast/playback/players-sdks/flutter/index.mdx index fb4ef1ba4ebf..ec3d170055dd 100644 --- a/millicast/playback/players-sdks/flutter/index.mdx +++ b/millicast/playback/players-sdks/flutter/index.mdx @@ -63,7 +63,7 @@ You should now see the following information in pubspec.yaml file: ```yaml dependencies: - # ... + # ... # More dependencies millicast_flutter_sdk: ^1.1.x ``` diff --git a/package-lock.json b/package-lock.json index 6e55bce910f0..ffb7996a7111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.7.0", "lodash": "^4.18.1", - "prettier": "^3.8.4", + "prettier": "^3.9.4", "raw-loader": "^4.0.2", "remark": "^15.0.1", "serve-handler": "^6.1.7", @@ -19224,9 +19224,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 568aa9712906..a1f08001fe74 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.7.0", "lodash": "^4.18.1", - "prettier": "^3.8.4", + "prettier": "^3.9.4", "raw-loader": "^4.0.2", "remark": "^15.0.1", "serve-handler": "^6.1.7",