From ba73e2afbc86372ba6f49baf48aa298bf8c39c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:29:20 +0000 Subject: [PATCH] Bump flourite from 1.2.3 to 1.2.4 Bumps [flourite](https://github.com/teknologi-umum/flourite) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/teknologi-umum/flourite/releases) - [Commits](https://github.com/teknologi-umum/flourite/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: flourite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d39546c..8db395a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dexie": "^4.0.1-alpha.22", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", - "flourite": "^1.2.3", + "flourite": "^1.2.4", "gpt-tokenizer": "^2.0.0", "postcss": "^8.4.24", "sass": "^1.63.6", @@ -2411,10 +2411,13 @@ "peer": true }, "node_modules/flourite": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/flourite/-/flourite-1.2.3.tgz", - "integrity": "sha512-iGoOmc4EcfYpWSY71LGMf+3BbQ2xbeIXoKbafGqghuEOK7PCZ0i8oxcMYFBIdM+vtgPmAV0ktA3b492yXjwyQA==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/flourite/-/flourite-1.2.4.tgz", + "integrity": "sha512-vaqp9ghYgrIhba70L6upC4KXPs1h0vWI9MlYEyz8KwhNYAwVtV7w8UyO0xIQ/+hOdYqFwQFnJmvsoO0pNef6Cg==", "dev": true, + "engines": { + "node": ">=16" + }, "funding": { "url": "https://saweria.co/teknologiumum" } diff --git a/package.json b/package.json index 6bf5155..66ee3e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dexie": "^4.0.1-alpha.22", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", - "flourite": "^1.2.3", + "flourite": "^1.2.4", "gpt-tokenizer": "^2.0.0", "postcss": "^8.4.24", "sass": "^1.63.6",