Skip to content

fix(security): corrige dependências com vulnerabilidades reportadas - V17 #2465

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

Open
wants to merge 1 commit into
base: 17.x.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

lint:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

# As etapas do workflow são definidas nessa tag.
steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
build:
name: Build packages

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -80,7 +80,7 @@ jobs:
test-ui:
name: Test ui

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -97,7 +97,7 @@ jobs:
test-templates:
name: Test templates

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -115,7 +115,7 @@ jobs:
test-code-editor:
name: Test code editor

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -132,7 +132,7 @@ jobs:
test-storage:
name: Test storage

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand All @@ -149,7 +149,7 @@ jobs:
test-sync:
name: Test sync

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Veja abaixo a lista de dependências e as versões compatíveis, elas devem ser
...
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.3",
"@angular-devkit/build-angular": "~17.3.14",
"@angular/cli": "~17.2.3",
"@angular/compiler-cli": "~17.2.4",
...
Expand Down
24 changes: 0 additions & 24 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,6 @@
}
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/app/e2e/protractor.conf.js",
"devServerTarget": "app:serve"
},
"configurations": {
"production": {
"devServerTarget": "app:serve:production"
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
Expand Down Expand Up @@ -369,18 +357,6 @@
"options": {
"lintFilePatterns": ["projects/portal/**/*.ts", "projects/portal/**/*.html"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/portal/e2e/protractor.conf.js",
"devServerTarget": "portal:serve"
},
"configurations": {
"production": {
"devServerTarget": "portal:serve:production"
}
}
}
}
}
Expand Down
Binary file added custom-idle-queue-3.0.2.tgz
Binary file not shown.
Binary file added dgeni-packages-v0.30.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Veja abaixo a lista de dependências e as versões compatíveis, elas devem ser
...
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.3",
"@angular-devkit/build-angular": "~17.3.14",
"@angular-devkit/schematics": "~17.2.3",
"@angular/cli": "~17.2.3",
"@angular/compiler-cli": "~17.2.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/sync-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Antes de executar a instalação, é necessário que todas as dependências do p
...
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.3",
"@angular-devkit/build-angular": "~17.3.14",
"@angular-devkit/schematics": "~17.2.3",
"@angular/cli": "~17.2.3",
"@angular/compiler": "~17.2.4",
Expand Down
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
"custom-idle-queue": "3.0.1",
"custom-idle-queue": "file:custom-idle-queue-3.0.2.tgz",
"eslint-plugin-sonarjs": "^0.23.0",
"gulp-clean": "^0.4.0",
"gulp-run": "^1.7.1",
"highlight.js": "^11.9.0",
"http-status-codes": "^2.3.0",
"localforage": "1.10.0",
Expand All @@ -95,7 +94,7 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.3",
"@angular-devkit/build-angular": "~17.3.14",
"@angular-eslint/builder": "^17.2.1",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
Expand All @@ -116,15 +115,16 @@
"@typescript-eslint/parser": "^6.13.1",
"del": "^6.0.0",
"dgeni": "^0.4.14",
"dgeni-packages": "0.30.0",
"dgeni-packages": "file:dgeni-packages-v0.30.1.tgz",
"eslint": "^8.54.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-react": "latest",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-tap": "^2.0.0",
"husky": "^8.0.0",
"jasmine": "2.8.0",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
Expand All @@ -136,23 +136,13 @@
"mkdirp": "3.0.1",
"ng-packagr": "~17.0.2",
"prettier": "^3.1.0",
"protractor": "~7.0.0",
"rollup": "4.24.4",
"sonarjs": "latest",
"sonarqube-scanner": "^3.3.0",
"standard-version": "^9.5.0",
"ts-node": "~10.9.1",
"typemoq": "^2.1.0",
"typescript": "~5.2.2"
},
"overrides": {
"custom-idle-queue": {
"@babel/runtime": "~7.26.10"
},
"@angular-devkit/build-angular": {
"@babel/runtime": "~7.26.10"
}
},
"standard-version": {
"skip": {
"commit": true,
Expand Down
30 changes: 0 additions & 30 deletions projects/app/e2e/protractor.conf.js

This file was deleted.

25 changes: 0 additions & 25 deletions projects/app/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions projects/app/e2e/src/app.po.ts

This file was deleted.

9 changes: 0 additions & 9 deletions projects/app/e2e/tsconfig.json

This file was deleted.

30 changes: 0 additions & 30 deletions projects/portal/e2e/protractor.conf.js

This file was deleted.

25 changes: 0 additions & 25 deletions projects/portal/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions projects/portal/e2e/src/app.po.ts

This file was deleted.

9 changes: 0 additions & 9 deletions projects/portal/e2e/tsconfig.json

This file was deleted.

6 changes: 5 additions & 1 deletion projects/portal/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,11 @@ gulp.task('build:guides', () => {
mkdir(GUIDE_DIR);

poProjectsNames.forEach(project => {
sources.push(`${configuration.sourceFolder}/${project}/docs/guides/*.md`);
const projectPath = `${configuration.sourceFolder}/${project}`;

if (fs.existsSync(projectPath)) {
sources.push(`${projectPath}/docs/guides/*.md`);
}
});

return gulp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { PoPageLoginCustomField } from './interfaces/po-page-login-custom-field.
import { PoPageLoginLiterals } from './interfaces/po-page-login-literals.interface';
import { PoPageLoginService } from './po-page-login.service';
import { OverlayModule } from '@angular/cdk/overlay';
import { element } from 'protractor';

describe('PoPageLoginComponent: ', () => {
let component: PoPageLoginComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { PoAvatarBaseComponent } from './po-avatar-base.component';
* <example name="po-avatar-basic" title="PO Avatar Basic" >
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.html"> </file>
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.ts"> </file>
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.e2e-spec.ts"> </file>
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.po.ts"> </file>
* </example>
*
* <example name="po-avatar-labs" title="PO Avatar Labs" >
Expand Down

This file was deleted.

Loading