Skip to content

Commit 7963b13

Browse files
authored
Merge branch 'main' into michalpiechowiak/fra-338-handle-dicer-dependency-vulnerability-in-netlifyplugin
2 parents b3f349a + 024e3f1 commit 7963b13

File tree

8 files changed

+291
-873
lines changed

8 files changed

+291
-873
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
app_id: ${{ secrets.TOKENS_APP_ID }}
1515
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1616
- name: Add issue to Project
17-
uses: actions/add-to-project@v0.5.0
17+
uses: actions/add-to-project@v0.6.0
1818
with:
1919
project-url: https://github.com/orgs/netlify/projects/199
2020
github-token: ${{ steps.generate_token.outputs.token }}

demo-v5/package-lock.json

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

demo-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"linkfs": "^2.1.0",
4242
"multer": "^1.4.5-lts.1",
4343
"node-fetch": "^2.6.1",
44-
"npm-run-all": "^4.1.5",
44+
"npm-run-all2": "^5.0.0",
4545
"path-to-regexp": "^6.0.0",
4646
"start-server-and-test": "^2.0.0"
4747
},

0 commit comments

Comments
 (0)