From 14174adbd1a297d0fa4c7659e38832e237467328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 12:08:54 +0000 Subject: [PATCH] Bump cspell from 5.6.1 to 5.6.2 Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 5.6.1 to 5.6.2. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/compare/v5.6.1...v5.6.2) --- updated-dependencies: - dependency-name: cspell dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 90 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4490fbe..5adc740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,27 +5,27 @@ "requires": true, "dependencies": { "@babel/code-frame": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", - "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz", + "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==", "dev": true, "requires": { - "@babel/highlight": "^7.12.13" + "@babel/highlight": "^7.14.5" } }, "@babel/helper-validator-identifier": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", - "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==", + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz", + "integrity": "sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==", "dev": true }, "@babel/highlight": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz", - "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==", + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.14.0", + "@babel/helper-validator-identifier": "^7.14.5", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -83,25 +83,25 @@ } }, "@cspell/cspell-bundled-dicts": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.6.1.tgz", - "integrity": "sha512-u9lEGPU6yL1mdc5xydZELCbxAgPJAtaw74s+HJmKtJodaURYCd3nFZjaWAKEAbpC/q7qB8xW6QfJhafGGLrs0g==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.6.2.tgz", + "integrity": "sha512-36aq701IeqqoH5dgC0atQfCb1kUGavX0BO+zBKHgg3sDTY/HtOZ/HubuUI0A1j31/sDbt4p5YeEA/urfYgRsNQ==", "dev": true, "requires": { "@cspell/dict-ada": "^1.1.2", "@cspell/dict-aws": "^1.0.14", - "@cspell/dict-bash": "^1.0.13", + "@cspell/dict-bash": "^1.0.15", "@cspell/dict-companies": "^1.0.38", "@cspell/dict-cpp": "^1.1.39", "@cspell/dict-cryptocurrencies": "^1.0.10", "@cspell/dict-csharp": "^1.0.11", "@cspell/dict-css": "^1.0.11", "@cspell/dict-django": "^1.0.26", - "@cspell/dict-dotnet": "^1.0.25", + "@cspell/dict-dotnet": "^1.0.26", "@cspell/dict-elixir": "^1.0.24", "@cspell/dict-en-gb": "^1.1.30", "@cspell/dict-en_us": "^1.2.43", - "@cspell/dict-filetypes": "^1.1.5", + "@cspell/dict-filetypes": "^1.1.6", "@cspell/dict-fonts": "^1.0.14", "@cspell/dict-fullstack": "^1.0.38", "@cspell/dict-golang": "^1.1.24", @@ -113,21 +113,21 @@ "@cspell/dict-lorem-ipsum": "^1.0.22", "@cspell/dict-lua": "^1.0.16", "@cspell/dict-node": "^1.0.12", - "@cspell/dict-npm": "^1.0.14", + "@cspell/dict-npm": "^1.0.15", "@cspell/dict-php": "^1.0.24", "@cspell/dict-powershell": "^1.0.16", "@cspell/dict-python": "^1.0.35", "@cspell/dict-ruby": "^1.0.14", "@cspell/dict-rust": "^1.0.22", "@cspell/dict-scala": "^1.0.21", - "@cspell/dict-software-terms": "^1.0.34", + "@cspell/dict-software-terms": "^1.0.36", "@cspell/dict-typescript": "^1.0.19" } }, "@cspell/cspell-types": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.6.1.tgz", - "integrity": "sha512-u5yBVyGP3NtUgJ6Mn/F+S57Kgo8QS/bL7ubjn+YNT5F4r4yS8EIMyYIzL2aiifL+V7VjLt2zeZEEuo2oCtA42Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.6.2.tgz", + "integrity": "sha512-nGMGNktQ7E1GzsOkZ7Wrg0Ov5gQfDV2zrPaahFvRajlJqrNwF0+Ul7uu1yuTKB0b7Hge06SvorNKETgnUHD4Wg==", "dev": true }, "@cspell/dict-ada": { @@ -492,17 +492,17 @@ "dev": true }, "cspell": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.6.1.tgz", - "integrity": "sha512-jHMq0Yuoir9ziSo/oTqVk8LYiJNklAQesz3L6cxFiqg+t4n/bbodh/2Qkq7nCTXA1OhKQM2MbFnxpFUC4d87+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-5.6.2.tgz", + "integrity": "sha512-BY0X2DuNs/PMjH+3dZXUrtFPL9WwrBMdvRAQYmKDvKoLf2A7JB4/JUQPh+2RoJZ3TfKqDiyMgUA/rxDwRm4/GQ==", "dev": true, "requires": { - "@cspell/cspell-types": "^5.6.1", + "@cspell/cspell-types": "^5.6.2", "chalk": "^4.1.1", "commander": "^7.2.0", "comment-json": "^4.1.0", - "cspell-glob": "^5.6.1", - "cspell-lib": "^5.6.1", + "cspell-glob": "^5.6.2", + "cspell-lib": "^5.6.2", "fs-extra": "^10.0.0", "get-stdin": "^8.0.0", "glob": "^7.1.7", @@ -510,18 +510,18 @@ } }, "cspell-glob": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.6.1.tgz", - "integrity": "sha512-vP3Jv/mtdTiXZQZauS3a0JjYq6UqgGZg2ahPf+GS0JBK1Dx02V4NM3JuFi17II71onOlazQ9Dilg5PICzyYhug==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.6.2.tgz", + "integrity": "sha512-m3PNKnmNPdG3z08VljQYPNX1svVnipcVKUC1oejRS/7Q3L3sTO53f7QeZCRrLbx6byD3r6EpBNDykUiezUyY0g==", "dev": true, "requires": { "micromatch": "^4.0.4" } }, "cspell-io": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.6.1.tgz", - "integrity": "sha512-KZTmFrOEHEOWqrd5nl2VhXDeY99F9gQog2/e41mX0YGupyt8z40D3GTgPTLTZ0lglVHUKd5caKDQ3BkF4ziV8g==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.6.2.tgz", + "integrity": "sha512-nr+1OVm34srWSdLpvpNpwDhx+NVumJzcuRmb8n5aOHAdrUhgoMIGMk/cDU0GulGHLOJJxWKRvk+bhiDWozEJRg==", "dev": true, "requires": { "iconv-lite": "^0.6.3", @@ -529,20 +529,20 @@ } }, "cspell-lib": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.6.1.tgz", - "integrity": "sha512-zswIU6ZJpil5+J5oBLFyNIQsNyanU7YLNlRhf82/dZjcDMHtXtnTCHW9ddZuiHxKgELvQtSdOg5H9FprjOudgg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.6.2.tgz", + "integrity": "sha512-BjYSw2LmKTz1zZWN71SSDHdQGamst4zLx7WQUg1NMTPCyBKj2Iv1z6gkp5wr/zjsYyNFtpdbBGRNnrU8rMupww==", "dev": true, "requires": { - "@cspell/cspell-bundled-dicts": "^5.6.1", - "@cspell/cspell-types": "^5.6.1", + "@cspell/cspell-bundled-dicts": "^5.6.2", + "@cspell/cspell-types": "^5.6.2", "clear-module": "^4.1.1", "comment-json": "^4.1.0", "configstore": "^5.0.1", "cosmiconfig": "^7.0.0", - "cspell-glob": "^5.6.1", - "cspell-io": "^5.6.1", - "cspell-trie-lib": "^5.6.1", + "cspell-glob": "^5.6.2", + "cspell-io": "^5.6.2", + "cspell-trie-lib": "^5.6.2", "find-up": "^5.0.0", "fs-extra": "^10.0.0", "gensequence": "^3.1.1", @@ -553,9 +553,9 @@ } }, "cspell-trie-lib": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.6.1.tgz", - "integrity": "sha512-kMJUm+VKq0vV5MPDW9ZbYQs8/4rrlEwDtb/lEa2b8v+OcHIsPNKzchbfidWczqmpAD/LqFtW5QdBj2PSy24xQQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.6.2.tgz", + "integrity": "sha512-zZR28usOHtKYiSiuLE9/FgO5WAJDgTYjlOucxbGsY5CH4x9I0CqWADl0viLO4Tj8Y+COl6MfyE3IpgRkbQKmrQ==", "dev": true, "requires": { "fs-extra": "^10.0.0", diff --git a/package.json b/package.json index e3e47b9..3f251bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "description": "Version management for npm tools.", "devDependencies": { "@cspell/dict-python": "^1.0.35", - "cspell": "^5.6.1", + "cspell": "^5.6.2", "pyright": "^1.1.148" }, "name": "generic-template",