Skip to content

Commit

Permalink
build(deps): bump the npm-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#744)

Bumps the npm-dependencies group with 3 updates in the /web-frontend directory: [@hookform/resolvers](https://github.com/react-hook-form/resolvers), [sass](https://github.com/sass/dart-sass) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@hookform/resolvers` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.9.0...v3.9.1)

Updates `sass` from 1.80.4 to 1.80.5
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.4...1.80.5)

Updates `vitest` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent d180ca0 commit c163bc5
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 75 deletions.
154 changes: 82 additions & 72 deletions web-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions web-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webstorm-integration": "vitest --watch --reporter=dot --reporter=json --outputFile=.vitest"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@hookform/resolvers": "^3.9.1",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
Expand All @@ -34,10 +34,10 @@
"@vitejs/plugin-react": "^4.3.3",
"jsdom": "^25.0.1",
"mkdirp": "~3",
"sass": "^1.80.4",
"sass": "^1.80.5",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"overrides": {
"eslint": {
Expand Down

0 comments on commit c163bc5

Please sign in to comment.