Skip to content

Commit

Permalink
build(deps-dev): bump org.webjars.npm:vue from 3.3.9 to 3.3.11
Browse files Browse the repository at this point in the history
Bumps [org.webjars.npm:vue](https://github.com/vuejs/core) from 3.3.9 to 3.3.11.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.9...v3.3.11)

---
updated-dependencies:
- dependency-name: org.webjars.npm:vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 121f39a commit c318dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jooby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue</artifactId>
<version>3.3.9</version>
<version>3.3.11</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue</artifactId>
<version>3.3.9</version>
<version>3.3.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c318dd8

Please sign in to comment.