Skip to content

Commit

Permalink
Run yarn upgrade
Browse files Browse the repository at this point in the history
Update to the latest packages
so the output of 'yarn audit'
becomes useful.

There is some kind of incompatibility
with @types/react version 18, so restrict
the packages to the latest version 17
for now.

Before:

140 vulnerabilities found - Packages audited: 1918
Severity: 7 Low | 47 Moderate | 70 High | 16 Critical

After:

24 vulnerabilities found - Packages audited: 1976
Severity: 14 Moderate | 6 High | 4 Critical
  • Loading branch information
pjonsson committed Nov 29, 2024
1 parent f1bf08d commit ba9ac12
Show file tree
Hide file tree
Showing 2 changed files with 2,856 additions and 2,928 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"colors": "1.4.0",
"@types/node": "^18.15.11",
"@types/css-font-loading-module": "^0.0.9",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"terser-webpack-plugin": "^4.2.3",
"underscore": "^1.12.1"
},
Expand Down Expand Up @@ -66,9 +68,9 @@
"@types/pbf": "^3.0.1",
"@types/proj4": "^2.5.5",
"@types/rbush": "^3.0.0",
"@types/react": "^17.0.3",
"@types/react": "^17.0.83",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.2",
"@types/react-dom": "^17.0.25",
"@types/react-select": "^3.1.2",
"@types/react-test-renderer": "^17.0.1",
"@types/retry": "^0.12.0",
Expand Down
Loading

0 comments on commit ba9ac12

Please sign in to comment.