diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6ab1476..e1fbb83 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@angular/router": "^16.0.0", "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", - "@tailwindcss/forms": "^0.5.2", + "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.4", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1", @@ -3681,14 +3681,15 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.2.tgz", - "integrity": "sha512-pSrFeJB6Bg1Mrg9CdQW3+hqZXAKsBrSG9MAfFLKy1pVA4Mb4W7C0k7mEhlmS2Dfo/otxrQOET7NJiJ9RrS563w==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.9.tgz", + "integrity": "sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg==", + "license": "MIT", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20" } }, "node_modules/@tailwindcss/typography": { diff --git a/frontend/package.json b/frontend/package.json index d529777..4992787 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@angular/router": "^16.0.0", "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", - "@tailwindcss/forms": "^0.5.2", + "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.4", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1",