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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 08:29:20 +00:00 committed by GitHub
parent 2cb793caf7
commit ba73e2afbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -25,7 +25,7 @@
"dexie": "^4.0.1-alpha.22", "dexie": "^4.0.1-alpha.22",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3", "flourite": "^1.2.4",
"gpt-tokenizer": "^2.0.0", "gpt-tokenizer": "^2.0.0",
"postcss": "^8.4.24", "postcss": "^8.4.24",
"sass": "^1.63.6", "sass": "^1.63.6",
@ -2411,10 +2411,13 @@
"peer": true "peer": true
}, },
"node_modules/flourite": { "node_modules/flourite": {
"version": "1.2.3", "version": "1.2.4",
"resolved": "https://registry.npmjs.org/flourite/-/flourite-1.2.3.tgz", "resolved": "https://registry.npmjs.org/flourite/-/flourite-1.2.4.tgz",
"integrity": "sha512-iGoOmc4EcfYpWSY71LGMf+3BbQ2xbeIXoKbafGqghuEOK7PCZ0i8oxcMYFBIdM+vtgPmAV0ktA3b492yXjwyQA==", "integrity": "sha512-vaqp9ghYgrIhba70L6upC4KXPs1h0vWI9MlYEyz8KwhNYAwVtV7w8UyO0xIQ/+hOdYqFwQFnJmvsoO0pNef6Cg==",
"dev": true, "dev": true,
"engines": {
"node": ">=16"
},
"funding": { "funding": {
"url": "https://saweria.co/teknologiumum" "url": "https://saweria.co/teknologiumum"
} }

View File

@ -31,7 +31,7 @@
"dexie": "^4.0.1-alpha.22", "dexie": "^4.0.1-alpha.22",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3", "flourite": "^1.2.4",
"gpt-tokenizer": "^2.0.0", "gpt-tokenizer": "^2.0.0",
"postcss": "^8.4.24", "postcss": "^8.4.24",
"sass": "^1.63.6", "sass": "^1.63.6",