Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed Feb 26, 2021
1 parent 92cea79 commit b8db3be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@sports-alliance/sports-lib": "^5.4.20",
"@sports-alliance/sports-lib": "^5.4.22",
"@types/bs58": "^4.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==

"@sports-alliance/sports-lib@^5.4.20":
version "5.4.20"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.20.tgz#98e74986a81a39691803ba0ee87b49a43c90ce8d"
integrity sha512-NuKUyvec56beSQm+Ed2WYfrxYy8X6VhgJnjcpnaIP2dJ5NEceWxsM6KOZJbsf8296TaHICVr8kw8ai74cObP8g==
"@sports-alliance/sports-lib@^5.4.22":
version "5.4.22"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.22.tgz#9f7af73f139acaaf4bcd30fb9cb92619b54e297d"
integrity sha512-5OAGV6Bnc0psDRqXXh5/QRo6JI7IX3FUvhLPyvkyeqKIuINUjCV9jAOgmN/AfRVZlsEg1e025bVXodgY7zar3g==
dependencies:
"@types/node" "^14.6.1"
fast-xml-parser "^3.17.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@googlemaps/markerclustererplus": "^1.0.3",
"@sentry/angular": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"@sports-alliance/sports-lib": "^5.4.20",
"@sports-alliance/sports-lib": "^5.4.22",
"@types/pako": "^1.0.1",
"fast-deep-equal": "^3.1.3",
"firebase": "^8.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,10 +1694,10 @@
"@sentry/types" "6.1.0"
tslib "^1.9.3"

"@sports-alliance/sports-lib@^5.4.20":
version "5.4.20"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.20.tgz#98e74986a81a39691803ba0ee87b49a43c90ce8d"
integrity sha512-NuKUyvec56beSQm+Ed2WYfrxYy8X6VhgJnjcpnaIP2dJ5NEceWxsM6KOZJbsf8296TaHICVr8kw8ai74cObP8g==
"@sports-alliance/sports-lib@^5.4.22":
version "5.4.22"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.22.tgz#9f7af73f139acaaf4bcd30fb9cb92619b54e297d"
integrity sha512-5OAGV6Bnc0psDRqXXh5/QRo6JI7IX3FUvhLPyvkyeqKIuINUjCV9jAOgmN/AfRVZlsEg1e025bVXodgY7zar3g==
dependencies:
"@types/node" "^14.6.1"
fast-xml-parser "^3.17.4"
Expand Down

0 comments on commit b8db3be

Please sign in to comment.