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-autosuggest from 1.8.3 to 2.2.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/b204c048-4c34-4832-b549-964a67506207?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent c188a1d commit e14d5df
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 181 deletions.
10 changes: 5 additions & 5 deletions vue-instantsearch/autocomplete-results-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"algoliasearch": "3.35.1",
"instantsearch.css": "7.3.1",
"vue": "2.7.14",
"vue-autosuggest": "1.8.3",
"vue-instantsearch": "4.9.0"
"algoliasearch": "5.2.3",
"instantsearch.css": "8.5.0",
"vue": "3.4.38",
"vue-autosuggest": "2.2.0",
"vue-instantsearch": "4.19.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.6.0",
Expand Down
Loading

0 comments on commit e14d5df

Please sign in to comment.