|
12 | 12 | "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", |
13 | 13 | "lint": "eslint src", |
14 | 14 | "format": "prettier --write .", |
15 | | - "start": "node src/web-server.js" |
| 15 | + "start": "node src/web-server.js", |
| 16 | + "prepare": "husky" |
16 | 17 | }, |
17 | 18 | "repository": { |
18 | 19 | "type": "git", |
|
24 | 25 | "author": "nhumrich", |
25 | 26 | "license": "Apache-2.0", |
26 | 27 | "engines": { |
27 | | - "node": ">=14.0.0" |
| 28 | + "node": ">=20.0.0" |
28 | 29 | }, |
| 30 | + "packageManager": "[email protected]", |
29 | 31 | "bugs": { |
30 | 32 | "url": "https://github.com/single-spa/import-map-deployer/issues" |
31 | 33 | }, |
32 | | - "husky": { |
33 | | - "hooks": { |
34 | | - "pre-commit": "pretty-quick --staged && yarn lint && yarn test" |
35 | | - } |
36 | | - }, |
37 | 34 | "homepage": "https://github.com/single-spa/import-map-deployer#readme", |
38 | 35 | "dependencies": { |
39 | 36 | "@azure/storage-blob": "^12.1.2", |
40 | | - "@google-cloud/storage": "^5.7.4", |
| 37 | + "@google-cloud/storage": "^6.12.0", |
41 | 38 | "aws-sdk": "^2.2.27", |
42 | | - "basic-auth": "^1.0.3", |
43 | | - "body-parser": "^1.14.2", |
44 | | - "dotenv": "^8.2.0", |
45 | | - "express": "^4.13.3", |
46 | | - "lodash": "^4.17.11", |
47 | | - "minimist": "^1.2.0", |
48 | | - "morgan": "^1.8.1", |
49 | | - "request": "^2.79.0", |
| 39 | + "basic-auth": "^1.1.0", |
| 40 | + "body-parser": "^1.20.2", |
| 41 | + "dotenv": "^8.6.0", |
| 42 | + "express": "^4.19.2", |
| 43 | + "lodash": "^4.17.21", |
| 44 | + "minimist": "^1.2.8", |
| 45 | + "morgan": "^1.10.0", |
| 46 | + "request": "^2.88.2", |
50 | 47 | "rwlock": "^5.0.0" |
51 | 48 | }, |
52 | 49 | "devDependencies": { |
53 | | - "eslint": "^7.2.0", |
54 | | - "eslint-config-node-important-stuff": "^1.0.0", |
| 50 | + "eslint": "^7.32.0", |
| 51 | + "eslint-config-node-important-stuff": "^1.1.0", |
55 | 52 | "eslint-config-prettier": "^6.11.0", |
56 | 53 | "eslint-plugin-prettier": "^3.1.3", |
57 | | - "husky": "^4.2.5", |
| 54 | + "husky": "^9.1.5", |
58 | 55 | "jest": "^26.0.1", |
59 | 56 | "jest-cli": "^26.0.1", |
60 | 57 | "prettier": "^2.0.4", |
61 | | - "pretty-quick": "^2.0.1", |
62 | | - "supertest": "^4.0.2" |
| 58 | + "pretty-quick": "^2.0.2", |
| 59 | + "supertest": "^6.3.4" |
63 | 60 | }, |
64 | 61 | "publishConfig": { |
65 | 62 | "registry": "https://registry.npmjs.org" |
|
0 commit comments