Skip to content

Commit d2709ba

Browse files
fix: Dependency updates (#1097)
Update to latest packages (where possible, within Node version constraints, etc). --------- Co-authored-by: Mahmoud Ibrahim <mahmoud.ibrahim@camelcasetech.com>
1 parent cc7bdd2 commit d2709ba

6 files changed

Lines changed: 1702 additions & 1146 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,41 +12,41 @@
1212
"author": "Adam Clark",
1313
"license": "ISC",
1414
"devDependencies": {
15-
"@babel/cli": "^7.18.10",
16-
"@babel/core": "^7.18.10",
17-
"@babel/eslint-parser": "^7.18.9",
18-
"@babel/node": "^7.18.10",
19-
"@babel/plugin-syntax-flow": "^7.18.6",
20-
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
21-
"@babel/plugin-transform-react-jsx": "^7.18.10",
22-
"@babel/preset-env": "^7.18.10",
15+
"@babel/cli": "^7.22.9",
16+
"@babel/core": "^7.22.9",
17+
"@babel/eslint-parser": "^7.22.9",
18+
"@babel/node": "^7.22.6",
19+
"@babel/plugin-syntax-flow": "^7.22.5",
20+
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
21+
"@babel/plugin-transform-react-jsx": "^7.22.5",
22+
"@babel/preset-env": "^7.22.9",
2323
"@comicrelief/eslint-config": "^2.0.3",
24-
"@types/jest": "^28.1.6",
25-
"aws-sdk": "^2.1194.0",
24+
"@types/jest": "^28.1.8",
25+
"aws-sdk": "^2.1427.0",
2626
"babel-jest": "^28.1.3",
2727
"eslint": "^8.22.0",
2828
"eslint-plugin-flowtype": "^8.0.3",
2929
"eslint-plugin-import": "^2.25.2",
3030
"eslint-plugin-jsdoc": "^39.3.2",
3131
"eslint-plugin-sonarjs": "^0.13.0",
3232
"eslint-plugin-unicorn": "^42.0.0",
33-
"jest": "^28.1.3",
33+
"jest": "^29.6.2",
3434
"nyc": "^15.1.0",
35-
"semantic-release": "^19.0.3"
35+
"semantic-release": "^19.0.5"
3636
},
3737
"peerDependencies": {
3838
"aws-sdk": "^2.831.0"
3939
},
4040
"dependencies": {
41-
"@sentry/node": "^6.0.1",
41+
"@sentry/node": "^6.19.7",
4242
"alai": "1.0.3",
4343
"async": "^3.2.4",
4444
"axios": "^0.27.2",
45-
"epsagon": "^1.123.2",
45+
"epsagon": "^1.123.3",
4646
"useragent": "2.3.0",
4747
"uuid": "^8.3.2",
4848
"validate.js": "0.13.1",
49-
"winston": "^3.8.1",
50-
"xml2js": "^0.4.23"
49+
"winston": "^3.10.0",
50+
"xml2js": "^0.6.2"
5151
}
5252
}

0 commit comments

Comments
 (0)