diff --git a/chartsmith-extension/package-lock.json b/chartsmith-extension/package-lock.json index 5fe5fabd..f1e47f05 100644 --- a/chartsmith-extension/package-lock.json +++ b/chartsmith-extension/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "centrifuge": "^3.1.0", - "jotai": "^2.16.0", + "jotai": "^2.16.1", "marked": "^15.0.11", "react": "^19.2.3", "react-dom": "^19.2.3", @@ -3436,9 +3436,9 @@ } }, "node_modules/jotai": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.16.0.tgz", - "integrity": "sha512-NmkwPBet0SHQ28GBfEb10sqnbVOYyn6DL4iazZgGRDUKxSWL0iqcm+IK4TqTSFC2ixGk+XX2e46Wbv364a3cKg==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.16.1.tgz", + "integrity": "sha512-vrHcAbo3P7Br37C8Bv6JshMtlKMPqqmx0DDREtTjT4nf3QChDrYdbH+4ik/9V0cXA57dK28RkJ5dctYvavcIlg==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/chartsmith-extension/package.json b/chartsmith-extension/package.json index df201488..bf0958b5 100644 --- a/chartsmith-extension/package.json +++ b/chartsmith-extension/package.json @@ -126,7 +126,7 @@ }, "dependencies": { "centrifuge": "^3.1.0", - "jotai": "^2.16.0", + "jotai": "^2.16.1", "marked": "^15.0.11", "react": "^19.2.3", "react-dom": "^19.2.3",