From 13bc5141e10a1bad87bfdc31a16ac43e0a382263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:40:25 +0000 Subject: [PATCH] Bump flourite from 1.2.4 to 1.3.0 Bumps [flourite](https://github.com/teknologi-umum/flourite) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/teknologi-umum/flourite/releases) - [Commits](https://github.com/teknologi-umum/flourite/compare/v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: flourite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e03af1..a24cafb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "dompurify": "^3.0.6", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", - "flourite": "^1.2.4", + "flourite": "^1.3.0", "gpt-tokenizer": "^2.1.2", "llama-tokenizer-js": "^1.1.3", "postcss": "^8.4.32", @@ -2676,15 +2676,22 @@ "peer": true }, "node_modules/flourite": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/flourite/-/flourite-1.2.4.tgz", - "integrity": "sha512-vaqp9ghYgrIhba70L6upC4KXPs1h0vWI9MlYEyz8KwhNYAwVtV7w8UyO0xIQ/+hOdYqFwQFnJmvsoO0pNef6Cg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/flourite/-/flourite-1.3.0.tgz", + "integrity": "sha512-iuhWXuX07QwHMnJ1Irh4sD1bk/QFMHg8jVgWsjSAqoIqgIyJtRPnUNKyZAPXrw7pQkDvxb5AIz2KPihEoyVcqw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/teknologi-umum" + }, + { + "type": "saweria", + "url": "https://saweria.co/teknologiumum" + } + ], "engines": { "node": ">=16" - }, - "funding": { - "url": "https://saweria.co/teknologiumum" } }, "node_modules/for-each": { diff --git a/package.json b/package.json index b11df00..872aab3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dompurify": "^3.0.6", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", - "flourite": "^1.2.4", + "flourite": "^1.3.0", "gpt-tokenizer": "^2.1.2", "llama-tokenizer-js": "^1.1.3", "postcss": "^8.4.32",