Skip to content

Commit

Permalink
Merge pull request #118 from AddSearch/sc-10144/fix-vulnerabilities
Browse files Browse the repository at this point in the history
feat: [sc-10144] Patch FE projects including legacy Dashboard
  • Loading branch information
haoAddsearch authored Jun 18, 2024
2 parents e37b16c + aa38c51 commit 37b8c04
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 92 deletions.
2 changes: 1 addition & 1 deletion dist/addsearch-search-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/addsearch-search-ui.min.js

Large diffs are not rendered by default.

147 changes: 59 additions & 88 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addsearch-search-ui",
"version": "0.8.7",
"version": "0.8.8",
"description": "JavaScript library to develop Search UIs for the web",
"main": "./dist/addsearch-search-ui.min.js",
"jsdelivr": "./dist/addsearch-search-ui.min.js",
Expand Down Expand Up @@ -61,13 +61,16 @@
"esm": "^3.2.22",
"ignore-styles": "^5.0.1",
"mini-css-extract-plugin": "^2.7.2",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"postcss-loader": "^8.1.0",
"sass": "^1.49.7",
"sass-loader": "^10.2.1",
"terser-webpack-plugin": "^5.3.6",
"uglify-js": "^3.11.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
"overrides": {
"braces": "3.0.3"
}
}

0 comments on commit 37b8c04

Please sign in to comment.