From 1d4c4d9a551105f1ac774b50c101fff18b834320 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 3 Oct 2023 13:51:50 -0700
Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.28 to 8.4.31 in
/console/client (#434)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to
8.4.31.
Release notes
Sourced from postcss's
releases.
8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.
8.4.30
8.4.29
Changelog
Sourced from postcss's
changelog.
8.4.31
- Fixed
\r
parsing to fix CVE-2023-44270.
8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset
(by Ido Rosenthal).
- Fixed docs (by Christian Oliff).
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.4.28&new-version=8.4.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/TBD54566975/ftl/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
console/client/package-lock.json | 8 ++++----
console/client/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/console/client/package-lock.json b/console/client/package-lock.json
index 7a43421515..2ba3871b7b 100644
--- a/console/client/package-lock.json
+++ b/console/client/package-lock.json
@@ -57,7 +57,7 @@
"jest-environment-jsdom": "29.6.2",
"lint-staged": "14.0.0",
"npm-run-all": "4.1.5",
- "postcss": "8.4.28",
+ "postcss": "8.4.31",
"prettier": "3.0.2",
"process": "^0.11.10",
"start-server-and-test": "2.0.0",
@@ -8813,9 +8813,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.28",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz",
- "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==",
+ "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/console/client/package.json b/console/client/package.json
index ad5e5b9333..94a07fd6af 100644
--- a/console/client/package.json
+++ b/console/client/package.json
@@ -75,7 +75,7 @@
"jest-environment-jsdom": "29.6.2",
"lint-staged": "14.0.0",
"npm-run-all": "4.1.5",
- "postcss": "8.4.28",
+ "postcss": "8.4.31",
"prettier": "3.0.2",
"process": "^0.11.10",
"start-server-and-test": "2.0.0",