diff --git a/sandbox/telemed-app/backend/authentication-service/package-lock.json b/sandbox/telemed-app/backend/authentication-service/package-lock.json index 119b1c6fdd..6c210ec00d 100644 --- a/sandbox/telemed-app/backend/authentication-service/package-lock.json +++ b/sandbox/telemed-app/backend/authentication-service/package-lock.json @@ -2895,9 +2895,9 @@ } }, "node_modules/@sourceloop/authentication-service": { - "version": "24.1.5", - "resolved": "https://registry.npmjs.org/@sourceloop/authentication-service/-/authentication-service-24.1.5.tgz", - "integrity": "sha512-FRR1VrCeiLbQMA1ZRbN5a7Uf9fmLY2lrbIp1+AtAO160D1q6NWajIHDGxcgAvHCtwmjx+bIu58T6Zj2mu3aNpw==", + "version": "24.1.6", + "resolved": "https://registry.npmjs.org/@sourceloop/authentication-service/-/authentication-service-24.1.6.tgz", + "integrity": "sha512-Iz6c8zzVe5WgWTYTVEI5lSj4T16Gk7gBF9n5j4VFX6ZgjU34BCkXceRa32SeZcWCy1c+yVYhPdZktx1iNi0/Wg==", "hasInstallScript": true, "dependencies": { "@loopback/boot": "^8.0.4", @@ -2909,7 +2909,7 @@ "@loopback/rest-explorer": "^8.0.4", "@loopback/service-proxy": "^8.0.3", "@node-saml/passport-saml": "^5.1.0", - "@sourceloop/core": "^20.0.5", + "@sourceloop/core": "^20.0.6", "base-64": "^1.0.0", "body-parser": "^1.20.3", "check-code-coverage": "^1.10.0", @@ -3128,9 +3128,9 @@ } }, "node_modules/@sourceloop/core": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@sourceloop/core/-/core-20.0.5.tgz", - "integrity": "sha512-5+aWV2Kcx5KX+hEUZZ7D9HutBUlN4s0CHr7ZGMpwN/TD5nEep3WlozBJ0GpmQXEB7w7AyuJ8c0aWPJCdSMQuTg==", + "version": "20.0.6", + "resolved": "https://registry.npmjs.org/@sourceloop/core/-/core-20.0.6.tgz", + "integrity": "sha512-fgFAg1dEerOXt3wY3SVzYdyRDMCCuHOSmYT7mwAGhyltha6ARidQMSG8Z6BCY77/OHNxRNGwevIuDg1H77WTjw==", "license": "MIT", "dependencies": { "@loopback/boot": "^8.0.4", @@ -3152,7 +3152,7 @@ "loopback4-authorization": "^8.0.0", "loopback4-dynamic-datasource": "^3.0.0", "loopback4-helmet": "^8.0.0", - "loopback4-ratelimiter": "^8.0.0", + "loopback4-ratelimiter": "^8.1.0", "loopback4-soft-delete": "^11.0.0", "moment": "^2.29.4", "moment-timezone": "^0.5.34", @@ -6641,21 +6641,24 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-builder": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz", - "integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz", + "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT" + "license": "MIT", + "dependencies": { + "path-expression-matcher": "^1.1.3" + } }, "node_modules/fast-xml-parser": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz", - "integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==", + "version": "5.5.11", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz", + "integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==", "funding": [ { "type": "github", @@ -6664,8 +6667,9 @@ ], "license": "MIT", "dependencies": { - "fast-xml-builder": "^1.0.0", - "strnum": "^2.1.2" + "fast-xml-builder": "^1.1.4", + "path-expression-matcher": "^1.4.0", + "strnum": "^2.2.3" }, "bin": { "fxparser": "src/cli/cli.js" @@ -9335,9 +9339,9 @@ } }, "node_modules/loopback4-ratelimiter": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/loopback4-ratelimiter/-/loopback4-ratelimiter-8.0.0.tgz", - "integrity": "sha512-n8NmtDsMVa413MmpRKx2P/j/z9FajdcnrjR/8nEELa/4trZoqLBzDYBy1dukNnk5W7/wcSBaNq1+EACWflKrnA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/loopback4-ratelimiter/-/loopback4-ratelimiter-8.1.0.tgz", + "integrity": "sha512-oDVr4YRSfDvIerHDU1qNHkz7PpMcr+mHhRGGpuF+WQP2/cnEqeo4c+I9XlvgxcrHaMGJip4oZSsEOf9oKdCkEQ==", "license": "MIT", "dependencies": { "@loopback/boot": "^8.0.4", @@ -11574,6 +11578,21 @@ "node": ">=8" } }, + "node_modules/path-expression-matcher": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.4.0.tgz", + "integrity": "sha512-s4DQMxIdhj3jLFWd9LxHOplj4p9yQ4ffMGowFf3cpEgrrJjEhN0V5nxw4Ye1EViAGDoL4/1AeO6qHpqYPOzE4Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -13807,9 +13826,9 @@ } }, "node_modules/strnum": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz", - "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz", + "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==", "funding": [ { "type": "github", @@ -15337,4 +15356,4 @@ } } } -} \ No newline at end of file +}