diff --git a/src/app/client/angular.json b/src/app/client/angular.json
index cb57df900c923a669f3dc04b92fc74a52b18eb16..052cf4932b0fc9ae298857da7d8cb2d5d7b2edd7 100644
--- a/src/app/client/angular.json
+++ b/src/app/client/angular.json
@@ -27,7 +27,7 @@
               "src/favicon.png",
               {
                 "glob": "**/*.*",
-                "input": "./node_modules/@project-sunbird/common-consumption-v9/assets",
+                "input": "./node_modules/@project-sunbird/common-consumption/assets",
                 "output": "./assets/common-consumption"
               },
               {
diff --git a/src/app/client/package.json b/src/app/client/package.json
index e9a46637a146907f7d5add6118288f90f0d616de..1eeff6cc621ffc641045945ba5aeba5bf24e230d 100644
--- a/src/app/client/package.json
+++ b/src/app/client/package.json
@@ -57,7 +57,7 @@
     "@project-sunbird/ckeditor-build-classic": "4.1.3",
     "@project-sunbird/ckeditor-build-font": "^1.0.8",
     "@project-sunbird/client-services": "4.8.13",
-    "@project-sunbird/common-consumption-v9": "^4.10.3",
+    "@project-sunbird/common-consumption": "4.12.0",
     "@project-sunbird/common-form-elements": "5.1.1",
     "@project-sunbird/discussions-ui-v8": "2.6.0-beta.2",
     "@project-sunbird/sb-dashlet-v9": "^1.0.4",
@@ -86,7 +86,7 @@
     "chart.js": "2.9.4",
     "common-form-elements-v9": "4.5.0",
     "common-form-elements-web-v9": "4.7.2",
-    "content-section": "0.0.5",
+    "content-section-v11": "0.0.9",
     "core-js": "^2.4.1",
     "datatables.net-dt": "^1.10.20",
     "dayjs": "^1.8.26",
diff --git a/src/app/client/src/app/modules/certificate/certificate.module.ts b/src/app/client/src/app/modules/certificate/certificate.module.ts
index 33fe9ff2a936aa44442b82048cdb326f1a6256c9..803111fa246f57511c09533c23b1c35131f89234 100644
--- a/src/app/client/src/app/modules/certificate/certificate.module.ts
+++ b/src/app/client/src/app/modules/certificate/certificate.module.ts
@@ -8,7 +8,7 @@ import { SharedModule } from '@sunbird/shared';
 import { TelemetryModule } from '@sunbird/telemetry';
 import { PlayerHelperModule } from '@sunbird/player-helper';
 import { CertificateConfigurationComponent, CertificateDetailsComponent, CreateTemplateComponent, SvgEditorComponent } from './components';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { BrowseImagePopupComponent } from './components/browse-image-popup/browse-image-popup.component';
 import { SvgEditorModule } from 'ng-svg-editor';
 import { CsModule } from '@project-sunbird/client-services';
diff --git a/src/app/client/src/app/modules/content-search/components/global-search-filter/global-search-filter.component.ts b/src/app/client/src/app/modules/content-search/components/global-search-filter/global-search-filter.component.ts
index 77ebacb9a73d1c5c7bce07a03fd7d14f209d08d4..83acbdfd5c9b6ca1c99a8376a70e62a64fedee18 100644
--- a/src/app/client/src/app/modules/content-search/components/global-search-filter/global-search-filter.component.ts
+++ b/src/app/client/src/app/modules/content-search/components/global-search-filter/global-search-filter.component.ts
@@ -15,7 +15,7 @@ import { IInteractEventEdata } from '@sunbird/telemetry';
 import { Router, ActivatedRoute } from '@angular/router';
 import { Subject } from 'rxjs';
 import { debounceTime, map, takeUntil, filter } from 'rxjs/operators';
-import { LibraryFiltersLayout } from '@project-sunbird/common-consumption-v9';
+import { LibraryFiltersLayout } from '@project-sunbird/common-consumption';
 import { UserService } from '@sunbird/core';
 import { IFacetFilterFieldTemplateConfig } from '@project-sunbird/common-form-elements';
 import { CacheService } from 'ng2-cache-service';
diff --git a/src/app/client/src/app/modules/content-search/components/search-filter/search-filter.component.ts b/src/app/client/src/app/modules/content-search/components/search-filter/search-filter.component.ts
index 6bb2688103e79dfc1649fbfa53dc15ce77498995..62429a2e3903df53a13ec78415324915c9217254 100644
--- a/src/app/client/src/app/modules/content-search/components/search-filter/search-filter.component.ts
+++ b/src/app/client/src/app/modules/content-search/components/search-filter/search-filter.component.ts
@@ -1,6 +1,6 @@
 import { Component, Output, EventEmitter, Input, OnInit, OnDestroy, ChangeDetectorRef, ViewChild } from '@angular/core';
 import * as _ from 'lodash-es';
-import { LibraryFiltersLayout } from '@project-sunbird/common-consumption-v9';
+import { LibraryFiltersLayout } from '@project-sunbird/common-consumption';
 import { ResourceService, LayoutService, UtilService } from '@sunbird/shared';
 import { Router, ActivatedRoute } from '@angular/router';
 import { Subject, merge, of, zip, BehaviorSubject, defer } from 'rxjs';
diff --git a/src/app/client/src/app/modules/content-search/content-search.module.ts b/src/app/client/src/app/modules/content-search/content-search.module.ts
index 868ea79ee3d8c4b3613442cba73f828005878c3e..fc0f80b73fe0970688b94d966adcb66c8d66aca1 100644
--- a/src/app/client/src/app/modules/content-search/content-search.module.ts
+++ b/src/app/client/src/app/modules/content-search/content-search.module.ts
@@ -10,7 +10,7 @@ import {
 import { TelemetryModule } from '@sunbird/telemetry';
 import { ReactiveFormsModule } from '@angular/forms';
 import { FormsModule } from '@angular/forms';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { SlickModule } from 'ngx-slick';
 import { RouterModule } from '@angular/router';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
diff --git a/src/app/client/src/app/modules/core/core.module.ts b/src/app/client/src/app/modules/core/core.module.ts
index 697b451101142367d5500889aea4a5960c64f52f..29e02aebb5d6d9a9f1860dfe84240ab2f957fdcb 100644
--- a/src/app/client/src/app/modules/core/core.module.ts
+++ b/src/app/client/src/app/modules/core/core.module.ts
@@ -18,7 +18,7 @@ import { AuthGuard } from './guard/auth-gard.service';
 import { CacheService } from 'ng2-cache-service';
 import { WebExtensionModule } from '@project-sunbird/web-extensions';
 import { TelemetryModule } from '@sunbird/telemetry';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentTypeComponent } from './components/content-type/content-type.component';
 import { LocationModule } from '../../plugins/location/location.module';
 import { NotificationModule } from '../notification/notification.module';
diff --git a/src/app/client/src/app/modules/dashboard/dashboard.module.ts b/src/app/client/src/app/modules/dashboard/dashboard.module.ts
index f094a07857586a406e7335e3900b32b5d315ce4a..ca426f41c8e3c19d0e1ec792635d526bd1c9c615 100644
--- a/src/app/client/src/app/modules/dashboard/dashboard.module.ts
+++ b/src/app/client/src/app/modules/dashboard/dashboard.module.ts
@@ -1,6 +1,6 @@
 // Angular modules
 import { NgModule } from '@angular/core';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { CommonModule } from '@angular/common';
 import { FormsModule, ReactiveFormsModule } from '@angular/forms';
 // Modules
diff --git a/src/app/client/src/app/modules/dial-code-search/dial-code-search.module.ts b/src/app/client/src/app/modules/dial-code-search/dial-code-search.module.ts
index 17f2f915510059850af9bf2bd2dc05276d5bbc00..4ad1f422c906b36269b38afe3401eb99da83d382 100644
--- a/src/app/client/src/app/modules/dial-code-search/dial-code-search.module.ts
+++ b/src/app/client/src/app/modules/dial-code-search/dial-code-search.module.ts
@@ -12,7 +12,7 @@ import { GetComponent, DialCodeComponent, DialCodeCardComponent } from './compon
 import { FormsModule } from '@angular/forms';
 import { InfiniteScrollModule } from 'ngx-infinite-scroll';
 import { PlayerHelperModule } from '@sunbird/player-helper';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 
 @NgModule({
   imports: [
diff --git a/src/app/client/src/app/modules/explore-page/explore-page.module.ts b/src/app/client/src/app/modules/explore-page/explore-page.module.ts
index c80707ab1595d59f6d843e3de86e44e1126cfe46..2ba9474725ddffdbe810c2df3abaf06d8cd75fbf 100644
--- a/src/app/client/src/app/modules/explore-page/explore-page.module.ts
+++ b/src/app/client/src/app/modules/explore-page/explore-page.module.ts
@@ -11,11 +11,11 @@ import {
   SuiRatingModule, SuiCollapseModule, SuiDimmerModule
 } from 'ng2-semantic-ui-v9';
 import { WebExtensionModule } from '@project-sunbird/web-extensions';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentSearchModule } from '@sunbird/content-search';
 import { SlickModule } from 'ngx-slick';
 import { ExplorePageComponent } from './components';
-import { ContentSectionModule } from 'content-section';
+import { ContentSectionModule } from 'content-section-v11';
 import {ObservationModule} from '../observation/observation.module';
 
 @NgModule({
diff --git a/src/app/client/src/app/modules/groups/groups.module.ts b/src/app/client/src/app/modules/groups/groups.module.ts
index b195005eb778e8090e549d0df36cc88896c558b9..d320175cb991d0d297eaa201a38f58136690d55b 100644
--- a/src/app/client/src/app/modules/groups/groups.module.ts
+++ b/src/app/client/src/app/modules/groups/groups.module.ts
@@ -13,7 +13,7 @@ import { MyGroupsComponent, AddMemberComponent, GroupHeaderComponent, NoGroupRes
   PopupComponent } from './components';
 import { CoreModule } from '@sunbird/core';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { CsLibInitializerService } from '../../service/CsLibInitializer/cs-lib-initializer.service';
 import { ContentSearchModule } from '@sunbird/content-search';
 import { SlickModule } from 'ngx-slick';
diff --git a/src/app/client/src/app/modules/learn/components/course-consumption/assessment-player/assessment-player.component.ts b/src/app/client/src/app/modules/learn/components/course-consumption/assessment-player/assessment-player.component.ts
index fac0c77299d02887e68de4d6b440478f5587b3e2..98a7b06d2e6514c3add3f274c09b69490839ddce 100644
--- a/src/app/client/src/app/modules/learn/components/course-consumption/assessment-player/assessment-player.component.ts
+++ b/src/app/client/src/app/modules/learn/components/course-consumption/assessment-player/assessment-player.component.ts
@@ -2,7 +2,7 @@ import { Location } from '@angular/common';
 import { TelemetryService, IAuditEventInput, IImpressionEventInput } from '@sunbird/telemetry';
 import { Component, OnInit, OnDestroy, ViewChild, Inject, HostListener, EventEmitter, Output } from '@angular/core';
 import { ActivatedRoute, Router, NavigationExtras, NavigationStart } from '@angular/router';
-import { TocCardType } from '@project-sunbird/common-consumption-v9';
+import { TocCardType } from '@project-sunbird/common-consumption';
 import { UserService, GeneraliseLabelService, PlayerService } from '@sunbird/core';
 import { AssessmentScoreService, CourseBatchService, CourseConsumptionService, CourseProgressService } from '@sunbird/learn';
 import { PublicPlayerService, ComponentCanDeactivate } from '@sunbird/public';
diff --git a/src/app/client/src/app/modules/learn/components/course-consumption/course-player/course-player.component.ts b/src/app/client/src/app/modules/learn/components/course-consumption/course-player/course-player.component.ts
index 6f88136eb37716cbd55f865e95c5c8ff47de80ab..edea16bb85cdfac81e432dbb9a8ce68e297bb557 100644
--- a/src/app/client/src/app/modules/learn/components/course-consumption/course-player/course-player.component.ts
+++ b/src/app/client/src/app/modules/learn/components/course-consumption/course-player/course-player.component.ts
@@ -1,6 +1,6 @@
 import { Component, Inject, OnDestroy, OnInit, ViewChild } from '@angular/core';
 import { ActivatedRoute, NavigationExtras, Router } from '@angular/router';
-import { TocCardType } from '@project-sunbird/common-consumption-v9';
+import { TocCardType } from '@project-sunbird/common-consumption'
 import { CoursesService, PermissionService, UserService, GeneraliseLabelService } from '@sunbird/core';
 import {
   ConfigService, ExternalUrlPreviewService, ICollectionTreeOptions, NavigationHelperService,
diff --git a/src/app/client/src/app/modules/learn/course-consumption.module.ts b/src/app/client/src/app/modules/learn/course-consumption.module.ts
index f4c4cbd759e2d7f03dc92cc079d733024e6f653c..338b1257778aa06331c513c236dac1c82462e989 100644
--- a/src/app/client/src/app/modules/learn/course-consumption.module.ts
+++ b/src/app/client/src/app/modules/learn/course-consumption.module.ts
@@ -16,7 +16,7 @@ import {
 } from 'ng2-semantic-ui-v9';
 import { BatchDetailsComponent,  } from './components/batch/batch-details/batch-details.component';
 import { UnEnrollBatchComponent} from './components/batch/unenroll-batch/unenroll-batch.component';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { AssessmentPlayerComponent } from './components/course-consumption/assessment-player/assessment-player.component';
 import { CourseCompletionComponent } from './components/course-consumption/course-completion/course-completion.component';
 import { CertificateNameUpdatePopupComponent } from './components/course-consumption/certificate-name-update-popup/certificate-name-update-popup.component';
diff --git a/src/app/client/src/app/modules/learn/learn.module.ts b/src/app/client/src/app/modules/learn/learn.module.ts
index 8a5b1885ae5db633bb4205114fb3a522c73ae204..789688e016bf8ae6f05b91d3540648b5477c7eb0 100644
--- a/src/app/client/src/app/modules/learn/learn.module.ts
+++ b/src/app/client/src/app/modules/learn/learn.module.ts
@@ -9,7 +9,7 @@ import { CoursePageComponent } from './components';
 import { CoreModule } from '@sunbird/core';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
 import { ContentSearchModule } from '@sunbird/content-search';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 
 import {
   SuiSelectModule, SuiModalModule, SuiAccordionModule, SuiPopupModule, SuiDropdownModule, SuiProgressModule,
diff --git a/src/app/client/src/app/modules/notification/components/in-app-notification/in-app-notification.component.ts b/src/app/client/src/app/modules/notification/components/in-app-notification/in-app-notification.component.ts
index 8a87f9fdd606866af659134201265f9fff990add..b0002bc2b30b4e9c484307baf448aae86f448e14 100644
--- a/src/app/client/src/app/modules/notification/components/in-app-notification/in-app-notification.component.ts
+++ b/src/app/client/src/app/modules/notification/components/in-app-notification/in-app-notification.component.ts
@@ -3,7 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router';
 import { NotificationServiceImpl } from '../../services/notification/notification-service-impl';
 import * as _ from 'lodash-es';
 import { UserFeedStatus } from '@project-sunbird/client-services/models';
-import { NotificationViewConfig } from '@project-sunbird/common-consumption-v9';
+import { NotificationViewConfig } from '@project-sunbird/common-consumption';
 import { ResourceService } from '@sunbird/shared';
 import { TelemetryService } from '@sunbird/telemetry';
 import { takeUntil, delay } from 'rxjs/operators';
diff --git a/src/app/client/src/app/modules/notification/notification.module.ts b/src/app/client/src/app/modules/notification/notification.module.ts
index a7f4a216fbf8ce7880505ee55702331ae76ffd6d..9e3aa5246e404cad2bdd46dd3b7931e15b77ba53 100644
--- a/src/app/client/src/app/modules/notification/notification.module.ts
+++ b/src/app/client/src/app/modules/notification/notification.module.ts
@@ -1,7 +1,7 @@
 import { forwardRef, NgModule } from '@angular/core';
 import { CommonModule } from '@angular/common';
 import { SuiModule } from 'ng2-semantic-ui-v9';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { InAppNotificationComponent } from './components/in-app-notification/in-app-notification.component';
 import { SbNotificationModule } from '@project-sunbird/sb-notification';
 import { NotificationServiceImpl } from './services/notification/notification-service-impl';
diff --git a/src/app/client/src/app/modules/observation/observation.module.ts b/src/app/client/src/app/modules/observation/observation.module.ts
index 44b112d6de8017aeb50ec5190b0454a3715636be..76d65a6864635c231e8897284ceaae6e96fdae7d 100644
--- a/src/app/client/src/app/modules/observation/observation.module.ts
+++ b/src/app/client/src/app/modules/observation/observation.module.ts
@@ -10,7 +10,7 @@ import { TelemetryModule } from '@sunbird/telemetry';
 import { NgInviewModule } from 'angular-inport';
 import { AvatarModule } from 'ngx-avatar';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentSearchModule } from '@sunbird/content-search';
 import { TranslateModule } from '@ngx-translate/core';
 import {
diff --git a/src/app/client/src/app/modules/player-helper/components/content-actions/actionButtons.ts b/src/app/client/src/app/modules/player-helper/components/content-actions/actionButtons.ts
index ad0d89adbf2cff04c589dde3606a78877d7a89d7..faf73bda2637d5011f23fd66c6715bf8969e3651 100644
--- a/src/app/client/src/app/modules/player-helper/components/content-actions/actionButtons.ts
+++ b/src/app/client/src/app/modules/player-helper/components/content-actions/actionButtons.ts
@@ -1,4 +1,4 @@
-import { IActionButton, ActionButtonType } from '@project-sunbird/common-consumption-v9';
+import { IActionButton, ActionButtonType } from '@project-sunbird/common-consumption';
 
 export const actionButtons: IActionButton[] = [
     {
diff --git a/src/app/client/src/app/modules/player-helper/player-helper.module.ts b/src/app/client/src/app/modules/player-helper/player-helper.module.ts
index c8b3d5197ba409259875b432fd09ea3b4523f9f4..f89d82343c5aec518de02c954f3541d4c22f0254 100644
--- a/src/app/client/src/app/modules/player-helper/player-helper.module.ts
+++ b/src/app/client/src/app/modules/player-helper/player-helper.module.ts
@@ -13,7 +13,7 @@ import {
 import { SharedModule } from '@sunbird/shared';
 import { CoreModule } from '@sunbird/core';
 import { FormsModule } from '@angular/forms';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import {SunbirdPdfPlayerModule} from '@project-sunbird/sunbird-pdf-player-v9';
 import { SunbirdVideoPlayerModule } from '@project-sunbird/sunbird-video-player-v9';
 import { SunbirdEpubPlayerModule } from '@project-sunbird/sunbird-epub-player-v9';
diff --git a/src/app/client/src/app/modules/public/module/course/components/course-consumption/public-course-player/public-course-player.component.ts b/src/app/client/src/app/modules/public/module/course/components/course-consumption/public-course-player/public-course-player.component.ts
index fe7a986f4c22a62261770a402999540fa9139a29..80aaf3b4b045d6e0b5aeff89da578eb71677de8a 100644
--- a/src/app/client/src/app/modules/public/module/course/components/course-consumption/public-course-player/public-course-player.component.ts
+++ b/src/app/client/src/app/modules/public/module/course/components/course-consumption/public-course-player/public-course-player.component.ts
@@ -11,7 +11,7 @@ import { CourseConsumptionService } from '@sunbird/learn';
 import { IImpressionEventInput, TelemetryService } from '@sunbird/telemetry';
 import * as TreeModel from 'tree-model';
 import { UserService, GeneraliseLabelService } from '@sunbird/core';
-import { TocCardType } from '@project-sunbird/common-consumption-v9';
+import { TocCardType } from '@project-sunbird/common-consumption';
 import { ITelemetryShare, ContentUtilsServiceService } from '@sunbird/shared';
 
 @Component({
diff --git a/src/app/client/src/app/modules/public/module/course/course.module.ts b/src/app/client/src/app/modules/public/module/course/course.module.ts
index b5efd01406ecc73a78c1181258c01685208e4a15..3c046c603f590320f0c815d9b2088bbd9b14f6ab 100644
--- a/src/app/client/src/app/modules/public/module/course/course.module.ts
+++ b/src/app/client/src/app/modules/public/module/course/course.module.ts
@@ -14,7 +14,7 @@ import { CourseConsumptionService, CourseBatchService, CourseProgressService } f
 import { FormsModule } from '@angular/forms';
 import { PlayerHelperModule } from '@sunbird/player-helper';
 import { ContentSearchModule } from '@sunbird/content-search';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 
 @NgModule({
   imports: [
diff --git a/src/app/client/src/app/modules/public/module/explore/explore.module.ts b/src/app/client/src/app/modules/public/module/explore/explore.module.ts
index d88766717df4b63aab85e5afbd8fa51d5199b258..5605761c10b21ccefa09211c17420c97f3c22ffd 100644
--- a/src/app/client/src/app/modules/public/module/explore/explore.module.ts
+++ b/src/app/client/src/app/modules/public/module/explore/explore.module.ts
@@ -11,7 +11,7 @@ import {SharedFeatureModule} from '@sunbird/shared-feature';
 import { SuiSelectModule, SuiModalModule, SuiAccordionModule, SuiPopupModule, SuiDropdownModule, SuiProgressModule,
   SuiRatingModule, SuiCollapseModule, SuiDimmerModule } from 'ng2-semantic-ui-v9';
 import { WebExtensionModule } from '@project-sunbird/web-extensions';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentSearchModule } from '@sunbird/content-search';
 
 @NgModule({
diff --git a/src/app/client/src/app/modules/public/module/help/help.module.ts b/src/app/client/src/app/modules/public/module/help/help.module.ts
index 2afc6b3aa6aea399f991efd30dc8ab1cce554a8e..d44898519501167013a2192d2122907d8dc4d16a 100644
--- a/src/app/client/src/app/modules/public/module/help/help.module.ts
+++ b/src/app/client/src/app/modules/public/module/help/help.module.ts
@@ -5,7 +5,7 @@ import { FaqComponent, OfflineHelpVideosComponent } from './components';
 import { TelemetryModule } from '@sunbird/telemetry';
 import { CoreModule } from '@sunbird/core';
 import { SharedModule } from '@sunbird/shared';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { FaqReportComponent } from './components/faq-report/faq-report.component';
 import { CommonFormElementsModule } from '@project-sunbird/common-form-elements';
 import { SuiModalModule } from 'ng2-semantic-ui-v9';
diff --git a/src/app/client/src/app/modules/public/module/offline/offline.module.ts b/src/app/client/src/app/modules/public/module/offline/offline.module.ts
index 3457b2eb6a67f882f3dbd2d2f7ca35d91b158d59..e4e34c501d84763c182cdde92ecb2dda137a3834 100644
--- a/src/app/client/src/app/modules/public/module/offline/offline.module.ts
+++ b/src/app/client/src/app/modules/public/module/offline/offline.module.ts
@@ -20,7 +20,7 @@ import { OrderModule } from 'ngx-order-pipe';
 import { SlickModule } from 'ngx-slick';
 import { ReactiveFormsModule } from '@angular/forms';
 import { FormsModule } from '@angular/forms';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { NgInviewModule } from 'angular-inport';
 import { ContentSearchModule } from '@sunbird/content-search';
 @NgModule({
diff --git a/src/app/client/src/app/modules/public/module/player/player.module.ts b/src/app/client/src/app/modules/public/module/player/player.module.ts
index bc53902644153276d1912bea647bf65aec3d9b89..d0d47456540594d3bdf2812bc6140412b9e7124c 100644
--- a/src/app/client/src/app/modules/public/module/player/player.module.ts
+++ b/src/app/client/src/app/modules/public/module/player/player.module.ts
@@ -7,7 +7,7 @@ import { BadgingModule } from '@sunbird/badge';
 import { CoreModule } from '@sunbird/core';
 import { PlayerHelperModule } from '@sunbird/player-helper';
 import { SuiModalModule } from 'ng2-semantic-ui-v9';
-import { CommonConsumptionModule} from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule} from '@project-sunbird/common-consumption';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
 
 @NgModule({
diff --git a/src/app/client/src/app/modules/resource/modules/player/player.module.ts b/src/app/client/src/app/modules/resource/modules/player/player.module.ts
index 16517c535cd05e33ef47e2ae59816dcc92aa2772..19e1d86d3127663130788e338832ac13770f29b2 100644
--- a/src/app/client/src/app/modules/resource/modules/player/player.module.ts
+++ b/src/app/client/src/app/modules/resource/modules/player/player.module.ts
@@ -8,7 +8,7 @@ import { CoreModule } from '@sunbird/core';
 import { PlayerHelperModule } from '@sunbird/player-helper';
 import { SuiModule } from 'ng2-semantic-ui-v9';
 import { FormsModule } from '@angular/forms';
-import { CommonConsumptionModule} from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule} from '@project-sunbird/common-consumption';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
 import { PendingchangesGuard } from '@sunbird/public';
 
diff --git a/src/app/client/src/app/modules/resource/resource.module.ts b/src/app/client/src/app/modules/resource/resource.module.ts
index 4fcae721799ea8020a0ac39eec3a50add8e3f7ab..015a73a82652889ae6942c1151ec34ac4ddb5b47 100644
--- a/src/app/client/src/app/modules/resource/resource.module.ts
+++ b/src/app/client/src/app/modules/resource/resource.module.ts
@@ -10,7 +10,7 @@ import { CoreModule } from '@sunbird/core';
 import { NgInviewModule } from 'angular-inport';
 import { TelemetryModule } from '@sunbird/telemetry';
 import { SharedFeatureModule } from '@sunbird/shared-feature';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentSearchModule } from '@sunbird/content-search';
 @NgModule({
   imports: [
diff --git a/src/app/client/src/app/modules/search/search.module.ts b/src/app/client/src/app/modules/search/search.module.ts
index f7a859bc88580c73e4abc79a8efa764355b00697..4ba57d6719d70b6a24eaf3b0269bf62a9659649b 100644
--- a/src/app/client/src/app/modules/search/search.module.ts
+++ b/src/app/client/src/app/modules/search/search.module.ts
@@ -14,7 +14,7 @@ import { NgInviewModule } from 'angular-inport';
 import { AvatarModule } from 'ngx-avatar';
 import {SharedFeatureModule} from '@sunbird/shared-feature';
 // import { Angular2CsvModule } from 'angular2-csv'; Angular2CsvModule removed TODO: use Blob object to generate csv file
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { ContentSearchModule } from '@sunbird/content-search';
 import { TranslateModule } from '@ngx-translate/core';
 
diff --git a/src/app/client/src/app/modules/shared-feature/components/collection-player/collection-player.component.ts b/src/app/client/src/app/modules/shared-feature/components/collection-player/collection-player.component.ts
index 5286f40d4d0771631aec916283cd473f060e7778..847f35c57c70c4f262e3bdaa6ba8d72671392336 100644
--- a/src/app/client/src/app/modules/shared-feature/components/collection-player/collection-player.component.ts
+++ b/src/app/client/src/app/modules/shared-feature/components/collection-player/collection-player.component.ts
@@ -15,7 +15,7 @@ import * as TreeModel from 'tree-model';
 import { DeviceDetectorService } from 'ngx-device-detector';
 import { PopupControlService } from '../../../../service/popup-control.service';
 import { PublicPlayerService } from '@sunbird/public';
-import { TocCardType, PlatformType } from '@project-sunbird/common-consumption-v9';
+import { TocCardType, PlatformType } from '@project-sunbird/common-consumption';
 import { CsGroupAddableBloc } from '@project-sunbird/client-services/blocs';
 import { ContentManagerService } from '../../../public/module/offline/services';
 
diff --git a/src/app/client/src/app/modules/shared-feature/shared-feature.module.ts b/src/app/client/src/app/modules/shared-feature/shared-feature.module.ts
index 0494713035f80193c2ca12940973e40db6f27016..3f9666fd8a845da789490bd2287528893915d073 100644
--- a/src/app/client/src/app/modules/shared-feature/shared-feature.module.ts
+++ b/src/app/client/src/app/modules/shared-feature/shared-feature.module.ts
@@ -18,7 +18,7 @@ import { GlobalConsentPiiComponent } from './components/global-consent-pii/globa
 import { CsModule } from '@project-sunbird/client-services';
 import { CsLibInitializerService } from '../../service/CsLibInitializer/cs-lib-initializer.service';
 import { PlayerHelperModule } from '@sunbird/player-helper';
-import { CommonConsumptionModule } from '@project-sunbird/common-consumption-v9';
+import { CommonConsumptionModule } from '@project-sunbird/common-consumption';
 import { CommonFormElementsModule } from '@project-sunbird/common-form-elements';
 import { LocationModule } from '../../plugins/location';
 import { DashboardComponent } from './components/dashboard/dashboard.component';
diff --git a/src/app/client/src/app/plugins/profile/profile.module.ts b/src/app/client/src/app/plugins/profile/profile.module.ts
index ded20897b8f8c80c19a940486e3fe125699214c9..c9b17161e1b0f1873478c420064d5465d742a8dd 100644
--- a/src/app/client/src/app/plugins/profile/profile.module.ts
+++ b/src/app/client/src/app/plugins/profile/profile.module.ts
@@ -16,7 +16,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
 import { TelemetryModule } from '@sunbird/telemetry';
 import { AvatarModule } from 'ngx-avatar';
 import { ContentSearchModule } from '@sunbird/content-search';
-import {CommonConsumptionModule} from '@project-sunbird/common-consumption-v9';
+import {CommonConsumptionModule} from '@project-sunbird/common-consumption';
 import { CertificateDirectivesModule } from 'sb-svg2pdf';
 import { CsModule } from '@project-sunbird/client-services';
 import { CsLibInitializerService } from '../../service/CsLibInitializer/cs-lib-initializer.service';
diff --git a/src/app/client/yarn.lock b/src/app/client/yarn.lock
index 288b4fd304a8369c9ac8c95a163ff2ab736fdc5c..da2ed8583b5a6cb84c4ae4cc41f08f178598aa27 100644
--- a/src/app/client/yarn.lock
+++ b/src/app/client/yarn.lock
@@ -420,9 +420,9 @@
     "@babel/highlight" "^7.18.6"
 
 "@babel/compat-data@^7.12.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
-  version "7.20.1"
-  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
-  integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
+  integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
 
 "@babel/core@7.12.10":
   version "7.12.10"
@@ -467,20 +467,20 @@
     source-map "^0.5.0"
 
 "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.6":
-  version "7.20.2"
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
-  integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
+  integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
   dependencies:
     "@ampproject/remapping" "^2.1.0"
     "@babel/code-frame" "^7.18.6"
-    "@babel/generator" "^7.20.2"
+    "@babel/generator" "^7.20.5"
     "@babel/helper-compilation-targets" "^7.20.0"
     "@babel/helper-module-transforms" "^7.20.2"
-    "@babel/helpers" "^7.20.1"
-    "@babel/parser" "^7.20.2"
+    "@babel/helpers" "^7.20.5"
+    "@babel/parser" "^7.20.5"
     "@babel/template" "^7.18.10"
-    "@babel/traverse" "^7.20.1"
-    "@babel/types" "^7.20.2"
+    "@babel/traverse" "^7.20.5"
+    "@babel/types" "^7.20.5"
     convert-source-map "^1.7.0"
     debug "^4.1.0"
     gensync "^1.0.0-beta.2"
@@ -496,12 +496,12 @@
     jsesc "^2.5.1"
     source-map "^0.5.0"
 
-"@babel/generator@^7.12.10", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2", "@babel/generator@^7.8.3":
-  version "7.20.4"
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
-  integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
+"@babel/generator@^7.12.10", "@babel/generator@^7.20.5", "@babel/generator@^7.7.2", "@babel/generator@^7.8.3":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
+  integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
   dependencies:
-    "@babel/types" "^7.20.2"
+    "@babel/types" "^7.20.5"
     "@jridgewell/gen-mapping" "^0.3.2"
     jsesc "^2.5.1"
 
@@ -531,9 +531,9 @@
     semver "^6.3.0"
 
 "@babel/helper-create-class-features-plugin@^7.18.6":
-  version "7.20.2"
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2"
-  integrity sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz#327154eedfb12e977baa4ecc72e5806720a85a06"
+  integrity sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==
   dependencies:
     "@babel/helper-annotate-as-pure" "^7.18.6"
     "@babel/helper-environment-visitor" "^7.18.9"
@@ -543,13 +543,13 @@
     "@babel/helper-replace-supers" "^7.19.1"
     "@babel/helper-split-export-declaration" "^7.18.6"
 
-"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
-  version "7.19.0"
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz#7976aca61c0984202baca73d84e2337a5424a41b"
-  integrity sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz#5ea79b59962a09ec2acf20a963a01ab4d076ccca"
+  integrity sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==
   dependencies:
     "@babel/helper-annotate-as-pure" "^7.18.6"
-    regexpu-core "^5.1.0"
+    regexpu-core "^5.2.1"
 
 "@babel/helper-environment-visitor@^7.18.9":
   version "7.18.9"
@@ -676,23 +676,23 @@
   integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
 
 "@babel/helper-wrap-function@^7.18.9":
-  version "7.19.0"
-  resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz#89f18335cff1152373222f76a4b37799636ae8b1"
-  integrity sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
+  integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==
   dependencies:
     "@babel/helper-function-name" "^7.19.0"
     "@babel/template" "^7.18.10"
-    "@babel/traverse" "^7.19.0"
-    "@babel/types" "^7.19.0"
+    "@babel/traverse" "^7.20.5"
+    "@babel/types" "^7.20.5"
 
-"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.1", "@babel/helpers@^7.8.3":
-  version "7.20.1"
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
-  integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
+"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.5", "@babel/helpers@^7.8.3":
+  version "7.20.6"
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
+  integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
   dependencies:
     "@babel/template" "^7.18.10"
-    "@babel/traverse" "^7.20.1"
-    "@babel/types" "^7.20.0"
+    "@babel/traverse" "^7.20.5"
+    "@babel/types" "^7.20.5"
 
 "@babel/highlight@^7.18.6":
   version "7.18.6"
@@ -703,10 +703,10 @@
     chalk "^2.0.0"
     js-tokens "^4.0.0"
 
-"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2", "@babel/parser@^7.8.3":
-  version "7.20.3"
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
-  integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
+"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.8.3":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
+  integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
 
 "@babel/plugin-proposal-async-generator-functions@^7.12.1":
   version "7.20.1"
@@ -956,9 +956,9 @@
     "@babel/helper-plugin-utils" "^7.18.6"
 
 "@babel/plugin-transform-block-scoping@^7.12.11":
-  version "7.20.2"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed"
-  integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237"
+  integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==
   dependencies:
     "@babel/helper-plugin-utils" "^7.20.2"
 
@@ -1080,12 +1080,12 @@
     "@babel/helper-plugin-utils" "^7.18.6"
 
 "@babel/plugin-transform-named-capturing-groups-regex@^7.12.1":
-  version "7.19.1"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
-  integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8"
+  integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==
   dependencies:
-    "@babel/helper-create-regexp-features-plugin" "^7.19.0"
-    "@babel/helper-plugin-utils" "^7.19.0"
+    "@babel/helper-create-regexp-features-plugin" "^7.20.5"
+    "@babel/helper-plugin-utils" "^7.20.2"
 
 "@babel/plugin-transform-new-target@^7.12.1":
   version "7.18.6"
@@ -1103,9 +1103,9 @@
     "@babel/helper-replace-supers" "^7.18.6"
 
 "@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.20.1":
-  version "7.20.3"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz#7b3468d70c3c5b62e46be0a47b6045d8590fb748"
-  integrity sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz#f8f9186c681d10c3de7620c916156d893c8a019e"
+  integrity sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==
   dependencies:
     "@babel/helper-plugin-utils" "^7.20.2"
 
@@ -1117,12 +1117,12 @@
     "@babel/helper-plugin-utils" "^7.18.6"
 
 "@babel/plugin-transform-regenerator@^7.12.1":
-  version "7.18.6"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz#585c66cb84d4b4bf72519a34cfce761b8676ca73"
-  integrity sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d"
+  integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==
   dependencies:
-    "@babel/helper-plugin-utils" "^7.18.6"
-    regenerator-transform "^0.15.0"
+    "@babel/helper-plugin-utils" "^7.20.2"
+    regenerator-transform "^0.15.1"
 
 "@babel/plugin-transform-reserved-words@^7.12.1":
   version "7.18.6"
@@ -1282,11 +1282,11 @@
     regenerator-runtime "^0.13.4"
 
 "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
-  version "7.20.1"
-  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
-  integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
+  version "7.20.6"
+  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
+  integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
   dependencies:
-    regenerator-runtime "^0.13.10"
+    regenerator-runtime "^0.13.11"
 
 "@babel/template@7.12.7":
   version "7.12.7"
@@ -1306,26 +1306,26 @@
     "@babel/parser" "^7.18.10"
     "@babel/types" "^7.18.10"
 
-"@babel/traverse@^7.12.10", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3":
-  version "7.20.1"
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
-  integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
+"@babel/traverse@^7.12.10", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
+  integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
   dependencies:
     "@babel/code-frame" "^7.18.6"
-    "@babel/generator" "^7.20.1"
+    "@babel/generator" "^7.20.5"
     "@babel/helper-environment-visitor" "^7.18.9"
     "@babel/helper-function-name" "^7.19.0"
     "@babel/helper-hoist-variables" "^7.18.6"
     "@babel/helper-split-export-declaration" "^7.18.6"
-    "@babel/parser" "^7.20.1"
-    "@babel/types" "^7.20.0"
+    "@babel/parser" "^7.20.5"
+    "@babel/types" "^7.20.5"
     debug "^4.1.0"
     globals "^11.1.0"
 
-"@babel/types@^7.0.0", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
-  version "7.20.2"
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
-  integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
+"@babel/types@^7.0.0", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
+  integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
   dependencies:
     "@babel/helper-string-parser" "^7.19.4"
     "@babel/helper-validator-identifier" "^7.19.1"
@@ -2119,10 +2119,12 @@
     reflect-metadata "^0.1.13"
     whatwg-fetch "^3.1.0"
 
-"@project-sunbird/common-consumption-v9@^4.10.3":
-  version "4.10.3"
-  resolved "https://registry.yarnpkg.com/@project-sunbird/common-consumption-v9/-/common-consumption-v9-4.10.3.tgz#a2e89a22ee7c9dff157c10f1f3e57ba95d1dd0f0"
-  integrity sha512-gnm12hGha7N4KBlPE+Zg5buWXpF9LnS8/D1IAk/iAlO3POcpA7zyhmzwbE5UfO2krZUyDfhz6MN5Qky57w/qpA==
+"@project-sunbird/common-consumption@4.12.0":
+  version "4.12.0"
+  resolved "https://registry.yarnpkg.com/@project-sunbird/common-consumption/-/common-consumption-4.12.0.tgz#ef4bdf7c77445b7b0d3b46cf6d44c49d68d061ec"
+  integrity sha512-ijX69lPrG4bIV9Dprzq/mFYnTXvqLwcyTG212tshXyeTMxiwCrJ314jRwjMD/jOnV5tyTptw7s0ogDlB1M8vJA==
+  dependencies:
+    tslib "^2.0.0"
 
 "@project-sunbird/common-form-elements@5.1.1":
   version "5.1.1"
@@ -4744,12 +4746,12 @@ content-disposition@0.5.4:
   dependencies:
     safe-buffer "5.2.1"
 
-content-section@0.0.5:
-  version "0.0.5"
-  resolved "https://registry.yarnpkg.com/content-section/-/content-section-0.0.5.tgz#4b5ff3e3d3cec35a4ddb81161467b1f3e96e5e9a"
-  integrity sha512-6LIPFIcqGajDUChDx7iKDhIlQsnWNpkWZDNjzDCnEiBppu25DgUsXPveLy30JwO9k1OLbInwRdfmyb5U6uUT3Q==
+content-section-v11@0.0.9:
+  version "0.0.9"
+  resolved "https://registry.yarnpkg.com/content-section-v11/-/content-section-v11-0.0.9.tgz#8c73c4ec75f49634ffe0f678aa3d82e5aa23c259"
+  integrity sha512-YagJEw5YbT8mwrU2tayxRCkBJNOAbf58B31dyS2ritaR7ZHvb9T787BwPkwzCLTMaUeZMb/XKbF8oQ0rN5XdTw==
   dependencies:
-    tslib "^1.10.0"
+    tslib "^2.0.0"
 
 content-type@~1.0.4:
   version "1.0.4"
@@ -7706,9 +7708,9 @@ ignore-walk@^3.0.1, ignore-walk@^3.0.3:
     minimatch "^3.0.4"
 
 ignore@^5.2.0:
-  version "5.2.0"
-  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
-  integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
+  version "5.2.1"
+  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.1.tgz#c2b1f76cb999ede1502f3a226a9310fdfe88d46c"
+  integrity sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==
 
 iltorb@^2.0.0:
   version "2.4.5"
@@ -12298,12 +12300,12 @@ regenerator-runtime@0.13.7:
   resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
   integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
 
-regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.4:
+regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.4:
   version "0.13.11"
   resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
   integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
 
-regenerator-transform@^0.15.0:
+regenerator-transform@^0.15.1:
   version "0.15.1"
   resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56"
   integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==
@@ -12332,7 +12334,7 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.3:
     define-properties "^1.1.3"
     functions-have-names "^1.2.2"
 
-regexpu-core@^5.1.0:
+regexpu-core@^5.2.1:
   version "5.2.2"
   resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.2.tgz#3e4e5d12103b64748711c3aad69934d7718e75fc"
   integrity sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==
diff --git a/src/app/yarn.lock b/src/app/yarn.lock
index 10a2f2b9b13315a6f8575e1abe241ca66233df11..0f0ea3d6ebf4762dbdc75d7ee3683d786fe423ba 100644
--- a/src/app/yarn.lock
+++ b/src/app/yarn.lock
@@ -2054,12 +2054,12 @@
   dependencies:
     "@babel/highlight" "^7.18.6"
 
-"@babel/generator@^7.20.1", "@babel/generator@^7.4.0":
-  version "7.20.4"
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8"
-  integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==
+"@babel/generator@^7.20.5", "@babel/generator@^7.4.0":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
+  integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
   dependencies:
-    "@babel/types" "^7.20.2"
+    "@babel/types" "^7.20.5"
     "@jridgewell/gen-mapping" "^0.3.2"
     jsesc "^2.5.1"
 
@@ -2109,10 +2109,10 @@
     chalk "^2.0.0"
     js-tokens "^4.0.0"
 
-"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.4.3":
-  version "7.20.3"
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
-  integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
+"@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.4.3":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
+  integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
 
 "@babel/template@^7.18.10", "@babel/template@^7.4.0":
   version "7.18.10"
@@ -2124,25 +2124,25 @@
     "@babel/types" "^7.18.10"
 
 "@babel/traverse@^7.4.3":
-  version "7.20.1"
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
-  integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
+  integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
   dependencies:
     "@babel/code-frame" "^7.18.6"
-    "@babel/generator" "^7.20.1"
+    "@babel/generator" "^7.20.5"
     "@babel/helper-environment-visitor" "^7.18.9"
     "@babel/helper-function-name" "^7.19.0"
     "@babel/helper-hoist-variables" "^7.18.6"
     "@babel/helper-split-export-declaration" "^7.18.6"
-    "@babel/parser" "^7.20.1"
-    "@babel/types" "^7.20.0"
+    "@babel/parser" "^7.20.5"
+    "@babel/types" "^7.20.5"
     debug "^4.1.0"
     globals "^11.1.0"
 
-"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.4.0":
-  version "7.20.2"
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
-  integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
+"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.5", "@babel/types@^7.4.0":
+  version "7.20.5"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
+  integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
   dependencies:
     "@babel/helper-string-parser" "^7.19.4"
     "@babel/helper-validator-identifier" "^7.19.1"