fix(tauri): Bump cross-spawn re: CVE-2024-21538 (#7486)

Fixes https://github.com/firezone/firezone/security/dependabot/129
This commit is contained in:
Jamil
2024-12-11 16:49:56 -08:00
committed by GitHub
parent d0aef8f1d8
commit d775487508
2 changed files with 10 additions and 10 deletions

View File

@@ -15,12 +15,12 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.1.1",
"@tauri-apps/api": "^2.1.1",
"flowbite": "^2.5.2"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.1.0",
"@types/node": "22",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.8.6",
"http-server": "^14.1.1",
"run-script-os": "^1.1.6",
"tailwindcss": "^3.4.16",

View File

@@ -9,17 +9,17 @@ importers:
.:
dependencies:
'@tauri-apps/api':
specifier: '>=2.1.1'
specifier: ^2.1.1
version: 2.1.1
flowbite:
specifier: ^2.5.2
version: 2.5.2(rollup@4.24.0)
devDependencies:
'@tauri-apps/cli':
specifier: '>=2.1.0'
specifier: ^2.1.0
version: 2.1.0
'@types/node':
specifier: '22'
specifier: ^22.8.6
version: 22.8.6
http-server:
specifier: ^14.1.1
@@ -475,8 +475,8 @@ packages:
resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==}
engines: {node: '>= 0.4.0'}
cross-spawn@7.0.3:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
cross-spawn@7.0.6:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
cssesc@3.0.0:
@@ -1318,7 +1318,7 @@ snapshots:
corser@2.0.1: {}
cross-spawn@7.0.3:
cross-spawn@7.0.6:
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
@@ -1419,7 +1419,7 @@ snapshots:
foreground-child@3.3.0:
dependencies:
cross-spawn: 7.0.3
cross-spawn: 7.0.6
signal-exit: 4.1.0
fsevents@2.3.3: