Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/plugin-jira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@allurereport/core-api": "workspace:*",
"@allurereport/plugin-api": "workspace:*",
"axios": "^1.18.1"
"axios": "^1.20.0"
},
"devDependencies": {
"@faker-js/faker": "^10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-testops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@allurereport/plugin-api": "workspace:*",
"@allurereport/reader-api": "workspace:*",
"@allurereport/service": "workspace:*",
"axios": "^1.18.1",
"axios": "^1.20.0",
"form-data": "^4.0.6",
"lodash-es": "^4.18.1",
"p-limit": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@allurereport/core-api": "workspace:*",
"@allurereport/plugin-api": "workspace:*",
"axios": "^1.18.1",
"axios": "^1.20.0",
"open": "^11.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/static-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"allure-js-commons": "^3",
"allure-playwright": "^3.10.2",
"allure-vitest": "^3",
"axios": "^1.18.1",
"axios": "^1.20.0",
"get-port": "^7.1.0",
"npm-run-all2": "^7.0.1",
"rimraf": "^6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ __metadata:
"@vitest/runner": "npm:^2"
allure-js-commons: "npm:^3"
allure-vitest: "npm:^3"
axios: "npm:^1.18.1"
axios: "npm:^1.20.0"
rimraf: "npm:^6"
typescript: "npm:^5"
vitest: "npm:^4.1.0"
Expand Down Expand Up @@ -456,7 +456,7 @@ __metadata:
"@vitest/snapshot": "npm:^2.1.9"
allure-js-commons: "npm:^3"
allure-vitest: "npm:^3"
axios: "npm:^1.18.1"
axios: "npm:^1.20.0"
form-data: "npm:^4.0.6"
lodash-es: "npm:^4.18.1"
p-limit: "npm:^7.3.0"
Expand Down Expand Up @@ -534,7 +534,7 @@ __metadata:
"@vitest/snapshot": "npm:^2.1.8"
allure-js-commons: "npm:^3"
allure-vitest: "npm:^3"
axios: "npm:^1.18.1"
axios: "npm:^1.20.0"
open: "npm:^11.0.0"
rimraf: "npm:^6"
typescript: "npm:^5"
Expand All @@ -554,7 +554,7 @@ __metadata:
allure-js-commons: "npm:^3"
allure-playwright: "npm:^3.10.2"
allure-vitest: "npm:^3"
axios: "npm:^1.18.1"
axios: "npm:^1.20.0"
get-port: "npm:^7.1.0"
npm-run-all2: "npm:^7.0.1"
open: "npm:^11.0.0"
Expand Down Expand Up @@ -9140,15 +9140,15 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.18.1":
version: 1.18.1
resolution: "axios@npm:1.18.1"
"axios@npm:^1.20.0":
version: 1.20.0
resolution: "axios@npm:1.20.0"
dependencies:
follow-redirects: "npm:^1.16.0"
form-data: "npm:^4.0.5"
form-data: "npm:^4.0.6"
https-proxy-agent: "npm:^5.0.1"
proxy-from-env: "npm:^2.1.0"
checksum: 10/c4cdced3ee0a9bf7dcae189fbc74a124aa079d4f04dbd995e602d39c1419476e8d021f87ee39ac8d8398e5a55e6d0b986238b3645f0d9177ac80de87c2a73f18
checksum: 10/0376b6178baecbe0f5d36088f5b5f6c21362ce301e0731f77172f9c89be740bdee20d8ae6ab186340d7cb752020c6a4f1381290e5a5cd10f6f9003941615ac77
languageName: node
linkType: hard

Expand Down Expand Up @@ -11818,7 +11818,7 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.1, form-data@npm:^4.0.5, form-data@npm:^4.0.6":
"form-data@npm:^4.0.1, form-data@npm:^4.0.6":
version: 4.0.6
resolution: "form-data@npm:4.0.6"
dependencies:
Expand Down
Loading