Skip to content

Commit

Permalink
Merge pull request #26 from vgiselbrecht/develop
Browse files Browse the repository at this point in the history
security fixes
  • Loading branch information
vgiselbrecht authored Mar 30, 2022
2 parents 6bc660d + d7ef65f commit c981af5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 77 deletions.
141 changes: 71 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat",
"version": "1.0.19",
"version": "1.0.20",
"author": "Valentin Giselbrecht",
"contributors": [],
"repository": {
Expand All @@ -9,10 +9,10 @@
},
"license": "Apache 2.0",
"devDependencies": {
"@types/jquery": "^3.5.13",
"@types/jquery": "^3.5.14",
"@types/webrtc": "0.0.26",
"css-loader": "^5.2.7",
"emoji-picker-element": "^1.10.0",
"emoji-picker-element": "^1.11.1",
"file-loader": "^6.2.0",
"glob-parent": "^6.0.2",
"grunt": ">=1.3.0",
Expand All @@ -22,13 +22,14 @@
"grunt-webpack": "^4.0.3",
"hosted-git-info": "^4.1.0",
"lodash": ">=4.17.21",
"postcss": "^8.4.5",
"sass": "^1.49.0",
"postcss": "^8.4.12",
"sass": "^1.49.9",
"sass-loader": "^10.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.3.0",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.67.0"
"webpack": "^5.70.0",
"minimist": ">=1.2.6"
}
}

0 comments on commit c981af5

Please sign in to comment.