Skip to content

Commit

Permalink
Merge pull request #61 from AddSearch/sc-10144/patch-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 f7e6d16 + 9589121 commit 7921b68
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dist/addsearch-js-client.min.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 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-js-client",
"version": "0.8.11",
"version": "0.8.12",
"description": "AddSearch API JavaScript client",
"main": "index.js",
"jsdelivr": "./dist/addsearch-js-client.min.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.7.2",
"es6-promise": "^4.2.8",
"js-base64": "^3.6.0",
"uuid": "^9.0.0"
Expand All @@ -58,5 +58,8 @@
"uglify-js": "^3.12.0",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0"
},
"overrides": {
"braces": "3.0.3"
}
}

0 comments on commit 7921b68

Please sign in to comment.