Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#25922)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Evobaso-J committed Feb 23, 2024
1 parent 7ca24fd commit e6d2d72
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pnpm build

- name: Run benchmarks
uses: CodSpeedHQ/action@8fd5bb7fdd76cbeb81845c3289e5e4eea9f08979 # v2.2.0
uses: CodSpeedHQ/action@2e04019f4572c19684929a755da499f19a00b25b # v2.2.1
with:
run: pnpm vitest bench
token: ${{ secrets.CODSPEED_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: pnpm install

- name: Initialize CodeQL
uses: github/codeql-action/init@e2e140ad1441662206e8f97754b166877dfa1c73 # v3.24.4
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
languages: javascript
queries: +security-and-quality
Expand All @@ -97,7 +97,7 @@ jobs:
path: packages

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e2e140ad1441662206e8f97754b166877dfa1c73 # v3.24.4
uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
category: "/language:javascript"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@e2e140ad1441662206e8f97754b166877dfa1c73 # v3.24.4
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.0.2",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.19",
"@types/node": "20.11.20",
"@types/semver": "7.5.7",
"@vitest/coverage-v8": "1.3.1",
"@vue/test-utils": "2.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"autoprefixer": "^10.4.17",
"clear": "^0.1.0",
"consola": "^3.2.3",
"cssnano": "^6.0.3",
"cssnano": "^6.0.4",
"defu": "^6.1.4",
"esbuild": "^0.20.1",
"escape-string-regexp": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"autoprefixer": "^10.4.17",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"cssnano": "^6.0.3",
"cssnano": "^6.0.4",
"defu": "^6.1.4",
"esbuild-loader": "^4.0.3",
"escape-string-regexp": "^5.0.0",
Expand Down

0 comments on commit e6d2d72

Please sign in to comment.