diff --git a/package-lock.json b/package-lock.json index 008b814032..34b97e325e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24930,21 +24930,6 @@ "node": ">=18" } }, - "node_modules/loopback4-notifications": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/loopback4-notifications/-/loopback4-notifications-8.0.3.tgz", - "integrity": "sha512-GdEq9vB27kzIZ9X7eobzpwvo4VbmD7ZFe7Xcx690g9WyVZ/VjGJMbV57p1mLD5vxHdCrsIJKVWIfG0YZXmEROA==", - "dependencies": { - "@loopback/boot": "^7.0.2", - "@loopback/context": "^7.0.2", - "@loopback/core": "^6.0.2", - "@loopback/rest": "^14.0.2", - "tslib": "^2.6.2" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/loopback4-ratelimiter": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/loopback4-ratelimiter/-/loopback4-ratelimiter-7.0.2.tgz", @@ -42229,7 +42214,7 @@ "loopback-connector-kv-redis": "^4.0.0", "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "nodemailer": "^6.7.5", "prom-client": "^14.0.1", "pubnub": "^7.2.1", @@ -42702,6 +42687,22 @@ "node": ">= 0.8.0" } }, + "sandbox/pubnub-example/node_modules/loopback4-notifications": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/loopback4-notifications/-/loopback4-notifications-9.0.0.tgz", + "integrity": "sha512-gNj4oJ/YDYSmCqh3V16xVOtB1ZA4scLsPiKvOJdWumOzRwjeeH3QqYMTBaFSDaxuIJ9zO3Qc2oy0LQ2mzbwuWg==", + "license": "MIT", + "dependencies": { + "@loopback/boot": "^7.0.2", + "@loopback/context": "^7.0.2", + "@loopback/core": "^6.0.2", + "@loopback/rest": "^14.0.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, "sandbox/pubnub-example/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -44952,7 +44953,7 @@ "lodash": "^4.17.21", "loopback4-authentication": "^12.1.0", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "loopback4-soft-delete": "^10.0.2", "tslib": "^2.6.2" }, @@ -45102,6 +45103,22 @@ "node": ">=8" } }, + "services/notification-service/node_modules/loopback4-notifications": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/loopback4-notifications/-/loopback4-notifications-9.0.0.tgz", + "integrity": "sha512-gNj4oJ/YDYSmCqh3V16xVOtB1ZA4scLsPiKvOJdWumOzRwjeeH3QqYMTBaFSDaxuIJ9zO3Qc2oy0LQ2mzbwuWg==", + "license": "MIT", + "dependencies": { + "@loopback/boot": "^7.0.2", + "@loopback/context": "^7.0.2", + "@loopback/core": "^6.0.2", + "@loopback/rest": "^14.0.2", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=18" + } + }, "services/notification-service/node_modules/nyc": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz", diff --git a/packages/cli/package.json b/packages/cli/package.json index 5795c65ded..b8f00fab04 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -227,7 +227,7 @@ "loopback4-soft-delete": "^10.0.2", "loopback4-ratelimiter": "^7.0.4", "loopback4-helmet": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "loopback4-dynamic-datasource": "^2.0.1", "swagger-stats": "^0.99.5", "@opentelemetry/exporter-jaeger": "^1.15.0", diff --git a/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json b/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json index b66264cfc4..dc03403b3d 100644 --- a/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json +++ b/sandbox/chat-notification-pubnub-example/services/notifications-service/package.json @@ -69,7 +69,7 @@ "loopback-connector-kv-redis": "^4.0.0", "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "nodemailer": "^6.7.5", "prom-client": "^14.0.1", "pubnub": "^7.2.3", diff --git a/sandbox/chat-notification-socketio-example/services/notifications-service/package.json b/sandbox/chat-notification-socketio-example/services/notifications-service/package.json index 30980d73e6..42e3675ba1 100644 --- a/sandbox/chat-notification-socketio-example/services/notifications-service/package.json +++ b/sandbox/chat-notification-socketio-example/services/notifications-service/package.json @@ -68,7 +68,7 @@ "loopback-connector-kv-redis": "^4.0.0", "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "nodemailer": "^6.7.5", "prom-client": "^14.0.1", "socket.io-client": "^4.5.1", diff --git a/sandbox/pubnub-example/package.json b/sandbox/pubnub-example/package.json index 6f3d394638..458c2a40b2 100644 --- a/sandbox/pubnub-example/package.json +++ b/sandbox/pubnub-example/package.json @@ -72,7 +72,7 @@ "loopback-connector-kv-redis": "^4.0.0", "loopback-connector-postgresql": "^7.1.1", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "nodemailer": "^6.7.5", "prom-client": "^14.0.1", "pubnub": "^7.2.1", diff --git a/sandbox/telemed-app/backend/notification-service/package.json b/sandbox/telemed-app/backend/notification-service/package.json index eae81f7875..80f4ebaa02 100644 --- a/sandbox/telemed-app/backend/notification-service/package.json +++ b/sandbox/telemed-app/backend/notification-service/package.json @@ -81,7 +81,7 @@ "loopback-connector-postgresql": "^7.1.1", "loopback4-authentication": "^12.1.0", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.2", + "loopback4-notifications": "^9.0.0", "pubnub": "^7.2.3", "swagger-stats": "^0.99.5", "symlink-resolver": "0.2.1", diff --git a/services/notification-service/package.json b/services/notification-service/package.json index f5e962c324..c00f86b80f 100644 --- a/services/notification-service/package.json +++ b/services/notification-service/package.json @@ -80,7 +80,7 @@ "lodash": "^4.17.21", "loopback4-authentication": "^12.1.0", "loopback4-authorization": "^7.0.2", - "loopback4-notifications": "^8.0.3", + "loopback4-notifications": "^9.0.0", "loopback4-soft-delete": "^10.0.2", "tslib": "^2.6.2" },