|
1 | 1 | {
|
2 | 2 | "name": "json-schema-library",
|
3 |
| - "version": "8.0.0", |
| 3 | + "version": "9.0.0", |
4 | 4 | "description": "Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation",
|
5 | 5 | "module": "dist/module/index.js",
|
6 | 6 | "types": "dist/index.d.ts",
|
|
56 | 56 | "@types/chai": "^4.3.5",
|
57 | 57 | "@types/glob": "^8.1.0",
|
58 | 58 | "@types/mocha": "^10.0.1",
|
59 |
| - "@types/node": "^20.3.3", |
| 59 | + "@types/node": "^20.4.6", |
60 | 60 | "@types/valid-url": "^1.0.4",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^5.60.1", |
62 |
| - "@typescript-eslint/parser": "^5.60.1", |
| 61 | + "@typescript-eslint/eslint-plugin": "^6.2.1", |
| 62 | + "@typescript-eslint/parser": "^6.2.1", |
63 | 63 | "chai": "^4.2.0",
|
64 |
| - "eslint": "^8.32.0", |
| 64 | + "eslint": "^8.46.0", |
65 | 65 | "eslint-plugin-array-func": "^3.1.8",
|
66 | 66 | "eslint-plugin-node": "^11.1.0",
|
67 | 67 | "eslint-plugin-optimize-regex": "^1.2.0",
|
|
75 | 75 | "ts-node": "^10.7.0",
|
76 | 76 | "typescript": "^5.1.6",
|
77 | 77 | "watch": "^1.0.1",
|
78 |
| - "webpack": "^5.88.1", |
| 78 | + "webpack": "^5.88.2", |
79 | 79 | "webpack-cli": "^5.1.4"
|
80 | 80 | },
|
81 | 81 | "dependencies": {
|
82 | 82 | "@sagold/json-pointer": "^5.1.1",
|
83 |
| - "@sagold/json-query": "^6.1.0", |
| 83 | + "@sagold/json-query": "^6.1.1", |
84 | 84 | "deepmerge": "^4.3.1",
|
85 | 85 | "fast-copy": "^3.0.1",
|
86 | 86 | "fast-deep-equal": "^3.1.3",
|
|
0 commit comments