diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index 0fbe524e9..da306f60f 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -19,7 +19,7 @@ "@angular/router": "^14.2.8", "font-awesome": "^4.7.0", "ngx-highlightjs": "^7.0.1", - "rxjs": "^7.5.7", + "rxjs": "^7.8.1", "zone.js": "^0.11.8" }, "devDependencies": { @@ -8361,8 +8361,9 @@ } }, "node_modules/rxjs": { - "version": "7.5.7", - "license": "Apache-2.0", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dependencies": { "tslib": "^2.1.0" } @@ -15051,7 +15052,9 @@ } }, "rxjs": { - "version": "7.5.7", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "requires": { "tslib": "^2.1.0" } diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 58a7c8440..f4e83c1b9 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -23,7 +23,7 @@ "@angular/router": "^14.2.8", "font-awesome": "^4.7.0", "ngx-highlightjs": "^7.0.1", - "rxjs": "^7.5.7", + "rxjs": "^7.8.1", "zone.js": "^0.11.8" }, "devDependencies": {