chore(deps): update all non-major dependencies (main) (#24628)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-07 21:47:28 +01:00 committed by GitHub
parent 91a7fa327f
commit c2ad924f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 220 additions and 158 deletions

View File

@ -86,7 +86,7 @@ jobs:
run: pnpm install
- name: Initialize CodeQL
uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
with:
languages: javascript
queries: +security-and-quality
@ -98,7 +98,7 @@ jobs:
path: packages
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
with:
category: "/language:javascript"

View File

@ -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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
with:
sarif_file: results.sarif

View File

@ -44,7 +44,7 @@
"@nuxt/test-utils": "3.8.1",
"@nuxt/webpack-builder": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/node": "20.10.3",
"@types/node": "20.10.4",
"@types/semver": "7.5.6",
"@vitest/coverage-v8": "0.33.0",
"case-police": "0.6.1",
@ -73,7 +73,7 @@
"rimraf": "5.0.5",
"semver": "7.5.4",
"std-env": "3.6.0",
"typescript": "5.3.2",
"typescript": "5.3.3",
"ufo": "1.3.2",
"vite": "5.0.6",
"vitest": "0.33.0",

View File

@ -59,7 +59,7 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^1.0.4",
"@nuxt/devtools": "^1.0.5",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.5.3",
@ -118,7 +118,7 @@
"@parcel/watcher": "2.3.0",
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "4.5.1",
"@vitejs/plugin-vue": "4.5.2",
"unbuild": "latest",
"vite": "5.0.6",
"vitest": "0.33.0"

View File

@ -39,7 +39,7 @@
"@types/pug": "2.0.10",
"@types/sass-loader": "8.0.8",
"@unhead/schema": "1.8.8",
"@vitejs/plugin-vue": "4.5.1",
"@vitejs/plugin-vue": "4.5.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.3.10",
"c12": "1.5.1",

View File

@ -34,7 +34,7 @@
"dependencies": {
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^5.0.5",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"clear": "^0.1.0",

File diff suppressed because it is too large Load Diff