Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 6, 2021
1 parent 66e28a8 commit 396aaf9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
24 changes: 9 additions & 15 deletions package-lock.json

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

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/sapmentors/cds-azure-ad#readme",
"dependencies": {
"@sap/cds": "~4.4",
"@sap/cds": "~4.5",
"@sap/xsenv": "^3.1.0",
"@sap/xssec": "^3.0.10",
"passport": "^0.4.1",
Expand All @@ -37,20 +37,20 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.17",
"@types/jest": "^26.0.20",
"copyfiles": "^2.4.1",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"eslint": "^7.19.0",
"eslint-plugin-jest": "^24.1.3",
"express": "^4.17.1",
"husky": "^4.3.5",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "2.2.1",
"standard-version": "^9.0.0",
"supertest": "^6.0.1",
"uuidv4": "^6.2.5"
"standard-version": "^9.1.0",
"supertest": "^6.1.3",
"uuidv4": "^6.2.6"
},
"husky": {
"hooks": {
Expand All @@ -67,8 +67,7 @@
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/__tests__/__assets__/"
"/node_modules/"
],
"testRegex": "/__tests__/.*(\\.|/)(test|spec)\\.[jt]sx?$",
"testTimeout": 10000
Expand Down

0 comments on commit 396aaf9

Please sign in to comment.