diff --git a/client/html/package-lock.json b/client/html/package-lock.json index 03aa514..268a664 100644 --- a/client/html/package-lock.json +++ b/client/html/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "express": "^4.19.2", "http-status-codes": "^2.3.0", - "module-alias": "^2.2.2", + "module-alias": "^2.2.3", "morgan": "^1.10.0" }, "devDependencies": { @@ -2379,9 +2379,9 @@ } }, "node_modules/module-alias": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz", - "integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz", + "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==" }, "node_modules/morgan": { "version": "1.10.0", @@ -5385,9 +5385,9 @@ "dev": true }, "module-alias": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz", - "integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz", + "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==" }, "morgan": { "version": "1.10.0", diff --git a/client/html/package.json b/client/html/package.json index a955599..4a5b1e3 100644 --- a/client/html/package.json +++ b/client/html/package.json @@ -36,7 +36,7 @@ "dependencies": { "express": "^4.19.2", "http-status-codes": "^2.3.0", - "module-alias": "^2.2.2", + "module-alias": "^2.2.3", "morgan": "^1.10.0" }, "devDependencies": {