Skip to content

Commit

Permalink
Json5 update (#80)
Browse files Browse the repository at this point in the history
* Updating JSON5 to address security vulnerability

* Updating packages
  • Loading branch information
Ben-Chapman authored Feb 27, 2023
1 parent 41a88d9 commit 94a7d0e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 151 deletions.
159 changes: 9 additions & 150 deletions app/package-lock.json

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

3 changes: 3 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"eventsource": ">=1.1.1",
"follow-redirects": ">=1.14.8",
"glob-parent": ">=5.1.2",
"json5": ">=2.2.2",
"loader-utils": ">=2.0.4",
"lodash": "^4.17.21",
"minimatch": ">=3.0.5",
Expand Down Expand Up @@ -47,6 +48,7 @@
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"eventsource": ">=1.1.1",
"json5": ">=2.2.2",
"loader-utils": ">=2.0.4",
"minimatch": ">=3.0.5",
"minimist": ">=1.2.6",
Expand All @@ -68,6 +70,7 @@
"eventsource": "CVE-2022-1650",
"follow-redirects": "CVE-2022-0536",
"glob-parent": "CVE-2020-28469",
"json5": "CVE-2022-46175",
"loader-utils": "CVE-2022-37601",
"minimatch": "CVE-2022-3517",
"minimist": "CVE-2021-44906",
Expand Down
3 changes: 2 additions & 1 deletion app/public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en">
<meta http-equiv="Content-Language" content="en">
<head>
<title>The EV Finder | Find Your New Electric Vehicle</title>
<meta charset="utf-8">
Expand Down

0 comments on commit 94a7d0e

Please sign in to comment.