Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip publish]
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent c850e31 commit 48df358
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-imager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: get_branch_name
run: echo "branch_name=$(echo $( [ -z "${{ github.head_ref }}" ] && echo ${{ github.ref }} | cut -c12- || echo ${{ github.head_ref }} ) | sed -e 's/\/\|_/-/g' | sed -e 's/@//g')" >> $GITHUB_OUTPUT
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"graphql-tag": "^2.12.6",
"json-stream-stringify": "^3.1.4",
"json-stream-stringify": "^3.1.5",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"lint-staged": "^15.2.10",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.32.3
autopep8==2.3.1
pylint==3.3.0
pylint==3.3.1
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.2.1"
graphql: "npm:^16.9.0"
graphql-tag: "npm:^2.12.6"
json-stream-stringify: "npm:^3.1.4"
json-stream-stringify: "npm:^3.1.5"
koa: "npm:^2.15.3"
koa-bodyparser: "npm:^4.4.1"
lint-staged: "npm:^15.2.10"
Expand Down Expand Up @@ -7183,10 +7183,10 @@ __metadata:
languageName: node
linkType: hard

"json-stream-stringify@npm:^3.1.4":
version: 3.1.4
resolution: "json-stream-stringify@npm:3.1.4"
checksum: 10/34cffd309b15742e21a3323a2a4d93d957f0cd8c6613d602f635bd2a370b176397b90ec1e699c332e6ac02a6346c5da6684369d439e6ccd2b86f5c4bded77eb2
"json-stream-stringify@npm:^3.1.5":
version: 3.1.5
resolution: "json-stream-stringify@npm:3.1.5"
checksum: 10/dc5ffe055dea1e54d971e23e6bbeb95f497bfabaaaa9d45e33644af0954ae53e053be2c825f9e184c3113aed5f572aff537b14c31ce89913bc175f55bb431a2c
languageName: node
linkType: hard

Expand Down

0 comments on commit 48df358

Please sign in to comment.