Skip to content

Commit cc9094a

Browse files
authored
chore: updates to address high-severity dependabot alerts (#448)
1 parent 4b5e3f1 commit cc9094a

File tree

2 files changed

+1997
-2270
lines changed

2 files changed

+1997
-2270
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"author": "Amazon Web Services",
5454
"license": "Apache-2.0",
5555
"dependencies": {
56-
"lerna": "^3.22.1"
56+
"lerna": "^5.1.6"
5757
},
5858
"workspaces": [
5959
"packages/*"
6060
],
6161
"devDependencies": {
62-
"@commitlint/cli": "^8.1.0",
63-
"@commitlint/config-conventional": "^8.1.0",
64-
"@commitlint/config-lerna-scopes": "^8.1.0",
62+
"@commitlint/cli": "^17.0.3",
63+
"@commitlint/config-conventional": "^17.0.3",
64+
"@commitlint/config-lerna-scopes": "^17.0.2",
6565
"@types/jest": "^25.2.1",
6666
"@types/js-yaml": "^3.12.3",
6767
"@typescript-eslint/eslint-plugin": "^2.16.0",
@@ -101,7 +101,9 @@
101101
"amplify-headless-interface": "^1.13.1"
102102
},
103103
"resolutions": {
104-
"minimist": "^1.2.6"
104+
"minimist": "^1.2.6",
105+
"lodash": "^4.17.21",
106+
"node-fetch": "^2.6.7"
105107
},
106108
"config": {
107109
"commitizen": {

0 commit comments

Comments
 (0)