diff --git a/ClientApp/package-lock.json b/ClientApp/package-lock.json index cf60c6c..8c12ef9 100644 --- a/ClientApp/package-lock.json +++ b/ClientApp/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "PingCRM", "dependencies": { - "@inertiajs/svelte": "^2.1.7", + "@inertiajs/svelte": "^2.2.8", "axios": "^1.10.0", "classnames": "^2.5.1", "lodash": "^4.17.21", @@ -699,24 +699,24 @@ } }, "node_modules/@inertiajs/core": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.1.7.tgz", - "integrity": "sha512-ahBSdNj4d7oqEBr5KcGPVuoyI3JWYKwwLjqhy2O4Jp/UKX1C6W0U/WkpL6NzCapNaNDACBVSc3rqZ/6lY0VbWA==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.2.8.tgz", + "integrity": "sha512-sN6ArjsDajohctU7j17lsnSk5j3otDDSuR0JgtJxUftNcV3mv51XTKm/IHM3zdHYhq4rpvgHlr9epUqp7tMnxQ==", "license": "MIT", "dependencies": { "@types/lodash-es": "^4.17.12", - "axios": "^1.12.0", + "axios": "^1.12.2", "lodash-es": "^4.17.21", - "qs": "^6.9.0" + "qs": "^6.14.0" } }, "node_modules/@inertiajs/svelte": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@inertiajs/svelte/-/svelte-2.1.7.tgz", - "integrity": "sha512-sHHHDhghlGijW+FxmmIQpc+L1jYWDMfZ0Gxsjyy5WqP2vttFMKkp3yDv6bcTiQNAuEXXGdj8ka1Th7yn0O2ffw==", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/@inertiajs/svelte/-/svelte-2.2.8.tgz", + "integrity": "sha512-yCDMgXYA02r8GSO8kSch1ct8DJ2wUHMdpzZkE1YVoPtx4lGbTZW/rxKBSAkfDPjitsEtyb+vCaT6dRiFmzZHYQ==", "license": "MIT", "dependencies": { - "@inertiajs/core": "2.1.7", + "@inertiajs/core": "2.2.8", "@types/lodash-es": "^4.17.12", "lodash-es": "^4.17.21" }, @@ -1404,6 +1404,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.5", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.4", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.5", + "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.0.4", + "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": "0.2.12", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.0", + "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.0", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.13", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.13.tgz", diff --git a/ClientApp/package.json b/ClientApp/package.json index 22b3d44..6903d1b 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -12,7 +12,7 @@ "format": "eslint src --fix && prettier --write src" }, "dependencies": { - "@inertiajs/svelte": "^2.1.7", + "@inertiajs/svelte": "^2.2.8", "axios": "^1.10.0", "classnames": "^2.5.1", "lodash": "^4.17.21",