From 2ba4b64a2e879cf82e64a5504b5e4959aebb9d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:04:09 +0000 Subject: [PATCH] Bump @dqbd/tiktoken from 1.0.4 to 1.0.6 Bumps [@dqbd/tiktoken](https://github.com/dqbd/tiktoken) from 1.0.4 to 1.0.6. - [Release notes](https://github.com/dqbd/tiktoken/releases) - [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md) - [Commits](https://github.com/dqbd/tiktoken/commits/1.0.6) --- updated-dependencies: - dependency-name: "@dqbd/tiktoken" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 446ba1dc..a6bdeffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@dqbd/tiktoken": "^1.0.4", + "@dqbd/tiktoken": "^1.0.6", "@octokit/action": "^5.0.2", "@octokit/plugin-retry": "^4.1.3", "minimatch": "^9.0.0", @@ -682,9 +682,9 @@ "dev": true }, "node_modules/@dqbd/tiktoken": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@dqbd/tiktoken/-/tiktoken-1.0.4.tgz", - "integrity": "sha512-C0HrJj2RNlsB3wslfNHGNH8xN7QQMki+y4JkUor/GE+oIfPvH7yVep9l1/2powam8AAH6+gdv5MggA5gsszweg==" + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@dqbd/tiktoken/-/tiktoken-1.0.6.tgz", + "integrity": "sha512-umSdeZTy/SbPPKVuZKV/XKyFPmXSN145CcM3iHjBbmhlohBJg7vaDp4cPCW+xNlWL6L2U1sp7T2BD+di2sUKdA==" }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", diff --git a/package.json b/package.json index a51b1da7..545871e3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@dqbd/tiktoken": "^1.0.4", + "@dqbd/tiktoken": "^1.0.6", "@octokit/action": "^5.0.2", "@octokit/plugin-retry": "^4.1.3", "minimatch": "^9.0.0",