diff --git a/interface/package-lock.json b/interface/package-lock.json index f0ff476..cddfda1 100644 --- a/interface/package-lock.json +++ b/interface/package-lock.json @@ -8,7 +8,7 @@ "@gouvfr/dsfr": "^1.7.2", "parcel": "^2.8.3", "prettier": "^2.8.8", - "tailwindcss": "^3.3.2" + "tailwindcss": "^3.3.3" } }, "node_modules/@alloc/quick-lru": { @@ -3104,9 +3104,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -3128,7 +3128,6 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" }, diff --git a/interface/package.json b/interface/package.json index 87bda55..53954c2 100644 --- a/interface/package.json +++ b/interface/package.json @@ -35,6 +35,6 @@ "@gouvfr/dsfr": "^1.7.2", "parcel": "^2.8.3", "prettier": "^2.8.8", - "tailwindcss": "^3.3.2" + "tailwindcss": "^3.3.3" } }