|
58 | 58 | "homepage": "https://ajv.js.org",
|
59 | 59 | "runkitExampleFilename": ".runkit_example.js",
|
60 | 60 | "dependencies": {
|
61 |
| - "fast-deep-equal": "^3.1.1", |
| 61 | + "fast-deep-equal": "^3.1.3", |
62 | 62 | "json-schema-traverse": "^1.0.0",
|
63 | 63 | "require-from-string": "^2.0.2",
|
64 |
| - "uri-js": "^4.2.2" |
| 64 | + "uri-js": "^4.4.1" |
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 | 67 | "@ajv-validator/config": "^0.3.0",
|
68 |
| - "@rollup/plugin-commonjs": "^24.0.0", |
69 |
| - "@rollup/plugin-json": "^6.0.0", |
70 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
71 |
| - "@rollup/plugin-typescript": "^10.0.1", |
72 |
| - "@types/chai": "^4.2.12", |
73 |
| - "@types/mocha": "^10.0.0", |
74 |
| - "@types/node": "^18.11.9", |
75 |
| - "@types/require-from-string": "^1.2.0", |
76 |
| - "@typescript-eslint/eslint-plugin": "^3.8.0", |
77 |
| - "@typescript-eslint/parser": "^3.8.0", |
| 68 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 69 | + "@rollup/plugin-json": "^6.1.0", |
| 70 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 71 | + "@rollup/plugin-typescript": "^11.1.6", |
| 72 | + "@types/chai": "^4.3.11", |
| 73 | + "@types/mocha": "^10.0.6", |
| 74 | + "@types/node": "^20.11.19", |
| 75 | + "@types/require-from-string": "^1.2.3", |
| 76 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
| 77 | + "@typescript-eslint/parser": "^3.10.1", |
78 | 78 | "ajv-formats": "^3.0.0-rc.0",
|
79 | 79 | "browserify": "^17.0.0",
|
80 |
| - "chai": "^4.0.1", |
81 |
| - "cross-env": "^7.0.2", |
82 |
| - "dayjs": "^1.10.4", |
| 80 | + "chai": "^4.4.1", |
| 81 | + "cross-env": "^7.0.3", |
| 82 | + "dayjs": "^1.11.10", |
83 | 83 | "dayjs-plugin-utc": "^0.1.2",
|
84 |
| - "eslint": "^7.8.1", |
85 |
| - "eslint-config-prettier": "^7.0.0", |
86 |
| - "fast-uri": "^2.1.0", |
87 |
| - "glob": "^8.0.2", |
88 |
| - "husky": "^8.0.2", |
89 |
| - "if-node-version": "^1.0.0", |
90 |
| - "jimp": "^0.16.1", |
91 |
| - "js-beautify": "^1.7.3", |
| 84 | + "eslint": "^7.32.0", |
| 85 | + "eslint-config-prettier": "^7.2.0", |
| 86 | + "fast-uri": "^2.3.0", |
| 87 | + "glob": "^10.3.10", |
| 88 | + "husky": "^9.0.11", |
| 89 | + "if-node-version": "^1.1.1", |
| 90 | + "jimp": "^0.22.10", |
| 91 | + "js-beautify": "^1.15.1", |
92 | 92 | "json-schema-test": "^2.0.0",
|
93 |
| - "karma": "^6.0.0", |
94 |
| - "karma-chrome-launcher": "^3.0.0", |
95 |
| - "karma-mocha": "^2.0.0", |
96 |
| - "lint-staged": "^13.0.3", |
97 |
| - "mocha": "^10.0.0", |
98 |
| - "module-from-string": "^3.1.3", |
99 |
| - "node-fetch": "^3.0.0", |
100 |
| - "nyc": "^15.0.0", |
101 |
| - "prettier": "^2.3.1", |
102 |
| - "re2": "^1.16.0", |
103 |
| - "rollup": "^2.44.0", |
| 93 | + "karma": "^6.4.2", |
| 94 | + "karma-chrome-launcher": "^3.2.0", |
| 95 | + "karma-mocha": "^2.0.1", |
| 96 | + "lint-staged": "^15.2.2", |
| 97 | + "mocha": "^10.3.0", |
| 98 | + "module-from-string": "^3.3.0", |
| 99 | + "node-fetch": "^3.3.2", |
| 100 | + "nyc": "^15.1.0", |
| 101 | + "prettier": "^2.8.8", |
| 102 | + "re2": "^1.20.9", |
| 103 | + "rollup": "^2.79.1", |
104 | 104 | "rollup-plugin-terser": "^7.0.2",
|
105 |
| - "ts-node": "^10.0.0", |
106 |
| - "tsify": "^5.0.2", |
107 |
| - "typescript": "^4.8.0" |
| 105 | + "ts-node": "^10.9.2", |
| 106 | + "tsify": "^5.0.4", |
| 107 | + "typescript": "^4.9.5" |
108 | 108 | },
|
109 | 109 | "collective": {
|
110 | 110 | "type": "opencollective",
|
|
0 commit comments