|
33 | 33 | }, |
34 | 34 | "license": "MIT", |
35 | 35 | "devDependencies": { |
36 | | - "@rollup/plugin-typescript": "^11.1.2", |
37 | | - "@types/mocha": "^10.0.4", |
38 | | - "@types/node": "^22.7.7", |
39 | | - "@types/sinon": "^17.0.1", |
40 | | - "@types/uuid": "^9.0.7", |
41 | | - "@typescript-eslint/eslint-plugin": "^6.6.0", |
42 | | - "@typescript-eslint/parser": "^6.6.0", |
43 | | - "chai": "^4.3.7", |
44 | | - "chai-as-promised": "^7.1.1", |
45 | | - "dotenv": "^16.3.1", |
46 | | - "eslint": "^8.48.0", |
47 | | - "mocha": "^10.2.0", |
48 | | - "nock": "^13.3.3", |
49 | | - "rimraf": "^5.0.1", |
50 | | - "rollup": "^3.29.5", |
51 | | - "rollup-plugin-dts": "^5.3.0", |
52 | | - "sinon": "^15.2.0", |
53 | | - "tslib": "^2.6.0", |
54 | | - "typescript": "^5.6.3", |
55 | | - "uuid": "^9.0.1" |
| 36 | + "@rollup/plugin-typescript": "^11.1.6", |
| 37 | + "@types/mocha": "^10.0.10", |
| 38 | + "@types/node": "^22.18.0", |
| 39 | + "@types/sinon": "^17.0.4", |
| 40 | + "@types/uuid": "^9.0.8", |
| 41 | + "@typescript-eslint/eslint-plugin": "^8.41.0", |
| 42 | + "@typescript-eslint/parser": "^8.41.0", |
| 43 | + "chai": "^6.0.1", |
| 44 | + "chai-as-promised": "^8.0.2", |
| 45 | + "dotenv": "^17.2.1", |
| 46 | + "eslint": "^9.34.0", |
| 47 | + "mocha": "^11.7.1", |
| 48 | + "nock": "^14.0.10", |
| 49 | + "rimraf": "^6.0.1", |
| 50 | + "rollup": "^4.50.0", |
| 51 | + "rollup-plugin-dts": "^6.2.3", |
| 52 | + "sinon": "^21.0.0", |
| 53 | + "tslib": "^2.8.1", |
| 54 | + "typescript": "^5.9.2", |
| 55 | + "uuid": "^11.1.0" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "@azure/app-configuration": "^1.8.0", |
| 58 | + "@azure/app-configuration": "^1.9.0", |
| 59 | + "@azure/core-rest-pipeline": "^1.6.0", |
59 | 60 | "@azure/identity": "^4.2.1", |
60 | 61 | "@azure/keyvault-secrets": "^4.7.0", |
61 | 62 | "jsonc-parser": "^3.3.1" |
|
0 commit comments