From dec1887455a32aaf8fc4197239e553a2c2375358 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:12:26 +0200 Subject: [PATCH] chore(release-wc): v0.0.40 (#846) Co-authored-by: dorsaffrigui --- .release_wc.txt | 1 + lerna.json | 2 +- libs/web-components/account-card/package.json | 6 +- libs/web-components/app-bar/package.json | 4 +- libs/web-components/app-card/package.json | 6 +- libs/web-components/autocomplete/package.json | 11 +- libs/web-components/avatar/package.json | 2 +- libs/web-components/badge/package.json | 2 +- libs/web-components/brand-card/package.json | 4 +- libs/web-components/breadcrumb/package.json | 2 +- .../button-toggle-group/package.json | 4 +- libs/web-components/button/package.json | 2 +- libs/web-components/card/package.json | 2 +- libs/web-components/charts/package.json | 2 +- libs/web-components/checkbox/package.json | 2 +- libs/web-components/chip/package.json | 4 +- .../circular-progress/package.json | 2 +- libs/web-components/data-table/package.json | 4 +- libs/web-components/dialog/package.json | 2 +- libs/web-components/divider/package.json | 2 +- .../expansion-panel/package.json | 2 +- libs/web-components/fab/package.json | 2 +- .../web-components/global-search/package.json | 6 +- libs/web-components/icon-bar/package.json | 4 +- libs/web-components/icon-button/package.json | 2 +- libs/web-components/icon/package.json | 2 +- libs/web-components/launchpad/package.json | 8 +- .../linear-progress/package.json | 2 +- libs/web-components/list/package.json | 2 +- libs/web-components/logo/package.json | 2 +- libs/web-components/menu-trigger/package.json | 6 +- libs/web-components/menu/package.json | 2 +- libs/web-components/radio/package.json | 2 +- libs/web-components/search-input/package.json | 10 +- libs/web-components/select/package.json | 2 +- libs/web-components/sidenav/package.json | 4 +- libs/web-components/skeleton/package.json | 2 +- libs/web-components/slider/package.json | 2 +- libs/web-components/stepper/package.json | 2 +- libs/web-components/switch/package.json | 2 +- libs/web-components/tabs/package.json | 4 +- libs/web-components/textarea/package.json | 2 +- libs/web-components/textfield/package.json | 2 +- libs/web-components/user-profile/package.json | 6 +- libs/web-components/wizard/package.json | 6 +- package-lock.json | 939 +++++++++--------- themes/fds-theme/package-lock.json | 4 +- themes/fds-theme/package.json | 2 +- 48 files changed, 568 insertions(+), 529 deletions(-) diff --git a/.release_wc.txt b/.release_wc.txt index a3c1b0cd7..906ef35bb 100644 --- a/.release_wc.txt +++ b/.release_wc.txt @@ -45,3 +45,4 @@ - [08/11/2022] Request release v0.0.37 by dorsaffrigui - [08/12/2022] Request release v0.0.38 by bcldvd - [08/12/2022] Request release v0.0.39 by bcldvd +- [08/23/2022] Request release v0.0.40 by dorsaffrigui diff --git a/lerna.json b/lerna.json index e0265e04e..f44355ce7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.39", + "version": "0.0.40", "packages": [ "themes/fds-theme", "libs/web-components/*" diff --git a/libs/web-components/account-card/package.json b/libs/web-components/account-card/package.json index aff12f509..7c4b95ede 100644 --- a/libs/web-components/account-card/package.json +++ b/libs/web-components/account-card/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/account-card", "displayName": "AccountCard", - "version": "0.0.39", + "version": "0.0.40", "description": "AccountCard Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/app-bar/package.json b/libs/web-components/app-bar/package.json index 6bed3a448..4149ff95f 100644 --- a/libs/web-components/app-bar/package.json +++ b/libs/web-components/app-bar/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/app-bar", "displayName": "App Bar", - "version": "0.0.39", + "version": "0.0.40", "description": "App Bar Web Component", "keywords": [ "Finastra Design System", @@ -16,7 +16,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/logo": "0.0.39", + "@finastra/logo": "0.0.40", "@material/mwc-top-app-bar": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" diff --git a/libs/web-components/app-card/package.json b/libs/web-components/app-card/package.json index 0683d9e77..116896069 100644 --- a/libs/web-components/app-card/package.json +++ b/libs/web-components/app-card/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/app-card", "displayName": "App Card", - "version": "0.0.39", + "version": "0.0.40", "description": "App Card Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/card": "0.0.39", - "@finastra/chip": "0.0.39", + "@finastra/card": "0.0.40", + "@finastra/chip": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/autocomplete/package.json b/libs/web-components/autocomplete/package.json index d35f2b2ac..70c5ea741 100644 --- a/libs/web-components/autocomplete/package.json +++ b/libs/web-components/autocomplete/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/autocomplete", "displayName": "Autocomplete", - "version": "0.0.39", + "version": "0.0.40", "description": "Autocomplete Web Component", "keywords": [ "Finastra Design System", @@ -16,14 +16,13 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/icon": "0.0.39", - "@finastra/list": "0.0.39", - "@finastra/menu": "0.0.39", - "@finastra/search-input": "0.0.39", + "@finastra/icon": "0.0.40", + "@finastra/list": "0.0.40", + "@finastra/menu": "0.0.40", + "@finastra/search-input": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, - "devDependencies": {}, "publishConfig": { "access": "public" } diff --git a/libs/web-components/avatar/package.json b/libs/web-components/avatar/package.json index 145a9690b..580a28a25 100644 --- a/libs/web-components/avatar/package.json +++ b/libs/web-components/avatar/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/avatar", "displayName": "Avatar", - "version": "0.0.39", + "version": "0.0.40", "description": "Avatar Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/badge/package.json b/libs/web-components/badge/package.json index 49a73fa1e..286b3bb39 100644 --- a/libs/web-components/badge/package.json +++ b/libs/web-components/badge/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/badge", "displayName": "Badge", - "version": "0.0.39", + "version": "0.0.40", "description": "Badge Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/brand-card/package.json b/libs/web-components/brand-card/package.json index 0b8ab48ff..516d7c264 100644 --- a/libs/web-components/brand-card/package.json +++ b/libs/web-components/brand-card/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/brand-card", "displayName": "Brand Card", - "version": "0.0.39", + "version": "0.0.40", "description": "Brand Card Web Component", "keywords": [ "Finastra Design System", @@ -17,7 +17,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/card": "0.0.39", + "@finastra/card": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/breadcrumb/package.json b/libs/web-components/breadcrumb/package.json index e8f9cb3d2..ef675bcb3 100644 --- a/libs/web-components/breadcrumb/package.json +++ b/libs/web-components/breadcrumb/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/breadcrumb", "displayName": "Breadcrumb", - "version": "0.0.39", + "version": "0.0.40", "description": "Breadcrumb Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/button-toggle-group/package.json b/libs/web-components/button-toggle-group/package.json index cf6832e74..658f3149a 100644 --- a/libs/web-components/button-toggle-group/package.json +++ b/libs/web-components/button-toggle-group/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/button-toggle-group", "displayName": "ButtonToggleGroup", - "version": "0.0.39", + "version": "0.0.40", "description": "ButtonToggleGroup Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss src/button-toggle/styles.scss src/button-toggle/filter-styles.scss" }, "dependencies": { - "@material/mwc-tab-bar": "^0.26.1", "@material/mwc-tab": "^0.26.1", + "@material/mwc-tab-bar": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/button/package.json b/libs/web-components/button/package.json index 180e03e3e..46452dafa 100644 --- a/libs/web-components/button/package.json +++ b/libs/web-components/button/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/button", "displayName": "Button", - "version": "0.0.39", + "version": "0.0.40", "description": "Button Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/card/package.json b/libs/web-components/card/package.json index c5a062a8d..1e766124f 100644 --- a/libs/web-components/card/package.json +++ b/libs/web-components/card/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/card", "displayName": "Card", - "version": "0.0.39", + "version": "0.0.40", "description": "Card Web Component", "keywords": [ "finastra design system", diff --git a/libs/web-components/charts/package.json b/libs/web-components/charts/package.json index 41f28e9cb..515d48c5d 100644 --- a/libs/web-components/charts/package.json +++ b/libs/web-components/charts/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/charts", "displayName": "Charts", - "version": "0.0.39", + "version": "0.0.40", "description": "Charts Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/checkbox/package.json b/libs/web-components/checkbox/package.json index c2da7ec07..35e1cea04 100644 --- a/libs/web-components/checkbox/package.json +++ b/libs/web-components/checkbox/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/checkbox", "displayName": "Checkbox", - "version": "0.0.39", + "version": "0.0.40", "description": "Checkbox Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/chip/package.json b/libs/web-components/chip/package.json index df07f5812..b28d14234 100644 --- a/libs/web-components/chip/package.json +++ b/libs/web-components/chip/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/chip", "displayName": "Chip", - "version": "0.0.39", + "version": "0.0.40", "description": "Chip Web Component", "keywords": [ "Finastra Design System", @@ -16,7 +16,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "^13.0.0", "@material/mwc-button": "^0.26.1", "@material/mwc-ripple": "^0.26.1", diff --git a/libs/web-components/circular-progress/package.json b/libs/web-components/circular-progress/package.json index d408e167d..5a117aa7a 100644 --- a/libs/web-components/circular-progress/package.json +++ b/libs/web-components/circular-progress/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/circular-progress", "displayName": "CircularProgress", - "version": "0.0.39", + "version": "0.0.40", "description": "CircularProgress Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/data-table/package.json b/libs/web-components/data-table/package.json index 4a3d9b392..5c12ab1a4 100644 --- a/libs/web-components/data-table/package.json +++ b/libs/web-components/data-table/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/data-table", "displayName": "Data Table", - "version": "0.0.39", + "version": "0.0.40", "description": "Data Table Web Component", "keywords": [ "Finastra Design System", @@ -17,7 +17,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/data-table-styles.scss src/pagination/data-table-pagination-styles.scss" }, "dependencies": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "13.0.0", "@material/data-table": "14.0.0", "@material/icon-button": "14.0.0", diff --git a/libs/web-components/dialog/package.json b/libs/web-components/dialog/package.json index f3ec79fcd..c1d7d3b8f 100644 --- a/libs/web-components/dialog/package.json +++ b/libs/web-components/dialog/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/dialog", "displayName": "Dialog", - "version": "0.0.39", + "version": "0.0.40", "description": "Dialog Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/divider/package.json b/libs/web-components/divider/package.json index 5684dc38a..e823cdcd1 100644 --- a/libs/web-components/divider/package.json +++ b/libs/web-components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/divider", - "version": "0.0.39", + "version": "0.0.40", "description": "Divider Web Component", "keywords": [ "finastra design system", diff --git a/libs/web-components/expansion-panel/package.json b/libs/web-components/expansion-panel/package.json index 43c0d4faa..6cdc04c66 100644 --- a/libs/web-components/expansion-panel/package.json +++ b/libs/web-components/expansion-panel/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/expansion-panel", "displayName": "ExpansionPanel", - "version": "0.0.39", + "version": "0.0.40", "description": "ExpansionPanel Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/fab/package.json b/libs/web-components/fab/package.json index 814fbd38e..f88d3c9b6 100644 --- a/libs/web-components/fab/package.json +++ b/libs/web-components/fab/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/fab", "displayName": "Fab", - "version": "0.0.39", + "version": "0.0.40", "description": "Fab Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/global-search/package.json b/libs/web-components/global-search/package.json index ab9ba6e51..522a32836 100644 --- a/libs/web-components/global-search/package.json +++ b/libs/web-components/global-search/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/global-search", "displayName": "Global Search", - "version": "0.0.39", + "version": "0.0.40", "description": "Global Search Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/global-search.scss src/global-search-group/global-search-group.scss src/global-search-page/global-search-page.scss src/global-search-summary/global-search-summary.scss" }, "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/icon-button": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon-button": "0.0.40", "lit": "2.0.2", "tslib": "^2.0.1" }, diff --git a/libs/web-components/icon-bar/package.json b/libs/web-components/icon-bar/package.json index 86baacfbe..f6b40355c 100644 --- a/libs/web-components/icon-bar/package.json +++ b/libs/web-components/icon-bar/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/icon-bar", "displayName": "IconBar", - "version": "0.0.39", + "version": "0.0.40", "description": "IconBar Web Component", "keywords": [ "Finastra Design System", @@ -16,7 +16,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/icon-bar.scss src/icon-bar-item.scss" }, "dependencies": { - "@finastra/icon-button": "0.0.39", + "@finastra/icon-button": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/icon-button/package.json b/libs/web-components/icon-button/package.json index b531f9829..99f9989f0 100644 --- a/libs/web-components/icon-button/package.json +++ b/libs/web-components/icon-button/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/icon-button", "displayName": "Icon Button", - "version": "0.0.39", + "version": "0.0.40", "description": "Icon Button Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/icon/package.json b/libs/web-components/icon/package.json index 760b0806c..f806d523a 100644 --- a/libs/web-components/icon/package.json +++ b/libs/web-components/icon/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/icon", "displayName": "Icon", - "version": "0.0.39", + "version": "0.0.40", "description": "Icon Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/launchpad/package.json b/libs/web-components/launchpad/package.json index 23b0fa141..1a00813e1 100644 --- a/libs/web-components/launchpad/package.json +++ b/libs/web-components/launchpad/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/launchpad", "displayName": "Launchpad", - "version": "0.0.39", + "version": "0.0.40", "description": "Launchpad Web Component", "keywords": [ "Finastra Design System", @@ -16,9 +16,9 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/brand-card": "0.0.39", - "@finastra/button": "0.0.39", - "@finastra/menu-trigger": "0.0.39", + "@finastra/brand-card": "0.0.40", + "@finastra/button": "0.0.40", + "@finastra/menu-trigger": "0.0.40", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" diff --git a/libs/web-components/linear-progress/package.json b/libs/web-components/linear-progress/package.json index 46002ae8d..29600eb9b 100644 --- a/libs/web-components/linear-progress/package.json +++ b/libs/web-components/linear-progress/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/linear-progress", "displayName": "LinearProgress", - "version": "0.0.39", + "version": "0.0.40", "description": "LinearProgress Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/list/package.json b/libs/web-components/list/package.json index 7e5e525b9..673ef6143 100644 --- a/libs/web-components/list/package.json +++ b/libs/web-components/list/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/list", "displayName": "List", - "version": "0.0.39", + "version": "0.0.40", "description": "List Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/logo/package.json b/libs/web-components/logo/package.json index b4766fc00..6c7233242 100644 --- a/libs/web-components/logo/package.json +++ b/libs/web-components/logo/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/logo", "displayName": "Logo", - "version": "0.0.39", + "version": "0.0.40", "description": "Logo Web Component", "keywords": [ "finastra design system", diff --git a/libs/web-components/menu-trigger/package.json b/libs/web-components/menu-trigger/package.json index af4eeda5f..c7b31a058 100644 --- a/libs/web-components/menu-trigger/package.json +++ b/libs/web-components/menu-trigger/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/menu-trigger", "displayName": "MenuTrigger", - "version": "0.0.39", + "version": "0.0.40", "description": "MenuTrigger Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/button": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/button": "0.0.40", + "@finastra/icon": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/menu/package.json b/libs/web-components/menu/package.json index c274959fa..d08e8fe41 100644 --- a/libs/web-components/menu/package.json +++ b/libs/web-components/menu/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/menu", "displayName": "Menu", - "version": "0.0.39", + "version": "0.0.40", "description": "Menu Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/radio/package.json b/libs/web-components/radio/package.json index e39e54f62..786054399 100644 --- a/libs/web-components/radio/package.json +++ b/libs/web-components/radio/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/radio", "displayName": "Radio", - "version": "0.0.39", + "version": "0.0.40", "description": "Radio Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/search-input/package.json b/libs/web-components/search-input/package.json index 7be09cff5..6ee7d194e 100644 --- a/libs/web-components/search-input/package.json +++ b/libs/web-components/search-input/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/search-input", - "version": "0.0.39", + "version": "0.0.40", "description": "Search Input Web Component", "keywords": [ "finastra design system", @@ -17,10 +17,10 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/circular-progress": "0.0.39", - "@finastra/icon": "0.0.39", - "@finastra/icon-button": "0.0.39", - "@finastra/textfield": "0.0.39", + "@finastra/circular-progress": "0.0.40", + "@finastra/icon": "0.0.40", + "@finastra/icon-button": "0.0.40", + "@finastra/textfield": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/select/package.json b/libs/web-components/select/package.json index 071919896..90156a0a7 100644 --- a/libs/web-components/select/package.json +++ b/libs/web-components/select/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/select", "displayName": "Select", - "version": "0.0.39", + "version": "0.0.40", "description": "Select Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/sidenav/package.json b/libs/web-components/sidenav/package.json index 8a2837c79..431991bee 100644 --- a/libs/web-components/sidenav/package.json +++ b/libs/web-components/sidenav/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/sidenav", "displayName": "Sidenav", - "version": "0.0.39", + "version": "0.0.40", "description": "Sidenav Web Component", "keywords": [ "Finastra Design System", @@ -16,7 +16,7 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/app-bar": "0.0.39", + "@finastra/app-bar": "0.0.40", "@material/mwc-drawer": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" diff --git a/libs/web-components/skeleton/package.json b/libs/web-components/skeleton/package.json index 8a58bca33..819a7ff0b 100644 --- a/libs/web-components/skeleton/package.json +++ b/libs/web-components/skeleton/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/skeleton", "displayName": "Skeleton", - "version": "0.0.39", + "version": "0.0.40", "description": "Skeleton Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/slider/package.json b/libs/web-components/slider/package.json index 7af672529..82d7fb9ba 100644 --- a/libs/web-components/slider/package.json +++ b/libs/web-components/slider/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/slider", "displayName": "Slider", - "version": "0.0.39", + "version": "0.0.40", "description": "Slider Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/stepper/package.json b/libs/web-components/stepper/package.json index 12dd75df4..3f532393d 100644 --- a/libs/web-components/stepper/package.json +++ b/libs/web-components/stepper/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/stepper", "displayName": "Stepper", - "version": "0.0.39", + "version": "0.0.40", "description": "Stepper Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/switch/package.json b/libs/web-components/switch/package.json index 530b7801b..3a17a6c8c 100644 --- a/libs/web-components/switch/package.json +++ b/libs/web-components/switch/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/switch", "displayName": "Switch", - "version": "0.0.39", + "version": "0.0.40", "description": "Switch Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/tabs/package.json b/libs/web-components/tabs/package.json index a93b80934..bd3c10794 100644 --- a/libs/web-components/tabs/package.json +++ b/libs/web-components/tabs/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/tabs", "displayName": "Tabs", - "version": "0.0.39", + "version": "0.0.40", "description": "Tabs Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss src/tab/tab.scss src/tab-bar/tab-bar.scss" }, "dependencies": { - "@material/mwc-tab-bar": "^0.26.1", "@material/mwc-tab": "^0.26.1", + "@material/mwc-tab-bar": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/libs/web-components/textarea/package.json b/libs/web-components/textarea/package.json index 8eaea3b3e..bc1afc037 100644 --- a/libs/web-components/textarea/package.json +++ b/libs/web-components/textarea/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/textarea", "displayName": "Textarea", - "version": "0.0.39", + "version": "0.0.40", "description": "Textarea Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/textfield/package.json b/libs/web-components/textfield/package.json index 945db946c..86b32d1be 100644 --- a/libs/web-components/textfield/package.json +++ b/libs/web-components/textfield/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/textfield", "displayName": "TextField", - "version": "0.0.39", + "version": "0.0.40", "description": "TextField Web Component", "keywords": [ "Finastra Design System", diff --git a/libs/web-components/user-profile/package.json b/libs/web-components/user-profile/package.json index 5fea2be75..b4a2eacdf 100644 --- a/libs/web-components/user-profile/package.json +++ b/libs/web-components/user-profile/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/user-profile", "displayName": "User Profile", - "version": "0.0.39", + "version": "0.0.40", "icon": "badge", "description": "UserProfile Web Component", "keywords": [ @@ -17,8 +17,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss" }, "dependencies": { - "@finastra/avatar": "0.0.39", - "@finastra/divider": "0.0.39", + "@finastra/avatar": "0.0.40", + "@finastra/divider": "0.0.40", "@material/mwc-icon-button": "^0.26.1", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", diff --git a/libs/web-components/wizard/package.json b/libs/web-components/wizard/package.json index ce4ce9d17..3805f8d2b 100644 --- a/libs/web-components/wizard/package.json +++ b/libs/web-components/wizard/package.json @@ -1,7 +1,7 @@ { "name": "@finastra/wizard", "displayName": "Wizard", - "version": "0.0.39", + "version": "0.0.40", "description": "Wizard Web Component", "keywords": [ "Finastra Design System", @@ -16,8 +16,8 @@ "build:style": "node ../../../scripts/sass-to-lit-css/index.js src/styles.scss src/wizard-page.scss" }, "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/stepper": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/stepper": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, diff --git a/package-lock.json b/package-lock.json index 92c8f63ca..f95c9dbcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -162,21 +162,21 @@ }, "libs/web-components/account-card": { "name": "@finastra/account-card", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } }, "libs/web-components/app-bar": { "name": "@finastra/app-bar", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/logo": "0.0.39", + "@finastra/logo": "0.0.40", "@material/mwc-top-app-bar": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -184,32 +184,31 @@ }, "libs/web-components/app-card": { "name": "@finastra/app-card", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/card": "0.0.39", - "@finastra/chip": "0.0.39", + "@finastra/card": "0.0.40", + "@finastra/chip": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } }, "libs/web-components/autocomplete": { "name": "@finastra/autocomplete", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/icon": "0.0.39", - "@finastra/list": "0.0.39", - "@finastra/menu": "0.0.39", - "@finastra/search-input": "0.0.39", + "@finastra/icon": "0.0.40", + "@finastra/list": "0.0.40", + "@finastra/menu": "0.0.40", + "@finastra/search-input": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" - }, - "devDependencies": {} + } }, "libs/web-components/avatar": { "name": "@finastra/avatar", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -218,7 +217,7 @@ }, "libs/web-components/badge": { "name": "@finastra/badge", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -227,17 +226,17 @@ }, "libs/web-components/brand-card": { "name": "@finastra/brand-card", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/card": "0.0.39", + "@finastra/card": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } }, "libs/web-components/breadcrumb": { "name": "@finastra/breadcrumb", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -246,7 +245,7 @@ }, "libs/web-components/button": { "name": "@finastra/button", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-base": "^0.26.1", @@ -257,7 +256,7 @@ }, "libs/web-components/button-toggle-group": { "name": "@finastra/button-toggle-group", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-tab": "^0.26.1", @@ -268,7 +267,7 @@ }, "libs/web-components/card": { "name": "@finastra/card", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/card": "13.0.0", @@ -278,7 +277,7 @@ }, "libs/web-components/charts": { "name": "@finastra/charts", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -287,7 +286,7 @@ }, "libs/web-components/checkbox": { "name": "@finastra/checkbox", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/checkbox": "13.0.0", @@ -298,10 +297,10 @@ }, "libs/web-components/chip": { "name": "@finastra/chip", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "^13.0.0", "@material/mwc-button": "^0.26.1", "@material/mwc-ripple": "^0.26.1", @@ -311,7 +310,7 @@ }, "libs/web-components/circular-progress": { "name": "@finastra/circular-progress", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-circular-progress": "^0.26.1", @@ -321,10 +320,10 @@ }, "libs/web-components/data-table": { "name": "@finastra/data-table", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "13.0.0", "@material/data-table": "14.0.0", "@material/icon-button": "14.0.0", @@ -336,7 +335,7 @@ }, "libs/web-components/dialog": { "name": "@finastra/dialog", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-dialog": "^0.26.1", @@ -346,7 +345,7 @@ }, "libs/web-components/divider": { "name": "@finastra/divider", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -355,7 +354,7 @@ }, "libs/web-components/expansion-panel": { "name": "@finastra/expansion-panel", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -364,7 +363,7 @@ }, "libs/web-components/fab": { "name": "@finastra/fab", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/fab": "^14.0.0", @@ -375,11 +374,11 @@ }, "libs/web-components/global-search": { "name": "@finastra/global-search", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/icon-button": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon-button": "0.0.40", "lit": "2.0.2", "tslib": "^2.0.1" } @@ -396,7 +395,7 @@ }, "libs/web-components/icon": { "name": "@finastra/icon", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -405,17 +404,17 @@ }, "libs/web-components/icon-bar": { "name": "@finastra/icon-bar", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/icon-button": "0.0.39", + "@finastra/icon-button": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } }, "libs/web-components/icon-button": { "name": "@finastra/icon-button", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-icon-button": "^0.26.1", @@ -425,12 +424,12 @@ }, "libs/web-components/launchpad": { "name": "@finastra/launchpad", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/brand-card": "0.0.39", - "@finastra/button": "0.0.39", - "@finastra/menu-trigger": "0.0.39", + "@finastra/brand-card": "0.0.40", + "@finastra/button": "0.0.40", + "@finastra/menu-trigger": "0.0.40", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -438,7 +437,7 @@ }, "libs/web-components/linear-progress": { "name": "@finastra/linear-progress", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-linear-progress": "^0.26.1", @@ -448,7 +447,7 @@ }, "libs/web-components/list": { "name": "@finastra/list", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-list": "^0.26.1", @@ -458,7 +457,7 @@ }, "libs/web-components/logo": { "name": "@finastra/logo", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -467,7 +466,7 @@ }, "libs/web-components/menu": { "name": "@finastra/menu", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-menu": "^0.26.1", @@ -477,11 +476,11 @@ }, "libs/web-components/menu-trigger": { "name": "@finastra/menu-trigger", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/button": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/button": "0.0.40", + "@finastra/icon": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" }, @@ -492,7 +491,7 @@ }, "libs/web-components/radio": { "name": "@finastra/radio", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-radio": "^0.26.1", @@ -502,20 +501,20 @@ }, "libs/web-components/search-input": { "name": "@finastra/search-input", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/circular-progress": "0.0.39", - "@finastra/icon": "0.0.39", - "@finastra/icon-button": "0.0.39", - "@finastra/textfield": "0.0.39", + "@finastra/circular-progress": "0.0.40", + "@finastra/icon": "0.0.40", + "@finastra/icon-button": "0.0.40", + "@finastra/textfield": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } }, "libs/web-components/select": { "name": "@finastra/select", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-select": "^0.26.1", @@ -525,10 +524,10 @@ }, "libs/web-components/sidenav": { "name": "@finastra/sidenav", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/app-bar": "0.0.39", + "@finastra/app-bar": "0.0.40", "@material/mwc-drawer": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -536,7 +535,7 @@ }, "libs/web-components/skeleton": { "name": "@finastra/skeleton", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -545,7 +544,7 @@ }, "libs/web-components/slider": { "name": "@finastra/slider", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-slider": "^0.26.1", @@ -555,7 +554,7 @@ }, "libs/web-components/stepper": { "name": "@finastra/stepper", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "lit": "^2.0.0", @@ -564,7 +563,7 @@ }, "libs/web-components/switch": { "name": "@finastra/switch", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-switch": "^0.26.1", @@ -574,7 +573,7 @@ }, "libs/web-components/tabs": { "name": "@finastra/tabs", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-tab": "^0.26.1", @@ -585,7 +584,7 @@ }, "libs/web-components/textarea": { "name": "@finastra/textarea", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-textarea": "^0.26.1", @@ -595,7 +594,7 @@ }, "libs/web-components/textfield": { "name": "@finastra/textfield", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { "@material/mwc-textfield": "^0.26.1", @@ -605,11 +604,11 @@ }, "libs/web-components/user-profile": { "name": "@finastra/user-profile", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/avatar": "0.0.39", - "@finastra/divider": "0.0.39", + "@finastra/avatar": "0.0.40", + "@finastra/divider": "0.0.40", "@material/mwc-icon-button": "^0.26.1", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", @@ -618,11 +617,11 @@ }, "libs/web-components/wizard": { "name": "@finastra/wizard", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "dependencies": { - "@finastra/divider": "0.0.39", - "@finastra/stepper": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/stepper": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -660,9 +659,9 @@ } }, "node_modules/@angular-builders/custom-webpack": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@angular-builders/custom-webpack/-/custom-webpack-14.0.0.tgz", - "integrity": "sha512-6ky8rdW9k2FNcbUeGub2uxZq+wrF2OxIkQtFaPuQ8GKD94YYQHl+AdJT2pnvfoFs4OqsHh1APdwFD5gF4WKi5Q==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@angular-builders/custom-webpack/-/custom-webpack-14.0.1.tgz", + "integrity": "sha512-QDsSFo80I8oLBzvr7qIxcdEfvDMEeJmwYRrJ/hG8O+XVdYsUkkj4nEvBI5fKKBOfcRgx1R/XrEDtJEeolEQeig==", "dev": true, "dependencies": { "@angular-devkit/architect": ">=0.1400.0 < 0.1500.0", @@ -1218,18 +1217,18 @@ "dev": true }, "node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz", - "integrity": "sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.3.tgz", + "integrity": "sha512-1JMdb5IrgFH+bxY8ZYXyNyu31+BELbahGKOi+jX0ZyZgGA8nbukzjL+QVNwwaw1RNuyiCxZzCwA/tRSGJMqSYA==", "dev": true }, "node_modules/@angular-eslint/eslint-plugin": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.2.tgz", - "integrity": "sha512-TfiXWqaWGysnPB6JstZouvA9tNwIsCLvSIGqniE1U90kX6p5nL8Z09JOiv/9jlYfgAIEgUD48BGMZzDi86voGA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.3.tgz", + "integrity": "sha512-s3rgibA+sFcDswpKUXbdykOBT7KoSk205bIBARJrIZr0zR7zsPLS/XQQGk83VICeAgcGHSPlNBmspOBrLfihEQ==", "dev": true, "dependencies": { - "@angular-eslint/utils": "14.0.2", + "@angular-eslint/utils": "14.0.3", "@typescript-eslint/utils": "5.29.0" }, "peerDependencies": { @@ -1238,12 +1237,12 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz", - "integrity": "sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.3.tgz", + "integrity": "sha512-0m1dShhn6NVReBABecBn8UnMRidc61s3SGQIJWCkDBIeLOD+qVVaxZo04uNDNrXZhHWHqHAVIEBjG+qK2Xq6Nw==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0", "aria-query": "5.0.0", "axobject-query": "3.0.1" @@ -1254,12 +1253,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.2.tgz", - "integrity": "sha512-NTXSfL97WVs4GTKPtPcRZfWtvNbhgcIZUvKUTk5ieYiVLqsHF9Y+NlAKBh44AGldM5oCNO4HUfnvOedtqkQ+MA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.3.tgz", + "integrity": "sha512-agUhRSkiB4n7CunB+jL1+1Wsvia1xnI3XhZTBKoGs4Q+DjEgZmd4xryy8snw31cQgqJMtlvyP4QTr2+cqrxAdQ==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "eslint-scope": "^5.1.0" }, "peerDependencies": { @@ -1268,12 +1267,12 @@ } }, "node_modules/@angular-eslint/utils": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.0.2.tgz", - "integrity": "sha512-8cHyQFG3jIHMHBjlqMU9ExAgOFGqbvxUa5EUvdc8wJUXtwhYx5NCQupdSpy/qG8gHiXjxvxinEtACZJQ9/SOwQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.0.3.tgz", + "integrity": "sha512-horyyq6shximqacDhHm6GhEJI71dvGfr2iiqP/PtT944dhY+Ml6fj85H9ywKQxd5ENYPBKrzOGCBxpLyQU07Ow==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0" }, "peerDependencies": { @@ -1296,9 +1295,9 @@ } }, "node_modules/@angular/cdk": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.1.2.tgz", - "integrity": "sha512-hJMhQmWWXTgwUa51OvEUgSATduEILCmGXpbsvC+REMMOo9rTd3u+cfrJW9OKl7Weq86VhKQ0WSfbn3MVyhUVBg==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.1.3.tgz", + "integrity": "sha512-NCdBkgnBgZvA4wZ6wXu/T3l4CgmWOs3M5NFKqQ/G2DCVfIbwaTI3G5cSNk6M63geeGwWDaMkk2Uxjgy4qyvaww==", "dependencies": { "tslib": "^2.3.0" }, @@ -1312,15 +1311,15 @@ } }, "node_modules/@angular/cdk-experimental": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/cdk-experimental/-/cdk-experimental-14.1.2.tgz", - "integrity": "sha512-0HHopGexU7fJfDvUeNEUZXIh9rL/kQwj8go666auTcPLKbRYd2YVZl4hT1Cz3iEdyeAhS9gGPExpQCdWBPutww==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/cdk-experimental/-/cdk-experimental-14.1.3.tgz", + "integrity": "sha512-kazXN3eI9PUW6kfQkQj+mINSqY3Yw+uPBYpoxkXj3MzPC4WP9qWLso/ptp+fo0wZHd8EMWh4nC7pg3M78lQW7g==", "dev": true, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": "14.1.2", + "@angular/cdk": "14.1.3", "@angular/core": "^14.0.0 || ^15.0.0" } }, @@ -1483,15 +1482,15 @@ } }, "node_modules/@angular/material": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.1.2.tgz", - "integrity": "sha512-riDaeOFF+fzjOxeWlqtVAT7lHlqoyzxE24Z7r7qyYriU+EndfEfOv9XQFup5BkqvDvzN9My+1vI562caWM3nfQ==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.1.3.tgz", + "integrity": "sha512-vGznrsO1fLvXZ33Z/A+4/EUHu170V5+jMvL3/K5EJypi2Xms4neHWec+NH1Ear7dFr8buhDBCIGTO1vAPJEleQ==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/animations": "^14.0.0 || ^15.0.0", - "@angular/cdk": "14.1.2", + "@angular/cdk": "14.1.3", "@angular/common": "^14.0.0 || ^15.0.0", "@angular/core": "^14.0.0 || ^15.0.0", "@angular/forms": "^14.0.0 || ^15.0.0", @@ -1575,30 +1574,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz", - "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", + "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz", - "integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz", + "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", + "@babel/generator": "^7.18.13", "@babel/helper-compilation-targets": "^7.18.9", "@babel/helper-module-transforms": "^7.18.9", "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.10", + "@babel/parser": "^7.18.13", "@babel/template": "^7.18.10", - "@babel/traverse": "^7.18.10", - "@babel/types": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -1614,12 +1613,12 @@ } }, "node_modules/@babel/core/node_modules/@babel/generator": { - "version": "7.18.12", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz", - "integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "dependencies": { - "@babel/types": "^7.18.10", + "@babel/types": "^7.18.13", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -1745,9 +1744,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz", - "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz", + "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", @@ -2072,9 +2071,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.11", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz", - "integrity": "sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", + "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -2775,9 +2774,9 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz", - "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz", + "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9" @@ -3491,19 +3490,19 @@ } }, "node_modules/@babel/traverse": { - "version": "7.18.11", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz", - "integrity": "sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", + "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", + "@babel/generator": "^7.18.13", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.18.9", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.11", - "@babel/types": "^7.18.10", + "@babel/parser": "^7.18.13", + "@babel/types": "^7.18.13", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -3512,12 +3511,12 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.18.12", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz", - "integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "dependencies": { - "@babel/types": "^7.18.10", + "@babel/types": "^7.18.13", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -3540,9 +3539,9 @@ } }, "node_modules/@babel/types": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz", - "integrity": "sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", + "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.18.10", @@ -13918,9 +13917,9 @@ "dev": true }, "node_modules/@storybook/builder-webpack4/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/ast": { @@ -15482,9 +15481,9 @@ } }, "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/builder-webpack5/node_modules/ajv": { @@ -16103,9 +16102,9 @@ } }, "node_modules/@storybook/core-common/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/core-common/node_modules/@webassemblyjs/ast": { @@ -17085,9 +17084,9 @@ } }, "node_modules/@storybook/core-server/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/ast": { @@ -18053,9 +18052,9 @@ "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/ast": { @@ -19538,9 +19537,9 @@ } }, "node_modules/@storybook/manager-webpack5/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/manager-webpack5/node_modules/ansi-styles": { @@ -20306,9 +20305,9 @@ } }, "node_modules/@storybook/web-components/node_modules/@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "node_modules/@storybook/web-components/node_modules/react": { @@ -21425,14 +21424,14 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz", - "integrity": "sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", + "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/type-utils": "5.33.1", - "@typescript-eslint/utils": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/type-utils": "5.34.0", + "@typescript-eslint/utils": "5.34.0", "debug": "^4.3.4", "functional-red-black-tree": "^1.0.1", "ignore": "^5.2.0", @@ -21458,15 +21457,15 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz", - "integrity": "sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" }, @@ -21482,14 +21481,14 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.33.1.tgz", - "integrity": "sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", + "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "debug": "^4.3.4" }, "engines": { @@ -21509,13 +21508,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz", - "integrity": "sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", + "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/visitor-keys": "5.33.1" + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -21526,12 +21525,12 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz", - "integrity": "sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", + "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "5.33.1", + "@typescript-eslint/utils": "5.34.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -21552,15 +21551,15 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz", - "integrity": "sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" }, @@ -21576,9 +21575,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.33.1.tgz", - "integrity": "sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", + "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -21589,13 +21588,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz", - "integrity": "sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", + "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/visitor-keys": "5.33.1", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -21714,12 +21713,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz", - "integrity": "sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", + "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.33.1", + "@typescript-eslint/types": "5.34.0", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -22854,9 +22853,9 @@ } }, "node_modules/apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.35.5", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.5.tgz", + "integrity": "sha512-Bi3aq35xWntI71JlywXTBBAOhuKTbB4wijKw4ClkIAFV904YDkHPIJ8N9LcZq9fvVb0VX1AEmyOFBOB2Vwsuew==", "dev": true, "dependencies": { "svg.draggable.js": "^2.2.2", @@ -25015,9 +25014,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001378", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001378.tgz", - "integrity": "sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA==", + "version": "1.0.30001382", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz", + "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", "dev": true, "funding": [ { @@ -32432,9 +32431,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.4.225", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.225.tgz", - "integrity": "sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==", + "version": "1.4.227", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.227.tgz", + "integrity": "sha512-I9VVajA3oswIJOUFg2PSBqrHLF5Y+ahIfjOV9+v6uYyBqFZutmPxA6fxocDUUmgwYevRWFu1VjLyVG3w45qa/g==", "dev": true }, "node_modules/elegant-spinner": { @@ -34925,9 +34924,9 @@ } }, "node_modules/flatted": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz", - "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "node_modules/flatten-vertex-data": { @@ -41781,14 +41780,15 @@ "dev": true }, "node_modules/jsdom/node_modules/tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.0.tgz", + "integrity": "sha512-IVX6AagLelGwl6F0E+hoRpXzuD192cZhAcmT7/eoLr0PnsB1wv2E5c+A2O+V8xth9FlL2p0OstFsWn0bZpVn4w==", "dev": true, "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" }, "engines": { "node": ">=6" @@ -41807,9 +41807,9 @@ } }, "node_modules/jsdom/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true, "engines": { "node": ">= 4.0.0" @@ -44219,9 +44219,9 @@ } }, "node_modules/minipass-fetch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.1.tgz", - "integrity": "sha512-/kgtXVGS10PTFET6dAbOBWQtgH+iDiI4NhRqAftojRlsOJhk0y45sVVxqCaRQC+AMFH7JkHiWpuKJKQ+mojKiA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", + "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, "dependencies": { "minipass": "^3.1.6", @@ -47630,13 +47630,13 @@ } }, "node_modules/playwright": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.0.tgz", - "integrity": "sha512-Z+pQNWI17Qx/tHhnmgMmPsptsisXpKgAnUvYv98kctlHUJaqMt2400P8kTw9vEPoC0xdxqu0JhxO7pDTmaaIKw==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.1.tgz", + "integrity": "sha512-kOlW7mllnQ70ALTwAor73q/FhdH9EEXLUqjdzqioYLcSVC4n4NBfDqeCikGuayFZrLECLkU6Hcbziy/szqTXSA==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.25.0" + "playwright-core": "1.25.1" }, "bin": { "playwright": "cli.js" @@ -47646,9 +47646,9 @@ } }, "node_modules/playwright-core": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.0.tgz", - "integrity": "sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz", + "integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==", "dev": true, "bin": { "playwright": "cli.js" @@ -49604,9 +49604,9 @@ } }, "node_modules/prismjs": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", - "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", "dev": true, "engines": { "node": ">=6" @@ -50166,6 +50166,12 @@ "node": ">=0.4.x" } }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -52358,9 +52364,9 @@ } }, "node_modules/sass": { - "version": "1.54.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.4.tgz", - "integrity": "sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==", + "version": "1.54.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz", + "integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -53477,9 +53483,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true }, "node_modules/spdy": { @@ -57274,6 +57280,16 @@ "node": ">=8.9.0" } }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, "node_modules/url/node_modules/punycode": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", @@ -59066,7 +59082,7 @@ }, "themes/fds-theme": { "name": "@finastra/fds-theme", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "devDependencies": { "sass": "1.33.0" @@ -59077,8 +59093,9 @@ }, "themes/fds-theme/node_modules/sass": { "version": "1.33.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz", + "integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==", "dev": true, - "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0" }, @@ -59109,8 +59126,9 @@ }, "themes/tippy.js/node_modules/sass": { "version": "1.51.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", + "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", "dev": true, - "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -59155,9 +59173,9 @@ } }, "@angular-builders/custom-webpack": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@angular-builders/custom-webpack/-/custom-webpack-14.0.0.tgz", - "integrity": "sha512-6ky8rdW9k2FNcbUeGub2uxZq+wrF2OxIkQtFaPuQ8GKD94YYQHl+AdJT2pnvfoFs4OqsHh1APdwFD5gF4WKi5Q==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@angular-builders/custom-webpack/-/custom-webpack-14.0.1.tgz", + "integrity": "sha512-QDsSFo80I8oLBzvr7qIxcdEfvDMEeJmwYRrJ/hG8O+XVdYsUkkj4nEvBI5fKKBOfcRgx1R/XrEDtJEeolEQeig==", "dev": true, "requires": { "@angular-devkit/architect": ">=0.1400.0 < 0.1500.0", @@ -59545,50 +59563,50 @@ } }, "@angular-eslint/bundled-angular-compiler": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz", - "integrity": "sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.3.tgz", + "integrity": "sha512-1JMdb5IrgFH+bxY8ZYXyNyu31+BELbahGKOi+jX0ZyZgGA8nbukzjL+QVNwwaw1RNuyiCxZzCwA/tRSGJMqSYA==", "dev": true }, "@angular-eslint/eslint-plugin": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.2.tgz", - "integrity": "sha512-TfiXWqaWGysnPB6JstZouvA9tNwIsCLvSIGqniE1U90kX6p5nL8Z09JOiv/9jlYfgAIEgUD48BGMZzDi86voGA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.3.tgz", + "integrity": "sha512-s3rgibA+sFcDswpKUXbdykOBT7KoSk205bIBARJrIZr0zR7zsPLS/XQQGk83VICeAgcGHSPlNBmspOBrLfihEQ==", "dev": true, "requires": { - "@angular-eslint/utils": "14.0.2", + "@angular-eslint/utils": "14.0.3", "@typescript-eslint/utils": "5.29.0" } }, "@angular-eslint/eslint-plugin-template": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz", - "integrity": "sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.3.tgz", + "integrity": "sha512-0m1dShhn6NVReBABecBn8UnMRidc61s3SGQIJWCkDBIeLOD+qVVaxZo04uNDNrXZhHWHqHAVIEBjG+qK2Xq6Nw==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0", "aria-query": "5.0.0", "axobject-query": "3.0.1" } }, "@angular-eslint/template-parser": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.2.tgz", - "integrity": "sha512-NTXSfL97WVs4GTKPtPcRZfWtvNbhgcIZUvKUTk5ieYiVLqsHF9Y+NlAKBh44AGldM5oCNO4HUfnvOedtqkQ+MA==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.3.tgz", + "integrity": "sha512-agUhRSkiB4n7CunB+jL1+1Wsvia1xnI3XhZTBKoGs4Q+DjEgZmd4xryy8snw31cQgqJMtlvyP4QTr2+cqrxAdQ==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "eslint-scope": "^5.1.0" } }, "@angular-eslint/utils": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.0.2.tgz", - "integrity": "sha512-8cHyQFG3jIHMHBjlqMU9ExAgOFGqbvxUa5EUvdc8wJUXtwhYx5NCQupdSpy/qG8gHiXjxvxinEtACZJQ9/SOwQ==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.0.3.tgz", + "integrity": "sha512-horyyq6shximqacDhHm6GhEJI71dvGfr2iiqP/PtT944dhY+Ml6fj85H9ywKQxd5ENYPBKrzOGCBxpLyQU07Ow==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.2", + "@angular-eslint/bundled-angular-compiler": "14.0.3", "@typescript-eslint/utils": "5.29.0" } }, @@ -59601,18 +59619,18 @@ } }, "@angular/cdk": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.1.2.tgz", - "integrity": "sha512-hJMhQmWWXTgwUa51OvEUgSATduEILCmGXpbsvC+REMMOo9rTd3u+cfrJW9OKl7Weq86VhKQ0WSfbn3MVyhUVBg==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.1.3.tgz", + "integrity": "sha512-NCdBkgnBgZvA4wZ6wXu/T3l4CgmWOs3M5NFKqQ/G2DCVfIbwaTI3G5cSNk6M63geeGwWDaMkk2Uxjgy4qyvaww==", "requires": { "parse5": "^5.0.0", "tslib": "^2.3.0" } }, "@angular/cdk-experimental": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/cdk-experimental/-/cdk-experimental-14.1.2.tgz", - "integrity": "sha512-0HHopGexU7fJfDvUeNEUZXIh9rL/kQwj8go666auTcPLKbRYd2YVZl4hT1Cz3iEdyeAhS9gGPExpQCdWBPutww==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/cdk-experimental/-/cdk-experimental-14.1.3.tgz", + "integrity": "sha512-kazXN3eI9PUW6kfQkQj+mINSqY3Yw+uPBYpoxkXj3MzPC4WP9qWLso/ptp+fo0wZHd8EMWh4nC7pg3M78lQW7g==", "dev": true, "requires": { "tslib": "^2.3.0" @@ -59713,9 +59731,9 @@ "dev": true }, "@angular/material": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.1.2.tgz", - "integrity": "sha512-riDaeOFF+fzjOxeWlqtVAT7lHlqoyzxE24Z7r7qyYriU+EndfEfOv9XQFup5BkqvDvzN9My+1vI562caWM3nfQ==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.1.3.tgz", + "integrity": "sha512-vGznrsO1fLvXZ33Z/A+4/EUHu170V5+jMvL3/K5EJypi2Xms4neHWec+NH1Ear7dFr8buhDBCIGTO1vAPJEleQ==", "requires": { "tslib": "^2.3.0" } @@ -59762,27 +59780,27 @@ } }, "@babel/compat-data": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz", - "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", + "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", "dev": true }, "@babel/core": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz", - "integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz", + "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", + "@babel/generator": "^7.18.13", "@babel/helper-compilation-targets": "^7.18.9", "@babel/helper-module-transforms": "^7.18.9", "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.10", + "@babel/parser": "^7.18.13", "@babel/template": "^7.18.10", - "@babel/traverse": "^7.18.10", - "@babel/types": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -59791,12 +59809,12 @@ }, "dependencies": { "@babel/generator": { - "version": "7.18.12", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz", - "integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "requires": { - "@babel/types": "^7.18.10", + "@babel/types": "^7.18.13", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" } @@ -59895,9 +59913,9 @@ } }, "@babel/helper-create-class-features-plugin": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz", - "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz", + "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", @@ -60142,9 +60160,9 @@ } }, "@babel/parser": { - "version": "7.18.11", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz", - "integrity": "sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", + "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -60602,9 +60620,9 @@ } }, "@babel/plugin-transform-destructuring": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz", - "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz", + "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.18.9" @@ -61091,30 +61109,30 @@ } }, "@babel/traverse": { - "version": "7.18.11", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz", - "integrity": "sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", + "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", "dev": true, "requires": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", + "@babel/generator": "^7.18.13", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.18.9", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.11", - "@babel/types": "^7.18.10", + "@babel/parser": "^7.18.13", + "@babel/types": "^7.18.13", "debug": "^4.1.0", "globals": "^11.1.0" }, "dependencies": { "@babel/generator": { - "version": "7.18.12", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz", - "integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "requires": { - "@babel/types": "^7.18.10", + "@babel/types": "^7.18.13", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" } @@ -61133,9 +61151,9 @@ } }, "@babel/types": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz", - "integrity": "sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", + "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", "dev": true, "requires": { "@babel/helper-string-parser": "^7.18.10", @@ -61633,8 +61651,8 @@ "@finastra/account-card": { "version": "file:libs/web-components/account-card", "requires": { - "@finastra/divider": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61646,7 +61664,7 @@ "@finastra/app-bar": { "version": "file:libs/web-components/app-bar", "requires": { - "@finastra/logo": "0.0.39", + "@finastra/logo": "0.0.40", "@material/mwc-top-app-bar": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -61655,8 +61673,8 @@ "@finastra/app-card": { "version": "file:libs/web-components/app-card", "requires": { - "@finastra/card": "0.0.39", - "@finastra/chip": "0.0.39", + "@finastra/card": "0.0.40", + "@finastra/chip": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61664,10 +61682,10 @@ "@finastra/autocomplete": { "version": "file:libs/web-components/autocomplete", "requires": { - "@finastra/icon": "0.0.39", - "@finastra/list": "0.0.39", - "@finastra/menu": "0.0.39", - "@finastra/search-input": "0.0.39", + "@finastra/icon": "0.0.40", + "@finastra/list": "0.0.40", + "@finastra/menu": "0.0.40", + "@finastra/search-input": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61689,7 +61707,7 @@ "@finastra/brand-card": { "version": "file:libs/web-components/brand-card", "requires": { - "@finastra/card": "0.0.39", + "@finastra/card": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61746,7 +61764,7 @@ "@finastra/chip": { "version": "file:libs/web-components/chip", "requires": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "^13.0.0", "@material/mwc-button": "^0.26.1", "@material/mwc-ripple": "^0.26.1", @@ -61765,7 +61783,7 @@ "@finastra/data-table": { "version": "file:libs/web-components/data-table", "requires": { - "@finastra/icon": "0.0.39", + "@finastra/icon": "0.0.40", "@material/button": "13.0.0", "@material/data-table": "14.0.0", "@material/icon-button": "14.0.0", @@ -61814,6 +61832,8 @@ "dependencies": { "sass": { "version": "1.33.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz", + "integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" @@ -61824,8 +61844,8 @@ "@finastra/global-search": { "version": "file:libs/web-components/global-search", "requires": { - "@finastra/divider": "0.0.39", - "@finastra/icon-button": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/icon-button": "0.0.40", "lit": "2.0.2", "tslib": "^2.0.1" }, @@ -61852,7 +61872,7 @@ "@finastra/icon-bar": { "version": "file:libs/web-components/icon-bar", "requires": { - "@finastra/icon-button": "0.0.39", + "@finastra/icon-button": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61868,9 +61888,9 @@ "@finastra/launchpad": { "version": "file:libs/web-components/launchpad", "requires": { - "@finastra/brand-card": "0.0.39", - "@finastra/button": "0.0.39", - "@finastra/menu-trigger": "0.0.39", + "@finastra/brand-card": "0.0.40", + "@finastra/button": "0.0.40", + "@finastra/menu-trigger": "0.0.40", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -61910,8 +61930,8 @@ "@finastra/menu-trigger": { "version": "file:libs/web-components/menu-trigger", "requires": { - "@finastra/button": "0.0.39", - "@finastra/icon": "0.0.39", + "@finastra/button": "0.0.40", + "@finastra/icon": "0.0.40", "@material/mwc-base": "^0.26.1", "@material/mwc-button": "^0.26.1", "lit": "^2.0.0", @@ -61929,10 +61949,10 @@ "@finastra/search-input": { "version": "file:libs/web-components/search-input", "requires": { - "@finastra/circular-progress": "0.0.39", - "@finastra/icon": "0.0.39", - "@finastra/icon-button": "0.0.39", - "@finastra/textfield": "0.0.39", + "@finastra/circular-progress": "0.0.40", + "@finastra/icon": "0.0.40", + "@finastra/icon-button": "0.0.40", + "@finastra/textfield": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -61948,7 +61968,7 @@ "@finastra/sidenav": { "version": "file:libs/web-components/sidenav", "requires": { - "@finastra/app-bar": "0.0.39", + "@finastra/app-bar": "0.0.40", "@material/mwc-drawer": "^0.26.1", "lit": "^2.0.0", "tslib": "^2.0.1" @@ -62025,6 +62045,8 @@ }, "sass": { "version": "1.51.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", + "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", @@ -62037,8 +62059,8 @@ "@finastra/user-profile": { "version": "file:libs/web-components/user-profile", "requires": { - "@finastra/avatar": "0.0.39", - "@finastra/divider": "0.0.39", + "@finastra/avatar": "0.0.40", + "@finastra/divider": "0.0.40", "@material/mwc-icon-button": "^0.26.1", "@material/mwc-menu": "^0.26.1", "lit": "^2.0.0", @@ -62048,8 +62070,8 @@ "@finastra/wizard": { "version": "file:libs/web-components/wizard", "requires": { - "@finastra/divider": "0.0.39", - "@finastra/stepper": "0.0.39", + "@finastra/divider": "0.0.40", + "@finastra/stepper": "0.0.40", "lit": "^2.0.0", "tslib": "^2.0.1" } @@ -70185,9 +70207,9 @@ "dev": true }, "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "@webassemblyjs/ast": { @@ -71424,9 +71446,9 @@ }, "dependencies": { "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "ajv": { @@ -71863,9 +71885,9 @@ } }, "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "@webassemblyjs/ast": { @@ -72656,9 +72678,9 @@ }, "dependencies": { "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "@webassemblyjs/ast": { @@ -73452,9 +73474,9 @@ "dev": true }, "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "@webassemblyjs/ast": { @@ -74633,9 +74655,9 @@ }, "dependencies": { "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "ansi-styles": { @@ -75184,9 +75206,9 @@ }, "dependencies": { "@types/node": { - "version": "16.11.49", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.49.tgz", - "integrity": "sha512-Abq9fBviLV93OiXMu+f6r0elxCzRwc0RC5f99cU892uBITL44pTvgvEqlRlPRi8EGcO1z7Cp8A4d0s/p3J/+Nw==", + "version": "16.11.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.54.tgz", + "integrity": "sha512-ryOpwe15+BtTUxKFfzABjaI/EtXLPBSBEW4B6D5ygWNcORLVKG/1/FC3WwAr5d7t6lCnlVPRsCY0NH680QT+Pg==", "dev": true }, "react": { @@ -76267,14 +76289,14 @@ } }, "@typescript-eslint/eslint-plugin": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz", - "integrity": "sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz", + "integrity": "sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/type-utils": "5.33.1", - "@typescript-eslint/utils": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/type-utils": "5.34.0", + "@typescript-eslint/utils": "5.34.0", "debug": "^4.3.4", "functional-red-black-tree": "^1.0.1", "ignore": "^5.2.0", @@ -76284,15 +76306,15 @@ }, "dependencies": { "@typescript-eslint/utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz", - "integrity": "sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } @@ -76300,48 +76322,48 @@ } }, "@typescript-eslint/parser": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.33.1.tgz", - "integrity": "sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz", + "integrity": "sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "debug": "^4.3.4" } }, "@typescript-eslint/scope-manager": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz", - "integrity": "sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz", + "integrity": "sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==", "dev": true, "requires": { - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/visitor-keys": "5.33.1" + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0" } }, "@typescript-eslint/type-utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz", - "integrity": "sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz", + "integrity": "sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==", "dev": true, "requires": { - "@typescript-eslint/utils": "5.33.1", + "@typescript-eslint/utils": "5.34.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, "dependencies": { "@typescript-eslint/utils": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.33.1.tgz", - "integrity": "sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz", + "integrity": "sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.33.1", - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/typescript-estree": "5.33.1", + "@typescript-eslint/scope-manager": "5.34.0", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/typescript-estree": "5.34.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } @@ -76349,19 +76371,19 @@ } }, "@typescript-eslint/types": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.33.1.tgz", - "integrity": "sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz", + "integrity": "sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz", - "integrity": "sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz", + "integrity": "sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==", "dev": true, "requires": { - "@typescript-eslint/types": "5.33.1", - "@typescript-eslint/visitor-keys": "5.33.1", + "@typescript-eslint/types": "5.34.0", + "@typescript-eslint/visitor-keys": "5.34.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -76427,12 +76449,12 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "5.33.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz", - "integrity": "sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==", + "version": "5.34.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz", + "integrity": "sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==", "dev": true, "requires": { - "@typescript-eslint/types": "5.33.1", + "@typescript-eslint/types": "5.34.0", "eslint-visitor-keys": "^3.3.0" } }, @@ -77397,9 +77419,9 @@ } }, "apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.35.5", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.5.tgz", + "integrity": "sha512-Bi3aq35xWntI71JlywXTBBAOhuKTbB4wijKw4ClkIAFV904YDkHPIJ8N9LcZq9fvVb0VX1AEmyOFBOB2Vwsuew==", "dev": true, "requires": { "svg.draggable.js": "^2.2.2", @@ -79115,9 +79137,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001378", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001378.tgz", - "integrity": "sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA==", + "version": "1.0.30001382", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz", + "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", "dev": true }, "canvas": { @@ -85054,9 +85076,9 @@ "from": "elasticlunr@git://github.com/weixsong/elasticlunr.js.git#f773890392760e0b3c68f0e65dbacb396dff297f" }, "electron-to-chromium": { - "version": "1.4.225", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.225.tgz", - "integrity": "sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==", + "version": "1.4.227", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.227.tgz", + "integrity": "sha512-I9VVajA3oswIJOUFg2PSBqrHLF5Y+ahIfjOV9+v6uYyBqFZutmPxA6fxocDUUmgwYevRWFu1VjLyVG3w45qa/g==", "dev": true }, "elegant-spinner": { @@ -86928,9 +86950,9 @@ } }, "flatted": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz", - "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "flatten-vertex-data": { @@ -92242,14 +92264,15 @@ "dev": true }, "tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.0.tgz", + "integrity": "sha512-IVX6AagLelGwl6F0E+hoRpXzuD192cZhAcmT7/eoLr0PnsB1wv2E5c+A2O+V8xth9FlL2p0OstFsWn0bZpVn4w==", "dev": true, "requires": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" } }, "tr46": { @@ -92262,9 +92285,9 @@ } }, "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true }, "whatwg-encoding": { @@ -94169,9 +94192,9 @@ } }, "minipass-fetch": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.1.tgz", - "integrity": "sha512-/kgtXVGS10PTFET6dAbOBWQtgH+iDiI4NhRqAftojRlsOJhk0y45sVVxqCaRQC+AMFH7JkHiWpuKJKQ+mojKiA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", + "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, "requires": { "encoding": "^0.1.13", @@ -96960,18 +96983,18 @@ } }, "playwright": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.0.tgz", - "integrity": "sha512-Z+pQNWI17Qx/tHhnmgMmPsptsisXpKgAnUvYv98kctlHUJaqMt2400P8kTw9vEPoC0xdxqu0JhxO7pDTmaaIKw==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.25.1.tgz", + "integrity": "sha512-kOlW7mllnQ70ALTwAor73q/FhdH9EEXLUqjdzqioYLcSVC4n4NBfDqeCikGuayFZrLECLkU6Hcbziy/szqTXSA==", "dev": true, "requires": { - "playwright-core": "1.25.0" + "playwright-core": "1.25.1" } }, "playwright-core": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.0.tgz", - "integrity": "sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz", + "integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==", "dev": true }, "please-upgrade-node": { @@ -98319,9 +98342,9 @@ "dev": true }, "prismjs": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", - "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", "dev": true }, "proc-log": { @@ -98752,6 +98775,12 @@ "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", "dev": true }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -100524,9 +100553,9 @@ "dev": true }, "sass": { - "version": "1.54.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.4.tgz", - "integrity": "sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==", + "version": "1.54.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz", + "integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", @@ -101447,9 +101476,9 @@ } }, "spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true }, "spdy": { @@ -104428,6 +104457,16 @@ } } }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, "use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", diff --git a/themes/fds-theme/package-lock.json b/themes/fds-theme/package-lock.json index 63bc9203f..189733314 100644 --- a/themes/fds-theme/package-lock.json +++ b/themes/fds-theme/package-lock.json @@ -1,12 +1,12 @@ { "name": "@finastra/fds-theme", - "version": "0.0.39", + "version": "0.0.40", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@finastra/fds-theme", - "version": "0.0.39", + "version": "0.0.40", "license": "MIT", "devDependencies": { "sass": "1.33.0" diff --git a/themes/fds-theme/package.json b/themes/fds-theme/package.json index 4edbf2c80..f6fbc8bb2 100644 --- a/themes/fds-theme/package.json +++ b/themes/fds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/fds-theme", - "version": "0.0.39", + "version": "0.0.40", "author": "Talbot, Thomas ", "license": "MIT", "repository": {