diff --git a/package.json b/package.json index b59fb4a55c4..fb2ece9d630 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "pug": "3.0.2", "sass": "1.56.2", "seedrandom": "3.0.5", - "vite": "3.2.5" + "vite": "3.2.7" }, "targets": { "ietf": { diff --git a/playwright/package.json b/playwright/package.json index 1306837b679..c21b02622b2 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -7,14 +7,14 @@ "test:debug": "playwright test --debug" }, "devDependencies": { - "@playwright/test": "1.28.0", + "@playwright/test": "1.31.1", "eslint": "8.28.0", "eslint-config-standard": "17.0.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-n": "15.5.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", - "npm-check-updates": "16.4.1" + "npm-check-updates": "16.7.10" }, "dependencies": { "@faker-js/faker": "7.6.0", diff --git a/requirements.txt b/requirements.txt index a0e7953d147..85405dc50bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ celery>=5.2.6 coverage>=4.5.4,<5.0 # Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views decorator>=5.1.1 defusedxml>=0.7.1 # for TastyPie when using xml; not a declared dependency -Django>=2.2.28,<3.0 +Django>=3.2.14,<3.0 django-analytical>=3.1.0 django-bootstrap5>=21.3 django-celery-beat>=2.3.0 @@ -44,7 +44,7 @@ mock>=4.0.3 # Used only by tests, of course mypy>=0.782,<0.790 # Version requirements determined by django-stubs. mysqlclient>=2.1.0 oic>=1.3 # Used only by tests -Pillow>=9.1.0 +Pillow>=10.0.0 pyang>=2.5.3 pyflakes>=2.4.0 pyopenssl>=22.0.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency