ci: deploy to sandbox - fix nanoid-dictionary import

This commit is contained in:
NGPixel 2022-10-26 23:05:23 -04:00
parent 89cff5cc3c
commit bd66b59794
No known key found for this signature in database
GPG key ID: 8FDA2F1757F60D63
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
"dockerode": "^3.3.3",
"fs-extra": "^10.1.0",
"nanoid": "4.0.0",
"nanoid-dictionary": "4.3.0",
"nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.5",
"tar": "^6.1.11",
"yargs": "^17.5.1"
@ -379,9 +379,9 @@
}
},
"node_modules/nanoid-dictionary": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/nanoid-dictionary/-/nanoid-dictionary-4.3.0.tgz",
"integrity": "sha512-Xw1+/QnRGWO1KJ0rLfU1xR85qXmAHyLbE3TUkklu9gOIDburP6CsUnLmTaNECGpBh5SHb2uPFmx0VT8UPyoeyw=="
"version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/nanoid-dictionary/-/nanoid-dictionary-5.0.0-beta.1.tgz",
"integrity": "sha512-xBkL9zzkNjzJ/UnmWyiOUDVX/COoi05eS0oU28RYKFFQhdnzO5dTOPbVZ/fCFgIOGr1zNinDHJ68mm/KQfcgcw=="
},
"node_modules/once": {
"version": "1.4.0",
@ -921,9 +921,9 @@
"integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg=="
},
"nanoid-dictionary": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/nanoid-dictionary/-/nanoid-dictionary-4.3.0.tgz",
"integrity": "sha512-Xw1+/QnRGWO1KJ0rLfU1xR85qXmAHyLbE3TUkklu9gOIDburP6CsUnLmTaNECGpBh5SHb2uPFmx0VT8UPyoeyw=="
"version": "5.0.0-beta.1",
"resolved": "https://registry.npmjs.org/nanoid-dictionary/-/nanoid-dictionary-5.0.0-beta.1.tgz",
"integrity": "sha512-xBkL9zzkNjzJ/UnmWyiOUDVX/COoi05eS0oU28RYKFFQhdnzO5dTOPbVZ/fCFgIOGr1zNinDHJ68mm/KQfcgcw=="
},
"once": {
"version": "1.4.0",

View file

@ -5,7 +5,7 @@
"dockerode": "^3.3.3",
"fs-extra": "^10.1.0",
"nanoid": "4.0.0",
"nanoid-dictionary": "4.3.0",
"nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.5",
"tar": "^6.1.11",
"yargs": "^17.5.1"