Skip to content

Commit ba28cf4

Browse files
authored
Version 6.2.2
- Dependency Updates
2 parents 6ae67e7 + 7aaf9d4 commit ba28cf4

File tree

13 files changed

+9049
-8968
lines changed

13 files changed

+9049
-8968
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

18-
- uses: actions/setup-node@v4.4.0
18+
- uses: actions/setup-node@v5.0.0
1919
with:
2020
node-version: '16'
2121

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout the source code
1515
- name: 🛎️ Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Free Disk Space (Ubuntu)
1919
uses: jlumbroso/free-disk-space@main

.github/workflows/dev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Checkout the source code
1717
- name: 🛎️ Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# Restores the cache if it exists.
2121
- name: ⛏ Restore docker image from cache

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: psf/black@stable

.github/workflows/prod_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Checkout the source code
1717
- name: 🛎️ Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
# Restores the cache if it exists.
2121
- name: ⛏ Restore docker image from cache

backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Flask==3.1.1
1+
Flask==3.1.2
22
gunicorn==23.0.0
33
flask-cors==6.0.1
44
gpxpy==1.6.2
5-
numpy==2.2.4
5+
numpy==2.3.4
66
geopy==2.4.1
77
openpyxl==3.1.5
88
grequests==0.7.0
99
pyclustering==0.10.1.2
1010
polyline==2.0.3
11-
pypdf==5.9.0
11+
pypdf==6.1.3

docs/package-lock.json

Lines changed: 78 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"author": "Cyrill Püntener",
99
"dependencies": {
10-
"vitepress": "^1.6.3",
11-
"vue": "^3.5.18"
10+
"vitepress": "^1.6.4",
11+
"vue": "^3.5.22"
1212
}
1313
}

e2e/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"cypress-xpath": "^2.0.1"
99
},
1010
"dependencies": {
11-
"dotenv": "^17.2.1"
11+
"dotenv": "^17.2.3"
1212
}
1313
}

0 commit comments

Comments
 (0)