Pin version
This commit is contained in:
parent
3f4d3faeb3
commit
52a95308bd
|
@ -63,7 +63,7 @@
|
||||||
"@socket.io/redis-adapter": "^8.2.1",
|
"@socket.io/redis-adapter": "^8.2.1",
|
||||||
"airtable": "0.10.1",
|
"airtable": "0.10.1",
|
||||||
"arangojs": "7.2.0",
|
"arangojs": "7.2.0",
|
||||||
"archiver": "^7.0.1",
|
"archiver": "7.0.1",
|
||||||
"aws-sdk": "2.1030.0",
|
"aws-sdk": "2.1030.0",
|
||||||
"bcrypt": "5.1.0",
|
"bcrypt": "5.1.0",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -7020,6 +7020,19 @@ archiver-utils@^5.0.0, archiver-utils@^5.0.2:
|
||||||
normalize-path "^3.0.0"
|
normalize-path "^3.0.0"
|
||||||
readable-stream "^4.0.0"
|
readable-stream "^4.0.0"
|
||||||
|
|
||||||
|
archiver@7.0.1:
|
||||||
|
version "7.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/archiver/-/archiver-7.0.1.tgz#c9d91c350362040b8927379c7aa69c0655122f61"
|
||||||
|
integrity sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==
|
||||||
|
dependencies:
|
||||||
|
archiver-utils "^5.0.2"
|
||||||
|
async "^3.2.4"
|
||||||
|
buffer-crc32 "^1.0.0"
|
||||||
|
readable-stream "^4.0.0"
|
||||||
|
readdir-glob "^1.1.2"
|
||||||
|
tar-stream "^3.0.0"
|
||||||
|
zip-stream "^6.0.1"
|
||||||
|
|
||||||
archiver@^5.3.2:
|
archiver@^5.3.2:
|
||||||
version "5.3.2"
|
version "5.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.2.tgz#99991d5957e53bd0303a392979276ac4ddccf3b0"
|
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.2.tgz#99991d5957e53bd0303a392979276ac4ddccf3b0"
|
||||||
|
@ -7033,19 +7046,6 @@ archiver@^5.3.2:
|
||||||
tar-stream "^2.2.0"
|
tar-stream "^2.2.0"
|
||||||
zip-stream "^4.1.0"
|
zip-stream "^4.1.0"
|
||||||
|
|
||||||
archiver@^7.0.1:
|
|
||||||
version "7.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/archiver/-/archiver-7.0.1.tgz#c9d91c350362040b8927379c7aa69c0655122f61"
|
|
||||||
integrity sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==
|
|
||||||
dependencies:
|
|
||||||
archiver-utils "^5.0.2"
|
|
||||||
async "^3.2.4"
|
|
||||||
buffer-crc32 "^1.0.0"
|
|
||||||
readable-stream "^4.0.0"
|
|
||||||
readdir-glob "^1.1.2"
|
|
||||||
tar-stream "^3.0.0"
|
|
||||||
zip-stream "^6.0.1"
|
|
||||||
|
|
||||||
are-we-there-yet@^2.0.0:
|
are-we-there-yet@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
||||||
|
|
Loading…
Reference in New Issue