|
4 | 4 | "description": "Lambda wrapper for all Comic Relief Serverless Projects", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | | - "lint": "yarn eslint .", |
| 7 | + "lint": "eslint src tests", |
8 | 8 | "test": "jest --coverage", |
9 | 9 | "build": "babel src --out-dir dist --copy-files", |
10 | 10 | "prepublish": "yarn build" |
11 | 11 | }, |
12 | 12 | "author": "Adam Clark", |
13 | 13 | "license": "ISC", |
14 | 14 | "devDependencies": { |
15 | | - "@babel/cli": "^7.12.10", |
16 | | - "@babel/core": "^7.12.10", |
17 | | - "@babel/node": "^7.12.10", |
18 | | - "@babel/plugin-syntax-flow": "^7.12.1", |
19 | | - "@babel/plugin-transform-flow-strip-types": "^7.12.10", |
20 | | - "@babel/preset-env": "^7.12.11", |
21 | | - "@comicrelief/eslint-config": "^1.3.3", |
22 | | - "@types/jest": "^26.0.20", |
23 | | - "aws-sdk": ">=2.831.0", |
24 | | - "babel-eslint": "^10.1.0", |
25 | | - "babel-jest": "^26.3.3", |
26 | | - "eslint": "^7.18.0", |
27 | | - "jest": "^26.6.3", |
| 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", |
| 23 | + "@comicrelief/eslint-config": "^2.0.3", |
| 24 | + "@types/jest": "^28.1.6", |
| 25 | + "aws-sdk": "^2.1194.0", |
| 26 | + "babel-jest": "^28.1.3", |
| 27 | + "eslint": "^8.22.0", |
| 28 | + "eslint-plugin-flowtype": "^8.0.3", |
| 29 | + "eslint-plugin-import": "^2.25.2", |
| 30 | + "eslint-plugin-jsdoc": "^39.3.2", |
| 31 | + "eslint-plugin-sonarjs": "^0.13.0", |
| 32 | + "eslint-plugin-unicorn": "^42.0.0", |
| 33 | + "jest": "^28.1.3", |
28 | 34 | "nyc": "^15.1.0", |
29 | | - "semantic-release": "^17.3.7" |
| 35 | + "semantic-release": "^19.0.3" |
30 | 36 | }, |
31 | 37 | "peerDependencies": { |
32 | | - "aws-sdk": ">=2.831.0" |
| 38 | + "aws-sdk": "^2.831.0" |
33 | 39 | }, |
34 | 40 | "dependencies": { |
35 | 41 | "@sentry/node": "^6.0.1", |
36 | 42 | "alai": "1.0.3", |
37 | | - "async": "^3.2.0", |
38 | | - "axios": "^0.21.1", |
39 | | - "epsagon": "^1.104.2", |
| 43 | + "async": "^3.2.4", |
| 44 | + "axios": "^0.27.2", |
| 45 | + "epsagon": "^1.123.2", |
40 | 46 | "useragent": "2.3.0", |
41 | | - "uuid": "^8.2.0", |
| 47 | + "uuid": "^8.3.2", |
42 | 48 | "validate.js": "0.13.1", |
43 | | - "winston": "^3.3.3", |
| 49 | + "winston": "^3.8.1", |
44 | 50 | "xml2js": "^0.4.23" |
45 | 51 | } |
46 | 52 | } |
0 commit comments