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:
  - @angular/animations from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/common from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/compiler from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/core from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/forms from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/platform-browser from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/platform-browser-dynamic from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - @angular/router from 13.2.1 to 18.2.2.
    See this package in yarn: 
  - tslib from 2.3.1 to 2.7.0.
    See this package in yarn: 
  - algoliasearch from 4.12.1 to 5.2.3.
    See this package in yarn: 
  - angular-instantsearch from 4.1.0 to 4.4.2.
    See this package in yarn: 
  - rxjs from 6.6.7 to 7.8.1.
    See this package in yarn: 
  - zone.js from 0.11.4 to 0.15.0.
    See this package in yarn: 

See this project in Snyk:
https://app.snyk.io/org/cachiman-inc/project/6a534bf7-ba71-4011-a74b-5ee71e80e22d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent c188a1d commit 29ec683
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 204 deletions.
26 changes: 13 additions & 13 deletions angular-instantsearch/conditional-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/forms": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/router": "13.2.1",
"algoliasearch": "4.12.1",
"angular-instantsearch": "4.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"@angular/animations": "18.2.2",
"@angular/common": "18.2.2",
"@angular/compiler": "18.2.2",
"@angular/core": "18.2.2",
"@angular/forms": "18.2.2",
"@angular/platform-browser": "18.2.2",
"@angular/platform-browser-dynamic": "18.2.2",
"@angular/router": "18.2.2",
"algoliasearch": "5.2.3",
"angular-instantsearch": "4.4.2",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.2",
Expand Down
Loading

0 comments on commit 29ec683

Please sign in to comment.