Merge branch 'master' of https://github.com/Azure/cosmos-explorer into users/jawelton/remove-notebooks-terminal-052126

This commit is contained in:
Jade Welton
2026-05-22 09:31:04 -07:00
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"body-parser": "^2.2.2", "body-parser": "^2.2.2",
"express": "^5.2.1", "express": "^5.2.1",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.16.0",
"http-proxy-middleware": "^3.0.5", "http-proxy-middleware": "^3.0.5",
"node": "^20.19.5", "node": "^20.19.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
@@ -280,15 +280,16 @@
} }
}, },
"node_modules/follow-redirects": { "node_modules/follow-redirects": {
"version": "1.15.6", "version": "1.16.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh" "url": "https://github.com/sponsors/RubenVerborgh"
} }
], ],
"license": "MIT",
"engines": { "engines": {
"node": ">=4.0" "node": ">=4.0"
}, },
+1 -1
View File
@@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"body-parser": "^2.2.2", "body-parser": "^2.2.2",
"express": "^5.2.1", "express": "^5.2.1",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.16.0",
"http-proxy-middleware": "^3.0.5", "http-proxy-middleware": "^3.0.5",
"node": "^20.19.5", "node": "^20.19.5",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",