diff --git a/package-lock.json b/package-lock.json index 22b8aa068..235c6afe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,10 +56,10 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", - "apidoc-mock": "^5.0.1", + "apidoc-mock": "^5.0.2", "babel-jest": "^29.7.0", "changelog-light": "^2.0.1", - "cspell": "^8.13.1", + "cspell": "^8.13.2", "eslint": "8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", @@ -86,7 +86,7 @@ "redux-mock-store": "^1.5.4", "ts-patch": "^3.2.1", "typescript": "^5.5.4", - "weldable": "^3.1.0", + "weldable": "^3.1.1", "yamljs": "^0.3.0" }, "engines": { @@ -275,9 +275,9 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.0.tgz", - "integrity": "sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", + "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", @@ -517,13 +517,13 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz", - "integrity": "sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.0" + "@babel/traverse": "^7.25.3" }, "engines": { "node": ">=6.9.0" @@ -1193,12 +1193,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", + "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1755,16 +1755,16 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.0.tgz", - "integrity": "sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.25.0", - "@babel/helper-compilation-targets": "^7.24.8", + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", @@ -1805,9 +1805,9 @@ "@babel/plugin-transform-exponentiation-operator": "^7.24.7", "@babel/plugin-transform-export-namespace-from": "^7.24.7", "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.25.0", + "@babel/plugin-transform-function-name": "^7.25.1", "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", "@babel/plugin-transform-member-expression-literals": "^7.24.7", "@babel/plugin-transform-modules-amd": "^7.24.7", @@ -1965,15 +1965,15 @@ } }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.13.1.tgz", - "integrity": "sha512-ylAwnIdxBMJ9v6BHpFAQFZM+5zbybLtqVQJG7zQePts4e0/Qr2xjYFbC3F+fovZqyXPIx24BR+S6gFJNO1OdAw==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.13.2.tgz", + "integrity": "sha512-BLXah6gUvPeZM8bj1I0F5YJ0CzDZ3d3xpbDCrDB0NfHIsF9zn0la+ie0O15VcVWNBrNIToc6enjxWg1JSF3E5g==", "dev": true, "dependencies": { "@cspell/dict-ada": "^4.0.2", "@cspell/dict-aws": "^4.0.3", "@cspell/dict-bash": "^4.1.3", - "@cspell/dict-companies": "^3.1.3", + "@cspell/dict-companies": "^3.1.4", "@cspell/dict-cpp": "^5.1.12", "@cspell/dict-cryptocurrencies": "^5.0.0", "@cspell/dict-csharp": "^4.0.2", @@ -1984,7 +1984,7 @@ "@cspell/dict-dotnet": "^5.0.2", "@cspell/dict-elixir": "^4.0.3", "@cspell/dict-en_us": "^4.3.23", - "@cspell/dict-en-common-misspellings": "^2.0.3", + "@cspell/dict-en-common-misspellings": "^2.0.4", "@cspell/dict-en-gb": "1.1.33", "@cspell/dict-filetypes": "^3.0.4", "@cspell/dict-fonts": "^4.0.0", @@ -2010,13 +2010,13 @@ "@cspell/dict-php": "^4.0.8", "@cspell/dict-powershell": "^5.0.5", "@cspell/dict-public-licenses": "^2.0.7", - "@cspell/dict-python": "^4.2.3", + "@cspell/dict-python": "^4.2.4", "@cspell/dict-r": "^2.0.1", "@cspell/dict-ruby": "^5.0.2", "@cspell/dict-rust": "^4.0.5", "@cspell/dict-scala": "^5.0.3", - "@cspell/dict-software-terms": "^4.0.3", - "@cspell/dict-sql": "^2.1.3", + "@cspell/dict-software-terms": "^4.0.5", + "@cspell/dict-sql": "^2.1.5", "@cspell/dict-svelte": "^1.0.2", "@cspell/dict-swift": "^2.0.1", "@cspell/dict-terraform": "^1.0.0", @@ -2028,30 +2028,30 @@ } }, "node_modules/@cspell/cspell-json-reporter": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.13.1.tgz", - "integrity": "sha512-vYZTBRkYjpNBifGNbYQsgIXesDEdUa9QAwllDcLZGKbhh5mY/C1ygPnAVpYDYiJNt1WCeIqW286DUyjRjkmHeA==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-8.13.2.tgz", + "integrity": "sha512-UOINJikJs9tRWc2RrFmXK4s3hpasAIbSq+6ed7NojY/2kYv6u0bHNhh4D+4DAroHcFsU24vl/PeTa9V4Z5CelA==", "dev": true, "dependencies": { - "@cspell/cspell-types": "8.13.1" + "@cspell/cspell-types": "8.13.2" }, "engines": { "node": ">=18" } }, "node_modules/@cspell/cspell-pipe": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.13.1.tgz", - "integrity": "sha512-acLWTQv3yWfeWXMds/cfQKZapslOrLHVL4VDp4rFyL/EnfgaCr7Ew9hQ7zAIARY3r/n0dByqWbOt2HKthdhx/g==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.13.2.tgz", + "integrity": "sha512-67N6UHaHRc3H9Nl5TKO/r1lCMgnMPQH+scR6aJxHjcwlKLSoNpGF9LiURhmYaItIhfTH4TDfB2hVPzsslRzaWg==", "dev": true, "engines": { "node": ">=18" } }, "node_modules/@cspell/cspell-resolver": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.13.1.tgz", - "integrity": "sha512-EGdb7KLYCklV3sLxf/895b7s6sExh8DCHZFpDos2hjKwMt+F4ynsu1+ceybQtqoUF/MsyLoJXrrmPvV2uGVmUQ==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.13.2.tgz", + "integrity": "sha512-SCAH4LbV0uFP9ldXB49mRGnAnPCKZV8W96EMHv9Tdh7Fp3btF5FFaVf0h3/ms1g3quzWJq1+EZvJCKCpm9JY5g==", "dev": true, "dependencies": { "global-directory": "^4.0.1" @@ -2061,18 +2061,18 @@ } }, "node_modules/@cspell/cspell-service-bus": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.13.1.tgz", - "integrity": "sha512-oLFJfxuB1rwGXn3eD5qSF9nf0lHu6YjO0JcrjWhAZQ0r3AsO97gsX50wwCFCw6szVU3rd1cTUktW0KYEZUY6dA==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.13.2.tgz", + "integrity": "sha512-lKgRzJlCPc4BLlqDjWQgIo0ikX4nQ04M1vu0H3CQjfcwr2PVEGLSlXXyJnA6S3A80WxVXhGehyMBhXzItmpKIQ==", "dev": true, "engines": { "node": ">=18" } }, "node_modules/@cspell/cspell-types": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.13.1.tgz", - "integrity": "sha512-9dJdmyXLXJVesCJa/DWgwKsEC9p2RRFc6KORcLhNvtm1tE9TvCXiu5jV47sOmYXd6Hwan8IurBXXTz82CLVjPQ==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.13.2.tgz", + "integrity": "sha512-0QFLcerzBapst1A729VTegeEcsHFK/YfDvOYWUwsZcmPrpacJ8qHmRPVyyFLvN5punXWwB7pIdtbrVRPDQT49w==", "dev": true, "engines": { "node": ">=18" @@ -2325,9 +2325,9 @@ "dev": true }, "node_modules/@cspell/dict-python": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.3.tgz", - "integrity": "sha512-C1CPX9wwEGgcHv/p7KfjuIOp1G6KNyx5gWYweAd6/KPv+ZpeM1v572zFUTmpO8WDuAfKFf00nqYL8/GmCENWBw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.4.tgz", + "integrity": "sha512-sCtLBqMreb+8zRW2bXvFsfSnRUVU6IFm4mT6Dc4xbz0YajprbaPPh/kOUTw5IJRP8Uh+FFb7Xp2iH03CNWRq/A==", "dev": true, "dependencies": { "@cspell/dict-data-science": "^2.0.1" @@ -2358,15 +2358,15 @@ "dev": true }, "node_modules/@cspell/dict-software-terms": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.0.4.tgz", - "integrity": "sha512-AHr3Wxa4pxbpKgxhyQseBmoJhdyeraeRGdQn0e8YD5pz4J6Mu47MLzKysasDKWK/yzmHQfwAsb2zm2k+ItMEUw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.0.6.tgz", + "integrity": "sha512-UDhUzNSf7GN529a0Ip9hlSoGbpscz0YlUYBEJmZBXi8otpkrbCJqs50T74Ppd+SWqNil04De8urv4af2c6SY5Q==", "dev": true }, "node_modules/@cspell/dict-sql": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.4.tgz", - "integrity": "sha512-wsrNK6UBQ92IzQ4SqQqgM04BEYzqVsk3qZH3ZgascaqDtUgK6GI+z3Czi0rQ+9Qe2zKiklGnGMC8sJwYdlIw7g==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.5.tgz", + "integrity": "sha512-FmxanytHXss7GAWAXmgaxl3icTCW7YxlimyOSPNfm+njqeUDjw3kEv4mFNDDObBJv8Ec5AWCbUDkWIpkE3IpKg==", "dev": true }, "node_modules/@cspell/dict-svelte": { @@ -2400,9 +2400,9 @@ "dev": true }, "node_modules/@cspell/dynamic-import": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.13.1.tgz", - "integrity": "sha512-jMqJHWmQy+in99JMSFlaGV9P033gCx7DCZvGO/ZSeZ2EatrUTanJk3oTG1TZknZydb0nnxr1mgTWXN7PCAAXDg==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.13.2.tgz", + "integrity": "sha512-ckn9k7kW9Wv1kw8WltUGByQQzFFR9YITtnDQHHFI8yi9IQkSle4+KHLr9Y8uL6U8rtwP70edX4ese++yfnJr+Q==", "dev": true, "dependencies": { "import-meta-resolve": "^4.1.0" @@ -2412,18 +2412,18 @@ } }, "node_modules/@cspell/strong-weak-map": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.13.1.tgz", - "integrity": "sha512-ga1ibI9ZLJWNszfP7e6qQ8gnoQOP9rE/clALMAim9ssO6cmMhEEm+i1ROH4nsDfThd6sVlUJ0IOtx5dEqPmWxw==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.13.2.tgz", + "integrity": "sha512-jVwlZnef8Q/x3MEg5ixRYYfV3BoI5ZOw0UZRianaM1GwsLCIW/mJ7ZIlIQF6N/exE1YWCpyRlCNgvTgUf7fc7w==", "dev": true, "engines": { "node": ">=18" } }, "node_modules/@cspell/url": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.13.1.tgz", - "integrity": "sha512-cCyojz5ovgGCexhez2urle4Q1UOEsp96lvl4pDmWNDHa/6n8dqiIn60SVzQIsAHzJ4yEV077RSaIrTlq/T+oSQ==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/@cspell/url/-/url-8.13.2.tgz", + "integrity": "sha512-IFtiADDLGCp4QXPhsQ0F5/jbVQb0Loeum36wzGLiqXWYDjIA25W8miy0hyy/S8aZhzdEq2aUZjz9dTvkl+5ISQ==", "dev": true, "engines": { "node": ">=18.0" @@ -6998,9 +6998,9 @@ } }, "node_modules/apidoc-mock": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/apidoc-mock/-/apidoc-mock-5.0.1.tgz", - "integrity": "sha512-pkmYd7Un10YO7VLMOLN7fDlfZrdqc8ffePbXNjfp1jn6m21Ll0aFK77HZuKDkN5aLkKkePkkpyxAm8wnsBqEBg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/apidoc-mock/-/apidoc-mock-5.0.2.tgz", + "integrity": "sha512-S2j4Bosyisi1PPHl9ds4rHlP6R8Ulc8hnOGq076KDIi5O/vKuf857cLCQ9EEBD7HmhRKKfLuXqB8831SfDTwtw==", "dev": true, "dependencies": { "apidoc": "1.2.0", @@ -8956,9 +8956,9 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, "node_modules/comment-json": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.4.tgz", - "integrity": "sha512-E5AjpSW+O+N5T2GsOQMHLLsJvrYw6G/AFt9GvU6NguEAfzKShh7hRiLtVo6S9KbRpFMGqE5ojo0/hE+sdteWvQ==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.5.tgz", + "integrity": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==", "dev": true, "dependencies": { "array-timsort": "^1.0.3", @@ -9644,24 +9644,24 @@ } }, "node_modules/cspell": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.13.1.tgz", - "integrity": "sha512-Bqppilpwx9xt3jZPaYcqe1JPteNmfKhx9pw9YglZEePDUzdiJQNVIfs31589GAnXjgdqqctR8N87ffLcaBNPXw==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-8.13.2.tgz", + "integrity": "sha512-m+aA54r95QteZBPzZBR4bdld92TDV47/qoKhYt7+M8umcLZR3C2dfktEbVQGoAJokRgSQo9L4/fRF0skk+g5Mg==", "dev": true, "dependencies": { - "@cspell/cspell-json-reporter": "8.13.1", - "@cspell/cspell-pipe": "8.13.1", - "@cspell/cspell-types": "8.13.1", - "@cspell/dynamic-import": "8.13.1", - "@cspell/url": "8.13.1", + "@cspell/cspell-json-reporter": "8.13.2", + "@cspell/cspell-pipe": "8.13.2", + "@cspell/cspell-types": "8.13.2", + "@cspell/dynamic-import": "8.13.2", + "@cspell/url": "8.13.2", "chalk": "^5.3.0", "chalk-template": "^1.1.0", "commander": "^12.1.0", - "cspell-dictionary": "8.13.1", - "cspell-gitignore": "8.13.1", - "cspell-glob": "8.13.1", - "cspell-io": "8.13.1", - "cspell-lib": "8.13.1", + "cspell-dictionary": "8.13.2", + "cspell-gitignore": "8.13.2", + "cspell-glob": "8.13.2", + "cspell-io": "8.13.2", + "cspell-lib": "8.13.2", "fast-glob": "^3.3.2", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^9.0.0", @@ -9681,12 +9681,12 @@ } }, "node_modules/cspell-config-lib": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.13.1.tgz", - "integrity": "sha512-sXUFOyxvk+qDkoQdFkVEqj1hfQWzMi+tbi6ksiotQaqpm7r+YitZLSgwJjN4xgDO/rTLyP70k9fagdZ67MVZbw==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.13.2.tgz", + "integrity": "sha512-AkG5qWnmHxwEJqyLsraVVzEWGShICn533GdcbSHYYrLxEd9UromEjmFrMlgNomwj8SnJq4L9xq1LoWgRXa5jjg==", "dev": true, "dependencies": { - "@cspell/cspell-types": "8.13.1", + "@cspell/cspell-types": "8.13.2", "comment-json": "^4.2.4", "yaml": "^2.5.0" }, @@ -9695,14 +9695,14 @@ } }, "node_modules/cspell-dictionary": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.13.1.tgz", - "integrity": "sha512-Z0T4J4ahOJaHmWq83w24KXGik1zeauO5WvDRyzDyaSgpbA5MN2hN98LvxaIx72g3I+trtRK77XFcKginuME9EA==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.13.2.tgz", + "integrity": "sha512-dvtb9fDHw3jEa5mGBmrDTRxlaXVccQ5LMYkosPcS+J5/iLrV0E3iQu3njFHBFXKsLqOwnd6GV9pd6fXkPEFdeQ==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "8.13.1", - "@cspell/cspell-types": "8.13.1", - "cspell-trie-lib": "8.13.1", + "@cspell/cspell-pipe": "8.13.2", + "@cspell/cspell-types": "8.13.2", + "cspell-trie-lib": "8.13.2", "fast-equals": "^5.0.1" }, "engines": { @@ -9710,14 +9710,14 @@ } }, "node_modules/cspell-gitignore": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.13.1.tgz", - "integrity": "sha512-XyZ3X5d6x0gkWtNXSAQRcPMG41bEdLx9cTgZCYCJhEZCesU1VpNm60F3oc11dMLkO+BqPH3An+AO/YEIiaje3A==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-8.13.2.tgz", + "integrity": "sha512-eEDR0g2VQHVRg9mLXi6PUnjZzD1DYa2jkmiuj61ZEN9yEKZ3GKXlUTxlewIiMGN/fxIn5kHyjeMo+hbCHoYkGw==", "dev": true, "dependencies": { - "@cspell/url": "8.13.1", - "cspell-glob": "8.13.1", - "cspell-io": "8.13.1", + "@cspell/url": "8.13.2", + "cspell-glob": "8.13.2", + "cspell-io": "8.13.2", "find-up-simple": "^1.0.0" }, "bin": { @@ -9728,12 +9728,12 @@ } }, "node_modules/cspell-glob": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.13.1.tgz", - "integrity": "sha512-rW1A3t7YvPXxcC4z1pp1m9coeWzUVUmRjUw3vMNGlEDC2zecB39KKbEqesziBqnBceNAY7O5itllIGFKr03vqA==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.13.2.tgz", + "integrity": "sha512-zhWcfE4k1BVErVd36AMle9DE5W0bxI4OcM7/q3YxPQUdbsox/DihGXGQu+jld2LkUpDl0llIPVJ8OibKg9stcQ==", "dev": true, "dependencies": { - "@cspell/url": "8.13.1", + "@cspell/url": "8.13.2", "micromatch": "^4.0.7" }, "engines": { @@ -9741,13 +9741,13 @@ } }, "node_modules/cspell-grammar": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.13.1.tgz", - "integrity": "sha512-HUkd24bulvBwee1UNBurxGlPUOiywb9pB34iXXoxFWuloHohZ/DuFlE8B/31ZtjW48ffEYIu3QZfWhcnD8e81w==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.13.2.tgz", + "integrity": "sha512-mdRNahGfY7BXg36PQcmeB8WQZETYB6W0A/+yMDgFg+YQX7UdJr8M5GVDFmIFRWyc7/cnv6GMiqdI64gmfCU8ww==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "8.13.1", - "@cspell/cspell-types": "8.13.1" + "@cspell/cspell-pipe": "8.13.2", + "@cspell/cspell-types": "8.13.2" }, "bin": { "cspell-grammar": "bin.mjs" @@ -9757,39 +9757,39 @@ } }, "node_modules/cspell-io": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.13.1.tgz", - "integrity": "sha512-t2sgZuWGBzPSOAStfvz/U3KoFEfDxEt1cXZj0Kd0Vs36v2uoLktm6ihMe7XNFu7zIdOFSajsYQ8Bi4RSLPGPxQ==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.13.2.tgz", + "integrity": "sha512-Jf5LL1TEXPvKH0iabIr8BLK/Hc6crPCdsWM3CbZydp/fDU6rpbaApzSVQ376JlAaLMLpEP7s5oVh9WC4wIE5Bw==", "dev": true, "dependencies": { - "@cspell/cspell-service-bus": "8.13.1", - "@cspell/url": "8.13.1" + "@cspell/cspell-service-bus": "8.13.2", + "@cspell/url": "8.13.2" }, "engines": { "node": ">=18" } }, "node_modules/cspell-lib": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.13.1.tgz", - "integrity": "sha512-H1HHG1pmATSeAaY0KmQ0xnkbSqJLvh9QpXWARDLWKUBvtE+/l44H4yVhIp/No3rM7PKMmb82GuSJzMaoIhHFLQ==", - "dev": true, - "dependencies": { - "@cspell/cspell-bundled-dicts": "8.13.1", - "@cspell/cspell-pipe": "8.13.1", - "@cspell/cspell-resolver": "8.13.1", - "@cspell/cspell-types": "8.13.1", - "@cspell/dynamic-import": "8.13.1", - "@cspell/strong-weak-map": "8.13.1", - "@cspell/url": "8.13.1", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.13.2.tgz", + "integrity": "sha512-qWX4B0Nwo6Souoi8/hLEohSLQEeeh1mWIiQDDJ43w+zmzzzmHZ8+tAeJJ2eAGgOKVqfjcyefH5y7Py2TQrn3xg==", + "dev": true, + "dependencies": { + "@cspell/cspell-bundled-dicts": "8.13.2", + "@cspell/cspell-pipe": "8.13.2", + "@cspell/cspell-resolver": "8.13.2", + "@cspell/cspell-types": "8.13.2", + "@cspell/dynamic-import": "8.13.2", + "@cspell/strong-weak-map": "8.13.2", + "@cspell/url": "8.13.2", "clear-module": "^4.1.2", "comment-json": "^4.2.4", - "cspell-config-lib": "8.13.1", - "cspell-dictionary": "8.13.1", - "cspell-glob": "8.13.1", - "cspell-grammar": "8.13.1", - "cspell-io": "8.13.1", - "cspell-trie-lib": "8.13.1", + "cspell-config-lib": "8.13.2", + "cspell-dictionary": "8.13.2", + "cspell-glob": "8.13.2", + "cspell-grammar": "8.13.2", + "cspell-io": "8.13.2", + "cspell-trie-lib": "8.13.2", "env-paths": "^3.0.0", "fast-equals": "^5.0.1", "gensequence": "^7.0.0", @@ -9804,13 +9804,13 @@ } }, "node_modules/cspell-trie-lib": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.13.1.tgz", - "integrity": "sha512-2moCsIYDmMT7hp5Non3CvWatfXptFWCuxjbXQGDNvWJ2Cj3oso/oBe4802GJv5GEenv9QBWmEtum/E7rFcx4JA==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.13.2.tgz", + "integrity": "sha512-JYpxU6mN0W9cp5g6QN4TXz0S3zzcmGpVJf1fka7tuWHY1e62Gs0qIIL2LjTHYW9wlRFYyrqPnN5opfwuEZCCMg==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "8.13.1", - "@cspell/cspell-types": "8.13.1", + "@cspell/cspell-pipe": "8.13.2", + "@cspell/cspell-types": "8.13.2", "gensequence": "^7.0.0" }, "engines": { @@ -28236,14 +28236,14 @@ } }, "node_modules/weldable": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/weldable/-/weldable-3.1.0.tgz", - "integrity": "sha512-tZT2LCk+fVyGPdyg4vW2GNixy3VJ7Z/wsbDYnDZ+LYARc6T4NK7U9q/oqvhkWYO8nyA/vMiOThgqlWzhjZGnbw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/weldable/-/weldable-3.1.1.tgz", + "integrity": "sha512-HpNTMyxC4fjpKA3YV1EUuOx7H4IuGY7q8ztQdHqUjWbSew+mZto1hO9jNm1L0M6hqWsb1TVIfqB6IZGBbldRIA==", "dev": true, "dependencies": { "@babel/core": "7.24.8", "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.24.8", + "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@tsconfig/create-react-app": "^2.0.5", "@tsconfig/node18": "^18.2.4", @@ -28273,8 +28273,8 @@ "ts-loader": "^9.5.1", "tsconfig-paths-webpack-plugin": "^4.1.0", "tslib": "^2.6.3", - "typescript": "^5.5.3", - "webpack": "^5.92.1", + "typescript": "^5.5.4", + "webpack": "^5.93.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4", diff --git a/package.json b/package.json index 5ba0d03a5..e8d8e41aa 100644 --- a/package.json +++ b/package.json @@ -123,10 +123,10 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.0", - "apidoc-mock": "^5.0.1", + "apidoc-mock": "^5.0.2", "babel-jest": "^29.7.0", "changelog-light": "^2.0.1", - "cspell": "^8.13.1", + "cspell": "^8.13.2", "eslint": "8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", @@ -153,7 +153,7 @@ "redux-mock-store": "^1.5.4", "ts-patch": "^3.2.1", "typescript": "^5.5.4", - "weldable": "^3.1.0", + "weldable": "^3.1.1", "yamljs": "^0.3.0" } }