diff --git a/package.json b/package.json index e3e99982..aac0f4d7 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "devDependencies": { "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0", - "@types/node": "^17.0.8" + "@types/node": "^17.0.9" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index b3d4c4c1..47851e69 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -16,14 +16,14 @@ "types": "dist/index.d.ts", "sideEffects": false, "dependencies": { - "@codemirror/highlight": "^0.19.7", + "@codemirror/highlight": "^0.19.6", "@codemirror/language": "^0.19.7", - "@lezer/lr": "^0.15.5" + "@lezer/lr": "^0.15.6" }, "devDependencies": { "@lezer/generator": "^0.15.2", - "mocha": "^9.1.3", - "rollup": "^2.63.0", + "mocha": "^9.1.4", + "rollup": "^2.64.0", "rollup-plugin-dts": "^4.1.0", "rollup-plugin-ts": "^2.0.5", "typescript": "^4.5.4" diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index 7103d75d..d6d5895d 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -164,6 +164,7 @@