|
1 | 1 | { |
2 | 2 | "name": "phone", |
3 | | - "version": "3.1.57", |
| 3 | + "version": "3.1.58", |
4 | 4 | "description": "With a given country and phone number, validate and format the phone number to E.164 standard", |
5 | 5 | "main": "./dist/index.js", |
6 | 6 | "types": "./dist/index.d.ts", |
|
29 | 29 | "url": "https://github.com/aftership/phone/issues" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/preset-env": "^7.26.0", |
| 32 | + "@babel/preset-env": "^7.26.7", |
33 | 33 | "@types/jest": "^29.5.14", |
34 | | - "@types/node": "^22.10.0", |
| 34 | + "@types/node": "^22.12.0", |
35 | 35 | "@types/papaparse": "^5.3.15", |
36 | 36 | "babel-cli": "^6.26.0", |
37 | 37 | "babel-loader": "^9.2.1", |
38 | 38 | "babel-minify-webpack-plugin": "^0.3.1", |
39 | 39 | "babel-polyfill": "^6.26.0", |
40 | 40 | "babel-preset-env": "^1.7.0", |
41 | | - "dotenv": "^16.4.5", |
42 | | - "eslint": "^9.15.0", |
| 41 | + "dotenv": "^16.4.7", |
| 42 | + "eslint": "^9.19.0", |
43 | 43 | "eslint-config-aftership": "^7.0.0", |
44 | 44 | "eslint-plugin-import": "^2.31.0", |
45 | 45 | "idempotent-babel-polyfill": "^7.4.4", |
46 | 46 | "jest": "^29.7.0", |
47 | 47 | "lodash": "^4.17.21", |
48 | | - "papaparse": "^5.4.1", |
| 48 | + "papaparse": "^5.5.2", |
49 | 49 | "rimraf": "^6.0.1", |
50 | 50 | "ts-jest": "^29.2.5", |
51 | 51 | "ts-node": "^10.9.2", |
52 | | - "twilio": "^5.3.6", |
53 | | - "typescript": "^5.7.2", |
54 | | - "webpack": "^5.96.1", |
55 | | - "webpack-cli": "^5.1.4", |
56 | | - "webpack-dev-server": "^5.1.0" |
| 52 | + "twilio": "^5.4.3", |
| 53 | + "typescript": "^5.7.3", |
| 54 | + "webpack": "^5.97.1", |
| 55 | + "webpack-cli": "^6.0.1", |
| 56 | + "webpack-dev-server": "^5.2.0" |
57 | 57 | }, |
58 | 58 | "keywords": [ |
59 | 59 | "phone", |
|
0 commit comments