diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index fea8403a4..79e533a9c 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -26,7 +26,7 @@ "ngx-color": "^8.0.3", "ngx-cookie-service": "^14.0.1", "ngx-file-drop": "^14.0.1", - "ngx-ui-tour-ng-bootstrap": "^11.0.0", + "ngx-ui-tour-ng-bootstrap": "^11.1.0", "rxjs": "~7.5.7", "tslib": "^2.3.1", "uuid": "^9.0.0", @@ -12945,10 +12945,25 @@ "@angular/core": ">=14.0.0" } }, - "node_modules/ngx-ui-tour-core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-9.0.0.tgz", - "integrity": "sha512-3HvrprosDaZm9jHi/w+oA8N9bPeaV9k0Y70nsEkRPRQ1jM302JyjGYFuM6/FzbXU5FITGLChtrFJpBn/Q4yJIA==", + "node_modules/ngx-ui-tour-ng-bootstrap": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-11.1.0.tgz", + "integrity": "sha512-VQbQA+c4aYtUe/6yzY6BzawDHhIxwH0uck3SpJmlhhHLmydm1OCRjlmhVJHEIPggwxGOvO5h/Vs6iLmmwxn//g==", + "dependencies": { + "ngx-ui-tour-core": "9.1.0", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": "^14.0.0", + "@angular/core": "^14.0.0", + "@ng-bootstrap/ng-bootstrap": "^13.0.0", + "typescript": ">=3.8.0" + } + }, + "node_modules/ngx-ui-tour-ng-bootstrap/node_modules/ngx-ui-tour-core": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-9.1.0.tgz", + "integrity": "sha512-9fSvSoh0wUpaVFNo/D0Vs9NreL0esFBY3MFycONZD8b5SE7nX2+CZLzPbIVnigmj/KH3op5Pw8Pzkg2VHmXTcg==", "dependencies": { "tslib": "^2.0.0" }, @@ -12960,21 +12975,6 @@ "typescript": ">=3.8.0" } }, - "node_modules/ngx-ui-tour-ng-bootstrap": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-11.0.0.tgz", - "integrity": "sha512-oF5ySZEiO4ib/RfYno81V2UBaX7EMzxSPwfCdedDr38e5BEPTOrcCufOaiOfuQzQftg+7CC/BbFY8Df9kmeL1A==", - "dependencies": { - "ngx-ui-tour-core": "9.0.0", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@angular/common": "^14.0.0", - "@angular/core": "^14.0.0", - "@ng-bootstrap/ng-bootstrap": "^13.0.0", - "typescript": ">=3.8.0" - } - }, "node_modules/nice-napi": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", @@ -27195,21 +27195,23 @@ "tslib": "^2.3.0" } }, - "ngx-ui-tour-core": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-9.0.0.tgz", - "integrity": "sha512-3HvrprosDaZm9jHi/w+oA8N9bPeaV9k0Y70nsEkRPRQ1jM302JyjGYFuM6/FzbXU5FITGLChtrFJpBn/Q4yJIA==", - "requires": { - "tslib": "^2.0.0" - } - }, "ngx-ui-tour-ng-bootstrap": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-11.0.0.tgz", - "integrity": "sha512-oF5ySZEiO4ib/RfYno81V2UBaX7EMzxSPwfCdedDr38e5BEPTOrcCufOaiOfuQzQftg+7CC/BbFY8Df9kmeL1A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-11.1.0.tgz", + "integrity": "sha512-VQbQA+c4aYtUe/6yzY6BzawDHhIxwH0uck3SpJmlhhHLmydm1OCRjlmhVJHEIPggwxGOvO5h/Vs6iLmmwxn//g==", "requires": { - "ngx-ui-tour-core": "9.0.0", + "ngx-ui-tour-core": "9.1.0", "tslib": "^2.0.0" + }, + "dependencies": { + "ngx-ui-tour-core": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-9.1.0.tgz", + "integrity": "sha512-9fSvSoh0wUpaVFNo/D0Vs9NreL0esFBY3MFycONZD8b5SE7nX2+CZLzPbIVnigmj/KH3op5Pw8Pzkg2VHmXTcg==", + "requires": { + "tslib": "^2.0.0" + } + } } }, "nice-napi": { diff --git a/src-ui/package.json b/src-ui/package.json index 0d460ebf8..e79ab94ab 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -31,7 +31,7 @@ "ngx-color": "^8.0.3", "ngx-cookie-service": "^14.0.1", "ngx-file-drop": "^14.0.1", - "ngx-ui-tour-ng-bootstrap": "^11.0.0", + "ngx-ui-tour-ng-bootstrap": "^11.1.0", "rxjs": "~7.5.7", "tslib": "^2.3.1", "uuid": "^9.0.0",