Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 5748959 commit 7a23604
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
- image: cimg/node:18.20

orbs:
codecov: codecov/codecov@3.3.0
codecov: codecov/codecov@4.1.0

commands:
setup:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
fetch-depth: 0
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Authenticate with Registry
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"@adobe/eslint-config-helix": "2.0.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.2",
"@semantic-release/npm": "12.0.1",
"ajv": "8.12.0",
"aws-sdk-client-mock": "^3.0.0",
"c8": "7.14.0",
"eslint": "8.57.0",
"husky": "8.0.3",
"aws-sdk-client-mock": "^4.0.0",
"c8": "9.1.0",
"eslint": "9.3.0",
"husky": "9.0.11",
"jsdoc-to-markdown": "8.0.1",
"jsdoc-tsimport-plugin": "^1.0.5",
"lint-staged": "13.3.0",
"lint-staged": "15.2.4",
"mocha": "10.4.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.4",
"semantic-release": "^19.0.2",
"semantic-release-monorepo": "7.0.8"
"semantic-release": "^23.0.0",
"semantic-release-monorepo": "8.0.2"
},
"lint-staged": {
"*.js": "eslint"
Expand Down
2 changes: 1 addition & 1 deletion packages/blob-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@aws-sdk/s3-request-presigner": "^3.373.0"
},
"devDependencies": {
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock": "^4.0.0",
"dotenv": "^16.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/client-lambda": "^3.377.0"
},
"devDependencies": {
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock": "^4.0.0",
"dotenv": "^16.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/request-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@adobe/helix-shared-wrap": "^2.0.0",
"@adobe/helix-status": "^10.0.9",
"@adobe/helix-universal-logger": "^3.0.10",
"node-fetch": "^2.6.11"
"node-fetch": "^3.0.0"
},
"devDependencies": {
"nock": "^13.3.1",
"sinon": "^15.2.0"
"sinon": "^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/rest-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"@adobe/helix-universal": "^4.3.0",
"node-fetch": "^2.6.11"
"node-fetch": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/search-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"devDependencies": {
"dotenv": "^16.3.1",
"nock": "^13.3.1",
"sinon": "^15.2.0"
"sinon": "^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/secrets-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@aws-sdk/client-secrets-manager": "^3.290.0"
},
"devDependencies": {
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock": "^4.0.0",
"dotenv": "^16.3.1"
}
}

0 comments on commit 7a23604

Please sign in to comment.