Skip to content

Commit e8de0d1

Browse files
committed
updated packages
1 parent 8639b5d commit e8de0d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"module": "dist/rapidoc-min.js",
3333
"mode": "production",
3434
"dependencies": {
35-
"@apitools/openapi-parser": "^0.0.11",
35+
"@apitools/openapi-parser": "^0.0.14",
3636
"base64-arraybuffer": "^1.0.2",
3737
"buffer": "^6.0.3",
3838
"lit-element": "2.5.1",
3939
"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"
4242
},
4343
"scripts": {
4444
"build": "NODE_ENV=production webpack --mode=production",
@@ -50,14 +50,14 @@
5050
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
5151
},
5252
"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",
5555
"@babel/preset-env": "^7.16.11",
5656
"babel-loader": "^8.2.3",
5757
"babel-plugin-template-html-minifier": "^4.1.0",
5858
"clean-webpack-plugin": "^4.0.0",
5959
"compression-webpack-plugin": "^9.2.0",
60-
"css-loader": "^6.5.1",
60+
"css-loader": "^6.6.0",
6161
"eslint": "^7.32.0",
6262
"eslint-config-airbnb": "^19.0.4",
6363
"eslint-import-resolver-webpack": "^0.13.2",
@@ -69,12 +69,12 @@
6969
"html-webpack-plugin": "^5.5.0",
7070
"inspectpack": "^4.7.1",
7171
"style-loader": "^3.3.1",
72-
"terser-webpack-plugin": "^5.3.0",
72+
"terser-webpack-plugin": "^5.3.1",
7373
"unminified-webpack-plugin": "^3.0.0",
74-
"webpack": "^5.67.0",
74+
"webpack": "^5.69.1",
7575
"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"
7878
},
7979
"engines": {
8080
"node": ">=10.21.0"

0 commit comments

Comments
 (0)