From e3a3f6f8fa1139b663698ebf03f519cd68060dfd Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:19:19 +0300 Subject: [PATCH] chore: update dependency @cspell/dict-scientific-terms-us to ^3.0.5 (#706) --- package-lock.json | 8 ++++---- projects/cspell-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a46b68c..b6d809de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3747,9 +3747,9 @@ "peer": true }, "node_modules/@cspell/dict-scientific-terms-us": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-scientific-terms-us/-/dict-scientific-terms-us-3.0.4.tgz", - "integrity": "sha512-k/HO1DQVhOCEzVxOTjqWImxZ6y/pckH4b6h0xfHQbjUNlYI1HHunMid+cO7X891RFOgjgJOWNQKiWNDqb4OHLw==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-scientific-terms-us/-/dict-scientific-terms-us-3.0.5.tgz", + "integrity": "sha512-Mt0zscHGsmsN3pj0+lBu6TsAPFAkEINE+TU6JzF8+yBZJtX3lKleQ9HY4+xyjIZqmCJHEu0+xSCOPvPufoq0yg==", "license": "MIT", "peer": true }, @@ -27832,7 +27832,7 @@ "@cspell/dict-ar": "^1.1.3", "@cspell/dict-lorem-ipsum": "^4.0.3", "@cspell/dict-ru_ru": "^2.2.4", - "@cspell/dict-scientific-terms-us": "^3.0.4", + "@cspell/dict-scientific-terms-us": "^3.0.5", "cspell": "^8.15.7" } }, diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 092e7668..c25d8907 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -15,7 +15,7 @@ "@cspell/dict-ar": "^1.1.3", "@cspell/dict-lorem-ipsum": "^4.0.3", "@cspell/dict-ru_ru": "^2.2.4", - "@cspell/dict-scientific-terms-us": "^3.0.4", + "@cspell/dict-scientific-terms-us": "^3.0.5", "cspell": "^8.15.7" }, "publishConfig": {