1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump rxjs from 7.0.0-beta.2 to 7.0.0-beta.4

Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.0-beta.2 to 7.0.0-beta.4.
- [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.2...7.0.0-beta.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-03 07:36:51 +00:00
parent 8f5494c8d1
commit 09f79b9ab3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8266,9 +8266,9 @@
}
},
"rxjs": {
"version": "7.0.0-beta.2",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.2.tgz",
"integrity": "sha512-MlsT7OVk1wOIlClZGZCangq+SR7qWBh7KUJvQ8CzFClKv4uveTNGDA5bxVcdP8Lf/pnKf5w9bEUUk41GQ2kzBA==",
"version": "7.0.0-beta.4",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.4.tgz",
"integrity": "sha512-VpZJjT9GLSTmQIYC9s1nsAYjJONg7UeSpLFd88uQJpw0VPyobs/2EwK2iTAMGeiLxJWj7BW66BcjeNA1hWbygQ==",
"requires": {
"tslib": "^1.9.0"
},

View File

@ -37,7 +37,7 @@
"lunr": "^2.3.8",
"lunr-languages": "^1.4.0",
"ramda": "^0.27.0",
"rxjs": "^7.0.0-beta.2"
"rxjs": "^7.0.0-beta.4"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",