diff --git a/package-lock.json b/package-lock.json index b0fc877..144161b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2961,23 +2961,171 @@ } }, "node_modules/@vaadin/select": { - "version": "23.3.30", - "resolved": "https://registry.npmjs.org/@vaadin/select/-/select-23.3.30.tgz", - "integrity": "sha512-1thG5s5MmxSI0Ee1gINM4K12dpou+K39tbK4J0C2q0X12DILSFisBFoCvGiyWjCObZJOyPcN3ES/Ursbid3tIw==", + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/select/-/select-23.5.1.tgz", + "integrity": "sha512-JYQ7bi84gMTBJ+546ugrclqj5495bjtuGGsFtgbXWCQ9KJFNi3Ra7m32amN9DqMtqmWrdUZ/1T+nFecG4qi2rw==", "dependencies": { "@polymer/polymer": "^3.2.0", - "@vaadin/button": "~23.3.30", - "@vaadin/component-base": "~23.3.30", - "@vaadin/field-base": "~23.3.30", - "@vaadin/input-container": "~23.3.30", - "@vaadin/item": "~23.3.30", - "@vaadin/list-box": "~23.3.30", - "@vaadin/lit-renderer": "~23.3.30", - "@vaadin/overlay": "~23.3.30", - "@vaadin/vaadin-list-mixin": "~23.3.30", - "@vaadin/vaadin-lumo-styles": "~23.3.30", - "@vaadin/vaadin-material-styles": "~23.3.30", - "@vaadin/vaadin-themable-mixin": "~23.3.30" + "@vaadin/button": "~23.5.1", + "@vaadin/component-base": "~23.5.1", + "@vaadin/field-base": "~23.5.1", + "@vaadin/input-container": "~23.5.1", + "@vaadin/item": "~23.5.1", + "@vaadin/list-box": "~23.5.1", + "@vaadin/lit-renderer": "~23.5.1", + "@vaadin/overlay": "~23.5.1", + "@vaadin/vaadin-list-mixin": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/button": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/button/-/button-23.5.1.tgz", + "integrity": "sha512-0UP18fBuGC4vGBaBuh3+gWnpkWj17HzP56e6GEXmB4hRiPknEOaJ3ztPm4/dPZP/lJbZIE9Ce8RzP5fpfi3m4A==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/component-base": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/component-base/-/component-base-23.5.1.tgz", + "integrity": "sha512-K/beIrsgNn0ZIYkiG9rtIIu5S9Rb67x3ekrJYrWBfBErjhL0HBCfWSOtxyr2H2KB9eWFHm750+JHZ/CgfNg/Ag==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/vaadin-development-mode-detector": "^2.0.0", + "@vaadin/vaadin-usage-statistics": "^2.1.0", + "lit": "^2.0.0" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/field-base": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/field-base/-/field-base-23.5.1.tgz", + "integrity": "sha512-zZGMys5Wl6ajrR0B2f70VkR1tPIeVjjyES9272pNTpd66g+0j+TJ2c4duwfKZ7Q6tW1T8JzPoSS1SWFrFbdrDQ==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "lit": "^2.0.0" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/icon": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/icon/-/icon-23.5.1.tgz", + "integrity": "sha512-mfpzEEhZVSgyiGtie0+Vzy4bEw/bShzXOpuj6BX83G5d98vxRIgHbLfumyNmcTYZ2hZSUuAch5MzV7rPqoeLhg==", + "dependencies": { + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1", + "lit": "^2.0.0" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/input-container": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/input-container/-/input-container-23.5.1.tgz", + "integrity": "sha512-RsqPg5kj+VFlfWIQYaQllFrGPUTvT8l6fyQvBlcazPhEfiv9d3i2SYUUKmO5p563ToWbv+IHwMNSbnIK9tpw6Q==", + "dependencies": { + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/item": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/item/-/item-23.5.1.tgz", + "integrity": "sha512-HVsjRi9VUt2/+AuQlQjEp4wjIPyFG3CMtst8AQD8dAHp6ENxGwpBwueNG+sTVYk5LwCFKQ8wGjtmGK9tLc5cLA==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/list-box": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/list-box/-/list-box-23.5.1.tgz", + "integrity": "sha512-5L0+qZlpWTNU/cCYfDUTT8/fSEOOnc2cybTbBcTFoItZJ8eK0FYaU7UH+tJKrvbMB0SBuYERuyeAKRsTvV3QWQ==", + "dependencies": { + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/item": "~23.5.1", + "@vaadin/vaadin-list-mixin": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/lit-renderer": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/lit-renderer/-/lit-renderer-23.5.1.tgz", + "integrity": "sha512-4QsPy0v7y3uL749DNvVMLN0cF2HtUNpbuAMrdfsMUXP4mXV69kHTD79AAo20e1YFPuO5ROtJd8g6RSe3kok0hg==", + "dependencies": { + "lit": "^2.0.0" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/overlay": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/overlay/-/overlay-23.5.1.tgz", + "integrity": "sha512-4SivGc7GaT63prL7DZ+ZQHVRzxg5Oz52snxDV5wDvPx8DHY0uEEbsXVXiZNb//hrpxuzSkvBGtQDVBiVaB2NIg==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1", + "@vaadin/vaadin-lumo-styles": "~23.5.1", + "@vaadin/vaadin-material-styles": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/vaadin-list-mixin": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-list-mixin/-/vaadin-list-mixin-23.5.1.tgz", + "integrity": "sha512-Pt/msNMV1KgVeaMVdISF1ggTDpXNtlRTMQya5yXVdvpR19ZjJAa0Ys/cr1RHAW5CHRVRZofwe11Y6KxNYLRgcQ==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/component-base": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/vaadin-lumo-styles": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-lumo-styles/-/vaadin-lumo-styles-23.5.1.tgz", + "integrity": "sha512-dQrQd++qcHNThjV+zeA9E/96eAuD7gKJOy3fwfeCWmw11dWCcunK5+r4CfFg9Hpv46urDIFd1VwRRrsZHA/Uug==", + "dependencies": { + "@polymer/iron-icon": "^3.0.0", + "@polymer/iron-iconset-svg": "^3.0.0", + "@polymer/polymer": "^3.0.0", + "@vaadin/icon": "~23.5.1", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/vaadin-material-styles": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-material-styles/-/vaadin-material-styles-23.5.1.tgz", + "integrity": "sha512-39Yp3DGZifmNXvqjsWjZXlxC+G+BsODvNCjUaegxKsnDNkl6BrU2i7URtT+9mDLikV+ErLBArJKkxr0/f6oqOQ==", + "dependencies": { + "@polymer/polymer": "^3.0.0", + "@vaadin/vaadin-themable-mixin": "~23.5.1" + } + }, + "node_modules/@vaadin/select/node_modules/@vaadin/vaadin-themable-mixin": { + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-themable-mixin/-/vaadin-themable-mixin-23.5.1.tgz", + "integrity": "sha512-PVP4a6TNTdRLoiUxZcXYRTDc3l+sPIfOEFWfxpQ+9Bf2qLdZxDJA2dsCeMRaPOV9j3Y8A1/+rglJs8yHznnmQg==", + "dependencies": { + "@open-wc/dedupe-mixin": "^1.3.0", + "lit": "^2.0.0" } }, "node_modules/@vaadin/split-layout": { @@ -3121,11 +3269,11 @@ } }, "node_modules/@vaadin/vaadin-select": { - "version": "23.3.30", - "resolved": "https://registry.npmjs.org/@vaadin/vaadin-select/-/vaadin-select-23.3.30.tgz", - "integrity": "sha512-IaOicIq3IALbfJ4u/HGQiX//d2LuUYttl7GZu34f3B4hdYsQvcOcYaf/uZ15Q3eCSEfdmTeTvA+PgqAIlNGS3Q==", + "version": "23.5.1", + "resolved": "https://registry.npmjs.org/@vaadin/vaadin-select/-/vaadin-select-23.5.1.tgz", + "integrity": "sha512-bpdyNC54ZPwW7OIRVk7z6DmdcBtnlV9Za5krfiU495YKwrFDPQrtfqBTBnB/RRlSezb/wHCD++2ae85O9uvX/w==", "dependencies": { - "@vaadin/select": "~23.3.30" + "@vaadin/select": "~23.5.1" } }, "node_modules/@vaadin/vaadin-split-layout": {