Skip to content

Commit

Permalink
build(deps): bump the regular group with 2 updates (#1165)
Browse files Browse the repository at this point in the history
* build(deps): bump the regular group with 2 updates

Bumps the regular group with 2 updates: [serve-static](https://github.com/expressjs/serve-static) and [vue](https://github.com/vuejs/core).


Updates `serve-static` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...1.16.0)

Updates `vue` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.3...v3.5.4)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <[email protected]>

* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and autofix-ci[bot] authored Sep 10, 2024
1 parent df6aec1 commit e1fb067
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 77 deletions.
148 changes: 74 additions & 74 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/utils/FileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { handleFileException } from './ErrorUtils.js'
import { logger } from './Logger.js'
import { isNotEmptyString } from './Utils.js'

// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-parameters
export const watchJsonFile = <T extends JsonType>(
file: string,
fileType: FileType,
Expand Down
4 changes: 2 additions & 2 deletions ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"finalhandler": "^1.3.0",
"serve-static": "^1.15.0",
"vue": "^3.5.3",
"serve-static": "^1.16.0",
"vue": "^3.5.4",
"vue-router": "^4.4.3",
"vue-toast-notification": "^3.1.2"
},
Expand Down

0 comments on commit e1fb067

Please sign in to comment.