diff --git a/workspace/package-lock.json b/workspace/package-lock.json index 6f43bb0c..474e09ef 100644 --- a/workspace/package-lock.json +++ b/workspace/package-lock.json @@ -29,7 +29,6 @@ "keycloak-angular": "9.3.2", "keycloak-js": "^17.0.1", "luxon": "^2.1.1", - "ngx-cookie-service": "^13.2.1", "ngx-mask": "13.0.0", "ngx-progressbar": "^7.0.0", "nx": "^16.10.0", @@ -69,7 +68,7 @@ "eslint-plugin-import": "^2.25.3", "jest": "27.2.3", "jest-auto-spies": "^1.6.9", - "jest-junit": "^13.0.0", + "jest-junit": "^16.0.0", "jest-preset-angular": "11.0.0", "prettier": "^2.3.1", "prettier-plugin-organize-attributes": "^0.0.4", @@ -8446,6 +8445,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -16195,11 +16195,10 @@ } }, "node_modules/jest-junit": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-13.2.0.tgz", - "integrity": "sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", + "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "mkdirp": "^1.0.4", "strip-ansi": "^6.0.1", @@ -17992,18 +17991,6 @@ "dev": true, "license": "MIT" }, - "node_modules/ngx-cookie-service": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/ngx-cookie-service/-/ngx-cookie-service-13.2.1.tgz", - "integrity": "sha512-whl7sYcSlAmPa12zoBfBeSn+9ENxRjKAzuwRPRTL6Oe/f9dtSui2lBmOgoPfSD1umiTV38JpJee9nu3WbGsgwg==", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@angular/common": "^13.0.0", - "@angular/core": "^13.0.0" - } - }, "node_modules/ngx-mask": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-13.0.0.tgz", diff --git a/workspace/package.json b/workspace/package.json index a8ea2cd2..a7f20530 100644 --- a/workspace/package.json +++ b/workspace/package.json @@ -70,7 +70,7 @@ "eslint-plugin-import": "^2.25.3", "jest": "27.2.3", "jest-auto-spies": "^1.6.9", - "jest-junit": "^13.0.0", + "jest-junit": "^16.0.0", "jest-preset-angular": "11.0.0", "prettier": "^2.3.1", "prettier-plugin-organize-attributes": "^0.0.4", diff --git a/workspace/yarn.lock b/workspace/yarn.lock index 02ec11c8..87fc9464 100644 --- a/workspace/yarn.lock +++ b/workspace/yarn.lock @@ -6482,10 +6482,10 @@ jest-jasmine2@^27.2.2, jest-jasmine2@^27.5.1: pretty-format "^27.5.1" throat "^6.0.1" -jest-junit@^13.0.0: - version "13.2.0" - resolved "https://registry.npmjs.org/jest-junit/-/jest-junit-13.2.0.tgz" - integrity sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg== +jest-junit@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-16.0.0.tgz#d838e8c561cf9fdd7eb54f63020777eee4136785" + integrity sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ== dependencies: mkdirp "^1.0.4" strip-ansi "^6.0.1"