diff --git a/package-lock.json b/package-lock.json index fe58a8d..6718ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -644,7 +644,7 @@ "version": "25.6.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "undici-types": "~7.19.0" @@ -1057,7 +1057,7 @@ "version": "14.0.3", "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", - "devOptional": true, + "dev": true, "license": "MIT", "engines": { "node": ">=20" @@ -1371,6 +1371,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -2106,9 +2107,9 @@ } }, "node_modules/opik": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/opik/-/opik-2.0.20.tgz", - "integrity": "sha512-N9jM88Mi+lKDBLABcryWS475heIjUQs/aMi4OyKeXIeNXb4OPfuRsAwRb5DzsEnKxyRluqg4FJrXIB6LQyGfcw==", + "version": "2.1.32", + "resolved": "https://registry.npmjs.org/opik/-/opik-2.1.32.tgz", + "integrity": "sha512-8ufs3AzgEUxWwlYzJ2TkVjKOO2vmpAYgtOTiiHeABmBKJBMK4+HWqhgT0BZ1yAiCtpANWfxEhE4vkqEizO6iCg==", "license": "Apache-2.0", "dependencies": { "@ai-sdk/anthropic": "^3.0.1", @@ -2776,6 +2777,7 @@ }, "node_modules/tslib": { "version": "2.8.1", + "dev": true, "license": "0BSD", "optional": true }, @@ -2815,7 +2817,7 @@ "version": "7.19.2", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/uuid": {