Skip to content

Commit e8a6a5c

Browse files
renovate[bot]JP-Ellis
authored andcommitted
chore(deps): pin dependencies
1 parent ae79dfd commit e8a6a5c

File tree

5 files changed

+109
-108
lines changed

5 files changed

+109
-108
lines changed

.github/workflows/build-and-test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
create_pre_release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
fetch-depth: 0
2020
- run: GH_CREATE_PRE_RELEASE=true ./script/ci/release.sh
@@ -63,12 +63,12 @@ jobs:
6363
NODE_VERSION: ${{ matrix.node-version }}
6464

6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6767
with:
6868
fetch-depth: 0
6969

7070
- name: Use Node.js ${{ env.NODE_VERSION }}
71-
uses: actions/setup-node@v4
71+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
7272
with:
7373
node-version: ${{ env.NODE_VERSION }}
7474

@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Set up QEMU
7979
if: ${{ matrix.docker == true && matrix.arch == 'arm64' }}
80-
uses: docker/setup-qemu-action@v3
80+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
8181
- if: ${{ matrix.docker == true && matrix.alpine == true }}
8282
name: prebuild linux ${{ matrix.arch }} musl
8383
run: docker run -v $PWD:/home --platform linux/${{ matrix.arch }} --rm node:20-alpine bin/sh -c 'apk add bash && cd /home && bash -c "/home/script/ci/prebuild-alpine.sh" && rm -rf ffi node_modules'
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ matrix.docker != true }}
9494

9595
- name: Upload prebuild for ${{ runner.os }}-${{ runner.arch }}
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
9797
with:
9898
path: prebuilds/*.tar.gz
9999
name: artifact-${{ matrix.docker == true && matrix.alpine == true && 'linux-musl' || matrix.docker == true && matrix.alpine == false && 'linux' || matrix.os }}-${{ matrix.arch }}
@@ -164,15 +164,15 @@ jobs:
164164
LOG_LEVEL: debug
165165

166166
steps:
167-
- uses: actions/checkout@v4
167+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
168168
with:
169169
fetch-depth: 0
170170

171171
- name: Download prebuilds
172-
uses: actions/[email protected]
172+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
173173

174174
- name: Use Node.js ${{ env.NODE_VERSION }}
175-
uses: actions/setup-node@v4
175+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
176176
with:
177177
node-version: ${{ env.NODE_VERSION }}
178178

@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Set up QEMU
188188
if: ${{ matrix.docker == true && matrix.arch == 'arm64' }}
189-
uses: docker/setup-qemu-action@v3
189+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
190190

191191
- if: ${{ matrix.docker == true && matrix.alpine != true && matrix.arch == 'arm64' }}
192192
name: test arm64
@@ -209,12 +209,12 @@ jobs:
209209
NODE_VERSION: 20
210210

211211
steps:
212-
- uses: actions/checkout@v4
212+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
213213
with:
214214
fetch-depth: 0
215215

216216
- name: Use Node.js ${{ env.NODE_VERSION }}
217-
uses: actions/setup-node@v4
217+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
218218
with:
219219
node-version: ${{ env.NODE_VERSION }}
220220
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
NODE_VERSION: 20
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Use Node.js ${{ env.NODE_VERSION }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525
registry-url: 'https://registry.npmjs.org'

.github/workflows/update-ffi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1313

1414
- run: |
1515
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"

package-lock.json

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

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -50,54 +50,54 @@
5050
"underscore": "1.12.1"
5151
},
5252
"devDependencies": {
53-
"@grpc/grpc-js": "^1.8.0",
54-
"@grpc/proto-loader": "^0.7.7",
55-
"@pact-foundation/pact-js-prettier-config": "^1.0.0",
56-
"@snyk/protect": "^1.1118.0",
57-
"@tsconfig/node14": "^1.0.3",
58-
"@types/basic-auth": "^1.1.2",
53+
"@grpc/grpc-js": "1.8.22",
54+
"@grpc/proto-loader": "0.7.13",
55+
"@pact-foundation/pact-js-prettier-config": "1.0.0",
56+
"@snyk/protect": "1.1186.0",
57+
"@tsconfig/node14": "1.0.3",
58+
"@types/basic-auth": "1.1.3",
5959
"@types/chai": "4.1.2",
6060
"@types/chai-as-promised": "7.1.0",
61-
"@types/check-types": "^7.3.2",
62-
"@types/cors": "^2.8.6",
63-
"@types/decompress": "^4.2.3",
61+
"@types/check-types": "7.3.4",
62+
"@types/cors": "2.8.13",
63+
"@types/decompress": "4.2.4",
6464
"@types/express": "4.17.21",
6565
"@types/mocha": "9.0.0",
6666
"@types/needle": "2.5.2",
67-
"@types/node": "^18.11.10",
68-
"@types/rimraf": "^2.0.2",
69-
"@types/sinon": "^9.0.11",
70-
"@types/tar": "^4.0.3",
67+
"@types/node": "18.16.18",
68+
"@types/rimraf": "2.0.5",
69+
"@types/sinon": "9.0.11",
70+
"@types/tar": "4.0.5",
7171
"@types/underscore": "1.8.7",
72-
"@types/unixify": "^1.0.0",
73-
"@types/url-join": "^4.0.0",
74-
"@typescript-eslint/eslint-plugin": "^5.47.0",
75-
"@typescript-eslint/parser": "^5.47.0",
76-
"axios": "^1.6.0",
72+
"@types/unixify": "1.0.0",
73+
"@types/url-join": "4.0.1",
74+
"@typescript-eslint/eslint-plugin": "5.60.1",
75+
"@typescript-eslint/parser": "5.60.1",
76+
"axios": "1.7.4",
7777
"basic-auth": "2.0.0",
78-
"body-parser": "^1.18.2",
78+
"body-parser": "1.20.3",
7979
"chai": "4.1.2",
8080
"chai-as-promised": "7.1.1",
81-
"commit-and-tag-version": "^11.1.0",
81+
"commit-and-tag-version": "11.2.2",
8282
"cors": "2.8.4",
83-
"cross-env": "^5.1.3",
83+
"cross-env": "5.2.1",
8484
"decamelize": "2.0.0",
85-
"eslint": "^8.30.0",
86-
"eslint-config-airbnb-base": "^15.0.0",
87-
"eslint-config-airbnb-typescript": "^17.0.0",
88-
"eslint-config-prettier": "^8.5.0",
89-
"eslint-import-resolver-typescript": "^3.5.2",
90-
"eslint-plugin-chai-friendly": "^0.7.2",
91-
"eslint-plugin-import": "^2.26.0",
92-
"eslint-plugin-mocha": "^10.1.0",
85+
"eslint": "8.43.0",
86+
"eslint-config-airbnb-base": "15.0.0",
87+
"eslint-config-airbnb-typescript": "17.0.0",
88+
"eslint-config-prettier": "8.8.0",
89+
"eslint-import-resolver-typescript": "3.5.5",
90+
"eslint-plugin-chai-friendly": "0.7.2",
91+
"eslint-plugin-import": "2.27.5",
92+
"eslint-plugin-mocha": "10.1.0",
9393
"express": "4.21.2",
94-
"form-data": "^4.0.0",
95-
"grpc-promise": "^1.4.0",
96-
"mocha": "^9.1.3",
97-
"node-addon-api": "^6.1.0",
98-
"nodemon": "^2.0.4",
99-
"prettier": "^2.3.0",
100-
"protobufjs": "^7.2.4",
94+
"form-data": "4.0.0",
95+
"grpc-promise": "1.4.0",
96+
"mocha": "9.2.2",
97+
"node-addon-api": "6.1.0",
98+
"nodemon": "2.0.22",
99+
"prettier": "2.8.8",
100+
"protobufjs": "7.2.5",
101101
"rimraf": "2.7.1",
102102
"sinon": "9.2.4",
103103
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)