Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Update to use latest version of db
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Mason committed May 16, 2019
1 parent a233f80 commit e7b7685
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.24.0",
"punkapi-db": "^2.5.0",
"unique-random-array": "^1.0.1"
"punkapi-db": "^2.6.0",
"unique-random-array": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Expand Up @@ -2502,10 +2502,10 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

punkapi-db@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/punkapi-db/-/punkapi-db-2.5.0.tgz#e8b71bd848b92b930b7dedb59fc5ff5ae48e9fd6"
integrity sha512-bmcyBKmdjLacE2Ftp3myUvOqTfLMx07d9TBfpG4Z8+mSEK+Ee0JmwnYfE3TJs9Npwi72Af58S/bo+dKAr9G1EQ==
punkapi-db@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/punkapi-db/-/punkapi-db-2.6.0.tgz#6bdd9bf0a0b7a0d22e15767c30538da592950449"
integrity sha512-axh6wHLmUoQPUDtNRAW3G/CnllAbwc3ZtRhHvkvhXK11iqfVdeOv6tnhGHWxiYCiQtmL2uxjpSrR/HBMfT98Mg==

punycode@^1.4.1:
version "1.4.1"
Expand Down Expand Up @@ -3117,17 +3117,17 @@ union-value@^1.0.0:
is-extendable "^0.1.1"
set-value "^0.4.3"

unique-random-array@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/unique-random-array/-/unique-random-array-1.0.1.tgz#f29bda2a62be8860a703c4739c8f4fdb4d722cc7"
integrity sha512-z9J/SV8CUIhIRROcHe9YUoAT6XthUJt0oUyLGgobiXJprDP9O9dsErNevvSaAv5BkhwFEVPn6nIEOKeNE6Ck1Q==
unique-random-array@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unique-random-array/-/unique-random-array-2.0.0.tgz#9e639b1a9dc141e97350a6fc6f17da4b0717b1ad"
integrity sha512-xR87O95fZ7hljw84J8r1YDXrvffPLWN513BNOP4Bv0KcgG5dyEUrHwsvP7mVAOKg4Y80uqRbpUk0GKr8il70qg==
dependencies:
unique-random "^1.0.0"
unique-random "^2.1.0"

unique-random@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unique-random/-/unique-random-1.0.0.tgz#ce3e224c8242cd33a0e77b0d7180d77e6b62d0c4"
integrity sha1-zj4iTIJCzTOg53sNcYDXfmti0MQ=
unique-random@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/unique-random/-/unique-random-2.1.0.tgz#7a8413da5176d028567168b57125ac5c0cec5c25"
integrity sha512-iQ1ZgWac3b8YxGThecQFRQiqgk6xFERRwHZIWeVVsqlbmgCRl0PY13R4mUkodNgctmg5b5odG1nyW/IbOxQTqg==

unset-value@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit e7b7685

Please sign in to comment.