mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore(deps): update all non-major dependencies (main) (#25811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d5c845cb2
commit
4fd4f95d48
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
run: pnpm install
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
|
||||
uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
|
||||
with:
|
||||
languages: javascript
|
||||
queries: +security-and-quality
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
path: packages
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
|
||||
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
|
||||
with:
|
||||
category: "/language:javascript"
|
||||
|
||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -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@e675ced7a7522a761fc9c8eb26682c8b27c42b2b # v3.24.1
|
||||
uses: github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
10
package.json
10
package.json
@ -37,9 +37,9 @@
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@nuxt/vite-builder": "workspace:*",
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"rollup": "^4.11.0",
|
||||
"rollup": "^4.12.0",
|
||||
"nuxt": "workspace:*",
|
||||
"vite": "5.1.2",
|
||||
"vite": "5.1.3",
|
||||
"vue": "3.4.19",
|
||||
"magic-string": "^0.30.7"
|
||||
},
|
||||
@ -49,7 +49,7 @@
|
||||
"@nuxt/test-utils": "3.11.0",
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/node": "20.11.17",
|
||||
"@types/node": "20.11.19",
|
||||
"@types/semver": "7.5.7",
|
||||
"@vitest/coverage-v8": "1.2.2",
|
||||
"@vue/test-utils": "2.4.4",
|
||||
@ -72,7 +72,7 @@
|
||||
"nitropack": "2.8.1",
|
||||
"nuxi": "3.10.1",
|
||||
"nuxt": "workspace:*",
|
||||
"nuxt-content-twoslash": "0.0.4",
|
||||
"nuxt-content-twoslash": "0.0.8",
|
||||
"ofetch": "1.3.3",
|
||||
"pathe": "1.1.2",
|
||||
"playwright-core": "1.41.2",
|
||||
@ -88,7 +88,7 @@
|
||||
"vue-router": "4.2.5",
|
||||
"vue-tsc": "1.8.27"
|
||||
},
|
||||
"packageManager": "pnpm@8.15.2",
|
||||
"packageManager": "pnpm@8.15.3",
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
},
|
||||
|
@ -52,9 +52,9 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"nitropack": "2.8.1",
|
||||
"unbuild": "latest",
|
||||
"vite": "5.1.2",
|
||||
"vite": "5.1.3",
|
||||
"vitest": "1.2.2",
|
||||
"webpack": "5.90.1"
|
||||
"webpack": "5.90.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
|
@ -121,7 +121,7 @@
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@vitejs/plugin-vue": "5.0.4",
|
||||
"unbuild": "latest",
|
||||
"vite": "5.1.2",
|
||||
"vite": "5.1.3",
|
||||
"vitest": "1.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -51,12 +51,12 @@
|
||||
"unbuild": "latest",
|
||||
"unctx": "2.3.1",
|
||||
"unenv": "1.9.0",
|
||||
"vite": "5.1.2",
|
||||
"vite": "5.1.3",
|
||||
"vue": "3.4.19",
|
||||
"vue-bundle-renderer": "2.0.0",
|
||||
"vue-loader": "17.4.2",
|
||||
"vue-router": "4.2.5",
|
||||
"webpack": "5.90.1",
|
||||
"webpack": "5.90.2",
|
||||
"webpack-dev-middleware": "7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -62,7 +62,7 @@
|
||||
"ufo": "^1.4.0",
|
||||
"unenv": "^1.9.0",
|
||||
"unplugin": "^1.7.1",
|
||||
"vite": "5.1.2",
|
||||
"vite": "5.1.3",
|
||||
"vite-node": "^1.2.2",
|
||||
"vite-plugin-checker": "^0.6.4",
|
||||
"vue-bundle-renderer": "^2.0.0"
|
||||
|
@ -62,7 +62,7 @@
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-bundle-renderer": "^2.0.0",
|
||||
"vue-loader": "^17.4.2",
|
||||
"webpack": "^5.90.1",
|
||||
"webpack": "^5.90.2",
|
||||
"webpack-bundle-analyzer": "^4.10.1",
|
||||
"webpack-dev-middleware": "^7.0.0",
|
||||
"webpack-hot-middleware": "^2.26.1",
|
||||
|
704
pnpm-lock.yaml
704
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user