From f8adae71ccaa0deb2cd7c868938fc0da2956644d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:06:40 -0400 Subject: [PATCH] Bump @cspell/dict-python from 1.0.37 to 2.0.3 (#152) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cee04c..f3605ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -314,9 +314,9 @@ "dev": true }, "@cspell/dict-python": { - "version": "1.0.37", - "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-1.0.37.tgz", - "integrity": "sha512-RPeYJxC7t6k9uL4aQp5kLarOddEAqfRw9VBTt+cOVSlMqEtEtxJGm8w91V28fwnRX4hQR0yhiHPEYcdLpMtpfQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-2.0.3.tgz", + "integrity": "sha512-b15Dk/nDzeB5mbTSXx4RGKgmM9AW5BpaHyZoUZNUOdPfQbcd02hVblro/MXMw45SvQ3Wr/VFJx32skwuRkvFPg==", "dev": true }, "@cspell/dict-ruby": { diff --git a/package.json b/package.json index 20f0986..ad40bfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "Version management for npm tools.", "devDependencies": { - "@cspell/dict-python": "^1.0.37", + "@cspell/dict-python": "^2.0.3", "cspell": "^5.12.3", "pyright": "^1.1.177" },