diff --git a/package-lock.json b/package-lock.json index 77271f18d1..88da464d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18067,7 +18067,8 @@ "dependencies": { "hosted-git-info": { "version": "2.8.8", - "resolved": "", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", "dev": true }, "normalize-package-data": { diff --git a/tools/ui-components/package-lock.json b/tools/ui-components/package-lock.json index 9e53d07dcd..69eec33a85 100644 --- a/tools/ui-components/package-lock.json +++ b/tools/ui-components/package-lock.json @@ -17499,9 +17499,9 @@ } }, "tailwindcss": { - "version": "2.2.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.14.tgz", - "integrity": "sha512-gQQPKbV8qb8GthGhJGbRR+lKluSpFq+L78CJZLmqumEBKPMDkD+l5wFlOTzlOhWozG4S1I9AUSaPkD1EfnNsug==", + "version": "2.2.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.15.tgz", + "integrity": "sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index b93891c522..a7c9d8b03a 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -40,7 +40,7 @@ "cross-env": "7.0.3", "postcss": "8.3.6", "postcss-import": "14.0.2", - "tailwindcss": "2.2.14", + "tailwindcss": "2.2.15", "rimraf": "3.0.2", "rollup": "2.56.3", "rollup-plugin-postcss": "4.0.1",