Skip to content

Commit

Permalink
Merge pull request #272 from sasjs/fix-deps
Browse files Browse the repository at this point in the history
fix(deps): fixed security vulnerabilities
  • Loading branch information
YuryShkoda authored Jun 21, 2022
2 parents d019c5a + e95569c commit ac86ab6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 148 deletions.
174 changes: 32 additions & 142 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"devDependencies": {
"@sasjs/adapter": "^3.10.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^17.0.1",
"@types/node": "^16.4.10",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
Expand All @@ -53,11 +53,11 @@
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^3.1.0",
"microbundle-crl": "^0.13.10",
Expand Down

0 comments on commit ac86ab6

Please sign in to comment.