From f67b75c4143405fc284bdbd75c8c7a79160abd67 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:07:28 +0100 Subject: [PATCH] fix: Update Dictionaries and Dependencies (#1561) Co-authored-by: Jason3S --- action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt | 2 ++ action/node_modules/@cspell/dict-cpp/dict/cpp.txt | 2 -- action/node_modules/@cspell/dict-cpp/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt b/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt index 2b8cb4353..ad455bad8 100644 --- a/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt +++ b/action/node_modules/@cspell/dict-cpp/dict/cpp-legacy.txt @@ -4269,6 +4269,7 @@ codesigning colspan commitlevel comparedn +compatiblity compcode compcount compentry @@ -6460,6 +6461,7 @@ suboid subreq subrstr substringfn +subsytem suexec sugid suseconds diff --git a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt index 6910bb0e7..6db201696 100644 --- a/action/node_modules/@cspell/dict-cpp/dict/cpp.txt +++ b/action/node_modules/@cspell/dict-cpp/dict/cpp.txt @@ -21493,7 +21493,6 @@ compat compatable compatibility compatible -compatiblity compatibly compete compfn @@ -39291,7 +39290,6 @@ subsumes subsup subsystem subsystems -subsytem subtlety subtract subtracted diff --git a/action/node_modules/@cspell/dict-cpp/package.json b/action/node_modules/@cspell/dict-cpp/package.json index 21054dacd..fd09e8869 100644 --- a/action/node_modules/@cspell/dict-cpp/package.json +++ b/action/node_modules/@cspell/dict-cpp/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cpp", - "version": "5.1.2", + "version": "5.1.3", "description": "C/C++ Dictionary dictionary for cspell.", "publishConfig": { "access": "public" @@ -39,5 +39,5 @@ "dict/*.txt", "cspell-ext.json" ], - "gitHead": "e830a70e148dbde063cc4994c3cb96d734f6f586" + "gitHead": "44677a1578750206767fdd1ff26b7791b099654d" }