Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix latest sec vulnerabilities; run audit during ci #250

Merged
merged 10 commits into from
Jun 18, 2024
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Install packages
run: pnpm install

- name: Audit packages
run: pnpm audit --audit-level=high

- name: Beachball check
run: pnpm check

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pnpm-debug.log
*.build.log
*.build.error.log

.env
*.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix latest sec vulnerabilities; run audit during ci",
"packageName": "@itwin/browser-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix latest sec vulnerabilities; run audit during ci",
"packageName": "@itwin/electron-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix latest sec vulnerabilities; run audit during ci",
"packageName": "@itwin/node-cli-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix latest sec vulnerabilities; run audit during ci",
"packageName": "@itwin/oidc-signin-tool",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix latest sec vulnerabilities; run audit during ci",
"packageName": "@itwin/service-authorization",
"email": "[email protected]",
"dependentChangeType": "patch"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs": "lage docs",
"lint": "lage lint",
"test": "lage test",
"test:integration": "lage test:integration",
"test:integration": "lage test:integration --reset-cache",
"cover": "lage cover",
"change": "beachball change",
"check": "beachball check",
Expand All @@ -33,7 +33,8 @@
"url": "https://github.com/iTwin/auth-clients"
},
"devDependencies": {
"beachball": "^2.36.0",
"lage": "^2.7.14"
"beachball": "^2.43.1",
"lage": "^2.7.18",
"process": "^0.11.10"
}
}
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@types/node": "^18.11.5",
"@types/sinon": "^10.0.13",
"buffer": "~6.0.3",
"chai": "^4.2.22",
"chai": "^4.2.2",
"dotenv": "~16.0.3",
"eslint": "^8.56.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"parcel": "~2.12.0",
"process": "~0.11.10",
"rimraf": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"@types/mocha": "^8.2.3",
"@types/node": "~18.18.0",
"@types/sinon": "^10.0.13",
"chai": "^4.2.22",
"chai": "^4.2.2",
"chai-as-promised": "^7.1.1",
"cpx2": "^5.0.0",
"dotenv": "~16.0.3",
"electron": "^30.0.0",
"eslint": "^8.56.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
"parcel": "~2.9.3",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"parcel": "~2.12.0",
"path-browserify": "~1.0.1",
"process": "~0.11.10",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@types/node": "^18.11.5",
"@types/sinon": "^10.0.16",
"chai-as-promised": "^7.1.1",
"chai": "^4.2.22",
"chai": "^4.2.2",
"cpx2": "^5.0.0",
"eslint": "^8.56.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"rimraf": "^3.0.2",
"sinon": "^15.2.0",
"source-map-support": "^0.5.9",
Expand Down
9 changes: 5 additions & 4 deletions packages/oidc-signin-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"@itwin/core-common": "^3.3.0 || ^4.0.0",
"@itwin/service-authorization": "workspace:^",
"@playwright/test": "~1.41.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"oidc-client-ts": "^2.2.4"
"oidc-client-ts": "^2.4.0"
},
"devDependencies": {
"@itwin/build-tools": "^4.6.0-dev.27",
Expand All @@ -51,11 +52,11 @@
"@types/mocha": "^8.2.3",
"@types/node": "^18.11.5",
"@types/sinon": "^10.0.13",
"chai": "^4.2.22",
"chai": "^4.2.2",
"chai-as-promised": "^7.1.1",
"eslint": "^8.56.0",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"rimraf": "^3.0.2",
"sinon": "15.0.4",
"typescript": "~5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@types/mocha": "^8.2.3",
"@types/sinon": "^10.0.13",
"eslint": "^8.56.0",
"chai": "^4.2.22",
"chai": "^4.2.2",
"chai-as-promised": "^7.1.1",
"mocha": "^8.2.3",
"nyc": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"rimraf": "^3.0.2",
"sinon": "^15.0.1",
"source-map-support": "^0.5.9",
Expand Down
Loading
Loading