diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 10837480e..a01513c97 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -68,7 +68,7 @@ "rimraf": "^5.0.5", "storybook": "^7.5.1", "storybook-react-i18next": "^2.0.9", - "tailwindcss": "^3.3.3", + "tailwindcss": "^3.3.5", "typescript": "5.2.2", "vite": "^4.5.0", "vite-plugin-compression": "^0.5.1", @@ -22350,9 +22350,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", + "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -22360,10 +22360,10 @@ "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/frontend/package.json b/frontend/package.json index b76af3f1e..6ae065a9a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -76,7 +76,7 @@ "rimraf": "^5.0.5", "storybook": "^7.5.1", "storybook-react-i18next": "^2.0.9", - "tailwindcss": "^3.3.3", + "tailwindcss": "^3.3.5", "typescript": "5.2.2", "vite": "^4.5.0", "vite-plugin-compression": "^0.5.1",