diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57385f2..5a7cacd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' - name: Git Identity diff --git a/lerna.json b/lerna.json index ab7bc78..f9409d8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.16.1", + "version": "3.16.3", "granularPathspec": false, "packages": [ "packages/*" diff --git a/package-lock.json b/package-lock.json index 2a16b2b..73aa6e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2122,6 +2122,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz", "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==", "dev": true, + "peer": true, "dependencies": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", @@ -2406,6 +2407,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.8.0.tgz", "integrity": "sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==", "dev": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.8.0", "@typescript-eslint/types": "5.8.0", @@ -2566,6 +2568,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz", "integrity": "sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3788,6 +3791,7 @@ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, + "peer": true, "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -4057,29 +4061,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -4160,6 +4141,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz", "integrity": "sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==", "dev": true, + "peer": true, "dependencies": { "@eslint/eslintrc": "^1.0.5", "@humanwhocodes/config-array": "^0.9.2", @@ -7061,6 +7043,7 @@ "integrity": "sha512-4qmzj6wE2RJXyy3p/X33cisl4yYgUUvXZ6yUYbt1zxWdInYYse61yqyRR91jwLeKpgxL7plkIC5rPiqg4kNJDQ==", "dev": true, "hasInstallScript": true, + "peer": true, "dependencies": { "@nrwl/cli": "15.0.11", "@nrwl/tao": "15.0.11", @@ -7652,6 +7635,7 @@ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, + "peer": true, "bin": { "prettier": "bin-prettier.js" }, @@ -8871,6 +8855,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", "dev": true, + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -11058,6 +11043,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.1.0.tgz", "integrity": "sha512-Czz/59VefU+kKDy+ZfDwtOIYIkFjExOKf+HA92aiTZJ6EfWpFzYQWw0l54ji8bVmyhc+mGaLUbSUmXazG7z5OQ==", "dev": true, + "peer": true, "requires": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", @@ -11270,6 +11256,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.8.0.tgz", "integrity": "sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==", "dev": true, + "peer": true, "requires": { "@typescript-eslint/scope-manager": "5.8.0", "@typescript-eslint/types": "5.8.0", @@ -11374,7 +11361,8 @@ "version": "8.6.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.6.0.tgz", "integrity": "sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==", - "dev": true + "dev": true, + "peer": true }, "acorn-jsx": { "version": "5.3.2", @@ -12304,6 +12292,7 @@ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", "dev": true, + "peer": true, "requires": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -12507,28 +12496,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - }, - "dependencies": { - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - } - } - }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -12591,6 +12558,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz", "integrity": "sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==", "dev": true, + "peer": true, "requires": { "@eslint/eslintrc": "^1.0.5", "@humanwhocodes/config-array": "^0.9.2", @@ -14799,6 +14767,7 @@ "resolved": "https://registry.npmjs.org/nx/-/nx-15.0.11.tgz", "integrity": "sha512-4qmzj6wE2RJXyy3p/X33cisl4yYgUUvXZ6yUYbt1zxWdInYYse61yqyRR91jwLeKpgxL7plkIC5rPiqg4kNJDQ==", "dev": true, + "peer": true, "requires": { "@nrwl/cli": "15.0.11", "@nrwl/tao": "15.0.11", @@ -15222,7 +15191,8 @@ "version": "2.5.1", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", - "dev": true + "dev": true, + "peer": true }, "prettier-linter-helpers": { "version": "1.0.0", @@ -16126,7 +16096,8 @@ "version": "4.5.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", - "dev": true + "dev": true, + "peer": true }, "uglify-js": { "version": "3.17.4", diff --git a/packages/clean-architecture/package-lock.json b/packages/clean-architecture/package-lock.json index 4e787f0..e0c5589 100644 --- a/packages/clean-architecture/package-lock.json +++ b/packages/clean-architecture/package-lock.json @@ -1,12 +1,12 @@ { "name": "@baloise/web-app-clean-architecture", - "version": "3.14.0", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-clean-architecture", - "version": "3.14.0", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { "@types/lodash.clonedeep": "^4.5.7", diff --git a/packages/clean-architecture/package.json b/packages/clean-architecture/package.json index a838e00..fba739f 100644 --- a/packages/clean-architecture/package.json +++ b/packages/clean-architecture/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-clean-architecture", - "version": "3.14.0", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", diff --git a/packages/form-vue/package-lock.json b/packages/form-vue/package-lock.json index 5df1990..91cae64 100644 --- a/packages/form-vue/package-lock.json +++ b/packages/form-vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-form-vue", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-form-vue", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-validators": "^3.16.1" + "@baloise/web-app-validators": "^3.16.3" }, "devDependencies": { "@baloise/design-system-components": "^10.12.0", @@ -115,9 +115,10 @@ "dev": true }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -134,11 +135,12 @@ } }, "node_modules/@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", + "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", @@ -1252,9 +1254,9 @@ "dev": true }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -1271,11 +1273,11 @@ } }, "@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", "requires": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", diff --git a/packages/form-vue/package.json b/packages/form-vue/package.json index c0acca1..31a7556 100644 --- a/packages/form-vue/package.json +++ b/packages/form-vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-form-vue", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", @@ -50,6 +50,6 @@ }, "gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42", "dependencies": { - "@baloise/web-app-validators": "^3.16.1" + "@baloise/web-app-validators": "^3.16.3" } } diff --git a/packages/pipes-angular/package-lock.json b/packages/pipes-angular/package-lock.json index a6858e5..5394725 100644 --- a/packages/pipes-angular/package-lock.json +++ b/packages/pipes-angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-pipes-angular", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-pipes-angular", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-pipes": "^3.16.1", + "@baloise/web-app-pipes": "^3.16.3", "tslib": "^2.2.0" }, "devDependencies": { @@ -431,9 +431,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -488,11 +489,12 @@ } }, "node_modules/@baloise/web-app-pipes": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.1.tgz", - "integrity": "sha512-pWDBe6JPEJ4grFI9eg3661piXnQYqlv2nZqExdci9goN5tqNaHwh37kJ+2DUWBY69CcmlEOlBh/WzPls4IxoSw==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.3.tgz", + "integrity": "sha512-PTSQXk4+qRAxWpW3MtF3+4ECdjGbdGnoYoXdCbSHJ4s2gLdWcMXNO1DhmRViG3cZciNc81HwlOqf/RL/lR/PSw==", + "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", @@ -500,9 +502,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -1510,6 +1513,7 @@ "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -2500,74 +2504,88 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", + "license": "MIT" }, "node_modules/lodash.isarray": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-4.0.0.tgz", "integrity": "sha512-V8ViWvoNlXpCrB6Ewaj3ScRXUpmCvqp4tJUxa3dlovuJj/8lp3SND5Kw4v5OeuHgoyw4qJN+gl36qZqp6WYQ6g==", - "deprecated": "This package is deprecated. Use Array.isArray." + "deprecated": "This package is deprecated. Use Array.isArray.", + "license": "MIT" }, "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", - "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" + "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" }, "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.round/-/lodash.round-4.0.4.tgz", - "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==" + "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==", + "license": "MIT" }, "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", @@ -4669,9 +4687,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" }, "@babel/template": { "version": "7.18.10", @@ -4714,11 +4732,11 @@ } }, "@baloise/web-app-pipes": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.1.tgz", - "integrity": "sha512-pWDBe6JPEJ4grFI9eg3661piXnQYqlv2nZqExdci9goN5tqNaHwh37kJ+2DUWBY69CcmlEOlBh/WzPls4IxoSw==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.3.tgz", + "integrity": "sha512-PTSQXk4+qRAxWpW3MtF3+4ECdjGbdGnoYoXdCbSHJ4s2gLdWcMXNO1DhmRViG3cZciNc81HwlOqf/RL/lR/PSw==", "requires": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", @@ -4726,9 +4744,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/pipes-angular/package.json b/packages/pipes-angular/package.json index 591c688..5de100e 100644 --- a/packages/pipes-angular/package.json +++ b/packages/pipes-angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-pipes-angular", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", @@ -29,7 +29,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-pipes": "^3.16.1", + "@baloise/web-app-pipes": "^3.16.3", "tslib": "^2.2.0" }, "peerDependencies": { diff --git a/packages/pipes-vue/package-lock.json b/packages/pipes-vue/package-lock.json index 2069f7f..65d44fe 100644 --- a/packages/pipes-vue/package-lock.json +++ b/packages/pipes-vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-pipes-vue", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-pipes-vue", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-pipes": "^3.16.1" + "@baloise/web-app-pipes": "^3.16.3" }, "devDependencies": { "@types/lodash": "^4.14.172", @@ -42,9 +42,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -60,11 +61,12 @@ } }, "node_modules/@baloise/web-app-pipes": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.1.tgz", - "integrity": "sha512-pWDBe6JPEJ4grFI9eg3661piXnQYqlv2nZqExdci9goN5tqNaHwh37kJ+2DUWBY69CcmlEOlBh/WzPls4IxoSw==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.3.tgz", + "integrity": "sha512-PTSQXk4+qRAxWpW3MtF3+4ECdjGbdGnoYoXdCbSHJ4s2gLdWcMXNO1DhmRViG3cZciNc81HwlOqf/RL/lR/PSw==", + "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", @@ -72,9 +74,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -239,6 +242,7 @@ "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -335,74 +339,88 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", + "license": "MIT" }, "node_modules/lodash.isarray": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-4.0.0.tgz", "integrity": "sha512-V8ViWvoNlXpCrB6Ewaj3ScRXUpmCvqp4tJUxa3dlovuJj/8lp3SND5Kw4v5OeuHgoyw4qJN+gl36qZqp6WYQ6g==", - "deprecated": "This package is deprecated. Use Array.isArray." + "deprecated": "This package is deprecated. Use Array.isArray.", + "license": "MIT" }, "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", - "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" + "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" }, "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.round/-/lodash.round-4.0.4.tgz", - "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==" + "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==", + "license": "MIT" }, "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/lower-case": { "version": "2.0.2", @@ -621,9 +639,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" }, "@babel/types": { "version": "7.14.1", @@ -636,11 +654,11 @@ } }, "@baloise/web-app-pipes": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.1.tgz", - "integrity": "sha512-pWDBe6JPEJ4grFI9eg3661piXnQYqlv2nZqExdci9goN5tqNaHwh37kJ+2DUWBY69CcmlEOlBh/WzPls4IxoSw==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-pipes/-/web-app-pipes-3.16.3.tgz", + "integrity": "sha512-PTSQXk4+qRAxWpW3MtF3+4ECdjGbdGnoYoXdCbSHJ4s2gLdWcMXNO1DhmRViG3cZciNc81HwlOqf/RL/lR/PSw==", "requires": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", @@ -648,9 +666,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/pipes-vue/package.json b/packages/pipes-vue/package.json index 3c0ff14..7a96c71 100644 --- a/packages/pipes-vue/package.json +++ b/packages/pipes-vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-pipes-vue", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", @@ -48,6 +48,6 @@ }, "gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42", "dependencies": { - "@baloise/web-app-pipes": "^3.16.1" + "@baloise/web-app-pipes": "^3.16.3" } } diff --git a/packages/pipes/README.md b/packages/pipes/README.md index 894cf29..67851ad 100644 --- a/packages/pipes/README.md +++ b/packages/pipes/README.md @@ -61,6 +61,9 @@ Transforms the given string into the correct claim-number format. ```typescript balClaimNumber('73001217169') // 73/001217/16.9 +balClaimNumber('412345678221') // 4.12345678.22.1 // L.NNNNNNNN.JJ.P +balClaimNumber('400045678221') // 4.45678.22.1 +balClaimNumber('400045678021') // 4.45678.2.1 ``` ### balContractNumber diff --git a/packages/pipes/package-lock.json b/packages/pipes/package-lock.json index d0d01ac..8d23353 100644 --- a/packages/pipes/package-lock.json +++ b/packages/pipes/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-pipes", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-pipes", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", @@ -575,9 +575,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -663,9 +664,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -1899,6 +1901,7 @@ "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -3968,7 +3971,8 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", @@ -3984,38 +3988,45 @@ "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", - "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" + "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", @@ -4025,7 +4036,8 @@ "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", @@ -4035,7 +4047,8 @@ "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/lru-cache": { "version": "6.0.0", @@ -6493,9 +6506,9 @@ } }, "@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" }, "@babel/template": { "version": "7.16.0", @@ -6564,9 +6577,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/pipes/package.json b/packages/pipes/package.json index 5c7ecec..0e52ee6 100644 --- a/packages/pipes/package.json +++ b/packages/pipes/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-pipes", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "scripts": { "banner": "node ../../.build/banner.js pipes", @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/baloise/web-app-utils", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", "lodash.isstring": "^4.0.1", diff --git a/packages/pipes/src/balClaimNumber.spec.ts b/packages/pipes/src/balClaimNumber.spec.ts index 7b0309b..8260075 100644 --- a/packages/pipes/src/balClaimNumber.spec.ts +++ b/packages/pipes/src/balClaimNumber.spec.ts @@ -13,4 +13,13 @@ describe('balClaimNumber', () => { test('should format a claim number with a sign postfix correctly', () => { expect(balClaimNumber('7300772816X')).toBe('73/007728/16.X') }) + test('should format claimcenter claim number correctly', () => { + expect(balClaimNumber(' 412345678221 ')).toBe('4.12345678.22.1') + }) + test('should format claimcenter claim number with zeros correctly', () => { + expect(balClaimNumber('400045678021 ')).toBe('4.45678.2.1') + }) + test('should format claimcenter claim number with zeros correctly', () => { + expect(balClaimNumber(400045678121)).toBe('4.45678.12.1') + }) }) diff --git a/packages/pipes/src/balClaimNumber.ts b/packages/pipes/src/balClaimNumber.ts index 2154ec7..e7f6992 100644 --- a/packages/pipes/src/balClaimNumber.ts +++ b/packages/pipes/src/balClaimNumber.ts @@ -1,18 +1,53 @@ +const KOSSY_CLAIM_NUMBER = 11 +const CLAIM_CENTER_CLAIM_NUMBER = 12 + /** * Transforms the given string into the correct claim-number format. * * ```typescript * balClaimNumber('73001217169') // 73/001217/16.9 + * balClaimNumber('412345678221') // 4.12345678.22.1 // L.NNNNNNNN.JJ.P + * balClaimNumber('400045678221') // 4.45678.22.1 + * balClaimNumber('400045678021') // 4.45678.2.1 * ``` */ export function balClaimNumber(value: string | undefined | null | number): string { if (!value) { return '' } - value = `${value}` + value = `${value}`.trim() + if (value.length === KOSSY_CLAIM_NUMBER) { + return handleKossyClaimNumber(value) + } else if (value.length === CLAIM_CENTER_CLAIM_NUMBER) { + return handleClaimCenterClaimNumber(value) + } + return value +} + +function handleKossyClaimNumber(value: string): string { const parts = value.match(/^(\d{2})(\d{6})(\d{2})(\w{1})$/) if (!parts) { return value } return `${parts[1]}/${parts[2]}/${parts[3]}.${parts[4]}` } + +function handleClaimCenterClaimNumber(value: string): string { + const parts = value.match(/^(\d)(\d{8})(\d{2})(\d)$/) + if (!parts) { + return value + } + return ( + removeLeadingZeros(parts[1]) + + '.' + + removeLeadingZeros(parts[2]) + + '.' + + removeLeadingZeros(parts[3]) + + '.' + + removeLeadingZeros(parts[4]) + ) +} + +function removeLeadingZeros(str: string): string { + return str.replace(/^0+/, '') +} diff --git a/packages/unsupported-browsers/package-lock.json b/packages/unsupported-browsers/package-lock.json index 5bc50e7..6b2f33e 100644 --- a/packages/unsupported-browsers/package-lock.json +++ b/packages/unsupported-browsers/package-lock.json @@ -1,12 +1,12 @@ { "name": "@baloise/web-app-unsupported-browsers", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-unsupported-browsers", - "version": "3.16.1", + "version": "3.16.3", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/packages/unsupported-browsers/package.json b/packages/unsupported-browsers/package.json index 6dbcdcb..622110b 100644 --- a/packages/unsupported-browsers/package.json +++ b/packages/unsupported-browsers/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-unsupported-browsers", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "scripts": { "banner": "node ../../.build/banner.js unsupported-browsers", diff --git a/packages/utils/package-lock.json b/packages/utils/package-lock.json index d9ed0be..d8658ad 100644 --- a/packages/utils/package-lock.json +++ b/packages/utils/package-lock.json @@ -1,12 +1,12 @@ { "name": "@baloise/web-app-utils", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-utils", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", @@ -2591,6 +2591,21 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -8092,6 +8107,13 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "optional": true + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/packages/utils/package.json b/packages/utils/package.json index 0dada6a..c3e7ff8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-utils", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "scripts": { "banner": "node ../../.build/banner.js utils", diff --git a/packages/validators-angular/package-lock.json b/packages/validators-angular/package-lock.json index f73459b..41f3911 100644 --- a/packages/validators-angular/package-lock.json +++ b/packages/validators-angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-validators-angular", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-validators-angular", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-validators": "^3.16.1", + "@baloise/web-app-validators": "^3.16.3", "tslib": "^2.2.0" }, "devDependencies": { @@ -431,9 +431,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -488,9 +489,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -507,11 +509,12 @@ } }, "node_modules/@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", + "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", @@ -1516,6 +1519,7 @@ "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -2500,74 +2504,88 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", + "license": "MIT" }, "node_modules/lodash.isarray": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-4.0.0.tgz", "integrity": "sha512-V8ViWvoNlXpCrB6Ewaj3ScRXUpmCvqp4tJUxa3dlovuJj/8lp3SND5Kw4v5OeuHgoyw4qJN+gl36qZqp6WYQ6g==", - "deprecated": "This package is deprecated. Use Array.isArray." + "deprecated": "This package is deprecated. Use Array.isArray.", + "license": "MIT" }, "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", - "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" + "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" }, "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.round/-/lodash.round-4.0.4.tgz", - "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==" + "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==", + "license": "MIT" }, "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", @@ -4662,9 +4680,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" }, "@babel/template": { "version": "7.18.10", @@ -4707,9 +4725,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -4726,11 +4744,11 @@ } }, "@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", "requires": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", diff --git a/packages/validators-angular/package.json b/packages/validators-angular/package.json index 69faa9b..a7e5c79 100644 --- a/packages/validators-angular/package.json +++ b/packages/validators-angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-validators-angular", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", @@ -29,7 +29,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-validators": "^3.16.1", + "@baloise/web-app-validators": "^3.16.3", "tslib": "^2.2.0" }, "peerDependencies": { diff --git a/packages/validators-vue/package-lock.json b/packages/validators-vue/package-lock.json index 42d5143..c3bd913 100644 --- a/packages/validators-vue/package-lock.json +++ b/packages/validators-vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-validators-vue", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-validators-vue", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-validators": "^3.16.1", + "@baloise/web-app-validators": "^3.16.3", "lodash.isarray": "^4.0.0" }, "devDependencies": { @@ -856,9 +856,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -976,9 +977,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -995,11 +997,12 @@ } }, "node_modules/@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", + "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", @@ -2081,6 +2084,7 @@ "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -3565,12 +3569,14 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", + "license": "MIT" }, "node_modules/lodash.isarray": { "version": "4.0.0", @@ -3581,43 +3587,51 @@ "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/lodash.isnil/-/lodash.isnil-4.0.0.tgz", - "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==" + "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==", + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", @@ -3628,17 +3642,20 @@ "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.round/-/lodash.round-4.0.4.tgz", - "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==" + "integrity": "sha512-dzDLNwFMXbjN1pEC0LgLPKVOI5o2DOpBx+oGxWthVE+a9mlV3rEdvoz2i3se/ico4Y3G62Yg3/e1fcp/GMu2lQ==", + "license": "MIT" }, "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/lower-case": { "version": "2.0.2", @@ -5505,9 +5522,9 @@ } }, "@babel/runtime": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz", - "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==" + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==" }, "@babel/template": { "version": "7.16.0", @@ -5596,9 +5613,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -5615,11 +5632,11 @@ } }, "@baloise/web-app-validators": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.1.tgz", - "integrity": "sha512-GDFBaTI00ox3tfVbYdlo4H7CS7MzjsEOYibc9Kq46PyF0ZRIhgf0WooNxikz/j2Q68goR/Ykk5odbKwq/CifMg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-validators/-/web-app-validators-3.16.3.tgz", + "integrity": "sha512-Lws3a9l0eb1Gq85Ek+MZPYDxLl2OnCuAq9TTUef4VLPSE6dOqFIP7IIupsTbSWzFbRAjIBY6mURP/Sp/E9i1jQ==", "requires": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", diff --git a/packages/validators-vue/package.json b/packages/validators-vue/package.json index 5e10315..5fa8bb1 100644 --- a/packages/validators-vue/package.json +++ b/packages/validators-vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-validators-vue", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "repository": { "type": "git", @@ -52,7 +52,7 @@ }, "gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42", "dependencies": { - "@baloise/web-app-validators": "^3.16.1", + "@baloise/web-app-validators": "^3.16.3", "lodash.isarray": "^4.0.0" } } diff --git a/packages/validators/package-lock.json b/packages/validators/package-lock.json index 14e806a..1adde19 100644 --- a/packages/validators/package-lock.json +++ b/packages/validators/package-lock.json @@ -1,15 +1,15 @@ { "name": "@baloise/web-app-validators", - "version": "3.16.1", + "version": "3.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@baloise/web-app-validators", - "version": "3.16.1", + "version": "3.16.3", "license": "Apache-2.0", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0", @@ -659,9 +659,10 @@ } }, "node_modules/@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", + "license": "Apache-2.0", "dependencies": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", @@ -3970,7 +3971,8 @@ "node_modules/lodash.camelcase": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", @@ -3986,23 +3988,27 @@ "node_modules/lodash.isboolean": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isdate": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isdate/-/lodash.isdate-4.0.1.tgz", - "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==" + "integrity": "sha512-hg5B1GD+R9egsBgMwmAhk+V53Us03TVvXT4dnyKugEfsD4QKuG9Wlyvxq8OGy2nu7qVGsh4DRSnMk33hoWBq/Q==", + "license": "MIT" }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead." + "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", + "license": "MIT" }, "node_modules/lodash.isnan": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isnan/-/lodash.isnan-3.0.2.tgz", - "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==" + "integrity": "sha512-zduioV6njyRsie8qtuS85u7B8xJWi3HjUc1klVoRdeghA5prG13xbUNNcCJ1Cxwa4FyjJVnkL5hDopCVh2ng4g==", + "license": "MIT" }, "node_modules/lodash.isnil": { "version": "4.0.0", @@ -4017,7 +4023,8 @@ "node_modules/lodash.isobject": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz", - "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==" + "integrity": "sha512-3/Qptq2vr7WeJbB4KHUSKlq8Pl7ASXi3UG6CMbBm8WRtXi8+GHm7mKaU3urfpSEzWe2wCIChs6/sdocUsTKJiA==", + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", @@ -4027,7 +4034,8 @@ "node_modules/lodash.padstart": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", - "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==" + "integrity": "sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==", + "license": "MIT" }, "node_modules/lodash.round": { "version": "4.0.4", @@ -4037,7 +4045,8 @@ "node_modules/lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "license": "MIT" }, "node_modules/lru-cache": { "version": "6.0.0", @@ -6561,9 +6570,9 @@ } }, "@baloise/web-app-utils": { - "version": "3.16.1", - "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.1.tgz", - "integrity": "sha512-bGLwXW2VIG+n/67VihJq21xRTQGqS/n3mntiW9bKeEEkagRHRrRaJ/3sVem3yRXOHkCRqTYfByqIgsA6TiBmxg==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/@baloise/web-app-utils/-/web-app-utils-3.16.3.tgz", + "integrity": "sha512-5JJY0mqGpkk89+byAGtnFlm3dsdmo1B5BIVGGnXEFY9snz7o0Km4vMJgHsGe9RW3z5xHNNys+JT8m53xOD3AmQ==", "requires": { "date-fns": "^2.28.0", "lodash.camelcase": "^4.3.0", diff --git a/packages/validators/package.json b/packages/validators/package.json index 1bef383..6025f71 100644 --- a/packages/validators/package.json +++ b/packages/validators/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-validators", - "version": "3.16.1", + "version": "3.16.3", "description": "Utilities for Baloise Web Applications", "scripts": { "banner": "node ../../.build/banner.js validators", @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/baloise/web-app-utils", "dependencies": { - "@baloise/web-app-utils": "^3.16.1", + "@baloise/web-app-utils": "^3.16.3", "date-fns": "^2.28.0", "lodash.capitalize": "^4.2.1", "lodash.isarray": "^4.0.0",