diff --git a/package-lock.json b/package-lock.json index ed8f896..6fd6650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "eslint-plugin-storybook": "^0.8.0", - "postcss": "^8.4.36", + "postcss": "^8.4.37", "prettier-plugin-tailwindcss": "^0.5.11", "storybook": "^7.6.16", "tailwind-merge": "^2.2.1", @@ -22035,9 +22035,9 @@ } }, "node_modules/postcss": { - "version": "8.4.36", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.36.tgz", - "integrity": "sha512-/n7eumA6ZjFHAsbX30yhHup/IMkOmlmvtEi7P+6RMYf+bGJSUHc3geH4a0NSZxAz/RJfiS9tooCTs9LAVYUZKw==", + "version": "8.4.37", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.37.tgz", + "integrity": "sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==", "dev": true, "funding": [ { @@ -22056,7 +22056,7 @@ "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.1.0" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -22598,9 +22598,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", - "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", diff --git a/package.json b/package.json index a3d000c..dc2eb7f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "eslint-plugin-storybook": "^0.8.0", - "postcss": "^8.4.36", + "postcss": "^8.4.37", "prettier-plugin-tailwindcss": "^0.5.11", "storybook": "^7.6.16", "tailwind-merge": "^2.2.1",