Skip to content

Commit

Permalink
Dependency updates (#4257)
Browse files Browse the repository at this point in the history
* Bumping newrelic/deployment-marker-action

* Bumping for package.json

* Bumping create-pull-request

* Forgot package-lock

* Bumping eslint
  • Loading branch information
phildominguez-gsa authored Sep 9, 2024
1 parent 5dc66d2 commit a082e19
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-bpmn-renders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create Pull Request with Changes
if: steps.vars.outputs.imagesupdated != 0
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update BPMN images for ${{ env.BRANCH_NAME }}
title: Update BPMN images for ${{ env.BRANCH_NAME }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/new-relic-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Add New Relic Application Deployment Marker
uses: newrelic/deployment-marker-action@v2.5.0
uses: newrelic/deployment-marker-action@v2.5.1
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
guid: ${{ secrets.NEW_RELIC_DEV_DEPLOYMENT_ENTITY_GUID }}
Expand All @@ -32,7 +32,7 @@ jobs:
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Add New Relic Application Deployment Marker
uses: newrelic/deployment-marker-action@v2.5.0
uses: newrelic/deployment-marker-action@v2.5.1
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
guid: ${{ secrets.NEW_RELIC_STAGING_DEPLOYMENT_ENTITY_GUID }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- name: Add New Relic Application Deployment Marker
uses: newrelic/deployment-marker-action@v2.5.0
uses: newrelic/deployment-marker-action@v2.5.1
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
guid: ${{ secrets.NEW_RELIC_PRODUCTION_DEPLOYMENT_ENTITY_GUID }}
Expand Down
48 changes: 30 additions & 18 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@babel/eslint-parser": "^7.25.1",
"@eslint/js": "^9.9.1",
"cypress": "^13.14.0",
"@eslint/js": "^9.10.0",
"cypress": "^13.14.2",
"cypress-axe": "^1.5.0",
"cypress-downloadfile": "^1.2.4",
"cypress-file-upload": "^5.0.8",
"cypress-otp": "^1.0.3",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -48,7 +48,7 @@
"esbuild-sass-plugin": "3.3.1",
"glob": "11.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0"
}
}

0 comments on commit a082e19

Please sign in to comment.