Skip to content

Commit

Permalink
Merge pull request #503 from tuanicom/snyk-upgrade-7d1969f7c89d05bf86…
Browse files Browse the repository at this point in the history
…6b7e9efab5c7d9

[Snyk] Upgrade @snyk/protect from 1.1292.1 to 1.1292.2
  • Loading branch information
tuanicom authored Sep 25, 2024
2 parents d22af2b + 44c3990 commit 3bb1f85
Show file tree
Hide file tree
Showing 8 changed files with 798 additions and 706 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build-frontend:
strategy:
matrix:
node: [18, 20]
os: [ubuntu-latest, macos-latest]
node: [18, 20, 22]
os: [ubuntu-latest]
name: Rebuild frontend with nodejs ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -29,8 +29,8 @@ jobs:
build-backend:
strategy:
matrix:
node: [18, 20]
os: [ubuntu-latest, macos-latest]
node: [18, 20, 22]
os: [ubuntu-latest]
name: Rebuild backend with nodejs ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.{build}
image: Visual Studio 2022
skip_branch_with_pr: true
install:
- ps: Update-NodeJsInstallation 20.16.0 x64
- ps: Update-NodeJsInstallation 20.17.0 x64
- npm install sonar-scanner -g
- npm install -g snyk
- npm install -g @angular/cli
Expand Down
8 changes: 4 additions & 4 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/tuanicom/incap#readme",
"dependencies": {
"@snyk/protect": "^1.1292.1",
"@snyk/protect": "^1.1292.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down
6 changes: 4 additions & 2 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"ignorePatterns": [
"projects/**/*"
],
"parserOptions": {
"tsconfigRootDir": "."
},
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"tsconfig.json",
"e2e/tsconfig.json"
"tsconfig.json"
],
"createDefaultProgram": true
},
Expand Down
Loading

0 comments on commit 3bb1f85

Please sign in to comment.