From a0b15a627ee33eac256d63a054ee297d3211bfa8 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:38:57 +0000 Subject: [PATCH] Audit Snyk check/fix master --- package-lock.json | 14 +++++++------- poetry.lock | 8 ++++---- pyproject.toml | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87dfc7ad46..8fc64f7403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6049,9 +6049,9 @@ "license": "ISC" }, "node_modules/graph-data-structure": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/graph-data-structure/-/graph-data-structure-3.5.0.tgz", - "integrity": "sha512-AAgjRtBZC1acIExgK2otv2LDdcYeZdQFKiEStXRDTyaVs6sUUaGUif05pCczTqAU4ny82NQtM1p5PK7AQEYgRA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/graph-data-structure/-/graph-data-structure-4.2.0.tgz", + "integrity": "sha512-DFGyFROTYJAXwLjBPvj6LYihF2zIUDKt6Rzgo18E+FFKtHm7dJnE/bMHVp6fji5IchykUg3ctS9gwS0L5azwDw==", "license": "MIT" }, "node_modules/grapheme-splitter": { @@ -8841,9 +8841,9 @@ } }, "node_modules/renovate": { - "version": "39.20.6", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-39.20.6.tgz", - "integrity": "sha512-1UZtlc1w71wonCWLyz4RBIgnUSOLgb0XfX2W5K+0HOaYX9SNS3rIIwVKVzyX5FBJxz5WctnrY/o2yUCY2RVUdA==", + "version": "39.23.0", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-39.23.0.tgz", + "integrity": "sha512-P5nQ84rzWE1UDTBf6f0eOBCMQXRNID/socjEmLcJEXKcHMyvHwJCXR34x0OUcv+u+yo/LE7kdwIm5bfQARYRfA==", "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-codecommit": "3.687.0", @@ -8908,7 +8908,7 @@ "good-enough-parser": "1.1.23", "google-auth-library": "9.14.2", "got": "11.8.6", - "graph-data-structure": "3.5.0", + "graph-data-structure": "4.2.0", "handlebars": "4.7.8", "ignore": "6.0.2", "ini": "5.0.0", diff --git a/poetry.lock b/poetry.lock index be2e9e1ac6..ca0c6670a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1136,13 +1136,13 @@ source = ["Cython (>=3.0.11)"] [[package]] name = "lxml-html-clean" -version = "0.3.1" +version = "0.4.0" description = "HTML cleaner from lxml project" optional = false python-versions = "*" files = [ - {file = "lxml_html_clean-0.3.1-py3-none-any.whl", hash = "sha256:081e6378c68ebb4113940ed82a3534c99e24ba1ca5ad5ce8868c7c4d264618f1"}, - {file = "lxml_html_clean-0.3.1.tar.gz", hash = "sha256:d9f7d8ae36092f4ed5079cfbf95ff06d3c6fd04f4a861422ce251ece72d3c4b5"}, + {file = "lxml_html_clean-0.4.0-py3-none-any.whl", hash = "sha256:3b5aedb6c2b4b684c0fbc8d4f1b901aae0a92c1ce525de84e71cc6dd1d9d4e3d"}, + {file = "lxml_html_clean-0.4.0.tar.gz", hash = "sha256:a8b517d3f46c19e9303eafb2a1b4b422fe724ad42ae53793637a8e5cc36ffbc1"}, ] [package.dependencies] @@ -3554,4 +3554,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "e1c86827dc5d25e1ce96a7d086088642ac459cec89fae71aeb5e13f96f795604" +content-hash = "adef72de57f5ac876cc974a6aab63e9a06b0424a0654930b5e6aa985a628b39d" diff --git a/pyproject.toml b/pyproject.toml index 5f04ff18cf..03658a77db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ certifi = "2024.8.30" sentry-sdk = "2.18.0" webob = "1.8.9" waitress = "3.0.1" +lxml-html-clean = "0.4.0" [tool.poetry.group.dev.dependencies] c2cwsgiutils = { version = "6.1.3", extras = ["test-images"] }