From f73d2f8275c4b6481643ca189ab9275e26d72192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:55:39 +0200 Subject: [PATCH] chore(deps): bump @cspell/dict-tr-tr from 2.0.0 to 3.0.0 (#692) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- extensions/turkish/package-lock.json | 8 ++++---- extensions/turkish/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/turkish/package-lock.json b/extensions/turkish/package-lock.json index 7aaff09e..1f6cc2a9 100644 --- a/extensions/turkish/package-lock.json +++ b/extensions/turkish/package-lock.json @@ -9,16 +9,16 @@ "version": "1.0.2", "license": "GPL-3.0-or-later", "dependencies": { - "@cspell/dict-tr-tr": "^2.0.0" + "@cspell/dict-tr-tr": "^3.0.0" }, "engines": { "vscode": "^1.67.0" } }, "node_modules/@cspell/dict-tr-tr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-tr-tr/-/dict-tr-tr-2.0.0.tgz", - "integrity": "sha512-EDW1VfjrJLvahreg+5zl6mm6oHXXnuc0UpVY3ONIC0+0ZKsYPxtogYSlr8xN7nc7doR49fQ+bKL3GgGjG67IfA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-tr-tr/-/dict-tr-tr-3.0.0.tgz", + "integrity": "sha512-Wa/qsztyZm7HzxRLG8Gqc8KOOa7ifq2EqiLbrMV/o8vmectQ39IYvZGQ9vkOzpoZp5N+0Xu0PnI6Qb8WlHblVg==" } } } diff --git a/extensions/turkish/package.json b/extensions/turkish/package.json index 931d2d3b..19b84c87 100644 --- a/extensions/turkish/package.json +++ b/extensions/turkish/package.json @@ -74,6 +74,6 @@ "test": "node ../../node_modules/vscode/bin/test" }, "dependencies": { - "@cspell/dict-tr-tr": "^2.0.0" + "@cspell/dict-tr-tr": "^3.0.0" } }