diff --git a/package-lock.json b/package-lock.json index 95eea0a..6d321b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,14 +157,14 @@ } }, "node_modules/@atlaskit/form": { - "version": "9.0.9", - "resolved": "https://registry.npmjs.org/@atlaskit/form/-/form-9.0.9.tgz", - "integrity": "sha512-p7uY7tCPWlAydURsuVRjhb45OELU1jQC15/r5UgVKQqhT1kbzG0+d4ich9lTVppxIKqS1PYbBm7Jv6THuWiITg==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/@atlaskit/form/-/form-9.0.10.tgz", + "integrity": "sha512-H6p5k6sh4/ez9LklCW5RQ5bUABm1MO4JRKVcNlxVxBwNwEjVvJclc8dIZjwxO56Tk3kefZOHBZmFiElK3K4elA==", "dependencies": { "@atlaskit/icon": "^22.1.0", - "@atlaskit/primitives": "^3.0.0", + "@atlaskit/primitives": "^4.0.0", "@atlaskit/theme": "^12.6.0", - "@atlaskit/tokens": "^1.38.0", + "@atlaskit/tokens": "^1.39.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "final-form": "^4.20.3", @@ -177,26 +177,6 @@ "react": "^16.8.0" } }, - "node_modules/@atlaskit/form/node_modules/@atlaskit/primitives": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-3.1.0.tgz", - "integrity": "sha512-De09LVe4kGArFEQD5v3P2aaS39WH8pREE7H7VS+zwjUJBqNV+eHh3s/bCrGwbxW3JIX35gyh0xkZ0SNrwsgKvg==", - "dependencies": { - "@atlaskit/analytics-next": "^9.2.0", - "@atlaskit/app-provider": "^1.0.0", - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/interaction-context": "^2.1.0", - "@atlaskit/tokens": "^1.38.0", - "@babel/runtime": "^7.0.0", - "@emotion/react": "^11.7.1", - "@emotion/serialize": "^1.1.0", - "bind-event-listener": "^2.1.1", - "tiny-invariant": "^1.2.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/@atlaskit/icon": { "version": "22.1.1", "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-22.1.1.tgz", @@ -18883,7 +18863,7 @@ "dependencies": { "@atlaskit/button": "17.6.1", "@atlaskit/css-reset": "6.6.2", - "@atlaskit/form": "9.0.9", + "@atlaskit/form": "9.0.10", "@atlaskit/textfield": "6.0.1", "@forge/bridge": "3.3.0", "react": "16", diff --git a/src/frontend/package.json b/src/frontend/package.json index 97ec7ad..40fdc43 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -12,7 +12,7 @@ "dependencies": { "@atlaskit/button": "17.6.1", "@atlaskit/css-reset": "6.6.2", - "@atlaskit/form": "9.0.9", + "@atlaskit/form": "9.0.10", "@atlaskit/textfield": "6.0.1", "@forge/bridge": "3.3.0", "react": "16",