From a6f7f7864f44374fdea1ead3be7a032752b2e61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:20:23 +0000 Subject: [PATCH] build(deps): bump @atlaskit/textfield from 6.0.0 to 6.0.1 Bumps [@atlaskit/textfield](https://bitbucket.org/atlassian/atlassian-frontend-mirror) from 6.0.0 to 6.0.1. - [Commits](https://bitbucket.org/atlassian/atlassian-frontend-mirror/commits) --- updated-dependencies: - dependency-name: "@atlaskit/textfield" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++-------------------------- src/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00cd38c..18a8d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -236,26 +236,6 @@ "@babel/runtime": "^7.0.0" } }, - "node_modules/@atlaskit/primitives": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-2.1.0.tgz", - "integrity": "sha512-s+A8nfKAskighYWJzp0ANxgBl1DnZjSn26e4RUxJA+WUZX9PtOX6gNQrTrmOA2C3Neme8s5OJHTyjMq14AyS2A==", - "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/spinner": { "version": "16.0.1", "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.0.1.tgz", @@ -272,14 +252,14 @@ } }, "node_modules/@atlaskit/textfield": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@atlaskit/textfield/-/textfield-6.0.0.tgz", - "integrity": "sha512-DGcAdKYOwgHiP4rFVZ+TSyPCaHniqt7Sqhl+qHunDqeuyJfJoUGBtnaCBrlbN7CXUFOHUX5JvAP9p+WEouMA1g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@atlaskit/textfield/-/textfield-6.0.1.tgz", + "integrity": "sha512-FMvTtB/KOgcnl1iGUzhOAE7qaEvxLttmpG9mBJ/+7KXgO+YjWsxZIzzsSV8x/bmyJ5Ayy5BLGMD3DPjAoggDXg==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", + "@atlaskit/analytics-next": "^9.2.0", "@atlaskit/platform-feature-flags": "^0.2.0", "@atlaskit/theme": "^12.6.0", - "@atlaskit/tokens": "^1.28.0", + "@atlaskit/tokens": "^1.38.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -18311,7 +18291,7 @@ "@atlaskit/button": "17.6.0", "@atlaskit/css-reset": "6.6.2", "@atlaskit/form": "9.0.9", - "@atlaskit/textfield": "6.0.0", + "@atlaskit/textfield": "6.0.1", "@forge/bridge": "3.3.0", "react": "16", "react-dom": "16" diff --git a/src/frontend/package.json b/src/frontend/package.json index cdf4154..2689193 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -14,7 +14,7 @@ "@atlaskit/button": "17.6.0", "@atlaskit/css-reset": "6.6.2", "@atlaskit/form": "9.0.9", - "@atlaskit/textfield": "6.0.0", + "@atlaskit/textfield": "6.0.1", "@forge/bridge": "3.3.0", "react": "16", "react-dom": "16"