|
61 | 61 | "release-draft": "node ./scripts/release-draft.js" |
62 | 62 | }, |
63 | 63 | "engines": { |
64 | | - "vscode": "^1.58.1", |
| 64 | + "vscode": "^1.65.2", |
65 | 65 | "node": "^14.17.5", |
66 | 66 | "npm": "^8.3.1" |
67 | 67 | }, |
|
901 | 901 | } |
902 | 902 | }, |
903 | 903 | "dependencies": { |
904 | | - "@babel/parser": "^7.17.3", |
| 904 | + "@babel/parser": "^7.17.7", |
905 | 905 | "@babel/traverse": "^7.17.3", |
906 | 906 | "@fortawesome/fontawesome-svg-core": "^1.3.0", |
907 | 907 | "@fortawesome/free-solid-svg-icons": "^6.0.0", |
|
910 | 910 | "@iconify/react": "^1.1.4", |
911 | 911 | "@leafygreen-ui/logo": "^6.1.0", |
912 | 912 | "@leafygreen-ui/toggle": "^7.0.5", |
913 | | - "@mongosh/browser-runtime-electron": "^1.2.2", |
914 | | - "@mongosh/i18n": "^1.2.2", |
915 | | - "@mongosh/service-provider-server": "^1.2.2", |
916 | | - "@mongosh/shell-api": "^1.2.2", |
| 913 | + "@mongosh/browser-runtime-electron": "^1.2.3", |
| 914 | + "@mongosh/i18n": "^1.2.3", |
| 915 | + "@mongosh/service-provider-server": "^1.2.3", |
| 916 | + "@mongosh/shell-api": "^1.2.3", |
917 | 917 | "analytics-node": "^5.1.2", |
918 | 918 | "bson": "^4.6.1", |
919 | | - "bson-transpilers": "^1.6.0", |
| 919 | + "bson-transpilers": "^1.7.0", |
920 | 920 | "classnames": "^2.3.1", |
921 | 921 | "debug": "^4.3.3", |
922 | 922 | "dotenv": "^8.6.0", |
923 | 923 | "micromatch": "^4.0.4", |
924 | | - "mongodb": "^4.4.0", |
| 924 | + "mongodb": "^4.4.1", |
925 | 925 | "mongodb-cloud-info": "^1.1.3", |
926 | 926 | "mongodb-connection-string-url": "^2.5.2", |
927 | | - "mongodb-data-service": "^21.17.0", |
| 927 | + "mongodb-data-service": "^21.18.0", |
928 | 928 | "mongodb-ns": "^2.3.0", |
929 | 929 | "mongodb-schema": "^9.0.0", |
930 | 930 | "numeral": "^2.0.6", |
|
951 | 951 | "@types/jest": "^26.0.24", |
952 | 952 | "@types/mocha": "^8.2.3", |
953 | 953 | "@types/node": "^14.18.12", |
954 | | - "@types/react": "^17.0.39", |
955 | | - "@types/react-dom": "^17.0.11", |
| 954 | + "@types/react": "^17.0.40", |
| 955 | + "@types/react-dom": "^17.0.13", |
956 | 956 | "@types/sinon": "^9.0.11", |
957 | 957 | "@types/uuid": "^8.3.4", |
958 | | - "@types/vscode": "^1.58.1", |
| 958 | + "@types/vscode": "^1.65.0", |
959 | 959 | "@typescript-eslint/eslint-plugin": "^4.33.0", |
960 | 960 | "@typescript-eslint/parser": "^4.33.0", |
961 | 961 | "autoprefixer": "^9.8.8", |
|
1002 | 1002 | "ts-jest": "^26.5.6", |
1003 | 1003 | "ts-loader": "^8.3.0", |
1004 | 1004 | "ts-node": "^9.1.1", |
1005 | | - "typescript": "^4.5.5", |
| 1005 | + "typescript": "^4.6.2", |
1006 | 1006 | "vsce": "^1.103.1", |
1007 | 1007 | "vscode-test": "^1.6.1", |
1008 | 1008 | "webpack": "^4.46.0", |
|
0 commit comments