Skip to content

Commit

Permalink
Updating dependencies to address CVEs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Chapman authored Nov 21, 2022
1 parent 623d8a7 commit cb74855
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"eventsource": ">=1.1.1",
"follow-redirects": ">=1.14.8",
"glob-parent": ">=5.1.2",
"loader-utils": ">=2.0.4",
"lodash": "^4.17.21",
"minimatch": ">=3.0.5",
"minimist": ">=1.2.6",
"node-fetch": ">=3.2.10",
"node-forge": ">=1.3.0",
Expand All @@ -30,7 +32,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@percy/cli": "^1.12.0",
"@percy/cli": "^1.14.0",
"@percy/cypress": "^3.1.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
Expand All @@ -42,6 +44,8 @@
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"eventsource": ">=1.1.1",
"loader-utils": ">=2.0.4",
"minimatch": ">=3.0.5",
"minimist": ">=1.2.6",
"sass": "^1.49.0",
"sass-loader": "^10.2.1",
Expand All @@ -58,6 +62,8 @@
"eventsource": "CVE-2022-1650",
"follow-redirects": "CVE-2022-0536",
"glob-parent": "CVE-2020-28469",
"loader-utils": "CVE-2022-37601",
"minimatch": "CVE-2022-3517",
"minimist": "CVE-2021-44906",
"node-fetch": "CVE-2022-0235, CVE-2022-2596",
"node-forge": "CVE-2022-24772",
Expand Down

0 comments on commit cb74855

Please sign in to comment.