mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
chore: Bump simple-git to 3.36.0 (#29834)
This commit is contained in:
parent
82354742d3
commit
5af9d0729f
|
|
@ -202,8 +202,8 @@ catalogs:
|
|||
specifier: ^1.98.0
|
||||
version: 1.98.0
|
||||
simple-git:
|
||||
specifier: 3.32.3
|
||||
version: 3.32.3
|
||||
specifier: 3.36.0
|
||||
version: 3.36.0
|
||||
stream-json:
|
||||
specifier: 1.9.1
|
||||
version: 1.9.1
|
||||
|
|
@ -2788,7 +2788,7 @@ importers:
|
|||
version: 0.8.5
|
||||
simple-git:
|
||||
specifier: 'catalog:'
|
||||
version: 3.32.3
|
||||
version: 3.36.0
|
||||
source-map-support:
|
||||
specifier: 0.5.21
|
||||
version: 0.5.21
|
||||
|
|
@ -4263,7 +4263,7 @@ importers:
|
|||
version: 2.1.0
|
||||
simple-git:
|
||||
specifier: 'catalog:'
|
||||
version: 3.32.3
|
||||
version: 3.36.0
|
||||
snowflake-sdk:
|
||||
specifier: 2.1.0
|
||||
version: 2.1.0(asn1.js@5.4.1)(encoding@0.1.13)
|
||||
|
|
@ -10157,6 +10157,12 @@ packages:
|
|||
pinia:
|
||||
optional: true
|
||||
|
||||
'@simple-git/args-pathspec@1.0.3':
|
||||
resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==}
|
||||
|
||||
'@simple-git/argv-parser@1.1.1':
|
||||
resolution: {integrity: sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==}
|
||||
|
||||
'@sinclair/typebox@0.25.21':
|
||||
resolution: {integrity: sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==}
|
||||
|
||||
|
|
@ -20276,8 +20282,8 @@ packages:
|
|||
simple-get@4.0.1:
|
||||
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
|
||||
|
||||
simple-git@3.32.3:
|
||||
resolution: {integrity: sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==}
|
||||
simple-git@3.36.0:
|
||||
resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==}
|
||||
|
||||
simple-lru-cache@0.0.2:
|
||||
resolution: {integrity: sha512-uEv/AFO0ADI7d99OHDmh1QfYzQk/izT1vCmu/riQfh7qjBVUUgRT87E5s5h7CxWCA/+YoZerykpEthzVrW3LIw==}
|
||||
|
|
@ -30066,6 +30072,12 @@ snapshots:
|
|||
optionalDependencies:
|
||||
pinia: 2.2.4(typescript@6.0.2)(vue@3.5.26(typescript@6.0.2))
|
||||
|
||||
'@simple-git/args-pathspec@1.0.3': {}
|
||||
|
||||
'@simple-git/argv-parser@1.1.1':
|
||||
dependencies:
|
||||
'@simple-git/args-pathspec': 1.0.3
|
||||
|
||||
'@sinclair/typebox@0.25.21': {}
|
||||
|
||||
'@sinclair/typebox@0.27.8': {}
|
||||
|
|
@ -42884,10 +42896,12 @@ snapshots:
|
|||
once: 1.4.0
|
||||
simple-concat: 1.0.1
|
||||
|
||||
simple-git@3.32.3:
|
||||
simple-git@3.36.0:
|
||||
dependencies:
|
||||
'@kwsites/file-exists': 1.1.1
|
||||
'@kwsites/promise-deferred': 1.1.1
|
||||
'@simple-git/args-pathspec': 1.0.3
|
||||
'@simple-git/argv-parser': 1.1.1
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ catalog:
|
|||
reflect-metadata: 0.2.2
|
||||
rimraf: 6.0.1
|
||||
sass-embedded: ^1.98.0
|
||||
simple-git: 3.32.3
|
||||
simple-git: 3.36.0
|
||||
stream-json: 1.9.1
|
||||
testcontainers: ^11.13.0
|
||||
ts-morph: ^27.0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user