Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
Add Vulnerable dependencies in package.json
  • Loading branch information
madhulsachdeva authored Jul 7, 2024
1 parent e15fc33 commit 1f7068b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions findings/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Dependencies-Test",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "webpack --config webpack.config.vendor.js",
"postdev": "webpack"
},
"dependencies": {
"webpack-merge": "4.1.0",
"docker-hub-api": "0.5.1",
"axe-core": "4.3.5"
}
}

0 comments on commit 1f7068b

Please sign in to comment.