Skip to content

Commit

Permalink
updated npm packages (#160)
Browse files Browse the repository at this point in the history
* updated npm packages

* reverted intergration updates

* reverting changes, extra_headers -> additional_headers

---------

Co-authored-by: David Linko <[email protected]>
  • Loading branch information
d-linko and David Linko authored Nov 20, 2024
1 parent e2877c0 commit 92d31f0
Show file tree
Hide file tree
Showing 7 changed files with 14,422 additions and 13,978 deletions.
5 changes: 4 additions & 1 deletion anms-core/integration_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.2.0",
"dependencies": {
"global": "^4.4.0",
"semver": "^7.5.2"
"semver": "^7.5.2",
"tough-cookie": "^4.1.4",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"newman": "^5.3.2"
Expand All @@ -17,3 +19,4 @@
"integration_tests": "newman run integration_tests.json -r cli,json"
}
}
z
1,575 changes: 804 additions & 771 deletions anms-core/integration_test/yarn.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions anms-ui/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"minimatch": "^3.0.5",
"moment": "^2.26.0",
"popper.js": "^1.16.1",
"postcss": "^8.4.49",
"prismjs": "^1.27.0",
"sanitize-html": "2.7.0",
"sanitize-html": "^2.13.1",
"socket.io-client": "^2.3.0",
"toastr": "^2.1.4",
"tough-cookie": "^4.1.4",
"velocity-animate": "^1.5.2",
"vue": "^2.6.11",
"vue-d3-network": "^0.1.28",
Expand Down Expand Up @@ -88,7 +90,6 @@
"hosted-git-info": "2.8.9",
"http-proxy": "1.18.1",
"ini": "1.3.6",
"is-svg": "4.3.0",
"json-schema": "0.4.0",
"kind-of": "^6.0.3",
"lodash": "4.17.21",
Expand Down
18,463 changes: 9,419 additions & 9,044 deletions anms-ui/public/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion anms-ui/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.6.1",
"nunjucks": "^3.2.1",
"qrcode": "^1.4.4",
"rate-limit-redis": "^2.0.0",
"redis": "^3.1.1",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"spdy": "^4.0.2",
"tough-cookie": "^4.1.4",
"winston": "^2.4.4",
"winston-daily-rotate-file": "^3.10.0",
"ws": "^6.2.3"
Expand Down
8,348 changes: 4,190 additions & 4,158 deletions anms-ui/server/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion checkout-test/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ async def test_grafana_live(self):
wsuri = wsuri._replace(scheme='wss')
kwargs = {
'uri': urlunsplit(wsuri),
'extra_headers': {
'additional_headers': {
'Cookie': '; '.join(cookies),
},
}
Expand Down

0 comments on commit 92d31f0

Please sign in to comment.