Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent e300ffb commit d0ab60e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Codecov
if: startsWith(matrix.os, 'ubuntu-')
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5

test-alpine:
name: >-
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
run: npm run dist

- name: Upload dist folder
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
run: npm run install-plugins

- name: Download dist folder
uses: actions/download-artifact@v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: dist
path: dist
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@pact-foundation/pact-js-prettier-config": "1.0.0",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^8.0.1",
"@types/express": "^4.17.11",
"@types/chai": "5.0.1",
"@types/chai-as-promised": "8.0.1",
"@types/express": "4.17.15",
"@types/http-proxy": "1.17.15",
"@types/lodash": "4.17.14",
"@types/mocha": "10.0.10",
Expand All @@ -132,8 +132,8 @@
"@types/sinon-chai": "2.7.42",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
"chai": "5.1.2",
"chai-as-promised": "8.0.1",
"commit-and-tag-version": "12.5.0",
"copyfiles": "2.4.1",
"eslint": "8.57.1",
Expand All @@ -148,12 +148,12 @@
"nock": "13.5.6",
"nyc": "17.1.0",
"prettier": "3.4.2",
"proxyquire": "^2.1.3",
"proxyquire": "2.1.3",
"rimraf": "6.0.1",
"sinon": "19.0.2",
"sinon-chai": "^4.0.0",
"sinon-chai": "4.0.0",
"source-map-support": "0.5.21",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
"tsx": "4.19.2",
"typescript": "5.7.3"
}
}

0 comments on commit d0ab60e

Please sign in to comment.