dynamodb icon indicating copy to clipboard operation
dynamodb copied to clipboard

Some dependencies may require update

Open naishe opened this issue 5 years ago • 2 comments

npm install dynamodb

npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.

It seems like node-uuid and joi require an update.

Thanks!

naishe avatar Mar 08 '19 07:03 naishe

Indeed, Joi moved to https://www.npmjs.com/package/@hapi/joi and is on version 16 already

wdittmer-mp avatar Oct 23 '19 08:10 wdittmer-mp

There is an open PR: https://github.com/baseprime/dynamodb/pull/70

MickL avatar Apr 10 '20 11:04 MickL