Skip to content

Commit

Permalink
rxjs, bb dependency minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 22, 2023
1 parent 403bc0a commit 946fc80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"assert": "^2.1.0",
"axios": "^1.5.1",
"babel-runtime": "^6.26.0",
"backbone": "1.4.1",
"backbone": "1.5.0",
"bootstrap": "4.6",
"bootstrap-vue": "^2.23.0",
"core-js": "^3.33.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"querystring-es3": "^0.2.1",
"regenerator-runtime": "^0.14.0",
"requirejs": "2.3.6",
"rxjs": "^7.5.2",
"rxjs": "^7.8.1",
"rxjs-spy": "^8.0.2",
"rxjs-spy-devtools-plugin": "^0.0.4",
"slugify": "^1.6.6",
Expand Down
16 changes: 8 additions & 8 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3621,10 +3621,10 @@ bach@^1.0.0:
async-settle "^1.0.0"
now-and-later "^2.0.0"

backbone@1.4.1:
version "1.4.1"
resolved "https://registry.npmjs.org/backbone/-/backbone-1.4.1.tgz"
integrity sha512-ADy1ztN074YkWbHi8ojJVFe3vAanO/lrzMGZWUClIP7oDD/Pjy2vrASraUP+2EVCfIiTtCW4FChVow01XneivA==
backbone@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.5.0.tgz#3f20e4c6feb22f896131bcc58eb599b9555e8744"
integrity sha512-RPKlstw5NW+rD2X4PnEnvgLhslRnXOugXw2iBloHkPMgOxvakP1/A+tZIGM3qCm8uvZeEf8zMm0uvcK1JwL+IA==
dependencies:
underscore ">=1.8.3"

Expand Down Expand Up @@ -10060,10 +10060,10 @@ rxjs@^6.5.5:
dependencies:
tslib "^1.9.0"

rxjs@^7.5.2:
version "7.5.6"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz"
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
rxjs@^7.8.1:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

Expand Down

0 comments on commit 946fc80

Please sign in to comment.