From 0ee3050947dbe47de0a76d968f153a3c6d333124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:11:09 +0000 Subject: [PATCH] Bump @inertiajs/core from 2.3.17 to 2.3.18 Bumps [@inertiajs/core](https://github.com/inertiajs/inertia/tree/HEAD/packages/inertia) from 2.3.17 to 2.3.18. - [Release notes](https://github.com/inertiajs/inertia/releases) - [Commits](https://github.com/inertiajs/inertia/commits/v2.3.18/packages/inertia) --- updated-dependencies: - dependency-name: "@inertiajs/core" dependency-version: 2.3.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 66 ++++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ece2841d7..0b8cfcd4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fontsource-variable/geist": "^5.2.8", "@headlessui/react": "^2.1.0", "@heroicons/react": "^2.2.0", - "@inertiajs/core": "^2.3.17", + "@inertiajs/core": "^2.3.18", "@inertiajs/react": "^2.3.15", "@inertiaui/modal-react": "file:packages/inertiaui-modal-react", "@lookout/react": "file:packages/lookout-react", @@ -1327,9 +1327,9 @@ } }, "node_modules/@inertiajs/core": { - "version": "2.3.17", - "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.3.17.tgz", - "integrity": "sha512-CELuVhq2cBVrqxmrbRKqseuIQPBA6PcgDU7EPkPQxK02Lxxg7wTZWZZ5omaGBT+5mQtr0bkEUqUF2vxYbu4ogw==", + "version": "2.3.18", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.3.18.tgz", + "integrity": "sha512-StOszdE28nx9uxY4I28d7oLRGLdu/F9pRgWody2k29Qe9WqAoPHVQ5VJabTi2RTYHJXZrZZ+Wgtw3qVRZMrwOA==", "license": "MIT", "dependencies": { "@types/lodash-es": "^4.17.12", @@ -5109,6 +5109,64 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "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", + "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", + "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", + "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", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", diff --git a/package.json b/package.json index 8fb2c9518..2fc147cfc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@fontsource-variable/geist": "^5.2.8", "@headlessui/react": "^2.1.0", "@heroicons/react": "^2.2.0", - "@inertiajs/core": "^2.3.17", + "@inertiajs/core": "^2.3.18", "@inertiajs/react": "^2.3.15", "@inertiaui/modal-react": "file:packages/inertiaui-modal-react", "@lookout/react": "file:packages/lookout-react",