|
32 | 32 | "module": "dist/rapidoc-min.js", |
33 | 33 | "mode": "production", |
34 | 34 | "dependencies": { |
35 | | - "@apitools/openapi-parser": "^0.0.11", |
| 35 | + "@apitools/openapi-parser": "^0.0.14", |
36 | 36 | "base64-arraybuffer": "^1.0.2", |
37 | 37 | "buffer": "^6.0.3", |
38 | 38 | "lit-element": "2.5.1", |
39 | 39 | "lit-html": "1.4.1", |
40 | | - "marked": "^4.0.10", |
41 | | - "prismjs": "^1.26.0" |
| 40 | + "marked": "^4.0.12", |
| 41 | + "prismjs": "^1.27.0" |
42 | 42 | }, |
43 | 43 | "scripts": { |
44 | 44 | "build": "NODE_ENV=production webpack --mode=production", |
|
50 | 50 | "lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@babel/core": "^7.16.12", |
54 | | - "@babel/eslint-parser": "^7.16.5", |
| 53 | + "@babel/core": "^7.17.5", |
| 54 | + "@babel/eslint-parser": "^7.17.0", |
55 | 55 | "@babel/preset-env": "^7.16.11", |
56 | 56 | "babel-loader": "^8.2.3", |
57 | 57 | "babel-plugin-template-html-minifier": "^4.1.0", |
58 | 58 | "clean-webpack-plugin": "^4.0.0", |
59 | 59 | "compression-webpack-plugin": "^9.2.0", |
60 | | - "css-loader": "^6.5.1", |
| 60 | + "css-loader": "^6.6.0", |
61 | 61 | "eslint": "^7.32.0", |
62 | 62 | "eslint-config-airbnb": "^19.0.4", |
63 | 63 | "eslint-import-resolver-webpack": "^0.13.2", |
|
69 | 69 | "html-webpack-plugin": "^5.5.0", |
70 | 70 | "inspectpack": "^4.7.1", |
71 | 71 | "style-loader": "^3.3.1", |
72 | | - "terser-webpack-plugin": "^5.3.0", |
| 72 | + "terser-webpack-plugin": "^5.3.1", |
73 | 73 | "unminified-webpack-plugin": "^3.0.0", |
74 | | - "webpack": "^5.67.0", |
| 74 | + "webpack": "^5.69.1", |
75 | 75 | "webpack-bundle-analyzer": "^4.5.0", |
76 | | - "webpack-cli": "^4.9.1", |
77 | | - "webpack-dev-server": "^4.7.3" |
| 76 | + "webpack-cli": "^4.9.2", |
| 77 | + "webpack-dev-server": "^4.7.4" |
78 | 78 | }, |
79 | 79 | "engines": { |
80 | 80 | "node": ">=10.21.0" |
|
0 commit comments