From 43ca14f247bf8e5b6841d955939a029301404229 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:55:13 +0300 Subject: [PATCH] fix(deps): update angular web apis plugins to ^4.7.0 (#9395) --- package-lock.json | 60 ++++++++++++++-------------- projects/addon-charts/package.json | 2 +- projects/addon-commerce/package.json | 2 +- projects/addon-doc/package.json | 2 +- projects/addon-mobile/package.json | 2 +- projects/addon-table/package.json | 2 +- projects/cdk/package.json | 6 +-- projects/core/package.json | 4 +- projects/i18n/package.json | 2 +- projects/kit/package.json | 8 ++-- 10 files changed, 45 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index f64f12690e9e..624c22b47dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7498,9 +7498,9 @@ } }, "node_modules/@ng-web-apis/common": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.6.5.tgz", - "integrity": "sha512-a3JLQ8FFzlN5tFDOQF55O0fUxrjKCVLfFWocYeEv/+BXH1GxHsLN9EZWiU9QWyhwDMug6rh1VcMgTM+wJ9vAvQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-4.7.0.tgz", + "integrity": "sha512-9SQSA5N/2AiHVoFuF0NSrVA+sg+g9dS84o8eLQsmzylJkKRzv+dBPvcIIG+F3VmjzhRNyA6LqSVhMqXr9Ty2/w==", "license": "Apache-2.0", "peer": true, "dependencies": { @@ -7513,9 +7513,9 @@ } }, "node_modules/@ng-web-apis/intersection-observer": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/intersection-observer/-/intersection-observer-4.6.5.tgz", - "integrity": "sha512-nllLbrvDpToN2MmvQ6VT8GeWGirk1NRDCuD0ryBHqcibwalRZQhnacM0McstRJougeHaMC+/EV6GSZ1c8sa8uA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/intersection-observer/-/intersection-observer-4.7.0.tgz", + "integrity": "sha512-YqGQ2Fa1D8OJbR4lG6lmh7R8OThuZvQQtDdQzv5SbPRonDQ5CZfOibXWeNlpIua3SwpzrWwi6GA/DfEL0lwugg==", "license": "Apache-2.0", "peer": true, "dependencies": { @@ -7523,13 +7523,13 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.6.5" + "@ng-web-apis/common": ">=4.7.0" } }, "node_modules/@ng-web-apis/mutation-observer": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/mutation-observer/-/mutation-observer-4.6.5.tgz", - "integrity": "sha512-fA2gn2u9cA1VfKPFOWkIl9Oj/ZdMLWpdp7UlW7/Xkhq9craA7JJyPBIixmHG3pH5Li7EV6/gBtRvVw0Dd1rrdw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/mutation-observer/-/mutation-observer-4.7.0.tgz", + "integrity": "sha512-6vhu2K8LHCDdNm5cGvj3naNSnjw3+UbvmzOJXCsUp83R/bDLo2xI23Klh1smKVzB5XKJ6mjXq5+ZbZ7IzzgQ6A==", "license": "Apache-2.0", "peer": true, "dependencies": { @@ -7537,13 +7537,13 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.6.5" + "@ng-web-apis/common": ">=4.7.0" } }, "node_modules/@ng-web-apis/resize-observer": { - "version": "4.6.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/resize-observer/-/resize-observer-4.6.5.tgz", - "integrity": "sha512-0nDejsyI57ppDmJv+wd5WxhN+4MpLOq5r2blnzFlIewQLikytmGS8gdfJkPefjeSQ9vmfzR1ut2B1pNP8On5YA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@ng-web-apis/resize-observer/-/resize-observer-4.7.0.tgz", + "integrity": "sha512-srYqnDNptIGfVazOLa3z+QzogEDqcJkO64JCo1Xv/YIeC5MUy/zwhnEplD4kGED9aQ2d8ad3NJZ9DmPA7D+dhw==", "license": "Apache-2.0", "peer": true, "dependencies": { @@ -7551,7 +7551,7 @@ }, "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.6.5" + "@ng-web-apis/common": ">=4.7.0" } }, "node_modules/@ng-web-apis/universal": { @@ -40680,7 +40680,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/polymorpheus": "^4.7.4", @@ -40698,7 +40698,7 @@ "@maskito/angular": "^3.0.3", "@maskito/core": "^3.0.3", "@maskito/kit": "^3.0.3", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0", @@ -40721,7 +40721,7 @@ "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/addon-mobile": "^4.10.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", @@ -40741,7 +40741,7 @@ "@angular/cdk": ">=16.0.0", "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/kit": "^4.10.0", @@ -40757,7 +40757,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/intersection-observer": "^4.6.5", + "@ng-web-apis/intersection-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0", @@ -40793,9 +40793,9 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", - "@ng-web-apis/resize-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", + "@ng-web-apis/resize-observer": "^4.7.0", "@taiga-ui/event-plugins": "^4.2.4", "@taiga-ui/polymorpheus": "^4.7.4", "rxjs": ">=7.0.0" @@ -40812,8 +40812,8 @@ "@angular/forms": ">=16.0.0", "@angular/platform-browser": ">=16.0.0", "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/event-plugins": "^4.2.4", "@taiga-ui/i18n": "^4.10.0", @@ -40886,7 +40886,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "rxjs": ">=7.0.0", "tslib": "^2.7.0" } @@ -40928,10 +40928,10 @@ "@maskito/core": "^3.0.3", "@maskito/kit": "^3.0.3", "@maskito/phone": "^3.0.3", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/intersection-observer": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", - "@ng-web-apis/resize-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/intersection-observer": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", + "@ng-web-apis/resize-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index f72fffa94e2f..3fc1d414d196 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -16,7 +16,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/polymorpheus": "^4.7.4", diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 2da1d19451b6..787ce290101e 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -20,7 +20,7 @@ "@maskito/angular": "^3.0.3", "@maskito/core": "^3.0.3", "@maskito/kit": "^3.0.3", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0", diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index aac1324eaf05..c12a6f63a9b9 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -22,7 +22,7 @@ "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/addon-mobile": "^4.10.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index 8fb1d7acd41b..e55ac66e72fc 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -17,7 +17,7 @@ "@angular/cdk": ">=16.0.0", "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/kit": "^4.10.0", diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 3da431e0a32c..c6c514b87cbb 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/intersection-observer": "^4.6.5", + "@ng-web-apis/intersection-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0", diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 251f9ac50c29..4de35b1a840a 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -29,9 +29,9 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@angular/forms": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", - "@ng-web-apis/resize-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", + "@ng-web-apis/resize-observer": "^4.7.0", "@taiga-ui/event-plugins": "^4.2.4", "@taiga-ui/polymorpheus": "^4.7.4", "rxjs": ">=7.0.0" diff --git a/projects/core/package.json b/projects/core/package.json index 0016cb6eb904..7d54fca5edfc 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -24,8 +24,8 @@ "@angular/forms": ">=16.0.0", "@angular/platform-browser": ">=16.0.0", "@angular/router": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/event-plugins": "^4.2.4", "@taiga-ui/i18n": "^4.10.0", diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 90923197af9e..b455f1e13642 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -16,7 +16,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", "rxjs": ">=7.0.0", "tslib": "^2.7.0" } diff --git a/projects/kit/package.json b/projects/kit/package.json index 500611c639ad..ddc6490a059c 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -24,10 +24,10 @@ "@maskito/core": "^3.0.3", "@maskito/kit": "^3.0.3", "@maskito/phone": "^3.0.3", - "@ng-web-apis/common": "^4.6.5", - "@ng-web-apis/intersection-observer": "^4.6.5", - "@ng-web-apis/mutation-observer": "^4.6.5", - "@ng-web-apis/resize-observer": "^4.6.5", + "@ng-web-apis/common": "^4.7.0", + "@ng-web-apis/intersection-observer": "^4.7.0", + "@ng-web-apis/mutation-observer": "^4.7.0", + "@ng-web-apis/resize-observer": "^4.7.0", "@taiga-ui/cdk": "^4.10.0", "@taiga-ui/core": "^4.10.0", "@taiga-ui/i18n": "^4.10.0",