diff --git a/package-lock.json b/package-lock.json index ec7bfc7575e..4df70841c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,9 +17,9 @@ }, "devDependencies": { "@arcgis/lumina-compiler": "^4.32.0-next.75", - "@cspell/dict-gis": "1.0.0", - "@cspell/dict-pokemon": "1.0.0", - "@cspell/dict-scientific-terms-us": "3.0.5", + "@cspell/dict-gis": "1.0.1", + "@cspell/dict-pokemon": "1.0.1", + "@cspell/dict-scientific-terms-us": "3.0.6", "@cspell/eslint-plugin": "8.17.1", "@eslint/js": "9.17.0", "@esri/calcite-base": "1.2.0", @@ -677,11 +677,10 @@ "license": "MIT" }, "node_modules/@cspell/dict-gis": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-gis/-/dict-gis-1.0.0.tgz", - "integrity": "sha512-FIN98hdc06RGsyfwp7CFyvTS6ozAAEJ38wMZtkRMXY7zOmIzAIX8oz4I8HiugMIglO1/tEVXh8nJoiRt7+s4ig==", - "dev": true, - "license": "MIT" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-gis/-/dict-gis-1.0.1.tgz", + "integrity": "sha512-ngai1xTgrbnJF5Hw+EDhJ2jNgO1IcbyExW1Sok5PzLzmEvkHp/82c5rfjvRnR0ufgTpr7tMrJAzQeMfVTkadSQ==", + "dev": true }, "node_modules/@cspell/dict-git": { "version": "3.0.4", @@ -816,11 +815,10 @@ "license": "MIT" }, "node_modules/@cspell/dict-pokemon": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-pokemon/-/dict-pokemon-1.0.0.tgz", - "integrity": "sha512-jZOvIfS0sgptSa6xg6qRqmCnXByUyR0PPb7TwZq67GM73vE8ACXP0HyUHU/ep+HFxo86PsUofZasZ6jTdehwHg==", - "dev": true, - "license": "MIT" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-pokemon/-/dict-pokemon-1.0.1.tgz", + "integrity": "sha512-xJThcQkHEfNT6smIMLIHREushX/3dWzXtgnTX5/ILgNFkHR4Ic905q1JRyGc9HpJM1j5hw2R71yiTQub2x9OEQ==", + "dev": true }, "node_modules/@cspell/dict-powershell": { "version": "5.0.14", @@ -875,11 +873,10 @@ "license": "MIT" }, "node_modules/@cspell/dict-scientific-terms-us": { - "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==", - "dev": true, - "license": "MIT" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-scientific-terms-us/-/dict-scientific-terms-us-3.0.6.tgz", + "integrity": "sha512-M+hrVWaZbWDz51PobbuMMOalli9+ZRgPZe31YhThAfmaYDpmnzpACceFRldlSdEeJXSA8rn8raAnRiSBRcQSpw==", + "dev": true }, "node_modules/@cspell/dict-software-terms": { "version": "4.2.2", diff --git a/package.json b/package.json index 525d14e1c4f..4ebac50887e 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ }, "devDependencies": { "@arcgis/lumina-compiler": "^4.32.0-next.75", - "@cspell/dict-gis": "1.0.0", - "@cspell/dict-pokemon": "1.0.0", - "@cspell/dict-scientific-terms-us": "3.0.5", + "@cspell/dict-gis": "1.0.1", + "@cspell/dict-pokemon": "1.0.1", + "@cspell/dict-scientific-terms-us": "3.0.6", "@cspell/eslint-plugin": "8.17.1", "@eslint/js": "9.17.0", "@esri/calcite-base": "1.2.0",