Skip to content

Commit

Permalink
fix: Snyk fix for 4 vulnerabilities (#617)
Browse files Browse the repository at this point in the history
* fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSON5-3182856
- https://snyk.io/vuln/SNYK-JS-POLISHED-1298071
- https://snyk.io/vuln/SNYK-JS-SEMANTICRELEASE-2866292
- https://snyk.io/vuln/SNYK-JS-WEBPACK-3358798

* yarn.lock synced with package.json and dedup

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: pwnslinger <[email protected]>
  • Loading branch information
3 people authored Sep 1, 2023
1 parent 654f521 commit f4b04af
Show file tree
Hide file tree
Showing 2 changed files with 2,168 additions and 1,907 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"multicodec": "^3.0.1",
"multihashes": "^4.0.2",
"node-vibrant": "^3.2.1-alpha.1",
"polished": "^3.3.2",
"polished": "^3.7.2",
"popper-max-size-modifier": "^0.2.0",
"qrcode": "^1.5.0",
"react": ">=17.0.1",
Expand Down Expand Up @@ -173,7 +173,7 @@
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-runtime": "^6.26.0",
"concurrently": "^8.2.0",
"dotenv": "^16.0.1",
Expand Down Expand Up @@ -205,12 +205,12 @@
"rollup-plugin-node-externals": "^3.1.2",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.45.1",
"semantic-release": "^19.0.2",
"semantic-release": "^19.0.3",
"typechain": "^5.0.0",
"typescript": "^4.4.3",
"wcag-contrast": "^3.0.0",
"webpack": "^5.72.0",
"yarn-deduplicate": "^6.0.0"
"webpack": "^5.76.0",
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"decode-uri-component": "^0.2.2"
Expand Down
Loading

1 comment on commit f4b04af

@vercel
Copy link

@vercel vercel bot commented on f4b04af Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-git-main-uniswap.vercel.app
widgets-uniswap.vercel.app
widgets-seven-tau.vercel.app

Please sign in to comment.