Skip to content

Commit 65860fc

Browse files
committed
Updated Python and JavaScript dependencies.
1 parent fc04e2e commit 65860fc

File tree

5 files changed

+87
-101
lines changed

5 files changed

+87
-101
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ azure-mgmt-rdbms==10.1.0
1818
azure-mgmt-resource==24.0.0
1919
azure-mgmt-subscription==3.1.1
2020
bcrypt==5.0.*
21-
boto3==1.40.*
21+
boto3==1.41.*
2222
cryptography==46.0.*
2323
Flask-Babel==4.0.*
2424
Flask-Compress==1.*
@@ -42,7 +42,7 @@ libgravatar==1.0.*
4242
paramiko==3.5.1
4343
passlib==1.*
4444
psutil==7.1.*
45-
psycopg[c]==3.2.12
45+
psycopg[c]==3.2.13
4646
pyotp==2.*
4747
python-dateutil==2.*
4848
pytz==2025.*

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"packageManager": "[email protected]",
1414
"devDependencies": {
15-
"electron": "39.2.1",
15+
"electron": "39.2.3",
1616
"eslint": "^9.39.1",
1717
"eslint-plugin-unused-imports": "^4.2.0"
1818
},

runtime/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,16 +663,16 @@ __metadata:
663663
languageName: node
664664
linkType: hard
665665

666-
"electron@npm:39.2.1":
667-
version: 39.2.1
668-
resolution: "electron@npm:39.2.1"
666+
"electron@npm:39.2.3":
667+
version: 39.2.3
668+
resolution: "electron@npm:39.2.3"
669669
dependencies:
670670
"@electron/get": "npm:^2.0.0"
671671
"@types/node": "npm:^22.7.7"
672672
extract-zip: "npm:^2.0.1"
673673
bin:
674674
electron: cli.js
675-
checksum: 10c0/bb5356701d8dc36dfe49b916c39bf00161463b1e5c6c868a089616da68d7117ed32258c294281c8a7c266f50864ff3d815724d51e298ad38dd4e13ab1bab17fa
675+
checksum: 10c0/4ebfd932cabaf2b49859b1437661941e1a4475ac5b8a7f8e7be02276ea6ba0f901889b02a39cdaab7803c41f87afa46216e626397687140df5eb7978caade595
676676
languageName: node
677677
linkType: hard
678678

@@ -1588,7 +1588,7 @@ __metadata:
15881588
resolution: "pgadmin4@workspace:."
15891589
dependencies:
15901590
axios: "npm:^1.13.2"
1591-
electron: "npm:39.2.1"
1591+
electron: "npm:39.2.3"
15921592
electron-context-menu: "npm:^4.1.0"
15931593
electron-store: "npm:^11.0.2"
15941594
eslint: "npm:^9.39.1"

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"css-loader": "^7.1.2",
3636
"css-minimizer-webpack-plugin": "^7.0.0",
3737
"eslint": "^9.39.1",
38-
"eslint-plugin-jest": "^29.0.1",
38+
"eslint-plugin-jest": "^29.2.1",
3939
"eslint-plugin-react": "^7.37.5",
4040
"eslint-plugin-unused-imports": "^4.2.0",
4141
"exports-loader": "^5.0.0",
@@ -61,7 +61,7 @@
6161
"typescript-eslint": "^8.44.0",
6262
"url-loader": "^4.1.1",
6363
"webfonts-loader": "^8.0.1",
64-
"webpack": "^5.101.0",
64+
"webpack": "^5.103.0",
6565
"webpack-bundle-analyzer": "^4.8.0",
6666
"webpack-cli": "^6.0.1",
6767
"yarn-audit-html": "7.3.2"
@@ -81,16 +81,16 @@
8181
"@fortawesome/fontawesome-free": "latest",
8282
"@mui/icons-material": "^7.3.4",
8383
"@mui/material": "^7.3.4",
84-
"@mui/x-date-pickers": "^8.18.0",
84+
"@mui/x-date-pickers": "^8.19.0",
8585
"@nozbe/microfuzz": "^1.0.0",
8686
"@projectstorm/react-diagrams": "^7.0.4",
8787
"@simonwep/pickr": "^1.5.1",
88-
"@szhsin/react-menu": "^4.4.1",
88+
"@szhsin/react-menu": "^4.5.1",
8989
"@tanstack/react-query": "^5.90.10",
9090
"@tanstack/react-table": "^8.16.0",
9191
"@tanstack/react-virtual": "^3.13.6",
9292
"@types/classnames": "^2.3.4",
93-
"@types/react": "^19.2.5",
93+
"@types/react": "^19.2.7",
9494
"@types/react-dom": "^19.0.0",
9595
"@xterm/addon-fit": "^0.10.0",
9696
"@xterm/addon-search": "^0.15.0",

0 commit comments

Comments
 (0)