Skip to content

Commit 4e4cf9f

Browse files
chore(deps): update all dependencies
1 parent c603de6 commit 4e4cf9f

5 files changed

Lines changed: 576 additions & 533 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ runs:
2727
using: composite
2828
steps:
2929
- name: Install Python
30-
uses: actions/setup-python@v5.4.0
30+
uses: actions/setup-python@v5.6.0
3131
with:
32-
python-version: 3.10.14
32+
python-version: 3.14.2
3333

3434
- name: Install NodeJS
35-
uses: actions/setup-node@v4.2.0
35+
uses: actions/setup-node@v4.4.0
3636
with:
3737
node-version: 20
3838

.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: |

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@canonical/latest-news": "2.1.0",
2828
"@canonical/react-components": "^0.60.0",
2929
"@fullhuman/postcss-purgecss": "6.0.0",
30-
"@lottiefiles/dotlottie-web": "^0.44.0",
30+
"@lottiefiles/dotlottie-web": "^0.60.0",
3131
"@tanstack/react-query": "^5.83.0",
3232
"@testing-library/cypress": "9.0.0",
33-
"autoprefixer": "10.4.21",
33+
"autoprefixer": "10.4.23",
3434
"concurrently": "7.6.0",
3535
"dotenv": "^16.3.1",
36-
"esbuild": "0.25.5",
36+
"esbuild": "0.27.2",
3737
"esbuild-sass-plugin": "^3.3.1",
3838
"flickity": "^3.0.0",
3939
"formik": "^2.4.6",
@@ -46,23 +46,23 @@
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
4848
"react-router-dom": "^6.24.1",
49-
"sass": "1.89.2",
49+
"sass": "1.97.2",
5050
"use-query-params": "^2.2.1",
5151
"uuid": "^11.1.0",
5252
"vanilla-framework": "4.37.1",
5353
"venobox": "2.1.8",
5454
"yup": "^1.6.1"
5555
},
5656
"devDependencies": {
57-
"@percy/cli": "1.31.5",
57+
"@percy/cli": "1.31.7",
5858
"@playwright/test": "^1.47.1",
5959
"@testing-library/jest-dom": "^5.16.5",
6060
"@testing-library/react": "^14.0.0",
6161
"@types/jest": "^29.4.0",
6262
"@types/node": "^20.9.3",
6363
"jest": "^29.5.0",
6464
"jest-environment-jsdom": "^29.5.0",
65-
"nodemon": "3.1.10",
65+
"nodemon": "3.1.11",
6666
"pa11y-ci": "^4.0.1",
6767
"prettier": "2.8.8",
6868
"stylelint": "14.16.1",

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ canonicalwebteam.search==2.1.2
88
canonicalwebteam.form-generator==2.1.0
99
canonicalwebteam.directory-parser==1.2.10
1010
bleach==5.0.1
11-
markdown==3.8.2
11+
markdown==3.10
1212
python-slugify==8.0.4
1313
vcrpy-unittest==0.1.7
1414
cryptography==36.0.2
1515
gql==2.0.0
16-
google-api-python-client==2.173.0
17-
google-auth-httplib2==0.2.0
16+
google-api-python-client==2.187.0
17+
google-auth-httplib2==0.3.0
1818
google-auth-oauthlib==0.8.0
1919
pytz==2024.2
2020
djlint==1.36.4
21-
responses==0.25.7
21+
responses==0.25.8
2222
pycountry==24.6.1
23-
scikit-learn==1.6.1
24-
flask-cors==6.0.0
25-
requests==2.32.4
26-
semver==3.0.2
27-
cachetools==5.3.3
23+
scikit-learn==1.8.0
24+
flask-cors==6.0.2
25+
requests==2.32.5
26+
semver==3.0.4
27+
cachetools==5.5.2

0 commit comments

Comments
 (0)