Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 20, 2024
1 parent eae917d commit dc7f694
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cep-85-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Audits
working-directory: ./client-js
run: npm audit --omit=dev
run: npm audit --omit=dev --audit-level=moderate

- name: Lints
working-directory: ./client-js
Expand Down
53 changes: 33 additions & 20 deletions client-js/package-lock.json

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

14 changes: 7 additions & 7 deletions client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.16.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand All @@ -44,6 +44,6 @@
},
"peerDependencies": {
"@make-software/ces-js-parser": "^1.3.3",
"casper-js-sdk": "^2.15.5"
"casper-js-sdk": "^2.15.6"
}
}

0 comments on commit dc7f694

Please sign in to comment.