Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f4b04af

Browse files
code-crafty-ninjasnyk-botmosioswap
authored
fix: Snyk fix for 4 vulnerabilities (#617)
* 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]>
1 parent 654f521 commit f4b04af

File tree

2 files changed

+2168
-1907
lines changed

2 files changed

+2168
-1907
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"multicodec": "^3.0.1",
9393
"multihashes": "^4.0.2",
9494
"node-vibrant": "^3.2.1-alpha.1",
95-
"polished": "^3.3.2",
95+
"polished": "^3.7.2",
9696
"popper-max-size-modifier": "^0.2.0",
9797
"qrcode": "^1.5.0",
9898
"react": ">=17.0.1",
@@ -173,7 +173,7 @@
173173
"babel-jest": "^27.5.1",
174174
"babel-loader": "^8.2.5",
175175
"babel-plugin-macros": "^3.1.0",
176-
"babel-plugin-module-resolver": "^4.1.0",
176+
"babel-plugin-module-resolver": "^5.0.0",
177177
"babel-runtime": "^6.26.0",
178178
"concurrently": "^8.2.0",
179179
"dotenv": "^16.0.1",
@@ -205,12 +205,12 @@
205205
"rollup-plugin-node-externals": "^3.1.2",
206206
"rollup-plugin-scss": "^3.0.0",
207207
"sass": "^1.45.1",
208-
"semantic-release": "^19.0.2",
208+
"semantic-release": "^19.0.3",
209209
"typechain": "^5.0.0",
210210
"typescript": "^4.4.3",
211211
"wcag-contrast": "^3.0.0",
212-
"webpack": "^5.72.0",
213-
"yarn-deduplicate": "^6.0.0"
212+
"webpack": "^5.76.0",
213+
"yarn-deduplicate": "^6.0.2"
214214
},
215215
"resolutions": {
216216
"decode-uri-component": "^0.2.2"

0 commit comments

Comments
 (0)