Skip to content

Commit

Permalink
[WEB-47] Fix vulnerabilities (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarasaurus authored Oct 27, 2023
1 parent 78170d0 commit 3c2baf4
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 103 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"jest": "^26.2.2",
"lerna": "^6.5.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.15",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-easy-import": "^4.0.0",
"prettier": "^1.19.1",
Expand Down Expand Up @@ -106,10 +106,12 @@
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"handlebars": "^4.7.7",
"postcss": "^8.2.15",
"postcss": "^8.4.31",
"prismjs": "^1.27.0",
"trim": "^0.0.3",
"trim-newlines": "^3.0.0"
"trim-newlines": "^3.0.0",
"word-wrap": "^1.2.4",
"semver": "^7.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3c2baf4

Please sign in to comment.