diff --git a/package-lock.json b/package-lock.json index 096ef43..e54dedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "ffc-pay-tracking", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ffc-pay-tracking", - "version": "1.3.3", + "version": "1.3.4", "license": "OGL-UK-3.0", "dependencies": { "@azure/identity": "4.3.0", "@hapi/hapi": "20.2.2", "applicationinsights": "2.7.0", - "ffc-messaging": "2.9.1", + "ffc-messaging": "^2.10.1", "hapi-pino": "12.1.0", "pg": "8.7.3", "pg-hstore": "2.3.4", @@ -3838,9 +3838,10 @@ } }, "node_modules/ffc-messaging": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/ffc-messaging/-/ffc-messaging-2.9.1.tgz", - "integrity": "sha512-GCQ0ZRjRfYx39/kRzc408Bd/fICy614qjqgb8Fi17MDUdWRZ65bAhvqPDRNXoEgIKW8c97OcAtzUKiVuPOuspQ==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/ffc-messaging/-/ffc-messaging-2.10.1.tgz", + "integrity": "sha512-1TpRnZF6YmR4Xepal9QQUCDbXreTwyZNxbqOGL5py2aGiGLmhSCOhdlvXALiiEGuYDvHIvIaccZJw1Osv3D0ZA==", + "license": "OGL-UK-3.0", "dependencies": { "@azure/identity": "4.2.1", "@azure/service-bus": "7.9.4", @@ -10742,9 +10743,9 @@ } }, "ffc-messaging": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/ffc-messaging/-/ffc-messaging-2.9.1.tgz", - "integrity": "sha512-GCQ0ZRjRfYx39/kRzc408Bd/fICy614qjqgb8Fi17MDUdWRZ65bAhvqPDRNXoEgIKW8c97OcAtzUKiVuPOuspQ==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/ffc-messaging/-/ffc-messaging-2.10.1.tgz", + "integrity": "sha512-1TpRnZF6YmR4Xepal9QQUCDbXreTwyZNxbqOGL5py2aGiGLmhSCOhdlvXALiiEGuYDvHIvIaccZJw1Osv3D0ZA==", "requires": { "@azure/identity": "4.2.1", "@azure/service-bus": "7.9.4", diff --git a/package.json b/package.json index 79b2e1d..d93f501 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@azure/identity": "4.3.0", "@hapi/hapi": "20.2.2", "applicationinsights": "2.7.0", - "ffc-messaging": "2.9.1", + "ffc-messaging": "2.10.1", "hapi-pino": "12.1.0", "pg": "8.7.3", "pg-hstore": "2.3.4",