Skip to content

Commit 50ac1de

Browse files
fix: Use RFC 3986 encoding (COMPASS-4503) (#2058)
1 parent 515e8b3 commit 50ac1de

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

package-lock.json

Lines changed: 41 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,12 @@
320320
"hadron-react-components": "^4.0.5",
321321
"hadron-style-manager": "^0.3.0",
322322
"highlight.js": "^8.9.1",
323-
"jquery": "^2.1.4",
323+
"jquery": "^3.5.0",
324324
"kerberos": "^1.1.3",
325325
"keytar": "^5.1.0",
326326
"less": "^2.6.1",
327327
"local-links": "^1.4.0",
328-
"lodash": "^3.10.1",
328+
"lodash": "^4.17.19",
329329
"marky": "^1.2.0",
330330
"moment": "^2.10.6",
331331
"mongodb": "^3.6.3",
@@ -334,8 +334,8 @@
334334
"mongodb-ace-theme": "^0.0.1",
335335
"mongodb-ace-theme-query": "^0.0.2",
336336
"mongodb-collection-model": "^3.1.0",
337-
"mongodb-connection-model": "^17.0.1",
338-
"mongodb-data-service": "^17.0.2",
337+
"mongodb-connection-model": "^17.0.3",
338+
"mongodb-data-service": "^17.0.3",
339339
"mongodb-database-model": "^0.1.3",
340340
"mongodb-explain-plan-model": "^0.2.3",
341341
"mongodb-extended-json": "^1.11.0",
@@ -352,7 +352,7 @@
352352
"numeral": "^1.5.3",
353353
"pluralize": "^1.2.1",
354354
"prop-types": "^15.5.8",
355-
"qs": "^5.2.0",
355+
"qs": "^6.0.4",
356356
"raf": "^3.1.0",
357357
"react": "^16.8.0",
358358
"react-ace": "^6.1.1",

0 commit comments

Comments
 (0)