Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: dependabot alerts with compatible patches
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Jul 2, 2024
1 parent 3ae0474 commit f942e60
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 324 deletions.
4 changes: 2 additions & 2 deletions addons/addon-base/packages/services-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"peerDependencies": {
"aws-sdk": "^2.1000.0",
"lodash": "*"
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^6.8.0",
Expand Down Expand Up @@ -45,4 +45,4 @@
"pre-commit": "pretty-quick --staged --pattern '**/*.*(js|jsx)'"
}
}
}
}
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,19 @@
"xml2js": "0.5.0",
"react-refresh": "0.11.0",
"crypto-js": "4.2.0",
"browserify-sign": "4.2.2"
"browserify-sign": "4.2.2",
"yargs-parser@<=5.0.0": "5.0.1",
"browserslist@>=4.0.0 <4.16.5": "4.16.5",
"webpack-dev-middleware@<=5.3.3": "5.3.4",
"express@<4.19.2": "4.19.2",
"follow-redirects@<=1.15.5": "1.15.6",
"tar@<6.2.1": "6.2.1",
"braces@<3.0.3": "3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
"ajv@<6.12.3": ">=6.12.3",
"lodash": "4.17.21"
}
}
}
}
Loading

0 comments on commit f942e60

Please sign in to comment.