Skip to content

Commit cb76e57

Browse files
chore(deps): pin dependencies (#1331)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94e8d81 commit cb76e57

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

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

135135
test-alpine:
136136
name: >-
@@ -233,7 +233,7 @@ jobs:
233233
run: npm run dist
234234

235235
- name: Upload dist folder
236-
uses: actions/upload-artifact@v4
236+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
237237
with:
238238
name: dist
239239
path: dist
@@ -284,7 +284,7 @@ jobs:
284284
run: npm run install-plugins
285285

286286
- name: Download dist folder
287-
uses: actions/download-artifact@v4
287+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
288288
with:
289289
name: dist
290290
path: dist

package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
"@babel/core": "7.26.0",
120120
"@babel/preset-env": "7.26.0",
121121
"@pact-foundation/pact-js-prettier-config": "1.0.0",
122-
"@types/chai": "^5.0.1",
123-
"@types/chai-as-promised": "^8.0.1",
124-
"@types/express": "^4.17.15",
122+
"@types/chai": "5.0.1",
123+
"@types/chai-as-promised": "8.0.1",
124+
"@types/express": "4.17.21",
125125
"@types/http-proxy": "1.17.15",
126126
"@types/lodash": "4.17.14",
127127
"@types/mocha": "10.0.10",
@@ -132,8 +132,8 @@
132132
"@types/sinon-chai": "2.7.42",
133133
"@typescript-eslint/eslint-plugin": "5.62.0",
134134
"@typescript-eslint/parser": "5.62.0",
135-
"chai": "^5.1.2",
136-
"chai-as-promised": "^8.0.1",
135+
"chai": "5.1.2",
136+
"chai-as-promised": "8.0.1",
137137
"commit-and-tag-version": "12.5.0",
138138
"copyfiles": "2.4.1",
139139
"eslint": "8.57.1",
@@ -148,12 +148,12 @@
148148
"nock": "13.5.6",
149149
"nyc": "17.1.0",
150150
"prettier": "3.4.2",
151-
"proxyquire": "^2.1.3",
151+
"proxyquire": "2.1.3",
152152
"rimraf": "6.0.1",
153153
"sinon": "19.0.2",
154-
"sinon-chai": "^4.0.0",
154+
"sinon-chai": "4.0.0",
155155
"source-map-support": "0.5.21",
156-
"tsx": "^4.19.2",
157-
"typescript": "^5.7.3"
156+
"tsx": "4.19.2",
157+
"typescript": "5.7.3"
158158
}
159159
}

0 commit comments

Comments
 (0)