|
12 | 12 | "author": "Adam Clark", |
13 | 13 | "license": "ISC", |
14 | 14 | "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", |
23 | 23 | "@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", |
26 | 26 | "babel-jest": "^28.1.3", |
27 | 27 | "eslint": "^8.22.0", |
28 | 28 | "eslint-plugin-flowtype": "^8.0.3", |
29 | 29 | "eslint-plugin-import": "^2.25.2", |
30 | 30 | "eslint-plugin-jsdoc": "^39.3.2", |
31 | 31 | "eslint-plugin-sonarjs": "^0.13.0", |
32 | 32 | "eslint-plugin-unicorn": "^42.0.0", |
33 | | - "jest": "^28.1.3", |
| 33 | + "jest": "^29.6.2", |
34 | 34 | "nyc": "^15.1.0", |
35 | | - "semantic-release": "^19.0.3" |
| 35 | + "semantic-release": "^19.0.5" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | 38 | "aws-sdk": "^2.831.0" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "@sentry/node": "^6.0.1", |
| 41 | + "@sentry/node": "^6.19.7", |
42 | 42 | "alai": "1.0.3", |
43 | 43 | "async": "^3.2.4", |
44 | 44 | "axios": "^0.27.2", |
45 | | - "epsagon": "^1.123.2", |
| 45 | + "epsagon": "^1.123.3", |
46 | 46 | "useragent": "2.3.0", |
47 | 47 | "uuid": "^8.3.2", |
48 | 48 | "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" |
51 | 51 | } |
52 | 52 | } |
0 commit comments