diff --git a/examples/semantic-image-search/package-lock.json b/examples/semantic-image-search/package-lock.json index 7637cef69..64f2bd8cd 100644 --- a/examples/semantic-image-search/package-lock.json +++ b/examples/semantic-image-search/package-lock.json @@ -15,7 +15,7 @@ "eslint": "8.45.0", "eslint-config-next": "13.4.12", "next": "13.4.12", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3" @@ -3675,9 +3675,9 @@ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==" }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/examples/semantic-image-search/package.json b/examples/semantic-image-search/package.json index f56901e3f..f12e45cfc 100644 --- a/examples/semantic-image-search/package.json +++ b/examples/semantic-image-search/package.json @@ -16,7 +16,7 @@ "eslint": "8.45.0", "eslint-config-next": "13.4.12", "next": "13.4.12", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3"