Skip to content

Commit b0fc8ce

Browse files
louisdussarpsWBCE_staging
andauthored
update some dependencies package
## Change description Update orbits packages ## Type of change - [X] Bug fix (fixes an issue) - [ ] New feature (adds functionality) ## Related issues - https://github.com/LaWebcapsule/orbits/security/dependabot/26 - https://github.com/LaWebcapsule/orbits/security/dependabot/28 - https://github.com/LaWebcapsule/orbits/security/dependabot/27 - https://github.com/LaWebcapsule/orbits/security/dependabot/23 - https://github.com/LaWebcapsule/orbits/security/dependabot/30 - https://github.com/LaWebcapsule/orbits/security/dependabot/29 ## Checklists ### Development - [X] Lint rules pass locally - [X] Application changes have been tested thoroughly - [X] Automated tests covering modified code pass ### Security - [X] Security impact of change has been considered - [X] Code follows company security practices and guidelines ### Code review - [X] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary - [X] reviewers assigned Co-authored-by: WBCE_staging <WBCE_builder@staging>
1 parent c69bfc5 commit b0fc8ce

File tree

6 files changed

+1386
-2022
lines changed

6 files changed

+1386
-2022
lines changed

.changeset/cyan-pens-spend.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@wbce/orbits-core": patch
3+
"@wbce/orbits-fuel": patch
4+
"@wbce/orbits-cli": patch
5+
---
6+
7+
update packages

cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"publish-package": "pnpm run build && pnpm publish --access public"
1717
},
1818
"dependencies": {
19-
"@wbce/orbits-core": "workspace:",
19+
"@wbce/orbits-core": "workspace:^",
2020
"blessed": "^0.1.81",
2121
"colors": "^1.4.0",
2222
"commander": "^12.1.0",
@@ -26,13 +26,13 @@
2626
},
2727
"devDependencies": {
2828
"@tsconfig/node16": "catalog:",
29-
"tslib": "catalog:",
30-
"tsx": "catalog:",
31-
"typescript": "catalog:",
29+
"@types/blessed": "^0.1.25",
30+
"@types/copy-paste": "^1.1.33",
3231
"prettier": "catalog:",
3332
"prettier-plugin-organize-imports": "catalog:",
34-
"@types/blessed": "^0.1.25",
35-
"@types/copy-paste": "^1.1.33"
33+
"tslib": "catalog:",
34+
"tsx": "catalog:",
35+
"typescript": "catalog:"
3636
},
3737
"files": [
3838
"dist"

core/actions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@types/jasmine": "catalog:",
3232
"@types/node": "catalog:",
3333
"jasmine": "catalog:",
34+
"prettier": "catalog:",
35+
"prettier-plugin-organize-imports": "catalog:",
3436
"tslib": "catalog:",
3537
"tsx": "catalog:",
36-
"typescript": "catalog:",
37-
"prettier": "catalog:",
38-
"prettier-plugin-organize-imports": "catalog:"
38+
"typescript": "catalog:"
3939
},
4040
"dependencies": {
41-
"@aws-sdk/client-sso-oidc": "^3.758.0",
42-
"@wbce/services": "workspace:",
41+
"@aws-sdk/client-sso-oidc": "^3.787.0",
42+
"@wbce/services": "workspace:^",
4343
"mongoose": "catalog:",
4444
"winston": "catalog:"
4545
},

helpers/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,32 @@
2828
"@types/jasmine": "catalog:",
2929
"@types/node": "catalog:",
3030
"jasmine": "catalog:",
31+
"prettier": "catalog:",
32+
"prettier-plugin-organize-imports": "catalog:",
3133
"ts-node": "catalog:",
3234
"ts-node-dev": "catalog:",
3335
"tslib": "catalog:",
3436
"tsx": "catalog:",
35-
"typescript": "catalog:",
36-
"prettier": "catalog:",
37-
"prettier-plugin-organize-imports": "catalog:"
37+
"typescript": "catalog:"
3838
},
3939
"dependencies": {
40-
"@aws-cdk/cli-lib-alpha": "^2.1003.0-alpha.0",
41-
"@aws-sdk/client-cloudformation": "^3.758.0",
42-
"@aws-sdk/client-ecr": "^3.758.0",
43-
"@aws-sdk/client-sso-oidc": "^3.758.0",
44-
"@gitbeaker/node": "^35.8.0",
45-
"@octokit/auth-token": "^3.0.2",
46-
"@octokit/types": "^13.8.0",
47-
"@types/dockerode": "^3.3.14",
48-
"@types/express": "^4.17.15",
49-
"@wbce/orbits-core": "workspace:",
50-
"@wbce/services": "workspace:",
51-
"aws-cdk": "^2.1003.0",
52-
"aws-cdk-lib": "^2.182.0",
53-
"dockerode": "^3.3.4",
40+
"@aws-cdk/cli-lib-alpha": "2.1003.0-alpha.0",
41+
"@aws-sdk/client-cloudformation": "^3.787.0",
42+
"@aws-sdk/client-ecr": "^3.787.0",
43+
"@aws-sdk/client-sso-oidc": "^3.787.0",
44+
"@gitbeaker/node": "^35.8.1",
45+
"@octokit/auth-token": "^3.0.4",
46+
"@octokit/types": "^13.10.0",
47+
"@types/dockerode": "^3.3.38",
48+
"@types/express": "^4.17.21",
49+
"@wbce/orbits-core": "workspace:^",
50+
"@wbce/services": "workspace:^",
51+
"aws-cdk": "^2.1010.0",
52+
"aws-cdk-lib": "^2.190.0",
53+
"dockerode": "^4.0.5",
5454
"express": "^4.21.2",
5555
"mongoose": "catalog:",
56-
"octokit": "^4.1.2",
56+
"octokit": "^4.1.3",
5757
"source-map-support": "^0.5.21",
5858
"winston": "catalog:"
5959
},

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
},
1818
"homepage": "https://gitlab.com/webcapsule/actions#readme",
1919
"devDependencies": {
20-
"@changesets/cli": "^2.28.1",
21-
"typedoc": "^0.23.0",
20+
"@changesets/cli": "^2.29.2",
21+
"typedoc": "^0.23.28",
2222
"typedoc-plugin-markdown": "3.14.0",
23-
"typedoc-theme-hierarchy": "^3.0.2"
23+
"typedoc-theme-hierarchy": "^3.2.1"
2424
},
2525
"pnpm": {
2626
"overrides": {
27-
"esbuild@<=0.24.2": ">=0.25.0"
27+
"esbuild@<=0.24.2": ">=0.25.0",
28+
"cli@<1.0.0": ">=1.0.0"
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)