pin simple-git in syncpack (#44902)
* pin simple-git in syncpack * update pnpm-lock for simple-git * add changelog for json linting --------- Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
This commit is contained in:
parent
987a8e6342
commit
c84d9d944a
|
@ -216,6 +216,15 @@
|
|||
],
|
||||
"pinVersion": "^8.4.32"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"simple-git"
|
||||
],
|
||||
"packages": [
|
||||
"**"
|
||||
],
|
||||
"pinVersion": "^3.21.0"
|
||||
},
|
||||
{
|
||||
"dependencies": [
|
||||
"@types/node"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Fix whitespace in package.json
|
|
@ -4621,8 +4621,8 @@ importers:
|
|||
specifier: ^7.1.0
|
||||
version: 7.3.3
|
||||
simple-git:
|
||||
specifier: 3.5.0
|
||||
version: 3.5.0
|
||||
specifier: ^3.21.0
|
||||
version: 3.21.0
|
||||
|
||||
tools/monorepo-merge:
|
||||
dependencies:
|
||||
|
@ -47527,16 +47527,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/simple-git@3.5.0:
|
||||
resolution: {integrity: sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==}
|
||||
dependencies:
|
||||
'@kwsites/file-exists': 1.1.1
|
||||
'@kwsites/promise-deferred': 1.1.1
|
||||
debug: 4.3.4(supports-color@9.4.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/simple-html-tokenizer@0.5.11:
|
||||
resolution: {integrity: sha512-C2WEK/Z3HoSFbYq8tI7ni3eOo/NneSPRoPpcM7WdLjFOArFuyXEjAoCdOC3DgMfRyziZQ1hCNR4mrNdWEvD0og==}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"commander": "9.5.0",
|
||||
"chalk": "^4.1.2",
|
||||
"inquirer": "^7.1.0",
|
||||
"simple-git": "3.5.0"
|
||||
"simple-git": "^3.21.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.14.1",
|
||||
|
|
Loading…
Reference in New Issue