From 852799126ac75722d1983dc7f9e5229791e33bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:32:41 +0000 Subject: [PATCH] chore(deps): update non-major --- .github/workflows/main.yml | 6 ++--- .github/workflows/prettier.yml | 2 +- package.json | 40 +++++++++++++++++----------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9bf559ce..931c61de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: node-version: lts/* @@ -64,7 +64,7 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} @@ -78,7 +78,7 @@ jobs: if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled' runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: # Need to fetch entire commit history to # analyze every commit since last release diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 36b1e812..c36ed6c4 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,7 +14,7 @@ jobs: name: 🤔 runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-node@v3 with: node-version: lts/* diff --git a/package.json b/package.json index b6a59c11..6f0c18e2 100644 --- a/package.json +++ b/package.json @@ -56,28 +56,28 @@ "url-parse": "^1.5.10" }, "devDependencies": { - "@sanity/semantic-release-preset": "^4.0.0", - "@types/debug": "^4.1.7", - "@types/jest": "^29.4.0", - "@types/lodash": "^4.14.191", - "@types/node": "^18.11.18", - "@types/react-dom": "^18.0.10", - "@types/semver": "^7.3.13", - "@types/split2": "^4.0.0", - "@types/through2": "^2.0.38", - "eslint": "^8.33.0", - "eslint-config-prettier": "^8.6.0", + "@sanity/semantic-release-preset": "^4.1.4", + "@types/debug": "^4.1.9", + "@types/jest": "^29.5.5", + "@types/lodash": "^4.14.199", + "@types/node": "^18.18.3", + "@types/react-dom": "^18.2.10", + "@types/semver": "^7.5.3", + "@types/split2": "^4.2.1", + "@types/through2": "^2.0.39", + "eslint": "^8.50.0", + "eslint-config-prettier": "^8.10.0", "eslint-config-sanity": "^6.0.0", - "gatsby": "^5.5.0", - "gatsby-plugin-image": "^3.5.0", - "jest": "^29.4.1", - "mkdirp": "^2.1.3", - "prettier": "^2.8.3", - "prettier-plugin-packagejson": "^2.4.2", - "prettier-plugin-tailwindcss": "^0.4.0", + "gatsby": "^5.12.5", + "gatsby-plugin-image": "^3.12.0", + "jest": "^29.7.0", + "mkdirp": "^2.1.6", + "prettier": "^2.8.8", + "prettier-plugin-packagejson": "^2.4.6", + "prettier-plugin-tailwindcss": "^0.5.5", "react": "^18.2.0", - "ts-jest": "^29.0.5", - "typescript": "^5.0.0" + "ts-jest": "^29.1.1", + "typescript": "^5.2.2" }, "peerDependencies": { "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",