diff --git a/package-lock.json b/package-lock.json index 9a3ff44..b953392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-motoko", - "version": "0.14.6", + "version": "0.14.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-motoko", - "version": "0.14.6", + "version": "0.14.7", "dependencies": { "@wasmer/wasi": "1.2.2", "change-case": "4.1.2", @@ -16,7 +16,7 @@ "mnemonist": "0.39.5", "motoko": "3.6.11", "prettier": "2.8.0", - "prettier-plugin-motoko": "0.8.1", + "prettier-plugin-motoko": "0.8.2", "url-relative": "1.0.0", "vscode-languageclient": "8.0.2", "vscode-languageserver": "8.0.2", @@ -9290,9 +9290,9 @@ } }, "node_modules/prettier-plugin-motoko": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.8.1.tgz", - "integrity": "sha512-7baOPPt8Ho/3tbj9/8faW3TGT6xQgftveoK7NPEOY97bRAOg0+mkMM0haIFzXY3U0lOhvbUZdksxxSxRqA0jog==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.8.2.tgz", + "integrity": "sha512-0yfMyhNiVbamulT7awYtdGsqsbYFKNmhzGV4jpnmM21K8dpX7SJb9iFTp2CHJmAIENfGID1y4ZeQ851Y6xNiOA==", "dependencies": { "out-of-character": "^1.2.1" }, @@ -18007,9 +18007,9 @@ "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==" }, "prettier-plugin-motoko": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.8.1.tgz", - "integrity": "sha512-7baOPPt8Ho/3tbj9/8faW3TGT6xQgftveoK7NPEOY97bRAOg0+mkMM0haIFzXY3U0lOhvbUZdksxxSxRqA0jog==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.8.2.tgz", + "integrity": "sha512-0yfMyhNiVbamulT7awYtdGsqsbYFKNmhzGV4jpnmM21K8dpX7SJb9iFTp2CHJmAIENfGID1y4ZeQ851Y6xNiOA==", "requires": { "out-of-character": "^1.2.1" } diff --git a/package.json b/package.json index ea55f2e..57ab32d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-motoko", "displayName": "Motoko", "description": "Motoko language support", - "version": "0.14.6", + "version": "0.14.7", "publisher": "dfinity-foundation", "repository": "https://github.com/dfinity/vscode-motoko", "engines": { @@ -174,7 +174,7 @@ "mnemonist": "0.39.5", "motoko": "3.6.11", "prettier": "2.8.0", - "prettier-plugin-motoko": "0.8.1", + "prettier-plugin-motoko": "0.8.2", "url-relative": "1.0.0", "vscode-languageclient": "8.0.2", "vscode-languageserver": "8.0.2",