Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent 47634d5 commit 03c79dd
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 36 deletions.
2 changes: 1 addition & 1 deletion angular-instantsearch/query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "13.2.1",
"algoliasearch": "4.12.1",
"angular-instantsearch": "4.1.0",
"rxjs": "6.6.0",
"rxjs": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
Expand Down
7 changes: 0 additions & 7 deletions angular-instantsearch/query-suggestions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5968,13 +5968,6 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"

rxjs@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.0.tgz#af2901eedf02e3a83ffa7f886240ff9018bbec84"
integrity sha512-3HMA8z/Oz61DUHe+SdOiQyzIf4tOx5oQHmMir7IZEu6TMqCLHT4LRcmNaUS0NwOz8VLvmmBduMsoaUvMaIiqzg==
dependencies:
tslib "^1.9.0"

rxjs@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
Expand Down
2 changes: 1 addition & 1 deletion onboarding/demos/angular/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "6.0.3",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
"rxjs": "6.2.0",
"rxjs": "6.6.7",
"zone.js": "0.8.28"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions onboarding/demos/angular/ecommerce/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5673,12 +5673,6 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.0.tgz#e024d0e180b72756a83c2aaea8f25423751ba978"
dependencies:
tslib "^1.9.0"

rxjs@6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
Expand All @@ -5691,6 +5685,13 @@ rxjs@6.3.3:
dependencies:
tslib "^1.9.0"

rxjs@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

safe-buffer@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
Expand Down
2 changes: 1 addition & 1 deletion onboarding/demos/angular/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/googlemaps": "3.39.3",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
"rxjs": "6.2.0",
"rxjs": "6.6.7",
"zone.js": "0.8.28"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions onboarding/demos/angular/geo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5677,12 +5677,6 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.0.tgz#e024d0e180b72756a83c2aaea8f25423751ba978"
dependencies:
tslib "^1.9.0"

rxjs@6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
Expand All @@ -5695,6 +5689,13 @@ rxjs@6.3.3:
dependencies:
tslib "^1.9.0"

rxjs@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

safe-buffer@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
Expand Down
2 changes: 1 addition & 1 deletion onboarding/demos/angular/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "6.0.3",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
"rxjs": "6.2.0",
"rxjs": "6.6.7",
"zone.js": "0.8.28"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions onboarding/demos/angular/media/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5673,12 +5673,6 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.0.tgz#e024d0e180b72756a83c2aaea8f25423751ba978"
dependencies:
tslib "^1.9.0"

rxjs@6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
Expand All @@ -5691,6 +5685,13 @@ rxjs@6.3.3:
dependencies:
tslib "^1.9.0"

rxjs@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

safe-buffer@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
Expand Down
2 changes: 1 addition & 1 deletion onboarding/demos/angular/saas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "6.0.3",
"angular-instantsearch": "2.2.2",
"core-js": "2.6.11",
"rxjs": "6.2.0",
"rxjs": "6.6.7",
"zone.js": "0.8.28"
},
"devDependencies": {
Expand Down
13 changes: 7 additions & 6 deletions onboarding/demos/angular/saas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5673,12 +5673,6 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.0.tgz#e024d0e180b72756a83c2aaea8f25423751ba978"
dependencies:
tslib "^1.9.0"

rxjs@6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
Expand All @@ -5691,6 +5685,13 @@ rxjs@6.3.3:
dependencies:
tslib "^1.9.0"

rxjs@6.6.7:
version "6.6.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
tslib "^1.9.0"

safe-buffer@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
Expand Down

0 comments on commit 03c79dd

Please sign in to comment.