Skip to content

Commit 2bb2127

Browse files
Bump rxjs from 7.8.1 to 7.8.2
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.1 to 7.8.2. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md) - [Commits](ReactiveX/rxjs@7.8.1...7.8.2) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 885c52e commit 2bb2127

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"nouislider": "^15.8.1",
117117
"pem": "1.14.8",
118118
"reflect-metadata": "^0.2.2",
119-
"rxjs": "^7.8.0",
119+
"rxjs": "^7.8.2",
120120
"sanitize-html": "^2.14.0",
121121
"sortablejs": "1.15.6",
122122
"uuid": "^8.3.2",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10177,13 +10177,20 @@ [email protected], rxjs@^6.5.5, rxjs@~6.6.0:
1017710177
dependencies:
1017810178
tslib "^1.9.0"
1017910179

10180-
[email protected], rxjs@^7.5.1, rxjs@^7.5.5, rxjs@^7.8.0:
10180+
1018110181
version "7.8.1"
1018210182
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
1018310183
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
1018410184
dependencies:
1018510185
tslib "^2.1.0"
1018610186

10187+
rxjs@^7.5.1, rxjs@^7.5.5, rxjs@^7.8.2:
10188+
version "7.8.2"
10189+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b"
10190+
integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==
10191+
dependencies:
10192+
tslib "^2.1.0"
10193+
1018710194
safe-array-concat@^1.1.2:
1018810195
version "1.1.2"
1018910196
resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb"

0 commit comments

Comments
 (0)