diff --git a/package-lock.json b/package-lock.json index d6e6d4a..1aa265d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,8 +26,8 @@ "@angular/platform-browser-dynamic": "12.2.16", "@angular/platform-server": "12.2.16", "@angular/router": "12.2.16", - "@ng-web-apis/common": "3.0.5", - "@ng-web-apis/universal": "3.0.6", + "@ng-web-apis/common": "3.0.6", + "@ng-web-apis/universal": "3.0.7", "@nguniversal/builders": "12.1.3", "@nguniversal/express-engine": "12.1.3", "@tinkoff/eslint-config": "1.54.4", @@ -3588,9 +3588,9 @@ } }, "node_modules/@ng-web-apis/common": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-3.0.5.tgz", - "integrity": "sha512-rCaOxTKNQ0w0SFeH1Zdw+D8s2igE1QKRdVKDgAeZ7i4utQlSJWHP3de4k4lVEFM1cRiJh3Oq6QX2IOuLrgxEdw==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-3.0.6.tgz", + "integrity": "sha512-ral+lzGpFS3aOCFB5DcHOI4lZhhp8GH4BnjSbngH2Xk8J0FKYdxRzvcPQVy7hS+TPUu0tW9uFVp6cC7odu3iyQ==", "dev": true, "dependencies": { "tslib": "^2.2.0" @@ -3602,9 +3602,9 @@ } }, "node_modules/@ng-web-apis/universal": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-3.0.6.tgz", - "integrity": "sha512-v2iptSVXM0HRhLao7Ocx0/hZPhzk9dfoh3sZbu2m/XJsteB3348njEYM+oTboDUrxB0vS8E9qQb5JYrqzhQZMA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-3.0.7.tgz", + "integrity": "sha512-8ERn17ed5jijG2Qd0aswmlB983U0TrYuUZW2x7pfZLuq3V+PDAW2jbWE+GDDBqzrCOZDKiH+N7hvkEN0exk16Q==", "dev": true, "dependencies": { "tslib": "^2.2.0" @@ -31071,18 +31071,18 @@ } }, "@ng-web-apis/common": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-3.0.5.tgz", - "integrity": "sha512-rCaOxTKNQ0w0SFeH1Zdw+D8s2igE1QKRdVKDgAeZ7i4utQlSJWHP3de4k4lVEFM1cRiJh3Oq6QX2IOuLrgxEdw==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@ng-web-apis/common/-/common-3.0.6.tgz", + "integrity": "sha512-ral+lzGpFS3aOCFB5DcHOI4lZhhp8GH4BnjSbngH2Xk8J0FKYdxRzvcPQVy7hS+TPUu0tW9uFVp6cC7odu3iyQ==", "dev": true, "requires": { "tslib": "^2.2.0" } }, "@ng-web-apis/universal": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-3.0.6.tgz", - "integrity": "sha512-v2iptSVXM0HRhLao7Ocx0/hZPhzk9dfoh3sZbu2m/XJsteB3348njEYM+oTboDUrxB0vS8E9qQb5JYrqzhQZMA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@ng-web-apis/universal/-/universal-3.0.7.tgz", + "integrity": "sha512-8ERn17ed5jijG2Qd0aswmlB983U0TrYuUZW2x7pfZLuq3V+PDAW2jbWE+GDDBqzrCOZDKiH+N7hvkEN0exk16Q==", "dev": true, "requires": { "tslib": "^2.2.0" diff --git a/package.json b/package.json index e8c886e..e4c1de4 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "@angular/platform-browser-dynamic": "12.2.16", "@angular/platform-server": "12.2.16", "@angular/router": "12.2.16", - "@ng-web-apis/common": "3.0.5", - "@ng-web-apis/universal": "3.0.6", + "@ng-web-apis/common": "3.0.6", + "@ng-web-apis/universal": "3.0.7", "@nguniversal/builders": "12.1.3", "@nguniversal/express-engine": "12.1.3", "@tinkoff/eslint-config": "1.54.4",