From 38097855f85a12ccd86f8d369810ca685811e796 Mon Sep 17 00:00:00 2001 From: rmch91 Date: Fri, 20 Dec 2024 14:27:04 +0100 Subject: [PATCH] chore: Update tslib --- core-libs/setup/package.json | 2 +- feature-libs/asm/package.json | 2 +- feature-libs/cart/package.json | 2 +- feature-libs/checkout/package.json | 2 +- feature-libs/customer-ticketing/package.json | 2 +- .../estimated-delivery-date/package.json | 2 +- feature-libs/order/package.json | 2 +- feature-libs/organization/package.json | 2 +- feature-libs/pdf-invoices/package.json | 2 +- feature-libs/pickup-in-store/package.json | 2 +- .../product-configurator/package.json | 2 +- .../product-multi-dimensional/package.json | 2 +- feature-libs/product/package.json | 2 +- feature-libs/qualtrics/package.json | 2 +- feature-libs/quote/package.json | 2 +- .../requested-delivery-date/package.json | 2 +- feature-libs/smartedit/package.json | 2 +- feature-libs/storefinder/package.json | 2 +- feature-libs/tracking/package.json | 2 +- feature-libs/user/package.json | 2 +- integration-libs/cdc/package.json | 2 +- integration-libs/cdp/package.json | 2 +- integration-libs/cds/package.json | 2 +- integration-libs/cpq-quote/package.json | 2 +- .../digital-payments/package.json | 2 +- .../epd-visualization/package.json | 2 +- integration-libs/omf/package.json | 2 +- integration-libs/opf/package.json | 2 +- integration-libs/opps/package.json | 2 +- integration-libs/s4-service/package.json | 2 +- integration-libs/s4om/package.json | 2 +- integration-libs/segment-refs/package.json | 2 +- package-lock.json | 26 ++++++++++++++----- package.json | 2 +- projects/assets/package.json | 2 +- projects/core/package.json | 2 +- projects/schematics/package.json | 2 +- projects/schematics/src/dependencies.json | 2 +- projects/ssr-tests/package.json | 2 +- projects/storefrontlib/package.json | 2 +- 40 files changed, 58 insertions(+), 46 deletions(-) diff --git a/core-libs/setup/package.json b/core-libs/setup/package.json index 28050ac5ff9..3bbeff9d328 100644 --- a/core-libs/setup/package.json +++ b/core-libs/setup/package.json @@ -16,7 +16,7 @@ "test": "../../node_modules/.bin/jest --config ./jest.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular/core": "^17.0.5", diff --git a/feature-libs/asm/package.json b/feature-libs/asm/package.json index a3adec7047c..99a4a4d0cd6 100644 --- a/feature-libs/asm/package.json +++ b/feature-libs/asm/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/cart/package.json b/feature-libs/cart/package.json index 1894dca7f02..acf37b6bbde 100644 --- a/feature-libs/cart/package.json +++ b/feature-libs/cart/package.json @@ -26,7 +26,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/checkout/package.json b/feature-libs/checkout/package.json index 2c2012d1c5b..4f7b8aeae55 100644 --- a/feature-libs/checkout/package.json +++ b/feature-libs/checkout/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/customer-ticketing/package.json b/feature-libs/customer-ticketing/package.json index 884f8c21539..a287d0dbd06 100644 --- a/feature-libs/customer-ticketing/package.json +++ b/feature-libs/customer-ticketing/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/estimated-delivery-date/package.json b/feature-libs/estimated-delivery-date/package.json index 492678c3eb2..2f79086b816 100644 --- a/feature-libs/estimated-delivery-date/package.json +++ b/feature-libs/estimated-delivery-date/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/order/package.json b/feature-libs/order/package.json index adabb20df18..1aec0b7cbae 100644 --- a/feature-libs/order/package.json +++ b/feature-libs/order/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/organization/package.json b/feature-libs/organization/package.json index 5641e905651..8f3f6988fec 100644 --- a/feature-libs/organization/package.json +++ b/feature-libs/organization/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/pdf-invoices/package.json b/feature-libs/pdf-invoices/package.json index d1b77312900..05c78c132d0 100644 --- a/feature-libs/pdf-invoices/package.json +++ b/feature-libs/pdf-invoices/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/pickup-in-store/package.json b/feature-libs/pickup-in-store/package.json index f985cdb2501..9ea973a40d9 100644 --- a/feature-libs/pickup-in-store/package.json +++ b/feature-libs/pickup-in-store/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/product-configurator/package.json b/feature-libs/product-configurator/package.json index 2c5b59334d8..35b96629919 100644 --- a/feature-libs/product-configurator/package.json +++ b/feature-libs/product-configurator/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/product-multi-dimensional/package.json b/feature-libs/product-multi-dimensional/package.json index f8ce019d4c5..a3a7aa7e8ae 100644 --- a/feature-libs/product-multi-dimensional/package.json +++ b/feature-libs/product-multi-dimensional/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/product/package.json b/feature-libs/product/package.json index e3f242b1f76..13d75444ffa 100644 --- a/feature-libs/product/package.json +++ b/feature-libs/product/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/qualtrics/package.json b/feature-libs/qualtrics/package.json index 02ddaaf68aa..37e00ba5ee9 100644 --- a/feature-libs/qualtrics/package.json +++ b/feature-libs/qualtrics/package.json @@ -24,7 +24,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/quote/package.json b/feature-libs/quote/package.json index 5a3c124ce78..05a5bf478b4 100644 --- a/feature-libs/quote/package.json +++ b/feature-libs/quote/package.json @@ -24,7 +24,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/requested-delivery-date/package.json b/feature-libs/requested-delivery-date/package.json index 764d2b0b04e..613519dfd5b 100644 --- a/feature-libs/requested-delivery-date/package.json +++ b/feature-libs/requested-delivery-date/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/smartedit/package.json b/feature-libs/smartedit/package.json index cc177d85bf7..394ca62ac8d 100644 --- a/feature-libs/smartedit/package.json +++ b/feature-libs/smartedit/package.json @@ -17,7 +17,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/storefinder/package.json b/feature-libs/storefinder/package.json index e13e53354ab..5a1bd9fe49d 100644 --- a/feature-libs/storefinder/package.json +++ b/feature-libs/storefinder/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/tracking/package.json b/feature-libs/tracking/package.json index 030eb0561c7..4cfef31c6fa 100644 --- a/feature-libs/tracking/package.json +++ b/feature-libs/tracking/package.json @@ -21,7 +21,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/feature-libs/user/package.json b/feature-libs/user/package.json index 5b076846d85..ae5db048f77 100644 --- a/feature-libs/user/package.json +++ b/feature-libs/user/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/cdc/package.json b/integration-libs/cdc/package.json index c4094b9711a..f14bbaa3398 100644 --- a/integration-libs/cdc/package.json +++ b/integration-libs/cdc/package.json @@ -19,7 +19,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/cdp/package.json b/integration-libs/cdp/package.json index 63c6f2c971d..1659b2b7b03 100644 --- a/integration-libs/cdp/package.json +++ b/integration-libs/cdp/package.json @@ -19,7 +19,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/cds/package.json b/integration-libs/cds/package.json index 55623ec6790..eb4d0861e9e 100644 --- a/integration-libs/cds/package.json +++ b/integration-libs/cds/package.json @@ -20,7 +20,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/cpq-quote/package.json b/integration-libs/cpq-quote/package.json index 95a5ee48ecf..33dd2a55cc8 100644 --- a/integration-libs/cpq-quote/package.json +++ b/integration-libs/cpq-quote/package.json @@ -17,7 +17,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/digital-payments/package.json b/integration-libs/digital-payments/package.json index 905d10915f7..14bacb40f70 100644 --- a/integration-libs/digital-payments/package.json +++ b/integration-libs/digital-payments/package.json @@ -18,7 +18,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/epd-visualization/package.json b/integration-libs/epd-visualization/package.json index 2fc726e7679..1c82aeec3f9 100644 --- a/integration-libs/epd-visualization/package.json +++ b/integration-libs/epd-visualization/package.json @@ -29,7 +29,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/omf/package.json b/integration-libs/omf/package.json index 56f8b1a6643..75a4aabb5f1 100644 --- a/integration-libs/omf/package.json +++ b/integration-libs/omf/package.json @@ -17,7 +17,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/opf/package.json b/integration-libs/opf/package.json index 7d930659c27..fef60d57926 100644 --- a/integration-libs/opf/package.json +++ b/integration-libs/opf/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/opps/package.json b/integration-libs/opps/package.json index 82af3eba95e..e513fb43654 100644 --- a/integration-libs/opps/package.json +++ b/integration-libs/opps/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/s4-service/package.json b/integration-libs/s4-service/package.json index 07c5fa7f03e..3afb501b8b2 100644 --- a/integration-libs/s4-service/package.json +++ b/integration-libs/s4-service/package.json @@ -22,7 +22,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/s4om/package.json b/integration-libs/s4om/package.json index 770c75593ea..f010b3ebd77 100644 --- a/integration-libs/s4om/package.json +++ b/integration-libs/s4om/package.json @@ -17,7 +17,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/integration-libs/segment-refs/package.json b/integration-libs/segment-refs/package.json index ee72f40a8c4..f23eacbb4f4 100644 --- a/integration-libs/segment-refs/package.json +++ b/integration-libs/segment-refs/package.json @@ -17,7 +17,7 @@ "test:schematics": "npm --prefix ../../projects/schematics/ run clean && npm run clean:schematics && ../../node_modules/.bin/jest --config ./jest.schematics.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/schematics": "^17.0.5", diff --git a/package-lock.json b/package-lock.json index c9cffbf2ee9..f0c12cc127f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "i18next-resources-to-backend": "^1.2.0", "ngx-infinite-scroll": "^17.0.0", "rxjs": "^7.8.0", - "tslib": "^2.6.2", + "tslib": "^2.8.1", "zone.js": "0.14.2" }, "devDependencies": { @@ -975,6 +975,12 @@ "ajv": "^6.9.1" } }, + "node_modules/@angular-devkit/build-angular/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "node_modules/@angular-devkit/build-angular/node_modules/webpack": { "version": "5.90.3", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", @@ -23027,9 +23033,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "node_modules/tuf-js": { "version": "2.2.1", @@ -24801,6 +24807,12 @@ } } }, + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "webpack": { "version": "5.90.3", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", @@ -40503,9 +40515,9 @@ } }, "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "tuf-js": { "version": "2.2.1", diff --git a/package.json b/package.json index 72adb2e0339..2b7c7b34a2f 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "i18next-resources-to-backend": "^1.2.0", "ngx-infinite-scroll": "^17.0.0", "rxjs": "^7.8.0", - "tslib": "^2.6.2", + "tslib": "^2.8.1", "zone.js": "0.14.2" }, "devDependencies": { diff --git a/projects/assets/package.json b/projects/assets/package.json index c7ace06a806..9a17317c65d 100644 --- a/projects/assets/package.json +++ b/projects/assets/package.json @@ -10,7 +10,7 @@ "generate:translations:ts-2-properties": "ts-node ./generate-translations-ts-2-properties" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "publishConfig": { "access": "public" diff --git a/projects/core/package.json b/projects/core/package.json index c0d47a97bbe..9b05fec9de0 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -12,7 +12,7 @@ "repository": "https://github.com/SAP/spartacus/tree/develop/projects/core", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular/common": "^17.0.5", diff --git a/projects/schematics/package.json b/projects/schematics/package.json index cbc5147264f..8a73cf5d8e9 100644 --- a/projects/schematics/package.json +++ b/projects/schematics/package.json @@ -21,7 +21,7 @@ "@angular/ssr": "^17.0.5", "semver": "^7.5.2", "ts-morph": "^23.0.0", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular-devkit/core": "^17.0.5", diff --git a/projects/schematics/src/dependencies.json b/projects/schematics/src/dependencies.json index 012a8bdb3c9..0f3894598dd 100644 --- a/projects/schematics/src/dependencies.json +++ b/projects/schematics/src/dependencies.json @@ -515,7 +515,7 @@ "i18next-resources-to-backend": "^1.2.0", "ngx-infinite-scroll": "^17.0.0", "rxjs": "^7.8.0", - "tslib": "^2.6.2", + "tslib": "^2.8.1", "zone.js": "0.14.2" } } diff --git a/projects/ssr-tests/package.json b/projects/ssr-tests/package.json index 4f413b05b92..a1d3c1edd03 100644 --- a/projects/ssr-tests/package.json +++ b/projects/ssr-tests/package.json @@ -14,7 +14,7 @@ "test": "../../node_modules/.bin/jest --config ./jest.config.js" }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@spartacus/core": "2211.32.0", diff --git a/projects/storefrontlib/package.json b/projects/storefrontlib/package.json index 59f52418844..52fb0950f54 100644 --- a/projects/storefrontlib/package.json +++ b/projects/storefrontlib/package.json @@ -10,7 +10,7 @@ "repository": "https://github.com/SAP/spartacus/tree/develop/projects/storefrontlib", "license": "Apache-2.0", "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "peerDependencies": { "@angular/common": "^17.0.5",