From 41bc83e2bb3c01f780c19e47ab2b212a19dc2a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 05:07:43 +0000 Subject: [PATCH] chore(deps): bump @dqbd/tiktoken from 1.0.15 to 1.0.17 Bumps [@dqbd/tiktoken](https://github.com/dqbd/tiktoken) from 1.0.15 to 1.0.17. - [Release notes](https://github.com/dqbd/tiktoken/releases) - [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/dqbd/tiktoken/compare/@dqbd/tiktoken@1.0.15...@dqbd/tiktoken@1.0.17) --- updated-dependencies: - dependency-name: "@dqbd/tiktoken" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d748045..6411598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "license": "GPL-3.0-or-later", "dependencies": { - "@dqbd/tiktoken": "^1.0.13", + "@dqbd/tiktoken": "^1.0.17", "@wordpress/icons": "^10.11.0", "classnames": "^2.5.1", "object-hash": "^3.0.0" @@ -2198,10 +2198,9 @@ } }, "node_modules/@dqbd/tiktoken": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@dqbd/tiktoken/-/tiktoken-1.0.15.tgz", - "integrity": "sha512-a6I67K1xUkuqcuwulobIJiLikkoE7egMaviI1Jg5bxSn2V7QGqXsGE3jTKr8UIOU/o74mAAd5TkeXFNBtaKF4A==", - "license": "MIT" + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/@dqbd/tiktoken/-/tiktoken-1.0.17.tgz", + "integrity": "sha512-v2gz0V6DiuR2TsALM32TkBThf6LdjLbxe6HS/nx9/KJxuDX0Z7SGX7N7PvQfqIvRyus42jI9poVUqezc/j/aQw==" }, "node_modules/@es-joy/jsdoccomment": { "version": "0.41.0", diff --git a/package.json b/package.json index 0b8a185..2612dd2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "tailwindcss": "^3.4.0" }, "dependencies": { - "@dqbd/tiktoken": "^1.0.13", + "@dqbd/tiktoken": "^1.0.17", "@wordpress/icons": "^10.11.0", "classnames": "^2.5.1", "object-hash": "^3.0.0"