diff --git a/arcbox/hello_arc/app/package-lock.json b/arcbox/hello_arc/app/package-lock.json index cc5d8789..79a63b44 100644 --- a/arcbox/hello_arc/app/package-lock.json +++ b/arcbox/hello_arc/app/package-lock.json @@ -15,7 +15,7 @@ "handlebars": "^4.7.8", "hello-arc": "file:", "minimist": ">=1.2.8", - "morgan": "^1.10.0" + "morgan": "^1.10.1" } }, "node_modules/@isaacs/cliui": { @@ -720,15 +720,16 @@ } }, "node_modules/morgan": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", - "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz", + "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==", + "license": "MIT", "dependencies": { "basic-auth": "~2.0.1", "debug": "2.6.9", "depd": "~2.0.0", "on-finished": "~2.3.0", - "on-headers": "~1.0.2" + "on-headers": "~1.1.0" }, "engines": { "node": ">= 0.8.0" @@ -786,9 +787,10 @@ } }, "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "license": "MIT", "engines": { "node": ">= 0.8" } diff --git a/arcbox/hello_arc/app/package.json b/arcbox/hello_arc/app/package.json index ec8d8a2a..21952f91 100644 --- a/arcbox/hello_arc/app/package.json +++ b/arcbox/hello_arc/app/package.json @@ -16,6 +16,6 @@ "handlebars": "^4.7.8", "hello-arc": "file:", "minimist": ">=1.2.8", - "morgan": "^1.10.0" + "morgan": "^1.10.1" } }