mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 16:25:55 +00:00
chore(deps): update devdependency tinyexec to v1 (main) (#31437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c4eea5872
commit
efd4e2a50d
@ -126,7 +126,7 @@
|
|||||||
"sherif": "1.4.0",
|
"sherif": "1.4.0",
|
||||||
"srvx": "0.2.5",
|
"srvx": "0.2.5",
|
||||||
"std-env": "3.8.1",
|
"std-env": "3.8.1",
|
||||||
"tinyexec": "0.3.2",
|
"tinyexec": "1.0.0",
|
||||||
"tinyglobby": "0.2.12",
|
"tinyglobby": "0.2.12",
|
||||||
"ts-blank-space": "0.6.1",
|
"ts-blank-space": "0.6.1",
|
||||||
"typescript": "5.8.2",
|
"typescript": "5.8.2",
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
"prettier": "3.5.3",
|
"prettier": "3.5.3",
|
||||||
"scule": "1.3.0",
|
"scule": "1.3.0",
|
||||||
"svgo": "3.3.2",
|
"svgo": "3.3.2",
|
||||||
"tinyexec": "0.3.2",
|
"tinyexec": "1.0.0",
|
||||||
"tinyglobby": "0.2.12",
|
"tinyglobby": "0.2.12",
|
||||||
"unocss": "66.0.0",
|
"unocss": "66.0.0",
|
||||||
"vite": "6.2.2"
|
"vite": "6.2.2"
|
||||||
|
@ -201,8 +201,8 @@ importers:
|
|||||||
specifier: 3.8.1
|
specifier: 3.8.1
|
||||||
version: 3.8.1
|
version: 3.8.1
|
||||||
tinyexec:
|
tinyexec:
|
||||||
specifier: 0.3.2
|
specifier: 1.0.0
|
||||||
version: 0.3.2
|
version: 1.0.0
|
||||||
tinyglobby:
|
tinyglobby:
|
||||||
specifier: 0.2.12
|
specifier: 0.2.12
|
||||||
version: 0.2.12
|
version: 0.2.12
|
||||||
@ -853,8 +853,8 @@ importers:
|
|||||||
specifier: 3.3.2
|
specifier: 3.3.2
|
||||||
version: 3.3.2
|
version: 3.3.2
|
||||||
tinyexec:
|
tinyexec:
|
||||||
specifier: 0.3.2
|
specifier: 1.0.0
|
||||||
version: 0.3.2
|
version: 1.0.0
|
||||||
tinyglobby:
|
tinyglobby:
|
||||||
specifier: 0.2.12
|
specifier: 0.2.12
|
||||||
version: 0.2.12
|
version: 0.2.12
|
||||||
@ -7089,6 +7089,9 @@ packages:
|
|||||||
tinyexec@0.3.2:
|
tinyexec@0.3.2:
|
||||||
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
||||||
|
|
||||||
|
tinyexec@1.0.0:
|
||||||
|
resolution: {integrity: sha512-djtKaAR3lnRo0uMT/IKYwj3s4E86IE/SdwCE3XXIJcozbDFKsfgAmi8IBIpIDmTd0Y6YKyfqo3vQ33OloPJPaQ==}
|
||||||
|
|
||||||
tinyglobby@0.2.12:
|
tinyglobby@0.2.12:
|
||||||
resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==}
|
resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
@ -14684,6 +14687,8 @@ snapshots:
|
|||||||
|
|
||||||
tinyexec@0.3.2: {}
|
tinyexec@0.3.2: {}
|
||||||
|
|
||||||
|
tinyexec@1.0.0: {}
|
||||||
|
|
||||||
tinyglobby@0.2.12:
|
tinyglobby@0.2.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
fdir: 6.4.3(picomatch@4.0.2)
|
fdir: 6.4.3(picomatch@4.0.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user