Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - vue from 2.7.14 to 3.4.38.
    See this package in yarn: 
  - algoliasearch from 3.35.1 to 5.2.3.
    See this package in yarn: 
  - instantsearch.css from 7.3.1 to 8.5.0.
    See this package in yarn: 
  - vue-instantsearch from 4.9.0 to 4.19.3.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/29da0ab1-934f-4ecd-b5e7-1c3bd6bea650?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent c188a1d commit 0c02007
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 176 deletions.
8 changes: 4 additions & 4 deletions vue-instantsearch/multi-index-hits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"algoliasearch": "3.35.1",
"instantsearch.css": "7.3.1",
"vue": "2.7.14",
"vue-instantsearch": "4.9.0"
"algoliasearch": "5.2.3",
"instantsearch.css": "8.5.0",
"vue": "3.4.38",
"vue-instantsearch": "4.19.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.6.0",
Expand Down
Loading

0 comments on commit 0c02007

Please sign in to comment.