|
1 | 1 | { |
2 | 2 | "name": "@patch-technology/patch", |
3 | | - "version": "2.1.1", |
| 3 | + "version": "2.2.0", |
4 | 4 | "description": "Node.js wrapper for the Patch API", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
|
12 | 12 | "fs": false |
13 | 13 | }, |
14 | 14 | "engines": { |
15 | | - "node": ">=10.16.3", |
16 | | - "npm": ">=6.9.0" |
| 15 | + "node": ">=18.0.0" |
17 | 16 | }, |
18 | 17 | "scripts": { |
19 | 18 | "build": "babel src -d dist", |
|
22 | 21 | }, |
23 | 22 | "dependencies": { |
24 | 23 | "query-string": "^7.0.1", |
25 | | - "superagent": "^5.3.1" |
| 24 | + "superagent": "^9.0.2" |
26 | 25 | }, |
27 | 26 | "devDependencies": { |
28 | | - "@babel/cli": "^7.16.0", |
29 | | - "@babel/core": "^7.16.0", |
| 27 | + "@babel/cli": "^7.24.0", |
| 28 | + "@babel/core": "^7.24.0", |
30 | 29 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
31 | 30 | "@babel/plugin-proposal-decorators": "^7.0.0", |
32 | 31 | "@babel/plugin-proposal-do-expressions": "^7.0.0", |
|
43 | 42 | "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
44 | 43 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
45 | 44 | "@babel/plugin-syntax-import-meta": "^7.0.0", |
46 | | - "@babel/preset-env": "^7.16.0", |
47 | | - "@babel/register": "^7.16.0", |
48 | | - "chai": "^4.3.0", |
49 | | - "husky": "^8.0.3", |
50 | | - "lint-staged": "^13.2.1", |
51 | | - "mocha": "^9.1.0", |
52 | | - "sinon": "^7.2.0", |
53 | | - "prettier": "^2.0.5" |
| 45 | + "@babel/preset-env": "^7.24.0", |
| 46 | + "@babel/register": "^7.23.0", |
| 47 | + "chai": "^4.4.0", |
| 48 | + "husky": "^4.2.5", |
| 49 | + "lint-staged": "^10.5.4", |
| 50 | + "mocha": "^10.4.0", |
| 51 | + "sinon": "^17.0.1", |
| 52 | + "prettier": "^3.2.5" |
54 | 53 | }, |
55 | 54 | "files": [ |
56 | 55 | "dist" |
|
0 commit comments