diff --git a/package-lock.json b/package-lock.json index 323a466..a8c0390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.3.0", "license": "Apache-2.0", "dependencies": { - "@stomp/stompjs": "^6.1.2", + "@stomp/stompjs": "^7.0.0", "async-retry": "^1.3.3", "axios": "^1.0.0", "form-urlencoded": "^6.0.5", @@ -563,9 +563,9 @@ } }, "node_modules/@stomp/stompjs": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@stomp/stompjs/-/stompjs-6.1.2.tgz", - "integrity": "sha512-FHDTrIFM5Ospi4L3Xhj6v2+NzCVAeNDcBe95YjUWhWiRMrBF6uN3I7AUOlRgT6jU/2WQvvYK8ZaIxFfxFp+uHQ==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@stomp/stompjs/-/stompjs-7.0.0.tgz", + "integrity": "sha512-fGdq4wPDnSV/KyOsjq4P+zLc8MFWC3lMmP5FBgLWKPJTYcuCbAIrnRGjB7q2jHZdYCOD5vxLuFoKIYLy5/u8Pw==" }, "node_modules/@szmarczak/http-timer": { "version": "5.0.1", diff --git a/package.json b/package.json index 79371dd..2971384 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@stomp/stompjs": "^6.1.2", + "@stomp/stompjs": "^7.0.0", "async-retry": "^1.3.3", "axios": "^1.0.0", "form-urlencoded": "^6.0.5",