Skip to content

Commit 7ec3139

Browse files
chore(deps): pin dependencies
1 parent 10ec795 commit 7ec3139

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2121
with:
2222
node-version: '16'
2323
- name: Install
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: test
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4040
- run: docker pull pactfoundation/pact-cli:latest
4141
- name: Can I deploy?
4242
run: GIT_BRANCH=${GIT_REF:11} make can_i_deploy
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: can-i-deploy
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5050
- run: docker pull pactfoundation/pact-cli:latest
5151
- name: Deploy
5252
run: GIT_BRANCH=${GIT_REF:11} make deploy

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
]
3939
},
4040
"devDependencies": {
41-
"@babel/preset-react": "^7.26.3",
42-
"@pact-foundation/pact": "^10.4.1",
43-
"@testing-library/jest-dom": "^5.17.0",
44-
"@testing-library/react": "^13.4.0",
45-
"@testing-library/user-event": "^13.5.0",
46-
"cross-env": "^7.0.3",
47-
"dotenv": "^16.0.3"
41+
"@babel/preset-react": "7.26.3",
42+
"@pact-foundation/pact": "10.4.1",
43+
"@testing-library/jest-dom": "5.17.0",
44+
"@testing-library/react": "13.4.0",
45+
"@testing-library/user-event": "13.5.0",
46+
"cross-env": "7.0.3",
47+
"dotenv": "16.0.3"
4848
}
4949
}

0 commit comments

Comments
 (0)