Skip to content

Commit

Permalink
feat(dependencies): update downstream (algolia/vue-instantsearch#1075)
Browse files Browse the repository at this point in the history
- better behaviour with more pinned facets than returned
- * + other facets expands to just *
- avoid unlikely prototype pollution if search parameters are user-defined
  • Loading branch information
Haroenv authored Oct 22, 2021
1 parent 817b5c1 commit fb48885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"release": "shipjs prepare"
},
"dependencies": {
"algoliasearch-helper": "^3.5.5",
"instantsearch.js": "^4.30.0",
"algoliasearch-helper": "^3.6.2",
"instantsearch.js": "^4.32.0",
"mitt": "^2.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit fb48885

Please sign in to comment.