diff --git a/package-lock.json b/package-lock.json index 73032d18..e5748157 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@equinor/fusion-react-progress-indicator": "0.2.0", "@equinor/fusion-react-styles": "^0.6.1", "@equinor/fusion-react-tooltip": "^1.1.5", - "@equinor/fusion-wc-person": "^2.6.2", + "@equinor/fusion-wc-person": "^2.6.4", "@hot-loader/react-dom": "^17.0.1", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", @@ -3356,9 +3356,9 @@ } }, "node_modules/@equinor/fusion-wc-person": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/@equinor/fusion-wc-person/-/fusion-wc-person-2.6.2.tgz", - "integrity": "sha512-MQBp/ZHBOyWGsozwcN9bXDh2SiCn02HQ6cTtrggR1HOtsZfxFxcHbsG4VDQwpp0RAKJou8Lr0f0kwAc8t+cfhw==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@equinor/fusion-wc-person/-/fusion-wc-person-2.6.4.tgz", + "integrity": "sha512-pIEFWrdqNvSHHlq+za1xaIO6zcSfgvu0D0DPCxhXWFZOk6PsUIsNRXGMGncKIsO0czHAuhvPTGWzEiSn6C2S4w==", "dependencies": { "@equinor/fusion-wc-avatar": "^3.2.0", "@equinor/fusion-wc-badge": "^1.3.0", @@ -3366,7 +3366,7 @@ "@equinor/fusion-wc-core": "^2.0.0", "@equinor/fusion-wc-icon": "^2.3.0", "@equinor/fusion-wc-list": "^1.1.1", - "@equinor/fusion-wc-searchable-dropdown": "^3.7.1", + "@equinor/fusion-wc-searchable-dropdown": "^3.7.2", "@equinor/fusion-wc-skeleton": "^2.1.0", "@equinor/fusion-wc-textinput": "^1.1.0", "@equinor/fusion-web-theme": "^0.1.7", @@ -3467,9 +3467,9 @@ } }, "node_modules/@equinor/fusion-wc-searchable-dropdown": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@equinor/fusion-wc-searchable-dropdown/-/fusion-wc-searchable-dropdown-3.7.1.tgz", - "integrity": "sha512-u67vLna9kocVr1aVcdTsTN6eXFPiYcU6X2ekTRHiYke5kntJS7yFvii/XZdK2eERcOXmUDk8hL3JP0Uvikshdw==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@equinor/fusion-wc-searchable-dropdown/-/fusion-wc-searchable-dropdown-3.7.2.tgz", + "integrity": "sha512-5fc6SaWUf2EOy0Kh9WJ8WHSP7TPFhpo7UWDGZZbzv8aq0Czt7nNDeFN+60zwkTXP94RQhyBD3MAUvlhn/xeW0Q==", "dependencies": { "@equinor/fusion-wc-core": "^2.0.0", "@equinor/fusion-wc-divider": "^1.1.0", @@ -3479,8 +3479,8 @@ "@equinor/fusion-web-theme": "^0.1.7", "@lit-labs/task": "^3.1.0", "@material/mwc-textfield": "^0.27.0", - "@types/uuid": "^9.0.1", - "lit": "3.0.2", + "@types/uuid": "^9.0.8", + "lit": "3.1.2", "uuid": "^9.0.0" } }, @@ -3494,6 +3494,26 @@ "lit": "3.0.2" } }, + "node_modules/@equinor/fusion-wc-searchable-dropdown/node_modules/@equinor/fusion-wc-divider/node_modules/lit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.0.2.tgz", + "integrity": "sha512-ZoVUPGgXOQocP4OvxehEOBmC4rWB4cRYDPaz7aFmH8DFytsCi/NeACbr4C6vNPGDEC07BrhUos7uVNayDKLQ2Q==", + "dependencies": { + "@lit/reactive-element": "^2.0.0", + "lit-element": "^4.0.0", + "lit-html": "^3.0.0" + } + }, + "node_modules/@equinor/fusion-wc-searchable-dropdown/node_modules/lit": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-3.1.2.tgz", + "integrity": "sha512-VZx5iAyMtX7CV4K8iTLdCkMaYZ7ipjJZ0JcSdJ0zIdGxxyurjIn7yuuSxNBD7QmjvcNJwr0JS4cAdAtsy7gZ6w==", + "dependencies": { + "@lit/reactive-element": "^2.0.4", + "lit-element": "^4.0.4", + "lit-html": "^3.1.2" + } + }, "node_modules/@equinor/fusion-wc-searchable-dropdown/node_modules/uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", diff --git a/package.json b/package.json index 6d91e3b4..af7c60fa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@equinor/fusion-react-progress-indicator": "0.2.0", "@equinor/fusion-react-styles": "^0.6.1", "@equinor/fusion-react-tooltip": "^1.1.5", - "@equinor/fusion-wc-person": "^2.6.2", + "@equinor/fusion-wc-person": "^2.6.4", "@hot-loader/react-dom": "^17.0.1", "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0",