Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #198 from strapi/fix/yup
Browse files Browse the repository at this point in the history
Fix Prototype Pollution in property-expr (yup)
  • Loading branch information
soupette authored Jul 19, 2021
2 parents e1587b1 + 5783a0f commit 89495f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/buffetjs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"lodash": "4.17.21",
"yup": "^0.27.0"
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.1.6",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"peerDependencies": {
"lodash": "4.17.21",
"yup": "^0.27.0"
"yup": "^0.32.9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 89495f4

Please sign in to comment.