From 3425935da9fd1b02d4e94009a60352c6cec6fe23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:21:22 +0000 Subject: [PATCH] Bump hono from 4.12.18 to 4.12.23 Bumps [hono](https://github.com/honojs/hono) from 4.12.18 to 4.12.23. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 198 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 152 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce39031..a2f299f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,13 +77,10 @@ "../paranext-core/lib/papi-dts": { "version": "0.0.1", "dev": true, - "license": "MIT", "dependencies": { - "platform-bible-utils": "file:../platform-bible-utils" - }, - "devDependencies": { "electron-log": "^5.0.3", "escape-string-regexp": "^5.0.0", + "platform-bible-utils": "file:../platform-bible-utils", "typescript": "^5.8.3" } }, @@ -117,8 +114,11 @@ "../paranext-core/lib/platform-bible-react": { "version": "0.0.1", "dev": true, - "license": "MIT", "dependencies": { + "@babel/preset-env": "^7.26.9", + "@babel/preset-react": "^7.26.3", + "@babel/preset-typescript": "^7.26.0", + "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.2", "@eten-tech-foundation/platform-editor": "~0.8.14", "@eten-tech-foundation/scripture-utilities": "~0.1.6", "@fontsource-variable/ibm-plex-sans": "^5.2.8", @@ -126,33 +126,12 @@ "@lexical/react": "~0.43.0", "@lexical/rich-text": "~0.43.0", "@lexical/table": "~0.43.0", - "@tabler/icons-react": "^3.41.1", - "@tanstack/react-table": "^8.21.3", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", - "cmdk": "^1.1.1", - "lexical": "~0.43.0", - "lucide-react": "^1.8.0", - "markdown-to-jsx": "^9.7.16", - "next-themes": "^0.4.6", - "platform-bible-utils": "file:../platform-bible-utils", - "radix-ui": "^1.4.3", - "react-hotkeys-hook": "^4.6.1", - "react-resizable-panels": "^4.10.0", - "sonner": "^1.7.4", - "tailwind-merge": "^3.5.0", - "tw-animate-css": "^1.4.0", - "vaul": "^1.1.2" - }, - "devDependencies": { - "@babel/preset-env": "^7.26.9", - "@babel/preset-react": "^7.26.3", - "@babel/preset-typescript": "^7.26.0", - "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.2", "@senojs/rollup-plugin-style-inject": "^0.2.3", + "@tabler/icons-react": "^3.41.1", "@tailwindcss/postcss": "^4.0.0", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.0.0", + "@tanstack/react-table": "^8.21.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", @@ -166,55 +145,63 @@ "@vitest/browser": "^3.2.4", "@vitest/coverage-v8": "^3.2.4", "axe-playwright": "^2.1.0", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "cmdk": "^1.1.1", "dts-bundle-generator": "^9.5.1", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.5.5", + "lexical": "~0.43.0", + "lucide-react": "^1.8.0", + "markdown-to-jsx": "^9.7.16", + "next-themes": "^0.4.6", + "platform-bible-utils": "file:../platform-bible-utils", "playwright": "^1.55.1", "prettier": "^3.5.2", "prettier-plugin-jsdoc": "^1.3.2", "prettier-plugin-tailwindcss": "^0.6.11", + "radix-ui": "^1.4.3", + "react-hotkeys-hook": "^4.6.1", + "react-resizable-panels": "^4.10.0", "remark-cli": "^12.0.1", "remark-gfm": "^4.0.1", "remark-mdx": "^3.1.0", "shadcn": "^4.3.0", + "sonner": "^1.7.4", "stylelint": "^16.17.0", "stylelint-config-recommended": "^14.0.1", "stylelint-config-sass-guidelines": "^12.1.0", + "tailwind-merge": "^3.5.0", "tailwindcss": "^4.0.0", "tailwindcss-scoped-preflight": "^4.0.1", "tslib": "^2.8.1", + "tw-animate-css": "^1.4.0", "typedoc": "^0.28.2", "typescript": "^5.8.3", + "vaul": "^1.1.2", "vite": "^6.4.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" - }, - "peerDependencies": { - "react": ">=19.0.0", - "react-dom": ">=19.0.0" } }, "../paranext-core/lib/platform-bible-utils": { "version": "0.0.1", - "license": "MIT", "dependencies": { "@eten-tech-foundation/scripture-utilities": "~0.1.6", - "async-mutex": "^0.5.0", - "dompurify": "^3.4.0", - "jsonpath-plus": "^10.3.0", - "stringz": "^2.1.0" - }, - "devDependencies": { "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", + "async-mutex": "^0.5.0", + "dompurify": "^3.4.0", "dts-bundle-generator": "^9.5.1", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.5.5", + "jsonpath-plus": "^10.3.0", "prettier": "^3.5.2", "prettier-plugin-jsdoc": "^1.3.2", + "stringz": "^2.1.0", "tslib": "^2.8.1", "typedoc": "^0.28.3", "typescript": "^5.8.3", @@ -2536,6 +2523,70 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz", @@ -7065,11 +7116,10 @@ } }, "node_modules/hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "dev": true, - "license": "MIT", "engines": { "node": ">=16.9.0" } @@ -15161,6 +15211,62 @@ "@napi-rs/wasm-runtime": "^1.1.1", "@tybys/wasm-util": "^0.10.1", "tslib": "^2.8.1" + }, + "dependencies": { + "@emnapi/core": { + "version": "1.8.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "@emnapi/runtime": { + "version": "1.8.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "tslib": "^2.4.0" + } + }, + "@emnapi/wasi-threads": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "tslib": "^2.4.0" + } + }, + "@napi-rs/wasm-runtime": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + } + }, + "@tybys/wasm-util": { + "version": "0.10.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "tslib": "^2.4.0" + } + }, + "tslib": { + "version": "2.8.1", + "bundled": true, + "dev": true, + "optional": true + } } }, "@tailwindcss/oxide-win32-arm64-msvc": { @@ -18146,9 +18252,9 @@ } }, "hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "dev": true }, "hookified": {