Skip to content
Closed
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
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-unused-imports": "^4.2.0"
},
"dependencies": {
"axios": "^1.13.2",
"axios": "^1.13.3",
"electron-context-menu": "^4.1.0",
"electron-store": "^11.0.2"
}
Expand Down
10 changes: 5 additions & 5 deletions runtime/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.13.2":
version: 1.13.2
resolution: "axios@npm:1.13.2"
"axios@npm:^1.13.3":
version: 1.13.3
resolution: "axios@npm:1.13.3"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.4"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/e8a42e37e5568ae9c7a28c348db0e8cf3e43d06fcbef73f0048669edfe4f71219664da7b6cc991b0c0f01c28a48f037c515263cb79be1f1ae8ff034cd813867b
checksum: 10c0/86f0770624d9f14a3f8f8738c8b8f7f7fbb7b0d4ad38757db1de2d71007a0311bc597661c5ff4b4a9ee6350c6956a7282e3a281fcdf7b5b32054e35a8801e2ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -1587,7 +1587,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "pgadmin4@workspace:."
dependencies:
axios: "npm:^1.13.2"
axios: "npm:^1.13.3"
electron: "npm:40.0.0"
electron-context-menu: "npm:^4.1.0"
electron-store: "npm:^11.0.2"
Expand Down
Loading