diff --git a/ClientApp/package-lock.json b/ClientApp/package-lock.json index cf60c6c..31ca42f 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.6", "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.6", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.2.6.tgz", + "integrity": "sha512-/5SftShURcQ7jnWFM4JqRmiSTCXAYf3ZwiHzNygw4d98F6FQzySTIBq37KGTQgX715bOj9k4OzTZSO9FrLSwAw==", "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.6", + "resolved": "https://registry.npmjs.org/@inertiajs/svelte/-/svelte-2.2.6.tgz", + "integrity": "sha512-wpJkZEgXEn6VMfd2N/C50OzrPDsxFxNikltM8h+MQxUN9UuW081KBpG1qmCE/pMNgP+yeeN1mKv+7jgkdveTUg==", "license": "MIT", "dependencies": { - "@inertiajs/core": "2.1.7", + "@inertiajs/core": "2.2.6", "@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..b51d972 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.6", "axios": "^1.10.0", "classnames": "^2.5.1", "lodash": "^4.17.21",