Skip to content

Commit b2e730f

Browse files
Bump the npm_and_yarn group across 1 directory with 2 updates (#28)
* Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /bci/web/vue directory: [axios](https://github.com/axios/axios) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `axios` from 1.6.7 to 1.7.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.7...v1.7.4) Updates `vite` from 4.5.3 to 4.5.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade to actions/upload-artifact@v4 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gertjan Franken <[email protected]>
1 parent 07e896c commit b2e730f

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.github/workflows/run-tests-and-linter.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ jobs:
3434
genbadge tests -i junit.xml -o pytest.svg
3535
genbadge coverage -i coverage.xml -o coverage.svg
3636
- name: Upload tests badge as artifact
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: pytest
4040
path: pytest.svg
41+
overwrite: true
4142
- name: Upload coverage badge as artifact
42-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4344
with:
4445
name: coverage
4546
path: coverage.svg
47+
overwrite: true
4648

4749
flake8:
4850
runs-on: ubuntu-latest
@@ -63,7 +65,8 @@ jobs:
6365
run: |
6466
genbadge flake8 -i flake8.txt -o flake8.svg
6567
- name: Upload badge with GitHub pages
66-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v4
6769
with:
6870
name: flake8
6971
path: flake8.svg
72+
overwrite: true

bci/web/vue/package-lock.json

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

bci/web/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@vueform/slider": "^2.1.10",
1313
"ace-builds": "^1.34.2",
14-
"axios": "^1.4.0",
14+
"axios": "^1.7.4",
1515
"flowbite": "^1.6.5",
1616
"oh-vue-icons": "^1.0.0-rc3",
1717
"vue": "^3.2.47",
@@ -22,6 +22,6 @@
2222
"autoprefixer": "^10.4.14",
2323
"postcss": "^8.4.23",
2424
"tailwindcss": "^3.3.2",
25-
"vite": "^4.5.3"
25+
"vite": "^4.5.5"
2626
}
2727
}

0 commit comments

Comments
 (0)