Skip to content

Commit

Permalink
Fixes vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Sep 20, 2024
1 parent 82bba6e commit 4fb359f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
74 changes: 37 additions & 37 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@reduxjs/toolkit": "^2.2.7",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.4.0",
"@stripe/stripe-js": "^4.5.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.6",
"axios": "^1.7.7",
"firebase": "^10.13.1",
"lodash.memoize": "^4.1.2",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-stripe-checkout": "^2.6.3",
"redux": "^5.0.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
]
},
"devDependencies": {
"sass": "^1.77.8",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"webpack": "^5.94.0"
}
Expand Down

0 comments on commit 4fb359f

Please sign in to comment.