Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent ed8ad4f commit 92f18eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Conftest
uses: redhat-cop/github-actions/confbatstest@master
Expand Down
26 changes: 13 additions & 13 deletions cucumber-selenium-grid/angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"todomvc-common": "^1.0.0"
},
"devDependencies": {
"angular-mocks": "^1.4.3",
"jasmine-core": "^2.2.0",
"angular-mocks": "1.8.3",
"jasmine-core": "2.99.1",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cucumber": "^4.2.0",
"express": "^4.16.3",
"protractor": "^5.3.2",
"protractor-cucumber-framework": "^5.0.0",
"protractor-multiple-cucumber-html-reporter-plugin": "^1.7.0",
"underscore": "^1.9.1"
"karma-chrome-launcher": "0.2.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.8",
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"cucumber": "4.2.1",
"express": "4.18.2",
"protractor": "5.4.4",
"protractor-cucumber-framework": "5.0.0",
"protractor-multiple-cucumber-html-reporter-plugin": "1.8.1",
"underscore": "1.13.6"
}
}
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/nodejs-slave/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7
FROM registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7@sha256:0af6f7f706321bba0c3898d7e431d4890b517dc6e8084bb97bff4784cd4eb293

MAINTAINER Gabe Montero <[email protected]>

Expand Down

0 comments on commit 92f18eb

Please sign in to comment.