diff --git a/large-file/package-lock.json b/large-file/package-lock.json index fa2bba08..f8a9a726 100644 --- a/large-file/package-lock.json +++ b/large-file/package-lock.json @@ -5137,6 +5137,35 @@ "lodash.once": "^4.1.1" } }, + "@hapi/b64": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@hapi/b64/-/b64-5.0.0.tgz", + "integrity": "sha512-ngu0tSEmrezoiIaNGG6rRvKOUkUuDdf4XTPnONHGYfSGRmDqPZX5oJL6HAdKTo1UQHECbdB4OzhWrfgVppjHUw==", + "requires": { + "@hapi/hoek": "9.x.x" + } + }, + "@hapi/boom": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.4.tgz", + "integrity": "sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==", + "requires": { + "@hapi/hoek": "9.x.x" + } + }, + "@hapi/cryptiles": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-5.1.0.tgz", + "integrity": "sha512-fo9+d1Ba5/FIoMySfMqPBR/7Pa29J2RsiPrl7bkwo5W5o+AN1dAYQRi4SPrPwwVxVGKjgLOEWrsvt1BonJSfLA==", + "requires": { + "@hapi/boom": "9.x.x" + } + }, + "@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" + }, "@mrmlnc/readdir-enhanced": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", @@ -17263,14 +17292,14 @@ } }, "hawk": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-5.0.0.tgz", - "integrity": "sha1-e9fIfmME+cE9fKwVhgq5QV/rhWI=", - "requires": { - "boom": "3.x.x", - "cryptiles": "3.x.x", - "hoek": "4.x.x", - "sntp": "2.x.x" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-9.0.1.tgz", + "integrity": "sha512-H2E+5ATFEXmorgVzYl3NzG3PCo2e+euYrHDnRpLLdOtJrQHGRXrJT9/joWnrkHCtzDZkaNoLXg/+TsSkD06eNg==", + "requires": { + "@hapi/b64": "5.x.x", + "@hapi/boom": "9.x.x", + "@hapi/cryptiles": "5.x.x", + "@hapi/hoek": "9.x.x" } }, "he": { diff --git a/large-file/package.json b/large-file/package.json index 0e6486e3..38328270 100644 --- a/large-file/package.json +++ b/large-file/package.json @@ -713,7 +713,7 @@ "has-values": "1.0.0", "hash-base": "3.0.4", "hash.js": "1.1.3", - "hawk": "^5.0.0", + "hawk": "^9.0.1", "he": "1.1.1", "history": "4.7.2", "hmac-drbg": "1.0.1",