diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 468491ec8f8f..fa2608753233 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -33,6 +33,6 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f2dea5b59024..998ad441ac73 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@b69b346013879cedbf50c69f572cd85439a41936 + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e with: repo-token: ${{ secrets.GITHUB_TOKEN }} ascending: true diff --git a/generators/react/resources/package.json b/generators/react/resources/package.json index 5046a985c298..8fa97ce37215 100644 --- a/generators/react/resources/package.json +++ b/generators/react/resources/package.json @@ -11,7 +11,7 @@ "path-browserify": "1.0.1", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.49.0", "react-jhipster": "0.25.3", "react-loadable": "5.5.0", "react-redux": "8.1.3", @@ -32,7 +32,7 @@ "@types/jest": "29.5.11", "@types/lodash": "4.14.202", "@types/node": "18.19.3", - "@types/react": "18.2.42", + "@types/react": "18.2.43", "@types/react-dom": "18.2.17", "@types/react-redux": "7.1.31", "@types/redux": "3.6.31", diff --git a/generators/vue/resources/package.json b/generators/vue/resources/package.json index 3345206e02b8..01ea7fdcb24d 100644 --- a/generators/vue/resources/package.json +++ b/generators/vue/resources/package.json @@ -13,7 +13,7 @@ "deepmerge": "4.3.1", "js-cookie": "3.0.5", "pinia": "2.1.7", - "vue": "3.3.10", + "vue": "3.3.11", "vue-i18n": "9.8.0", "vue-router": "4.2.5" }, @@ -56,8 +56,8 @@ "terser-webpack-plugin": "5.3.9", "ts-loader": "9.5.1", "typescript": "5.3.3", - "vite": "5.0.6", - "vitest": "1.0.2", + "vite": "5.0.7", + "vitest": "1.0.4", "vitest-sonar-reporter": "1.0.0", "vue-loader": "17.3.1", "vue-style-loader": "4.1.3",