Skip to content

Commit

Permalink
security: bump deps with vulnerabilities on interface (#538)
Browse files Browse the repository at this point in the history
**Describe the pull request**

Security upgrades of dependencies with vulnerabilities

**Checklist**

- [x] I have made the modifications or added tests related to my PR
- [x] I have run the tests and linters locally and they pass
- [x] I have added/updated the documentation for my RP
  • Loading branch information
42atomys authored Oct 19, 2023
1 parent 0ca3672 commit 8b89116
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 404 deletions.
8 changes: 4 additions & 4 deletions web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.60.0",
"tailwind-variants": "^0.1.13",
"tailwind-variants": "^0.1.14",
"twemoji": "^14.0.2",
"uuid": "^9.0.0",
"yaml": "^2.3.2"
Expand Down Expand Up @@ -80,15 +80,15 @@
"babel-loader": "^9.1.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"concurrently": "^7.6.0",
"cypress": "^12.1.0",
"cypress": "^13.3.2",
"eslint": "^8.39.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.0.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
Expand Down
Loading

0 comments on commit 8b89116

Please sign in to comment.