Updated Python and Javascript dependencies.

pull/9166/head
Akshay Joshi 2025-09-25 15:50:14 +05:30
parent 5376d88444
commit 42ff67c845
7 changed files with 390 additions and 471 deletions

View File

@ -37,5 +37,3 @@ Bug fixes
| `Issue #9095 <https://github.com/pgadmin-org/pgadmin4/issues/9095>`_ - Fixed an issue where pgAdmin config migration was failing while upgrading to v9.7.
| `Issue #9114 <https://github.com/pgadmin-org/pgadmin4/issues/9114>`_ - Fixed Cross-Origin Opener Policy (COOP) vulnerability in the OAuth 2.0 authentication flow (CVE-2025-9636).
| `Issue #9116 <https://github.com/pgadmin-org/pgadmin4/issues/9116>`_ - Fixed an issue where editor shortcuts fail when using Option key combinations on macOS, due to macOS treating Option+Key as a different key input.
| `Issue #9125 <https://github.com/pgadmin-org/pgadmin4/issues/9125>`_ - Fixed an issue where the pgAdmin configuration database wasn't being created on a fresh install when an external database was used for the configuration.
| `Issue #9157 <https://github.com/pgadmin-org/pgadmin4/issues/9157>`_ - Fixed an issue where shortcuts are not working as expected on multiple keyboard layouts.

View File

@ -23,7 +23,6 @@ New features
| `Issue #6394 <https://github.com/pgadmin-org/pgadmin4/issues/6394>`_ - Added "MULTIRANGE_TYPE_NAME" option while creating a Range Type.
| `Issue #6395 <https://github.com/pgadmin-org/pgadmin4/issues/6395>`_ - Added "SUBSCRIPT" option while creating a External Type.
Housekeeping
************
@ -32,4 +31,5 @@ Bug fixes
*********
| `Issue #9158 <https://github.com/pgadmin-org/pgadmin4/issues/9158>`_ - Fixed an issue where saving the newly changed preferences was not reflecting on the preferences tab.
| `Issue #9125 <https://github.com/pgadmin-org/pgadmin4/issues/9125>`_ - Fixed an issue where the pgAdmin configuration database wasn't being created on a fresh install when an external database was used for the configuration.
| `Issue #9157 <https://github.com/pgadmin-org/pgadmin4/issues/9157>`_ - Fixed an issue where shortcuts are not working as expected on multiple keyboard layouts.

View File

@ -13,13 +13,13 @@
###############################################################################
Authlib==1.6.*
azure-identity==1.24.0
azure-identity==1.25.0
azure-mgmt-rdbms==10.1.0
azure-mgmt-resource==24.0.0
azure-mgmt-subscription==3.1.1
bcrypt==4.3.*
boto3==1.40.*
cryptography==45.0.*
cryptography==46.0.*
Flask-Babel==4.0.*
Flask-Compress==1.*
Flask-Login==0.*
@ -41,7 +41,7 @@ ldap3==2.*
libgravatar==1.0.*
paramiko==3.5.1
passlib==1.*
psutil==7.0.*
psutil==7.1.*
psycopg[c]==3.2.10
pyotp==2.*
python-dateutil==2.*
@ -52,7 +52,7 @@ setuptools==80.*
SQLAlchemy==2.*
sqlparse==0.*
sshtunnel==0.*
typer[all]==0.17.*
typer[all]==0.19.*
urllib3==1.26.*; python_version <= '3.9'
urllib3==2.5.*; python_version > '3.9'
user-agents==2.2.0

View File

@ -12,8 +12,8 @@
},
"packageManager": "yarn@4.9.2",
"devDependencies": {
"electron": "38.0.0",
"eslint": "^9.35.0",
"electron": "38.1.2",
"eslint": "^9.36.0",
"eslint-plugin-unused-imports": "^4.2.0"
},
"dependencies": {

View File

@ -86,10 +86,10 @@ __metadata:
languageName: node
linkType: hard
"@eslint/js@npm:9.35.0":
version: 9.35.0
resolution: "@eslint/js@npm:9.35.0"
checksum: 10c0/d40fe38724bc76c085c0b753cdf937fa35c0d6807ae76b2632e3f5f66c3040c91adcf1aff2ce70b4f45752e60629fadc415eeec9af3be3c274bae1cac54b9840
"@eslint/js@npm:9.36.0":
version: 9.36.0
resolution: "@eslint/js@npm:9.36.0"
checksum: 10c0/e3f6fb7d6f117d79615574f7bef4f238bcfed6ece0465d28226c3a75d2b6fac9cc189121e8673562796ca8ccea2bf9861715ee5cf4a3dbef87d17811c0dac22c
languageName: node
linkType: hard
@ -200,20 +200,20 @@ __metadata:
linkType: hard
"@types/node@npm:*":
version: 24.4.0
resolution: "@types/node@npm:24.4.0"
version: 24.5.2
resolution: "@types/node@npm:24.5.2"
dependencies:
undici-types: "npm:~7.11.0"
checksum: 10c0/3aefa4c6b006b3478f2d28a48d830ab7350ce24efdaf352011418e3ee17ed7683ca9c0a1840e770685ce78f413344badafa91e034be02488efe2eb6b612bd542
undici-types: "npm:~7.12.0"
checksum: 10c0/96baaca6564d39c6f7f6eddd73ce41e2a7594ef37225cd52df3be36fad31712af8ae178387a72d0b80f2e2799e7fd30c014bc0ae9eb9f962d9079b691be00c48
languageName: node
linkType: hard
"@types/node@npm:^22.7.7":
version: 22.18.3
resolution: "@types/node@npm:22.18.3"
version: 22.18.6
resolution: "@types/node@npm:22.18.6"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/29ec5674a7eaac50c4c779e937c4449e813ff70c411eb525b6e12837e7b88c39219c3c2f29e39ea8f72cd6b7975f8696dc05f78c07bce35a241e0c9eaf5523a8
checksum: 10c0/7ba190da2e64e56c59270661af8cd682c830a1375b6f965ab153be90baabfdaa867aa1d63f87b42de80956996d46dfe1cf93ecefe982d9a16e485b6756949f9a
languageName: node
linkType: hard
@ -647,16 +647,16 @@ __metadata:
languageName: node
linkType: hard
"electron@npm:38.0.0":
version: 38.0.0
resolution: "electron@npm:38.0.0"
"electron@npm:38.1.2":
version: 38.1.2
resolution: "electron@npm:38.1.2"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^22.7.7"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 10c0/df3e4eaead2b0de4612a1b593f46667dfd4aff4755727371b5630aada40094cddf82b3837ce0ba3babed8c503275da59187f11da9f4ab26cd20e1362dc103ea6
checksum: 10c0/63f768e8ac396221db17c280e483ac838067e881ee61eb78c5c8f587017e51c587cc1eb687f29672b5e63c0af8a5d818d721d49aef20bac082544a8cf2d323ea
languageName: node
linkType: hard
@ -790,9 +790,9 @@ __metadata:
languageName: node
linkType: hard
"eslint@npm:^9.35.0":
version: 9.35.0
resolution: "eslint@npm:9.35.0"
"eslint@npm:^9.36.0":
version: 9.36.0
resolution: "eslint@npm:9.36.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.1"
@ -800,7 +800,7 @@ __metadata:
"@eslint/config-helpers": "npm:^0.3.1"
"@eslint/core": "npm:^0.15.2"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.35.0"
"@eslint/js": "npm:9.36.0"
"@eslint/plugin-kit": "npm:^0.3.5"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
@ -836,7 +836,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/798c527520ccf62106f8cd210bd1db1f8eb1b0e7a56feb0a8b322bf3a1e6a0bc6dc3a414542c22b1b393d58d5e3cd0252c44c023049de9067b836450503a2f03
checksum: 10c0/0e2705a94847813b03f2f3c1367c0708319cbb66458250a09b2d056a088c56e079a1c1d76c44feebf51971d9ce64d010373b2a4f007cd1026fc24f95c89836df
languageName: node
linkType: hard
@ -1563,10 +1563,10 @@ __metadata:
resolution: "pgadmin4@workspace:."
dependencies:
axios: "npm:^1.12.0"
electron: "npm:38.0.0"
electron: "npm:38.1.2"
electron-context-menu: "npm:^4.1.0"
electron-store: "npm:^10.1.0"
eslint: "npm:^9.35.0"
eslint: "npm:^9.36.0"
eslint-plugin-unused-imports: "npm:^4.2.0"
languageName: unknown
linkType: soft
@ -1610,11 +1610,11 @@ __metadata:
linkType: hard
"pupa@npm:^3.1.0":
version: 3.1.0
resolution: "pupa@npm:3.1.0"
version: 3.3.0
resolution: "pupa@npm:3.3.0"
dependencies:
escape-goat: "npm:^4.0.0"
checksum: 10c0/02afa6e4547a733484206aaa8f8eb3fbfb12d3dd17d7ca4fa1ea390a7da2cb8f381e38868bbf68009c4d372f8f6059f553171b6a712d8f2802c7cd43d513f06c
checksum: 10c0/9707e0a7f00e5922d47527d1c8d88d4224b1e86502da2fca27943eb0e9bb218121c91fa0af6c30531a2ee5ade0c326b5d33c40fdf61bc593c4224027412fd9b7
languageName: node
linkType: hard
@ -1843,10 +1843,10 @@ __metadata:
languageName: node
linkType: hard
"undici-types@npm:~7.11.0":
version: 7.11.0
resolution: "undici-types@npm:7.11.0"
checksum: 10c0/24ff69baeaebc7d09f4dae68564df850b4ff561810148ff6c37d3fc64dd1460c55e59e604420495e73b1fb48594a1c98e69f6732086a24e01b88f2d926378af1
"undici-types@npm:~7.12.0":
version: 7.12.0
resolution: "undici-types@npm:7.12.0"
checksum: 10c0/326e455bbc0026db1d6b81c76a1cf10c63f7e2f9821db2e24fdc258f482814e5bfa8481f8910d07c68e305937c5c049610fdc441c5e8b7bb0daca7154fb8a306
languageName: node
linkType: hard

View File

@ -34,7 +34,7 @@
"cross-env": "^10.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.35.0",
"eslint": "^9.36.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.2.0",
@ -58,7 +58,7 @@
"svgo-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.12",
"typescript": "^5.9.2",
"typescript-eslint": "^8.35.0",
"typescript-eslint": "^8.44.0",
"url-loader": "^4.1.1",
"webfonts-loader": "^8.0.1",
"webpack": "^5.101.0",
@ -67,13 +67,13 @@
"yarn-audit-html": "7.3.2"
},
"optionalDependencies": {
"sharp": "^0.34.3"
"sharp": "^0.34.4"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-react": "^7.12.13",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-sql": "^6.9.1",
"@codemirror/lang-sql": "^6.10.0",
"@date-io/core": "^3.0.0",
"@date-io/date-fns": "3.x",
"@emotion/sheet": "^1.0.1",
@ -81,7 +81,7 @@
"@fortawesome/fontawesome-free": "latest",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@mui/x-date-pickers": "^8.10.0",
"@mui/x-date-pickers": "^8.11.3",
"@nozbe/microfuzz": "^1.0.0",
"@projectstorm/react-diagrams": "^7.0.4",
"@simonwep/pickr": "^1.5.1",

File diff suppressed because it is too large Load Diff