mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	Update dependencies
This commit is contained in:
		
							
								
								
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -2307,9 +2307,9 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "mio" | name = "mio" | ||||||
| version = "0.8.10" | version = "0.8.11" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" | checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "libc", |  "libc", | ||||||
|  "log", |  "log", | ||||||
| @@ -4154,9 +4154,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "tokio" | name = "tokio" | ||||||
| version = "1.35.1" | version = "1.36.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" | checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "backtrace", |  "backtrace", | ||||||
|  "bytes", |  "bytes", | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
|     "react-dom": "^18.2.0" |     "react-dom": "^18.2.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@tauri-apps/cli": "^1.5.0", |     "@tauri-apps/cli": "^1.5.6", | ||||||
|     "@types/node": "^20.8.10", |     "@types/node": "^20.8.10", | ||||||
|     "@types/react": "^18.2.15", |     "@types/react": "^18.2.15", | ||||||
|     "@types/react-dom": "^18.2.7", |     "@types/react-dom": "^18.2.7", | ||||||
| @@ -31,6 +31,6 @@ | |||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "prettier": "3.1.0", |     "prettier": "3.1.0", | ||||||
|     "typescript": "^5.0.2", |     "typescript": "^5.0.2", | ||||||
|     "vite": "^4.4.4" |     "vite": "^4.5.2" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										82
									
								
								apps/gpgui-helper/pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										82
									
								
								apps/gpgui-helper/pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -29,8 +29,8 @@ dependencies: | |||||||
|  |  | ||||||
| devDependencies: | devDependencies: | ||||||
|   '@tauri-apps/cli': |   '@tauri-apps/cli': | ||||||
|     specifier: ^1.5.0 |     specifier: ^1.5.6 | ||||||
|     version: 1.5.0 |     version: 1.5.6 | ||||||
|   '@types/node': |   '@types/node': | ||||||
|     specifier: ^20.8.10 |     specifier: ^20.8.10 | ||||||
|     version: 20.8.10 |     version: 20.8.10 | ||||||
| @@ -48,7 +48,7 @@ devDependencies: | |||||||
|     version: 6.12.0(eslint@8.54.0)(typescript@5.0.2) |     version: 6.12.0(eslint@8.54.0)(typescript@5.0.2) | ||||||
|   '@vitejs/plugin-react': |   '@vitejs/plugin-react': | ||||||
|     specifier: ^4.0.3 |     specifier: ^4.0.3 | ||||||
|     version: 4.0.3(vite@4.4.4) |     version: 4.0.3(vite@4.5.2) | ||||||
|   eslint: |   eslint: | ||||||
|     specifier: ^8.54.0 |     specifier: ^8.54.0 | ||||||
|     version: 8.54.0 |     version: 8.54.0 | ||||||
| @@ -68,8 +68,8 @@ devDependencies: | |||||||
|     specifier: ^5.0.2 |     specifier: ^5.0.2 | ||||||
|     version: 5.0.2 |     version: 5.0.2 | ||||||
|   vite: |   vite: | ||||||
|     specifier: ^4.4.4 |     specifier: ^4.5.2 | ||||||
|     version: 4.4.4(@types/node@20.8.10) |     version: 4.5.2(@types/node@20.8.10) | ||||||
|  |  | ||||||
| packages: | packages: | ||||||
|  |  | ||||||
| @@ -940,8 +940,8 @@ packages: | |||||||
|     engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'} |     engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'} | ||||||
|     dev: false |     dev: false | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-darwin-arm64@1.5.0: |   /@tauri-apps/cli-darwin-arm64@1.5.6: | ||||||
|     resolution: {integrity: sha512-wvEfcSBjlh1G8uBiylMNFgBtAyk4mXfvDFcGyigf/2ui7Wve6fcAFDJdTVwiHOZ4Wxnw6BD3lIkVMQdDpE+nFg==} |     resolution: {integrity: sha512-NNvG3XLtciCMsBahbDNUEvq184VZmOveTGOuy0So2R33b/6FDkuWaSgWZsR1mISpOuP034htQYW0VITCLelfqg==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [darwin] |     os: [darwin] | ||||||
| @@ -949,8 +949,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-darwin-x64@1.5.0: |   /@tauri-apps/cli-darwin-x64@1.5.6: | ||||||
|     resolution: {integrity: sha512-pWzLMAMslx3dkLyq1f4PpuEhgUs8mPISM5nQoHfgYYchJk6Ip1YtWupo56h5QjqyRNPUsSYT8DVGIw0Oi8auXQ==} |     resolution: {integrity: sha512-nkiqmtUQw3N1j4WoVjv81q6zWuZFhBLya/RNGUL94oafORloOZoSY0uTZJAoeieb3Y1YK0rCHSDl02MyV2Fi4A==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [darwin] |     os: [darwin] | ||||||
| @@ -958,8 +958,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-linux-arm-gnueabihf@1.5.0: |   /@tauri-apps/cli-linux-arm-gnueabihf@1.5.6: | ||||||
|     resolution: {integrity: sha512-hP3nAd0TjxblIAgriXhdX33sKXwbkY3CKsWBVB3O+5DOGy7XzKosIt0KaqiV8BHI2pbHMVOwTZuvjdK8pPLULQ==} |     resolution: {integrity: sha512-z6SPx+axZexmWXTIVPNs4Tg7FtvdJl9EKxYN6JPjOmDZcqA13iyqWBQal2DA/GMZ1Xqo3vyJf6EoEaKaliymPQ==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [arm] |     cpu: [arm] | ||||||
|     os: [linux] |     os: [linux] | ||||||
| @@ -967,8 +967,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-linux-arm64-gnu@1.5.0: |   /@tauri-apps/cli-linux-arm64-gnu@1.5.6: | ||||||
|     resolution: {integrity: sha512-/AwGSjUplzeiGWbKP8rAW4gQx5umWiaQJ0ifx6NakA/sIrhRXPYTobwzg4ixw31ALQNXaEosJCkmvXyHUvoUYw==} |     resolution: {integrity: sha512-QuQjMQmpsCbzBrmtQiG4uhnfAbdFx3nzm+9LtqjuZlurc12+Mj5MTgqQ3AOwQedH3f7C+KlvbqD2AdXpwTg7VA==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
| @@ -976,8 +976,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-linux-arm64-musl@1.5.0: |   /@tauri-apps/cli-linux-arm64-musl@1.5.6: | ||||||
|     resolution: {integrity: sha512-OFzKMkg3bmBjr/BYQ1kx4QOHL+JSkzX+Cw8RcG7CKnq8QoJyg8N0K0UTskgsVwlCN4l7bxeuSLvEveg4SBA2AQ==} |     resolution: {integrity: sha512-8j5dH3odweFeom7bRGlfzDApWVOT4jIq8/214Wl+JeiNVehouIBo9lZGeghZBH3XKFRwEvU23i7sRVjuh2s8mg==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
| @@ -985,8 +985,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-linux-x64-gnu@1.5.0: |   /@tauri-apps/cli-linux-x64-gnu@1.5.6: | ||||||
|     resolution: {integrity: sha512-V2stfUH3Qrc3cIXAd+cKbJruS1oJqqGd40GTVcKOKlRk9Ef9H3WNUQ5PyWKj1t1rk8AxjcBO/vK+Unkuy1WSCw==} |     resolution: {integrity: sha512-gbFHYHfdEGW0ffk8SigDsoXks6USpilF6wR0nqB/JbWzbzFR/sBuLVNQlJl1RKNakyJHu+lsFxGy0fcTdoX8xA==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
| @@ -994,8 +994,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-linux-x64-musl@1.5.0: |   /@tauri-apps/cli-linux-x64-musl@1.5.6: | ||||||
|     resolution: {integrity: sha512-qpcGeesuksxzE7lC3RCnikTY9DCRMnAYwhWa9i8MA7pKDX1IXaEvAaXrse44XCZUohxLLgn2k2o6Pb+65dDijQ==} |     resolution: {integrity: sha512-9v688ogoLkeFYQNgqiSErfhTreLUd8B3prIBSYUt+x4+5Kcw91zWvIh+VSxL1n3KCGGsM7cuXhkGPaxwlEh1ug==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
| @@ -1003,8 +1003,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-win32-arm64-msvc@1.5.0: |   /@tauri-apps/cli-win32-arm64-msvc@1.5.6: | ||||||
|     resolution: {integrity: sha512-Glt/AEWwbFmFnQuoPRbB6vMzCIT9jYSpD59zRP8ljhRSzwDHE59q5nXOrheLKICwMmaXqtAuCIq9ndDBKghwoQ==} |     resolution: {integrity: sha512-DRNDXFNZb6y5IZrw+lhTTA9l4wbzO4TNRBAlHAiXUrH+pRFZ/ZJtv5WEuAj9ocVSahVw2NaK5Yaold4NPAxHog==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [win32] |     os: [win32] | ||||||
| @@ -1012,8 +1012,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-win32-ia32-msvc@1.5.0: |   /@tauri-apps/cli-win32-ia32-msvc@1.5.6: | ||||||
|     resolution: {integrity: sha512-k+R2VI8eZJfRjaRS8LwbkjMBKFaKcWtA/byaFnGDDUnb3VM/WFW++3KjC5Ne2wXpxFW9RVaFiBNIpmRcExI0Qw==} |     resolution: {integrity: sha512-oUYKNR/IZjF4fsOzRpw0xesl2lOjhsQEyWlgbpT25T83EU113Xgck9UjtI7xemNI/OPCv1tPiaM1e7/ABdg5iA==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [ia32] |     cpu: [ia32] | ||||||
|     os: [win32] |     os: [win32] | ||||||
| @@ -1021,8 +1021,8 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli-win32-x64-msvc@1.5.0: |   /@tauri-apps/cli-win32-x64-msvc@1.5.6: | ||||||
|     resolution: {integrity: sha512-jEwq9UuUldVyDJ/dsYoHFuZfNZIkxbeDYSMELfZXsRvWWEA8xRYeTkH38S++KU1eBl5dTK0LbxhztEB2HjRT1g==} |     resolution: {integrity: sha512-RmEf1os9C8//uq2hbjXi7Vgz9ne7798ZxqemAZdUwo1pv3oLVZSz1/IvZmUHPdy2e6zSeySqWu1D0Y3QRNN+dg==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [win32] |     os: [win32] | ||||||
| @@ -1030,21 +1030,21 @@ packages: | |||||||
|     dev: true |     dev: true | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   /@tauri-apps/cli@1.5.0: |   /@tauri-apps/cli@1.5.6: | ||||||
|     resolution: {integrity: sha512-usY7Ncfkxl2f/ufjWDtp+eJsodlj8ipMKExIt160KR+tx0GtQgLtxRnrKxe1o7wu18Pkqd5JIuWMaOmT3YZeYA==} |     resolution: {integrity: sha512-k4Y19oVCnt7WZb2TnDzLqfs7o98Jq0tUoVMv+JQSzuRDJqaVu2xMBZ8dYplEn+EccdR5SOMyzaLBJWu38TVK1A==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       '@tauri-apps/cli-darwin-arm64': 1.5.0 |       '@tauri-apps/cli-darwin-arm64': 1.5.6 | ||||||
|       '@tauri-apps/cli-darwin-x64': 1.5.0 |       '@tauri-apps/cli-darwin-x64': 1.5.6 | ||||||
|       '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.0 |       '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.6 | ||||||
|       '@tauri-apps/cli-linux-arm64-gnu': 1.5.0 |       '@tauri-apps/cli-linux-arm64-gnu': 1.5.6 | ||||||
|       '@tauri-apps/cli-linux-arm64-musl': 1.5.0 |       '@tauri-apps/cli-linux-arm64-musl': 1.5.6 | ||||||
|       '@tauri-apps/cli-linux-x64-gnu': 1.5.0 |       '@tauri-apps/cli-linux-x64-gnu': 1.5.6 | ||||||
|       '@tauri-apps/cli-linux-x64-musl': 1.5.0 |       '@tauri-apps/cli-linux-x64-musl': 1.5.6 | ||||||
|       '@tauri-apps/cli-win32-arm64-msvc': 1.5.0 |       '@tauri-apps/cli-win32-arm64-msvc': 1.5.6 | ||||||
|       '@tauri-apps/cli-win32-ia32-msvc': 1.5.0 |       '@tauri-apps/cli-win32-ia32-msvc': 1.5.6 | ||||||
|       '@tauri-apps/cli-win32-x64-msvc': 1.5.0 |       '@tauri-apps/cli-win32-x64-msvc': 1.5.6 | ||||||
|     dev: true |     dev: true | ||||||
|  |  | ||||||
|   /@types/json-schema@7.0.14: |   /@types/json-schema@7.0.14: | ||||||
| @@ -1229,7 +1229,7 @@ packages: | |||||||
|     resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} |     resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} | ||||||
|     dev: true |     dev: true | ||||||
|  |  | ||||||
|   /@vitejs/plugin-react@4.0.3(vite@4.4.4): |   /@vitejs/plugin-react@4.0.3(vite@4.5.2): | ||||||
|     resolution: {integrity: sha512-pwXDog5nwwvSIzwrvYYmA2Ljcd/ZNlcsSG2Q9CNDBwnsd55UGAyr2doXtB5j+2uymRCnCfExlznzzSFbBRcoCg==} |     resolution: {integrity: sha512-pwXDog5nwwvSIzwrvYYmA2Ljcd/ZNlcsSG2Q9CNDBwnsd55UGAyr2doXtB5j+2uymRCnCfExlznzzSFbBRcoCg==} | ||||||
|     engines: {node: ^14.18.0 || >=16.0.0} |     engines: {node: ^14.18.0 || >=16.0.0} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
| @@ -1239,7 +1239,7 @@ packages: | |||||||
|       '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.23.2) |       '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.23.2) | ||||||
|       '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.2) |       '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.2) | ||||||
|       react-refresh: 0.14.0 |       react-refresh: 0.14.0 | ||||||
|       vite: 4.4.4(@types/node@20.8.10) |       vite: 4.5.2(@types/node@20.8.10) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
|     dev: true |     dev: true | ||||||
| @@ -2979,8 +2979,8 @@ packages: | |||||||
|       punycode: 2.3.1 |       punycode: 2.3.1 | ||||||
|     dev: true |     dev: true | ||||||
|  |  | ||||||
|   /vite@4.4.4(@types/node@20.8.10): |   /vite@4.5.2(@types/node@20.8.10): | ||||||
|     resolution: {integrity: sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==} |     resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} | ||||||
|     engines: {node: ^14.18.0 || >=16.0.0} |     engines: {node: ^14.18.0 || >=16.0.0} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user