690419:1831 feat: update CI/CD to use SSH key authentication #05
This commit is contained in:
+13
-3
@@ -37,11 +37,11 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"fast-xml-parser": "^5.3.5",
|
||||
"fast-xml-parser": ">=5.5.7",
|
||||
"@nestjs/terminus": "^11.0.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"jws@<3.2.3": ">=3.2.3",
|
||||
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
|
||||
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
|
||||
"undici@<6.23.0": ">=6.23.0",
|
||||
"undici@>=7.0.0 <7.18.2": ">=7.18.2",
|
||||
"diff@>=4.0.0 <4.0.4": ">=4.0.4",
|
||||
@@ -71,7 +71,17 @@
|
||||
"undici@>=6.0.0 <6.24.0": ">=6.24.0",
|
||||
"undici@<6.24.0": ">=6.24.0",
|
||||
"file-type@>=20.0.0 <=21.3.1": ">=21.3.2",
|
||||
"socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6"
|
||||
"socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6",
|
||||
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
|
||||
"vite@>=7.0.0 <=7.3.1": ">=7.3.2",
|
||||
"picomatch@<2.3.2": ">=2.3.2",
|
||||
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
|
||||
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
|
||||
"brace-expansion@>=1.0.0 <1.1.13": ">=1.1.13",
|
||||
"brace-expansion@>=5.0.0 <5.0.5": ">=5.0.5",
|
||||
"yaml@<2.8.3": ">=2.8.3",
|
||||
"nodemailer@>=8.0.0 <8.0.5": ">=8.0.5",
|
||||
"follow-redirects@<=1.15.11": ">=1.16.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user