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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2023-10-10 13:31:47 +01:00 committed by GitHub
parent d0511a2901
commit c3f0d5703e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 201 additions and 201 deletions

View File

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

View File

@ -36,7 +36,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Run analysis" - name: "Run analysis"
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0 uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
with: with:
results_file: results.sarif results_file: results.sarif
results_format: sarif results_format: sarif
@ -66,6 +66,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9 uses: github/codeql-action/upload-sarif@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -43,13 +43,13 @@
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.1.0", "@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/fs-extra": "11.0.2", "@types/fs-extra": "11.0.2",
"@types/node": "18.18.3", "@types/node": "18.18.4",
"@types/semver": "7.5.3", "@types/semver": "7.5.3",
"case-police": "0.6.1", "case-police": "0.6.1",
"changelogen": "0.5.5", "changelogen": "0.5.5",
"consola": "3.2.3", "consola": "3.2.3",
"devalue": "4.3.2", "devalue": "4.3.2",
"eslint": "8.50.0", "eslint": "8.51.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "41.1.2", "eslint-plugin-jsdoc": "41.1.2",
"eslint-plugin-no-only-tests": "3.1.0", "eslint-plugin-no-only-tests": "3.1.0",
@ -57,7 +57,7 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"globby": "13.2.2", "globby": "13.2.2",
"h3": "1.8.2", "h3": "1.8.2",
"happy-dom": "12.9.0", "happy-dom": "12.9.1",
"jiti": "1.20.0", "jiti": "1.20.0",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"nitropack": "2.6.3", "nitropack": "2.6.3",
@ -76,11 +76,11 @@
"vitest": "0.33.0", "vitest": "0.33.0",
"vitest-environment-nuxt": "0.11.0", "vitest-environment-nuxt": "0.11.0",
"vue": "3.3.4", "vue": "3.3.4",
"vue-eslint-parser": "9.3.1", "vue-eslint-parser": "9.3.2",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"vue-tsc": "1.8.15" "vue-tsc": "1.8.18"
}, },
"packageManager": "pnpm@8.8.0", "packageManager": "pnpm@8.9.0",
"engines": { "engines": {
"node": "^14.18.0 || >=16.10.0" "node": "^14.18.0 || >=16.10.0"
} }

View File

@ -45,7 +45,7 @@
"vite": "4.4.11", "vite": "4.4.11",
"vue": "3.3.4", "vue": "3.3.4",
"vue-bundle-renderer": "2.0.0", "vue-bundle-renderer": "2.0.0",
"vue-loader": "17.2.2", "vue-loader": "17.3.0",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"webpack": "5.88.2", "webpack": "5.88.2",
"webpack-dev-middleware": "6.1.1" "webpack-dev-middleware": "6.1.1"

View File

@ -36,7 +36,7 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"magic-string": "^0.30.4", "magic-string": "^0.30.4",
"memfs": "^4.5.0", "memfs": "^4.6.0",
"mini-css-extract-plugin": "^2.7.6", "mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.2", "mlly": "^1.4.2",
"ohash": "^1.1.3", "ohash": "^1.1.3",
@ -53,7 +53,7 @@
"unplugin": "^1.5.0", "unplugin": "^1.5.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0", "vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.2.2", "vue-loader": "^17.3.0",
"webpack": "^5.88.2", "webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1", "webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-middleware": "^6.1.1", "webpack-dev-middleware": "^6.1.1",

File diff suppressed because it is too large Load Diff