Skip to content

Commit c3168b6

Browse files
build(deps): bump the non-majors group across 1 directory with 3 updates
Bumps the non-majors group with 3 updates in the /web-frontend directory: [axios](https://github.com/axios/axios), [happy-dom](https://github.com/capricorn86/happy-dom) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `axios` from 1.12.2 to 1.13.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.2...v1.13.1) Updates `happy-dom` from 20.0.8 to 20.0.10 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.0.8...v20.0.10) Updates `vitest` from 4.0.3 to 4.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.5/packages/vitest) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors - dependency-name: happy-dom dependency-version: 20.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-majors - dependency-name: vitest dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-majors ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 382a40f commit c3168b6

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

web-frontend/package-lock.json

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

web-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
},
1414
"dependencies": {
1515
"@tabler/icons-vue": "^3.35.0",
16-
"axios": "^1.12.2",
16+
"axios": "^1.13.1",
1717
"vue": "^3.5.22",
1818
"vue-router": "^4.6.3",
1919
"vue-writer": "^2.0.2"
2020
},
2121
"devDependencies": {
2222
"@vitejs/plugin-vue": "^6.0.1",
2323
"@vue/test-utils": "^2.4.6",
24-
"happy-dom": "^20.0.8",
24+
"happy-dom": "^20.0.10",
2525
"http-server": "^14.1.1",
2626
"vite": "^7.1.12",
27-
"vitest": "^4.0.3"
27+
"vitest": "^4.0.5"
2828
},
2929
"optionalDependencies": {
3030
"@rollup/rollup-linux-arm64-gnu": "4.52.5",

0 commit comments

Comments
 (0)