From a0bca1f515d342b9edb3b336f9090ac19089a726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:52:04 +0000 Subject: [PATCH] chore: bump postcss from 8.4.24 to 8.4.31 in /typescript Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 10 +++++----- typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 9fc26fe63..8585eed8a 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -79,7 +79,7 @@ "json-schema": "^0.4.0", "mini-css-extract-plugin": "^1.3.9", "nx": "^16.3.2", - "postcss": "^8.3.0", + "postcss": "^8.4.31", "prettier": "^3.0.2", "process": "^0.11.10", "raw-loader": "^4.0.2", @@ -32487,9 +32487,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -39632,7 +39632,7 @@ }, "packages/subsurface-viewer": { "name": "@webviz/subsurface-viewer", - "version": "0.3.1", + "version": "0.3.2", "license": "MPL-2.0", "dependencies": { "@deck.gl/core": "^8.8.25", diff --git a/typescript/package.json b/typescript/package.json index 14630582e..c84947da9 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -107,7 +107,7 @@ "json-schema": "^0.4.0", "mini-css-extract-plugin": "^1.3.9", "nx": "^16.3.2", - "postcss": "^8.3.0", + "postcss": "^8.4.31", "prettier": "^3.0.2", "process": "^0.11.10", "raw-loader": "^4.0.2",