summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--requirements-test.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index e729b39..273f67c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2090,9 +2090,9 @@
2090 } 2090 }
2091 }, 2091 },
2092 "node_modules/postcss": { 2092 "node_modules/postcss": {
2093 "version": "8.5.10", 2093 "version": "8.5.12",
2094 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", 2094 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
2095 "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", 2095 "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
2096 "funding": [ 2096 "funding": [
2097 { 2097 {
2098 "type": "opencollective", 2098 "type": "opencollective",
diff --git a/requirements-test.txt b/requirements-test.txt
index 49fae60..8708d79 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,6 +2,6 @@ openapi-spec-validator==0.8.5
2types-Flask==1.1.6 2types-Flask==1.1.6
3types-Jinja2==2.11.9 3types-Jinja2==2.11.9
4types-PyYAML==6.0.12.20260408 4types-PyYAML==6.0.12.20260408
5wheel==0.46.3 5wheel==0.47.0
6coverage==7.13.5 6coverage==7.13.5
7Flask-Testing==0.8.1 \ No newline at end of file 7Flask-Testing==0.8.1 \ No newline at end of file