diff --git a/package-lock.json b/package-lock.json index 2b9ed128..a5e0a375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "file-icon": "^5.1.1" }, "devDependencies": { - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^18.2.0", + "@commitlint/config-conventional": "^18.1.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", @@ -26,28 +26,28 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@timfish/forge-externals-plugin": "^0.2.1", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.7", "@types/lodash": "^4.14.200", - "@types/node": "^20.8.7", - "@types/react": "^18.2.31", + "@types/node": "^20.8.10", + "@types/react": "^18.2.34", "@types/react-dom": "^18.2.14", "@types/react-redux": "^7.1.28", "@vercel/webpack-asset-relocator-loader": "^1.7.3", "@will-stone/eslint-config": "^0.8.0", "@will-stone/prettier-config": "^7.0.1", "app-exists": "^2.1.1", - "axios": "^1.5.1", + "axios": "^1.6.0", "clsx": "^2.0.0", "concurrently": "^8.2.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.8.1", "cssnano": "^6.0.1", - "electron": "^27.0.2", - "electron-log": "^4.4.8", + "electron": "^27.0.3", + "electron-log": "^5.0.0", "eslint": "^8.52.0", "fast-deep-equal": "^3.1.3", - "fork-ts-checker-webpack-plugin": "^9.0.0", + "fork-ts-checker-webpack-plugin": "^9.0.2", "husky": "^8.0.3", "immer": "^10.0.3", "jest": "^29.7.0", @@ -69,8 +69,8 @@ "redux": "^4.2.1", "rimraf": "^5.0.5", "style-loader": "^3.3.3", - "tailwindcss": "^3.3.3", - "tidy-url": "^1.8.3", + "tailwindcss": "^3.3.5", + "tidy-url": "^1.10.1", "tings": "^8.1.4", "ts-jest": "^29.1.1", "ts-loader": "^9.5.0", @@ -814,16 +814,16 @@ "dev": true }, "node_modules/@commitlint/cli": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.0.0.tgz", - "integrity": "sha512-0HuJB7VfxSqia0r+mZ9VLgTc5gPaRDiQtloLfwCBp63PvpFn2sZsidiZBbym3jDC6+P47HSuIdRRg3/JsCcBwA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.2.0.tgz", + "integrity": "sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==", "dev": true, "dependencies": { - "@commitlint/format": "^18.0.0", - "@commitlint/lint": "^18.0.0", - "@commitlint/load": "^18.0.0", - "@commitlint/read": "^18.0.0", - "@commitlint/types": "^18.0.0", + "@commitlint/format": "^18.1.0", + "@commitlint/lint": "^18.1.0", + "@commitlint/load": "^18.2.0", + "@commitlint/read": "^18.1.0", + "@commitlint/types": "^18.1.0", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", @@ -838,9 +838,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", - "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", + "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" @@ -850,12 +850,12 @@ } }, "node_modules/@commitlint/config-validator": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.0.0.tgz", - "integrity": "sha512-PlXy5QZzQeMgQM7jb0odIhxsI6GWcbGgfy+Hkz5ap31KES/oJgtEvgD8pjg0Z9Ri296bT6zK3ts6brS0MAcMgg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.1.0.tgz", + "integrity": "sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==", "dev": true, "dependencies": { - "@commitlint/types": "^18.0.0", + "@commitlint/types": "^18.1.0", "ajv": "^8.11.0" }, "engines": { @@ -863,12 +863,12 @@ } }, "node_modules/@commitlint/ensure": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.0.0.tgz", - "integrity": "sha512-AhzK4ybWGVmO7lwC33dGujS0k2IZDNFiew80M1H2R5Ou7Qkqq7sbuMZoof+yjOQcqltYP4IHLd0YECZoGermvQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.1.0.tgz", + "integrity": "sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==", "dev": true, "dependencies": { - "@commitlint/types": "^18.0.0", + "@commitlint/types": "^18.1.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", @@ -880,21 +880,21 @@ } }, "node_modules/@commitlint/execute-rule": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.0.0.tgz", - "integrity": "sha512-eNUSaHajb+g3sgZeIrfc6cXNnKIkYN2SXtDVXuiE+hOa055T0bLdZK29gSd945JCztxPVwdOkPLDeLg3NfDubg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-18.1.0.tgz", + "integrity": "sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/format": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.0.0.tgz", - "integrity": "sha512-etvUmOufihecdNm0r5+rCetrO2Yj7fSkJ4f0k8xOzqrrNdID9G/6iK14i/ufISBLSSy0XzsiiV+Rn9TX/cg46Q==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.1.0.tgz", + "integrity": "sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==", "dev": true, "dependencies": { - "@commitlint/types": "^18.0.0", + "@commitlint/types": "^18.1.0", "chalk": "^4.1.0" }, "engines": { @@ -902,12 +902,12 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.0.0.tgz", - "integrity": "sha512-fAUOF4GlKTmreE5hxhLlVUcXd1aIexxn+edocbMSwOa4dcm8OoHbsLcDB/rhwXIK+jzK4DybCMCx1VaTeRC4SQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.1.0.tgz", + "integrity": "sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==", "dev": true, "dependencies": { - "@commitlint/types": "^18.0.0", + "@commitlint/types": "^18.1.0", "semver": "7.5.4" }, "engines": { @@ -915,93 +915,68 @@ } }, "node_modules/@commitlint/lint": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.0.0.tgz", - "integrity": "sha512-Vqg6sIPm7nELu/U4lEzKMdLYaELgwSySGZzKc2YjJxdJWyiQo0b1hfCpxXsWGdNBOt0+CM4eBAGoX/Kjq5AYNA==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.1.0.tgz", + "integrity": "sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==", "dev": true, "dependencies": { - "@commitlint/is-ignored": "^18.0.0", - "@commitlint/parse": "^18.0.0", - "@commitlint/rules": "^18.0.0", - "@commitlint/types": "^18.0.0" + "@commitlint/is-ignored": "^18.1.0", + "@commitlint/parse": "^18.1.0", + "@commitlint/rules": "^18.1.0", + "@commitlint/types": "^18.1.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/load": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.0.0.tgz", - "integrity": "sha512-ocvMSkzNZCJ4yV673xjd4Y7sFVG/mg7S6yvL5ioM0OIG2XTbcCdzpmq+BeJcIwsRYU9g/b688yh7RDzGlbai6w==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.2.0.tgz", + "integrity": "sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^18.0.0", - "@commitlint/execute-rule": "^18.0.0", - "@commitlint/resolve-extends": "^18.0.0", - "@commitlint/types": "^18.0.0", + "@commitlint/config-validator": "^18.1.0", + "@commitlint/execute-rule": "^18.1.0", + "@commitlint/resolve-extends": "^18.1.0", + "@commitlint/types": "^18.1.0", "@types/node": "^18.11.9", "chalk": "^4.1.0", "cosmiconfig": "^8.0.0", - "cosmiconfig-typescript-loader": "^4.0.0", + "cosmiconfig-typescript-loader": "^5.0.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", "lodash.uniq": "^4.5.0", - "resolve-from": "^5.0.0", - "ts-node": "^10.8.1", - "typescript": "^5.2.2" + "resolve-from": "^5.0.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/load/node_modules/@types/node": { - "version": "18.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz", - "integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==", - "dev": true - }, - "node_modules/@commitlint/load/node_modules/cosmiconfig": { - "version": "8.3.6", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "version": "18.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", + "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", "dev": true, "dependencies": { - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0", - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - }, - "peerDependencies": { - "typescript": ">=4.9.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "undici-types": "~5.26.4" } }, "node_modules/@commitlint/message": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.0.0.tgz", - "integrity": "sha512-FJmEBn81RMEZrG1E1BxmjNoe/Rz918IeIGJRe5YXxM7IXboFhKS69rHPttNjKwSS038t6GUsRUJrAWqZnA6nCw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-18.1.0.tgz", + "integrity": "sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/parse": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.0.0.tgz", - "integrity": "sha512-qbZYOCpIZzfFzV35s5ei3JkBG/8KUOyGYluAeaYIcYC9z0uKXEVK6O2F2P/KLvbTkgZ4Q9OOLDrrtoWzPb2pjg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.1.0.tgz", + "integrity": "sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==", "dev": true, "dependencies": { - "@commitlint/types": "^18.0.0", + "@commitlint/types": "^18.1.0", "conventional-changelog-angular": "^6.0.0", "conventional-commits-parser": "^5.0.0" }, @@ -1010,13 +985,13 @@ } }, "node_modules/@commitlint/read": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.0.0.tgz", - "integrity": "sha512-VclRvG+ZvHOjYP4rmKPfNwS7eSI5m68D/CPtT2do/D4EBljmLBwqCYVL1I/3y2E6Fbub1GfYoXiRHThd1cVlag==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.1.0.tgz", + "integrity": "sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==", "dev": true, "dependencies": { - "@commitlint/top-level": "^18.0.0", - "@commitlint/types": "^18.0.0", + "@commitlint/top-level": "^18.1.0", + "@commitlint/types": "^18.1.0", "fs-extra": "^11.0.0", "git-raw-commits": "^2.0.11", "minimist": "^1.2.6" @@ -1040,13 +1015,13 @@ } }, "node_modules/@commitlint/resolve-extends": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.0.0.tgz", - "integrity": "sha512-MD9+6GSiWvqgdJtfos+1gqz+zmy2vV7TbUVz2ETZzpfECgmUZSZSYzyivivBAQK6feS71KxmMLL8+YFF9+FFRQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.1.0.tgz", + "integrity": "sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^18.0.0", - "@commitlint/types": "^18.0.0", + "@commitlint/config-validator": "^18.1.0", + "@commitlint/types": "^18.1.0", "import-fresh": "^3.0.0", "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0", @@ -1057,15 +1032,15 @@ } }, "node_modules/@commitlint/rules": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.0.0.tgz", - "integrity": "sha512-J7xjMKC4H1hfZR8fmPPuV35wS8Vgy3YX9xIpfPJhsDnRk2BL/dyZjNEXPdvlbpvkNgkfIWi0A0IDtW1dDoViag==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.1.0.tgz", + "integrity": "sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==", "dev": true, "dependencies": { - "@commitlint/ensure": "^18.0.0", - "@commitlint/message": "^18.0.0", - "@commitlint/to-lines": "^18.0.0", - "@commitlint/types": "^18.0.0", + "@commitlint/ensure": "^18.1.0", + "@commitlint/message": "^18.1.0", + "@commitlint/to-lines": "^18.1.0", + "@commitlint/types": "^18.1.0", "execa": "^5.0.0" }, "engines": { @@ -1073,18 +1048,18 @@ } }, "node_modules/@commitlint/to-lines": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.0.0.tgz", - "integrity": "sha512-HwwBvzXX+3x7XYvBrEKy69S9w/clUEL0gMwkXTtg5awUpvEvzmTz1FBE/5WIiUICyOGdH1NhV1WgKb7UwOnI4A==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-18.1.0.tgz", + "integrity": "sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/top-level": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.0.0.tgz", - "integrity": "sha512-6+jjZhe9pF7ioD9IR2HChteTh95KPXa7GUUV52e0YhEsFArkCnyhzSL72ko1c2Xad0sWNBL0e76mifi20wD/Bg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-18.1.0.tgz", + "integrity": "sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==", "dev": true, "dependencies": { "find-up": "^5.0.0" @@ -1094,9 +1069,9 @@ } }, "node_modules/@commitlint/types": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.0.0.tgz", - "integrity": "sha512-FDzAdSm7kIir0NW0bZLENdrEgf/9Ihs1AAqE9DK9R+dRFby4ookkxPMaz7elZmG+e5rBl7hGrWJzJINqG9cDDg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.1.0.tgz", + "integrity": "sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -2981,9 +2956,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.6.tgz", - "integrity": "sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==", + "version": "29.5.7", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.7.tgz", + "integrity": "sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -3067,12 +3042,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.8.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz", - "integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==", + "version": "20.8.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", + "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", "dev": true, "dependencies": { - "undici-types": "~5.25.1" + "undici-types": "~5.26.4" } }, "node_modules/@types/normalize-package-data": { @@ -3081,12 +3056,6 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, "node_modules/@types/prop-types": { "version": "15.7.5", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", @@ -3106,9 +3075,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.31.tgz", - "integrity": "sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==", + "version": "18.2.34", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.34.tgz", + "integrity": "sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -4331,9 +4300,9 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dev": true, "dependencies": { "follow-redirects": "^1.15.0", @@ -5716,33 +5685,45 @@ "dev": true }, "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/cosmiconfig-typescript-loader": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz", - "integrity": "sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.0.0.tgz", + "integrity": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==", "dev": true, + "dependencies": { + "jiti": "^1.19.1" + }, "engines": { - "node": ">=v14.21.3" + "node": ">=v16" }, "peerDependencies": { "@types/node": "*", - "cosmiconfig": ">=7", - "ts-node": ">=10", + "cosmiconfig": ">=8.2", "typescript": ">=4" } }, @@ -6794,9 +6775,9 @@ "dev": true }, "node_modules/electron": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-27.0.2.tgz", - "integrity": "sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==", + "version": "27.0.3", + "resolved": "https://registry.npmjs.org/electron/-/electron-27.0.3.tgz", + "integrity": "sha512-VaB9cI1se+mUtz366NP+zxFVnkHLbCBNO4wwouw3FuGyX/m7/Bv1I89JhWOBv78tC+n11ZYMrVD23Jf6EZgVcg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -6812,10 +6793,14 @@ } }, "node_modules/electron-log": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.4.8.tgz", - "integrity": "sha512-QQ4GvrXO+HkgqqEOYbi+DHL7hj5JM+nHi/j+qrN9zeeXVKy8ZABgbu4CnG+BBqDZ2+tbeq9tUC4DZfIWFU5AZA==", - "dev": true + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-5.0.0.tgz", + "integrity": "sha512-vB3akupmQvA8jAyNL9rULZtf6WoP8vsabjXsRtiqXS6/D37SwN/4LEyj4JD+9Bv6xoTcx/LrVnsIKEEWdq5ClQ==", + "dev": true, + "engines": { + "electron": ">= 13", + "node": ">= 14" + } }, "node_modules/electron-packager": { "version": "17.1.2", @@ -8592,15 +8577,15 @@ } }, "node_modules/fork-ts-checker-webpack-plugin": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-9.0.0.tgz", - "integrity": "sha512-Kw3JjsfGs0piB0V2Em8gCuo51O3p4KyCOK0Tn8X57oq2mSNBrMmONALRBw5frcmWsOVU7iELXXsJ+FVxJeQuhA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-9.0.2.tgz", + "integrity": "sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.16.7", "chalk": "^4.1.2", "chokidar": "^3.5.3", - "cosmiconfig": "^7.0.1", + "cosmiconfig": "^8.2.0", "deepmerge": "^4.2.2", "fs-extra": "^10.0.0", "memfs": "^3.4.1", @@ -11686,9 +11671,9 @@ } }, "node_modules/jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", + "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", "dev": true, "bin": { "jiti": "bin/jiti.js" @@ -14584,24 +14569,6 @@ "webpack": "^5.0.0" } }, - "node_modules/postcss-loader/node_modules/cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", - "dev": true, - "dependencies": { - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - } - }, "node_modules/postcss-merge-longhand": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.0.tgz", @@ -17295,9 +17262,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", + "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -17305,10 +17272,10 @@ "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -17598,9 +17565,9 @@ "dev": true }, "node_modules/tidy-url": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/tidy-url/-/tidy-url-1.8.3.tgz", - "integrity": "sha512-ehXrDhYM0nGDe283jcvqIe/rnPqWvEinlptSSlc/04Nbolcp9wHm+WZxoxUcMx7iwRtdt8LmRqQI/IHc65GvJA==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/tidy-url/-/tidy-url-1.10.1.tgz", + "integrity": "sha512-MJHrVcwgEs2JFCuTTH7xHksHnm2EOGx8GnJEcHtez4nf5gsH+f3zwMjhJRZv42qsNb99pEkcExEMQwEWzej2dw==", "dev": true }, "node_modules/tings": { @@ -18059,9 +18026,9 @@ } }, "node_modules/undici-types": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", - "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==", + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "dev": true }, "node_modules/unique-filename": { @@ -19144,15 +19111,6 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", diff --git a/package.json b/package.json index 171a178a..fe06f05f 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "file-icon": "^5.1.1" }, "devDependencies": { - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^18.2.0", + "@commitlint/config-conventional": "^18.1.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", @@ -53,28 +53,28 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@timfish/forge-externals-plugin": "^0.2.1", - "@types/jest": "^29.5.6", + "@types/jest": "^29.5.7", "@types/lodash": "^4.14.200", - "@types/node": "^20.8.7", - "@types/react": "^18.2.31", + "@types/node": "^20.8.10", + "@types/react": "^18.2.34", "@types/react-dom": "^18.2.14", "@types/react-redux": "^7.1.28", "@vercel/webpack-asset-relocator-loader": "^1.7.3", "@will-stone/eslint-config": "^0.8.0", "@will-stone/prettier-config": "^7.0.1", "app-exists": "^2.1.1", - "axios": "^1.5.1", + "axios": "^1.6.0", "clsx": "^2.0.0", "concurrently": "^8.2.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.8.1", "cssnano": "^6.0.1", - "electron": "^27.0.2", - "electron-log": "^4.4.8", + "electron": "^27.0.3", + "electron-log": "^5.0.0", "eslint": "^8.52.0", "fast-deep-equal": "^3.1.3", - "fork-ts-checker-webpack-plugin": "^9.0.0", + "fork-ts-checker-webpack-plugin": "^9.0.2", "husky": "^8.0.3", "immer": "^10.0.3", "jest": "^29.7.0", @@ -96,8 +96,8 @@ "redux": "^4.2.1", "rimraf": "^5.0.5", "style-loader": "^3.3.3", - "tailwindcss": "^3.3.3", - "tidy-url": "^1.8.3", + "tailwindcss": "^3.3.5", + "tidy-url": "^1.10.1", "tings": "^8.1.4", "ts-jest": "^29.1.1", "ts-loader": "^9.5.0",