diff --git a/package-lock.json b/package-lock.json index 370b4d7e..b12210e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -801,9 +801,9 @@ } }, "node_modules/@atlaskit/select": { - "version": "21.7.7", - "resolved": "https://registry.npmjs.org/@atlaskit/select/-/select-21.7.7.tgz", - "integrity": "sha512-Z/yVoFwxUCpgxn16QSFRHin22ZQsm90RjRev5NMzk8GKhpx02CH+xxWXNja4tNKEB1TQInweokwWmsx/dlwwBg==", + "version": "21.7.8", + "resolved": "https://registry.npmjs.org/@atlaskit/select/-/select-21.7.8.tgz", + "integrity": "sha512-6ywxGC1ZwqvT3M1M7uWhctmiiDlQn7L01+WabgyKrhXSzdZgrpab+FzSFZOXWMXwbI7bLM73U/nBxLWSfbBq2w==", "license": "Apache-2.0", "dependencies": { "@atlaskit/analytics-next": "^11.1.0", @@ -813,7 +813,7 @@ "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^18.0.0", "@atlaskit/react-select": "^3.13.0", - "@atlaskit/theme": "^21.0.0", + "@atlaskit/theme": "^22.0.0", "@atlaskit/tokens": "^11.0.0", "@atlaskit/visually-hidden": "^3.0.0", "@babel/runtime": "^7.0.0", @@ -845,6 +845,20 @@ "react": "^18.2.0" } }, + "node_modules/@atlaskit/select/node_modules/@atlaskit/theme": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-22.0.0.tgz", + "integrity": "sha512-OXTsQHeNQ8BNeSbvUpHda1eHK0YlxHqy7J+GrBI/WoxbGj8X4OnRPbNC0fPKWSfvH9qHZ4Kg9jROQ1Z9KLNAgg==", + "license": "Apache-2.0", + "dependencies": { + "@atlaskit/ds-lib": "^5.3.0", + "@atlaskit/tokens": "^11.0.0", + "@babel/runtime": "^7.0.0" + }, + "peerDependencies": { + "react": "^18.2.0" + } + }, "node_modules/@atlaskit/select/node_modules/@atlaskit/tokens": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-11.0.0.tgz", @@ -24410,7 +24424,7 @@ "@atlaskit/heading": "5.3.0", "@atlaskit/icon": "31.0.0", "@atlaskit/primitives": "18.0.1", - "@atlaskit/select": "21.7.7", + "@atlaskit/select": "^21.7.8", "@atlaskit/spinner": "19.0.10", "@atlaskit/textarea": "8.2.3", "@atlaskit/textfield": "8.2.3", diff --git a/src/frontend/package.json b/src/frontend/package.json index f5184755..98e7a85f 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -19,7 +19,7 @@ "@atlaskit/heading": "5.3.0", "@atlaskit/icon": "31.0.0", "@atlaskit/primitives": "18.0.1", - "@atlaskit/select": "21.7.7", + "@atlaskit/select": "21.7.8", "@atlaskit/spinner": "19.0.10", "@atlaskit/textarea": "8.2.3", "@atlaskit/textfield": "8.2.3",