diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index c1730e50d..6f9c935dc 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -20,7 +20,7 @@ "crypto-js": "^4.1.1", "fast-json-patch": "^3.1.1", "font-awesome": "^4.7.0", - "formiojs": "^4.14.13", + "formiojs": "^4.21.5", "keycloak-js": "^21.1.1", "lodash": "^4.17.21", "mitt": "^3.0.0", @@ -516,9 +516,10 @@ } }, "node_modules/@formio/choices.js": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@formio/choices.js/-/choices.js-10.2.0.tgz", - "integrity": "sha512-dEF+es4yj3pstKHif7Ck14vQCZdN+b1Afojl0ufTmKw5WIjqas1KXEIBBgtsg4eY6bxqFkgEjtxsK4ecvEeZsA==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/@formio/choices.js/-/choices.js-10.2.1.tgz", + "integrity": "sha512-NCE5u7jG3XGokJP16MyAbVSUptKu/mpJYAxd4PPIoLiO/l9Do5uoOQ0MgNb9qG9qABJiOX+qNRE8q8RybY/SwQ==", + "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", "fuse.js": "^6.6.2", @@ -2181,6 +2182,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -2799,12 +2801,13 @@ } }, "node_modules/formiojs": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.17.4.tgz", - "integrity": "sha512-1wUWPLKTJ6/FWa5jCtw5YfsUzgr85TYh8aMhXUWxxRNBtYxZMLg4RcFsArqDJP9Lfh9z4N8p/sLSaOik6iu7kA==", + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.21.5.tgz", + "integrity": "sha512-gHbj+Pj0hejvRYyypFpPzH9EkUkgnp+E3XrnWaHGsiEQ8xJ1oLb56Z8yN0TWP+ktw9hyN/EeFeZrQVkP1k2hcQ==", + "license": "MIT", "dependencies": { "@formio/bootstrap3": "2.12.4-rc.1", - "@formio/choices.js": "10.2.0", + "@formio/choices.js": "10.2.1", "@formio/semantic": "2.6.1", "@formio/text-mask-addons": "^3.8.0-formio.2", "@formio/vanilla-text-mask": "^5.1.1-formio.1", @@ -2826,6 +2829,7 @@ "fetch-ponyfill": "^7.1.0", "i18next": "22.4.12", "idb": "^7.1.1", + "inputmask": "^5.0.9", "ismobilejs": "^1.1.1", "json-logic-js": "^2.0.2", "jstimezonedetect": "^1.0.7", @@ -2878,6 +2882,7 @@ "version": "6.6.2", "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", + "license": "Apache-2.0", "engines": { "node": ">=10" } @@ -3241,6 +3246,12 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, + "node_modules/inputmask": { + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/inputmask/-/inputmask-5.0.9.tgz", + "integrity": "sha512-s0lUfqcEbel+EQXtehXqwCJGShutgieOaIImFKC/r4reYNvX3foyrChl6LOEvaEgxEbesePIrw1Zi2jhZaDZbQ==", + "license": "MIT" + }, "node_modules/internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", @@ -4565,6 +4576,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2" } diff --git a/app/frontend/package.json b/app/frontend/package.json index e405c8cc5..20cf64dc8 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -41,7 +41,7 @@ "crypto-js": "^4.1.1", "fast-json-patch": "^3.1.1", "font-awesome": "^4.7.0", - "formiojs": "^4.14.13", + "formiojs": "^4.21.5", "keycloak-js": "^21.1.1", "lodash": "^4.17.21", "mitt": "^3.0.0",