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: 
  - instantsearch.js from 4.55.0 to 4.74.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/2c57b7f7-d432-4371-85b8-411cf075e6b9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent c188a1d commit 2adce46
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 177 deletions.
10 changes: 5 additions & 5 deletions vue-instantsearch/refresh/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",
"instantsearch.js": "4.55.0",
"vue": "2.7.14",
"vue-instantsearch": "4.9.0"
"algoliasearch": "5.2.3",
"instantsearch.css": "8.5.0",
"instantsearch.js": "4.74.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 2adce46

Please sign in to comment.