Skip to content

Commit 8f39f8a

Browse files
committed
Update JavaScript Dependencies.
1 parent 26ea03f commit 8f39f8a

File tree

6 files changed

+229
-237
lines changed

6 files changed

+229
-237
lines changed

pkg/mac/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Either build the sources or get them from macports or similar:
1616
1. To bundle a different version of Python from the default of 3.13.1, set the
1717
*PGADMIN_PYTHON_VERSION* environment variable, e.g:
1818

19-
export PGADMIN_PYTHON_VERSION=3.13.1
19+
export PGADMIN_PYTHON_VERSION=3.13.11
2020

2121
2. If a path different from the default of /usr/local/pgsql for the PostgreSQL
2222
installation has been used, set the *PGADMIN_POSTGRES_DIR* environment variable

pkg/mac/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ if [ "${PGADMIN_POSTGRES_DIR}" == "" ]; then
5353
fi
5454

5555
if [ "${PGADMIN_PYTHON_VERSION}" == "" ]; then
56-
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.1"
57-
export PGADMIN_PYTHON_VERSION=3.13.1
56+
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.11"
57+
export PGADMIN_PYTHON_VERSION=3.13.11
5858
fi
5959

6060
# Initialize variables

runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-unused-imports": "^4.2.0"
1818
},
1919
"dependencies": {
20-
"axios": "^1.13.2",
20+
"axios": "^1.13.3",
2121
"electron-context-menu": "^4.1.0",
2222
"electron-store": "^11.0.2"
2323
}

runtime/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ __metadata:
202202
linkType: hard
203203

204204
"@types/node@npm:*":
205-
version: 25.0.9
206-
resolution: "@types/node@npm:25.0.9"
205+
version: 25.0.10
206+
resolution: "@types/node@npm:25.0.10"
207207
dependencies:
208208
undici-types: "npm:~7.16.0"
209-
checksum: 10c0/a757efafe303d9c8833eb53c2e9a0981cd5ac725cdc04c5612a71db86468c938778d4fa328be4231b68fffc68258638764df7b9c69e86cf55f0bb67105eb056f
209+
checksum: 10c0/9edc3c812b487c32c76eebac7c87acae1f69515a0bc3f6b545806d513eb9e918c3217bf751dc93da39f60e06bf1b0caa92258ef3a6dd6457124b2e761e54f61f
210210
languageName: node
211211
linkType: hard
212212

@@ -354,14 +354,14 @@ __metadata:
354354
languageName: node
355355
linkType: hard
356356

357-
"axios@npm:^1.13.2":
358-
version: 1.13.2
359-
resolution: "axios@npm:1.13.2"
357+
"axios@npm:^1.13.3":
358+
version: 1.13.3
359+
resolution: "axios@npm:1.13.3"
360360
dependencies:
361361
follow-redirects: "npm:^1.15.6"
362362
form-data: "npm:^4.0.4"
363363
proxy-from-env: "npm:^1.1.0"
364-
checksum: 10c0/e8a42e37e5568ae9c7a28c348db0e8cf3e43d06fcbef73f0048669edfe4f71219664da7b6cc991b0c0f01c28a48f037c515263cb79be1f1ae8ff034cd813867b
364+
checksum: 10c0/86f0770624d9f14a3f8f8738c8b8f7f7fbb7b0d4ad38757db1de2d71007a0311bc597661c5ff4b4a9ee6350c6956a7282e3a281fcdf7b5b32054e35a8801e2ce
365365
languageName: node
366366
linkType: hard
367367

@@ -1587,7 +1587,7 @@ __metadata:
15871587
version: 0.0.0-use.local
15881588
resolution: "pgadmin4@workspace:."
15891589
dependencies:
1590-
axios: "npm:^1.13.2"
1590+
axios: "npm:^1.13.3"
15911591
electron: "npm:40.0.0"
15921592
electron-context-menu: "npm:^4.1.0"
15931593
electron-store: "npm:^11.0.2"

web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-unused-imports": "^4.2.0",
4141
"exports-loader": "^5.0.0",
4242
"globals": "^17.0.0",
43-
"html-react-parser": "^5.2.11",
43+
"html-react-parser": "^5.2.12",
4444
"image-minimizer-webpack-plugin": "^4.1.4",
4545
"imports-loader": "^5.0.0",
4646
"jest": "^30.2.0",
@@ -58,11 +58,11 @@
5858
"svgo-loader": "^4.0.0",
5959
"terser-webpack-plugin": "^5.3.12",
6060
"typescript": "^5.9.2",
61-
"typescript-eslint": "^8.52.0",
61+
"typescript-eslint": "^8.54.0",
6262
"url-loader": "^4.1.1",
6363
"webfonts-loader": "^8.0.1",
6464
"webpack": "^5.103.0",
65-
"webpack-bundle-analyzer": "^5.0.1",
65+
"webpack-bundle-analyzer": "^5.2.0",
6666
"webpack-cli": "^6.0.1",
6767
"yarn-audit-html": "7.3.2"
6868
},
@@ -81,7 +81,7 @@
8181
"@fortawesome/fontawesome-free": "latest",
8282
"@mui/icons-material": "^7.3.6",
8383
"@mui/material": "^7.3.7",
84-
"@mui/x-date-pickers": "^8.24.0",
84+
"@mui/x-date-pickers": "^8.26.0",
8585
"@nozbe/microfuzz": "^1.0.0",
8686
"@projectstorm/react-diagrams": "^7.0.4",
8787
"@simonwep/pickr": "^1.5.1",
@@ -90,7 +90,7 @@
9090
"@tanstack/react-table": "^8.16.0",
9191
"@tanstack/react-virtual": "^3.13.13",
9292
"@types/classnames": "^2.3.4",
93-
"@types/react": "^19.2.8",
93+
"@types/react": "^19.2.9",
9494
"@types/react-dom": "^19.0.0",
9595
"@xterm/addon-fit": "^0.11.0",
9696
"@xterm/addon-search": "^0.16.0",
@@ -99,7 +99,7 @@
9999
"ajv": "^8.8.2",
100100
"anti-trojan-source": "^1.4.0",
101101
"aspen-decorations": "^1.0.2",
102-
"axios": "^1.13.2",
102+
"axios": "^1.13.3",
103103
"babelify": "~10.0.0",
104104
"bignumber.js": "^9.2.0",
105105
"brace": "^0.11.1",

0 commit comments

Comments
 (0)