Skip to content

Commit 4e1905e

Browse files
wp99cpdependabot[bot]maede97
authored
Update dependencies (#598)
* Bump nanoid from 3.3.7 to 3.3.8 in /frontend (#576) * Bump numpy from 2.2.0 to 2.2.1 in /backend (#577) Bumps [numpy](https://github.com/numpy/numpy) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/node from 22.10.2 to 22.13.0 in /frontend (#591) * Bump pypdf from 5.1.0 to 5.2.0 in /backend (#590) * Bump vitepress from 1.5.0 to 1.6.3 in /docs (#589) * Bump numpy from 2.2.1 to 2.2.2 in /backend (#582) * Bump actions/setup-node from 4.1.0 to 4.2.0 (#588) * Bump echarts from 5.5.1 to 5.6.0 in /frontend (#578) * Bump @types/proj4 from 2.5.5 to 2.5.6 in /frontend (#580) Bumps [@types/proj4](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proj4) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proj4) --- updated-dependencies: - dependency-name: "@types/proj4" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @types/node from 22.13.0 to 22.13.1 in /frontend (#594) * Bump pypdf from 5.2.0 to 5.3.0 in /backend (#592) * Bump the angular group in /frontend with 2 updates Bumps the angular group in /frontend with 2 updates: [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). Updates `@angular-devkit/build-angular` from 18.2.12 to 18.2.14 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@18.2.12...18.2.14) Updates `@angular/cli` from 18.2.12 to 18.2.14 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@18.2.12...18.2.14) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] <support@github.com> * Bump numpy from 2.2.2 to 2.2.3 in /backend Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/setup-node from 4.2.0 to 4.4.0 (#612) * Bump dotenv from 16.4.7 to 16.5.0 in /e2e (#611) * Bump ol from 10.3.1 to 10.5.0 in /frontend (#610) * Bump numpy from 2.2.3 to 2.2.4 in /backend (#604) * Bump flask-cors from 5.0.0 to 5.0.1 in /backend (#601) * Bump @types/jasmine from 5.1.5 to 5.1.7 in /frontend (#599) * Bump pypdf from 5.3.0 to 5.4.0 in /backend (#605) * Bump gunicorn from 22.0.0 to 23.0.0 in /store_api (#608) * Bump version * Implement #607 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Hüppi <maede97@hotmail.com>
1 parent 27b34ec commit 4e1905e

File tree

9 files changed

+1134
-1181
lines changed

9 files changed

+1134
-1181
lines changed

.github/workflows/create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

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

backend/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Flask==3.1.0
22
gunicorn==23.0.0
3-
flask-cors==5.0.0
3+
flask-cors==5.0.1
44
gpxpy==1.6.2
5-
numpy==2.2.0
5+
numpy==2.2.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.2
11-
pypdf==5.1.0
11+
pypdf==5.4.0

docs/package-lock.json

+605-569
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"author": "Cyrill Püntener",
99
"dependencies": {
10-
"vitepress": "^1.5.0",
10+
"vitepress": "^1.6.3",
1111
"vue": "^3.5.13"
1212
}
1313
}

e2e/package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"cypress-xpath": "^2.0.1"
99
},
1010
"dependencies": {
11-
"dotenv": "^16.4.7"
11+
"dotenv": "^16.5.0"
1212
}
1313
}

0 commit comments

Comments
 (0)