chore(deps): update all non-major dependencies (2.x) (#25181)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-15 10:29:46 +00:00 committed by GitHub
parent c283cc039c
commit 2ce5137be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -212,7 +212,7 @@ jobs:
run: yarn test:fixtures -i
- name: Save fixtures
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures

View File

@ -112,7 +112,7 @@ jobs:
run: yarn test:fixtures
- name: Save fixtures
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures

View File

@ -59,7 +59,7 @@
"esbuild": "0.19.11",
"eslint": "8.56.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.6.2",
"eslint-plugin-jest": "27.6.3",
"execa": "^5.1.1",
"express": "4.18.2",
"finalhandler": "1.2.0",

View File

@ -6407,10 +6407,10 @@ eslint-plugin-import@^2.26.0, eslint-plugin-import@^2.28.1:
semver "^6.3.1"
tsconfig-paths "^3.14.2"
eslint-plugin-jest@27.6.2:
version "27.6.2"
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.2.tgz#8e69404fcd5dfeac03cac478f0ebb9bf2d8db56b"
integrity sha512-CI1AlKrsNhYFoP48VU8BVWOi7+qHTq4bRxyUlGjeU8SfFt8abjXhjOuDzUoMp68DoXIx17KpNpIkMrl4s4ZW0g==
eslint-plugin-jest@27.6.3:
version "27.6.3"
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be"
integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==
dependencies:
"@typescript-eslint/utils" "^5.10.0"