Skip to content

Commit 0e6440e

Browse files
chore(deps): update all dependencies
1 parent 507fcdf commit 0e6440e

6 files changed

Lines changed: 956 additions & 824 deletions

File tree

.github/actions/percy-snapshot/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ runs:
3030
using: composite
3131
steps:
3232
- name: Install Python
33-
uses: actions/setup-python@v5.4.0
33+
uses: actions/setup-python@v5.6.0
3434
with:
35-
python-version: 3.10.14
35+
python-version: 3.14.5
3636

3737
- name: Install NodeJS
38-
uses: actions/setup-node@v4.2.0
38+
uses: actions/setup-node@v4.4.0
3939
with:
4040
node-version: 20
4141

.github/workflows/forms-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.10"
24+
python-version: "3.14"
2525

2626
- name: Install Python dependencies
2727
run: |

.github/workflows/zizmor-static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Run zizmor
23-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
23+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
2424
with:
2525
online-audits: true

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@canonical/latest-news": "2.2.1",
2929
"@canonical/react-components": "^0.60.0",
3030
"@fullhuman/postcss-purgecss": "6.0.0",
31-
"@lottiefiles/dotlottie-web": "^0.44.0",
31+
"@lottiefiles/dotlottie-web": "^0.72.0",
3232
"@tanstack/react-query": "^5.83.0",
3333
"@testing-library/cypress": "9.0.0",
34-
"autoprefixer": "10.4.21",
34+
"autoprefixer": "10.5.0",
3535
"concurrently": "7.6.0",
3636
"dotenv": "^16.3.1",
37-
"esbuild": "0.25.5",
37+
"esbuild": "0.28.0",
3838
"esbuild-sass-plugin": "^3.3.1",
3939
"flickity": "^3.0.0",
4040
"formik": "^2.4.6",
@@ -47,23 +47,23 @@
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0",
4949
"react-router-dom": "^6.24.1",
50-
"sass": "1.89.2",
50+
"sass": "1.99.0",
5151
"use-query-params": "^2.2.1",
5252
"uuid": "^11.1.0",
5353
"vanilla-framework": "4.50.0",
5454
"venobox": "2.1.8",
5555
"yup": "^1.6.1"
5656
},
5757
"devDependencies": {
58-
"@percy/cli": "1.31.5",
58+
"@percy/cli": "1.31.13",
5959
"@playwright/test": "^1.47.1",
6060
"@testing-library/jest-dom": "^5.16.5",
6161
"@testing-library/react": "^14.0.0",
6262
"@types/jest": "^29.4.0",
6363
"@types/node": "^20.9.3",
6464
"jest": "^29.5.0",
6565
"jest-environment-jsdom": "^29.5.0",
66-
"nodemon": "3.1.10",
66+
"nodemon": "3.1.14",
6767
"pa11y-ci": "^4.0.1",
6868
"prettier": "2.8.8",
6969
"stylelint": "14.16.1",

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ canonicalwebteam.form-generator==2.2.0
99
canonicalwebteam.directory-parser==1.2.10
1010
canonicalwebteam.markdown-response==0.2.0
1111
bleach==5.0.1
12-
markdown==3.8.2
12+
markdown==3.10.2
1313
python-slugify==8.0.4
1414
vcrpy-unittest==0.1.7
1515
cryptography==36.0.2
1616
gql==2.0.0
17-
google-api-python-client==2.173.0
18-
google-auth-httplib2==0.2.0
17+
google-api-python-client==2.196.0
18+
google-auth-httplib2==0.4.0
1919
google-auth-oauthlib==0.8.0
2020
pytz==2024.2
2121
djlint==1.36.4
22-
responses==0.25.7
22+
responses==0.26.0
2323
pycountry==24.6.1
24-
scikit-learn==1.6.1
25-
flask-cors==6.0.0
26-
requests==2.33.0
27-
semver==3.0.2
28-
cachetools==5.3.3
29-
sentry-sdk[flask]==2.49.0
24+
scikit-learn==1.8.0
25+
flask-cors==6.0.2
26+
requests==2.33.1
27+
semver==3.0.4
28+
cachetools==5.5.2
29+
sentry-sdk[flask]==2.59.0
3030
geopy==2.4.1
3131
PySocks==1.7.1 # httplib2 proxy fails otherwise
3232
flask==2.3.3

0 commit comments

Comments
 (0)