diff --git a/todo/package-lock.json b/todo/package-lock.json index bffcacb..5c6c98f 100644 --- a/todo/package-lock.json +++ b/todo/package-lock.json @@ -3522,15 +3522,16 @@ } }, "node_modules/cryptiles": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz", - "integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=", - "deprecated": "This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.2.1.tgz", + "integrity": "sha512-eeYcSehTunKcMIspjiIzRI+dk447ncZXlHNRPUKQxvC6y9MvsELVnA1bbMdUgrY9KsVT1weZTcfPxSoafUTkYQ==", + "deprecated": "This module has moved and is now available at @hapi/cryptiles. Please update your dependencies as this version is no longer maintained and may contain bugs and security issues.", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "boom": "5.x.x" }, "engines": { - "node": ">=4.0.0" + "node": ">=6.0.0" } }, "node_modules/cryptiles/node_modules/boom": { diff --git a/todo/yarn.lock b/todo/yarn.lock index 8874103..fce8c5f 100644 --- a/todo/yarn.lock +++ b/todo/yarn.lock @@ -1822,8 +1822,8 @@ cross-spawn@^5.0.1: which "^1.2.9" cryptiles@3.x.x: - version "3.1.2" - resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe" + version "3.2.1" + resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.2.1.tgz#8fe74b2d7adcfc16e5908862ad1a12b8fc681710" dependencies: boom "5.x.x"