1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Bump rxjs from 7.0.0-beta.11 to 7.0.0-beta.12

Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.0-beta.11 to 7.0.0-beta.12.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.0.0-beta.11...7.0.0-beta.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-01 06:19:55 +00:00
parent 59fffb1efc
commit ab94211695
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6031,9 +6031,9 @@
}
},
"rxjs": {
"version": "7.0.0-beta.11",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.11.tgz",
"integrity": "sha512-DSeQ+tf3BhKhVqhxy1z+BzlTE1SmqFom8+d9/HZ7A6m1acCNf7CuGgf4xA8ZVQBqfGX8mzxEGmKm4cKlXNXfXg==",
"version": "7.0.0-beta.12",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.12.tgz",
"integrity": "sha512-1AzVwquI9XTcI9Tmq3yq3KSzf+R8PX5lOPw1LcO6HJAbJGteScegAKgMaN3+O1kQ18ZWvDPQ23Fx8lvYZwCkYQ==",
"requires": {
"tslib": "~2.1.0"
}

View File

@ -39,7 +39,7 @@
"fuzzaldrin-plus": "^0.6.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"rxjs": "^7.0.0-beta.10"
"rxjs": "^7.0.0-beta.12"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",