diff --git a/package.json b/package.json index 9fdd1a7..ad4923d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "qwik-image", "version": "0.0.0", "license": "MIT", - "scripts": {}, + "scripts": { + "nx": "nx" + }, "private": false, "type": "module", "engines": { @@ -14,41 +16,41 @@ "devDependencies": { "@builder.io/qwik": "1.9.0", "@builder.io/qwik-city": "1.9.0", - "@commitlint/cli": "^17.6.1", - "@commitlint/config-angular": "^17.6.1", - "@commitlint/config-conventional": "^17.6.1", - "@jscutlery/semver": "^2.30.1", + "@commitlint/cli": "17.6.1", + "@commitlint/config-angular": "17.6.1", + "@commitlint/config-conventional": "17.6.1", + "@jscutlery/semver": "2.30.1", "@nrwl/cypress": "19.7.4", "@nrwl/linter": "19.7.4", - "@nrwl/nx-cloud": "^16.0.1", + "@nrwl/nx-cloud": "16.0.1", "@nrwl/vite": "19.7.4", - "@nrwl/workspace": "^19.7.4", + "@nrwl/workspace": "19.7.4", "@types/node": "18.15.13", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1", - "@vitest/ui": "^0.30.1", - "all-contributors-cli": "^6.24.0", - "cypress": "^12.10.0", - "cz-conventional-changelog": "^3.3.0", + "@typescript-eslint/eslint-plugin": "7.7.1", + "@typescript-eslint/parser": "7.7.1", + "@vitest/ui": "0.30.1", + "all-contributors-cli": "6.24.0", + "cypress": "12.10.0", + "cz-conventional-changelog": "3.3.0", "eslint": "~8.38.0", "eslint-config-prettier": "8.8.0", - "eslint-plugin-cypress": "^2.13.2", + "eslint-plugin-cypress": "2.13.2", "eslint-plugin-qwik": "1.9.0", - "husky": "^8.0.3", + "husky": "8.0.3", "jsdom": "~21.1.1", - "ngx-deploy-npm": "^5.2.0", + "ngx-deploy-npm": "5.2.0", "node-fetch": "~3.3.1", "nx": "19.7.4", - "prettier": "^2.8.7", - "qwik-nx": "^2.3.1", - "tslib": "^2.5.3", - "undici": "^5.22.0", + "prettier": "2.8.7", + "qwik-nx": "2.3.1", + "tslib": "2.5.3", + "undici": "5.22.0", "vite": "~4.3.1", "vite-plugin-dts": "~2.3.0", - "vite-plugin-eslint": "^1.8.1", - "vite-plugin-static-copy": "^1.0.5", + "vite-plugin-eslint": "1.8.1", + "vite-plugin-static-copy": "1.0.5", "vite-tsconfig-paths": "~4.2.0", - "vitest": "^0.30.1" + "vitest": "0.30.1" }, "config": { "commitizen": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d50b9c0..b3e1e25 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,16 +15,16 @@ importers: specifier: 1.9.0 version: 1.9.0(@types/node@18.15.13)(rollup@3.20.7)(typescript@5.4.5) '@commitlint/cli': - specifier: ^17.6.1 + specifier: 17.6.1 version: 17.6.1 '@commitlint/config-angular': - specifier: ^17.6.1 + specifier: 17.6.1 version: 17.6.1 '@commitlint/config-conventional': - specifier: ^17.6.1 + specifier: 17.6.1 version: 17.6.1 '@jscutlery/semver': - specifier: ^2.30.1 + specifier: 2.30.1 version: 2.30.1(@nrwl/devkit@19.7.4(nx@19.7.4)) '@nrwl/cypress': specifier: 19.7.4 @@ -33,34 +33,34 @@ importers: specifier: 19.7.4 version: 19.7.4(@babel/traverse@7.25.6)(@types/node@18.15.13)(@zkochan/js-yaml@0.0.7)(eslint@8.38.0)(nx@19.7.4) '@nrwl/nx-cloud': - specifier: ^16.0.1 + specifier: 16.0.1 version: 16.0.1 '@nrwl/vite': specifier: 19.7.4 version: 19.7.4(@babel/traverse@7.25.6)(@types/node@18.15.13)(nx@19.7.4)(typescript@5.4.5)(vite@4.3.1(@types/node@18.15.13))(vitest@0.30.1(@vitest/ui@0.30.1)(jsdom@21.1.1)) '@nrwl/workspace': - specifier: ^19.7.4 + specifier: 19.7.4 version: 19.7.4 '@types/node': specifier: 18.15.13 version: 18.15.13 '@typescript-eslint/eslint-plugin': - specifier: ^7.7.1 - version: 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.38.0)(typescript@5.4.5))(eslint@8.38.0)(typescript@5.4.5) + specifier: 7.7.1 + version: 7.7.1(@typescript-eslint/parser@7.7.1(eslint@8.38.0)(typescript@5.4.5))(eslint@8.38.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^7.7.1 - version: 7.10.0(eslint@8.38.0)(typescript@5.4.5) + specifier: 7.7.1 + version: 7.7.1(eslint@8.38.0)(typescript@5.4.5) '@vitest/ui': - specifier: ^0.30.1 + specifier: 0.30.1 version: 0.30.1 all-contributors-cli: - specifier: ^6.24.0 + specifier: 6.24.0 version: 6.24.0 cypress: - specifier: ^12.10.0 + specifier: 12.10.0 version: 12.10.0 cz-conventional-changelog: - specifier: ^3.3.0 + specifier: 3.3.0 version: 3.3.0 eslint: specifier: ~8.38.0 @@ -69,19 +69,19 @@ importers: specifier: 8.8.0 version: 8.8.0(eslint@8.38.0) eslint-plugin-cypress: - specifier: ^2.13.2 + specifier: 2.13.2 version: 2.13.2(eslint@8.38.0) eslint-plugin-qwik: specifier: 1.9.0 version: 1.9.0(eslint@8.38.0) husky: - specifier: ^8.0.3 + specifier: 8.0.3 version: 8.0.3 jsdom: specifier: ~21.1.1 version: 21.1.1 ngx-deploy-npm: - specifier: ^5.2.0 + specifier: 5.2.0 version: 5.2.0(@nrwl/devkit@19.7.4(nx@19.7.4))(@nrwl/workspace@19.7.4)(nx@19.7.4) node-fetch: specifier: ~3.3.1 @@ -90,16 +90,16 @@ importers: specifier: 19.7.4 version: 19.7.4 prettier: - specifier: ^2.8.7 + specifier: 2.8.7 version: 2.8.7 qwik-nx: - specifier: ^2.3.1 + specifier: 2.3.1 version: 2.3.1(@nx/devkit@19.7.4(nx@19.7.4))(@nx/eslint@19.7.4(@babel/traverse@7.25.6)(@types/node@18.15.13)(@zkochan/js-yaml@0.0.7)(eslint@8.38.0)(nx@19.7.4))(@nx/js@19.7.4(@babel/traverse@7.25.6)(@types/node@18.15.13)(nx@19.7.4)(typescript@5.4.5))(@nx/vite@19.7.4(@babel/traverse@7.25.6)(@types/node@18.15.13)(nx@19.7.4)(typescript@5.4.5)(vite@4.3.1(@types/node@18.15.13))(vitest@0.30.1(@vitest/ui@0.30.1)(jsdom@21.1.1))) tslib: - specifier: ^2.5.3 + specifier: 2.5.3 version: 2.5.3 undici: - specifier: ^5.22.0 + specifier: 5.22.0 version: 5.22.0 vite: specifier: ~4.3.1 @@ -108,16 +108,16 @@ importers: specifier: ~2.3.0 version: 2.3.0(@types/node@18.15.13)(rollup@3.20.7)(vite@4.3.1(@types/node@18.15.13)) vite-plugin-eslint: - specifier: ^1.8.1 + specifier: 1.8.1 version: 1.8.1(eslint@8.38.0)(vite@4.3.1(@types/node@18.15.13)) vite-plugin-static-copy: - specifier: ^1.0.5 + specifier: 1.0.5 version: 1.0.5(vite@4.3.1(@types/node@18.15.13)) vite-tsconfig-paths: specifier: ~4.2.0 version: 4.2.0(typescript@5.4.5)(vite@4.3.1(@types/node@18.15.13)) vitest: - specifier: ^0.30.1 + specifier: 0.30.1 version: 0.30.1(@vitest/ui@0.30.1)(jsdom@21.1.1) packages: @@ -785,10 +785,6 @@ packages: '@babel/regjsgen@0.8.0': resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - '@babel/runtime@7.21.0': - resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.25.6': resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} engines: {node: '>=6.9.0'} @@ -1743,6 +1739,9 @@ packages: '@types/json-schema@7.0.11': resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} @@ -1767,6 +1766,9 @@ packages: '@types/parse-json@4.0.0': resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + '@types/sinonjs__fake-timers@8.1.1': resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} @@ -1782,8 +1784,8 @@ packages: '@types/yauzl@2.10.0': resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} - '@typescript-eslint/eslint-plugin@7.10.0': - resolution: {integrity: sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==} + '@typescript-eslint/eslint-plugin@7.7.1': + resolution: {integrity: sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -1793,8 +1795,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@7.10.0': - resolution: {integrity: sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==} + '@typescript-eslint/parser@7.7.1': + resolution: {integrity: sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1803,12 +1805,12 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@7.10.0': - resolution: {integrity: sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==} + '@typescript-eslint/scope-manager@7.7.1': + resolution: {integrity: sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/type-utils@7.10.0': - resolution: {integrity: sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==} + '@typescript-eslint/type-utils@7.7.1': + resolution: {integrity: sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1817,12 +1819,12 @@ packages: typescript: optional: true - '@typescript-eslint/types@7.10.0': - resolution: {integrity: sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==} + '@typescript-eslint/types@7.7.1': + resolution: {integrity: sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/typescript-estree@7.10.0': - resolution: {integrity: sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==} + '@typescript-eslint/typescript-estree@7.7.1': + resolution: {integrity: sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -1830,14 +1832,14 @@ packages: typescript: optional: true - '@typescript-eslint/utils@7.10.0': - resolution: {integrity: sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==} + '@typescript-eslint/utils@7.7.1': + resolution: {integrity: sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@7.10.0': - resolution: {integrity: sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==} + '@typescript-eslint/visitor-keys@7.7.1': + resolution: {integrity: sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==} engines: {node: ^18.18.0 || >=20.0.0} '@ungap/structured-clone@1.2.0': @@ -2027,9 +2029,6 @@ packages: aws4@1.12.0: resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} - axios@1.3.6: - resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==} - axios@1.7.7: resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==} @@ -2930,15 +2929,6 @@ packages: flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} - follow-redirects@1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - follow-redirects@1.15.9: resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} engines: {node: '>=4.0'} @@ -3701,6 +3691,7 @@ packages: loupe@2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} + deprecated: Please upgrade to 2.3.7 which fixes GHSA-4q6p-r6v2-jvc5 lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -4300,6 +4291,10 @@ packages: q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + deprecated: |- + You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qs@6.10.4: resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==} @@ -4367,9 +4362,6 @@ packages: regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -4509,10 +4501,6 @@ packages: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true - semver@6.3.0: - resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} - hasBin: true - semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -4522,11 +4510,6 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.5.0: - resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} - engines: {node: '>=10'} - hasBin: true - semver@7.6.2: resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} engines: {node: '>=10'} @@ -4923,11 +4906,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - typescript@5.4.5: resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} @@ -5357,7 +5335,7 @@ snapshots: '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7 - picocolors: 1.0.0 + picocolors: 1.1.0 '@babel/compat-data@7.25.4': {} @@ -5568,7 +5546,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.0 + picocolors: 1.1.0 '@babel/parser@7.21.4': dependencies: @@ -6198,10 +6176,6 @@ snapshots: '@babel/regjsgen@0.8.0': {} - '@babel/runtime@7.21.0': - dependencies: - regenerator-runtime: 0.13.11 - '@babel/runtime@7.25.6': dependencies: regenerator-runtime: 0.14.1 @@ -6365,13 +6339,13 @@ snapshots: '@types/node': 18.15.13 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@18.15.13)(typescript@5.0.4))(typescript@5.0.4) + cosmiconfig-typescript-loader: 4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@18.15.13)(typescript@5.4.5))(typescript@5.4.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 ts-node: 10.9.1(@types/node@18.15.13)(typescript@5.4.5) - typescript: 5.0.4 + typescript: 5.4.5 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -7274,7 +7248,7 @@ snapshots: '@types/eslint@8.37.0': dependencies: - '@types/estree': 1.0.1 + '@types/estree': 1.0.5 '@types/json-schema': 7.0.11 '@types/estree-jsx@1.0.0': @@ -7291,6 +7265,8 @@ snapshots: '@types/json-schema@7.0.11': {} + '@types/json-schema@7.0.15': {} + '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.2 @@ -7309,6 +7285,8 @@ snapshots: '@types/parse-json@4.0.0': {} + '@types/semver@7.5.8': {} + '@types/sinonjs__fake-timers@8.1.1': {} '@types/sizzle@2.3.3': {} @@ -7322,30 +7300,32 @@ snapshots: '@types/node': 18.15.13 optional: true - '@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.38.0)(typescript@5.4.5))(eslint@8.38.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint@8.38.0)(typescript@5.4.5))(eslint@8.38.0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.10.0(eslint@8.38.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/type-utils': 7.10.0(eslint@8.38.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.10.0(eslint@8.38.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/parser': 7.7.1(eslint@8.38.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/type-utils': 7.7.1(eslint@8.38.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.7.1(eslint@8.38.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.7.1 + debug: 4.3.4(supports-color@8.1.1) eslint: 8.38.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 + semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.10.0(eslint@8.38.0)(typescript@5.4.5)': + '@typescript-eslint/parser@7.7.1(eslint@8.38.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.7.1 debug: 4.3.4(supports-color@8.1.1) eslint: 8.38.0 optionalDependencies: @@ -7353,15 +7333,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@7.10.0': + '@typescript-eslint/scope-manager@7.7.1': dependencies: - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/visitor-keys': 7.7.1 - '@typescript-eslint/type-utils@7.10.0(eslint@8.38.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@7.7.1(eslint@8.38.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.10.0(eslint@8.38.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) + '@typescript-eslint/utils': 7.7.1(eslint@8.38.0)(typescript@5.4.5) debug: 4.3.4(supports-color@8.1.1) eslint: 8.38.0 ts-api-utils: 1.3.0(typescript@5.4.5) @@ -7370,12 +7350,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@7.10.0': {} + '@typescript-eslint/types@7.7.1': {} - '@typescript-eslint/typescript-estree@7.10.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.7.1(typescript@5.4.5)': dependencies: - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/visitor-keys': 7.10.0 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/visitor-keys': 7.7.1 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 @@ -7387,20 +7367,23 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.10.0(eslint@8.38.0)(typescript@5.4.5)': + '@typescript-eslint/utils@7.7.1(eslint@8.38.0)(typescript@5.4.5)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) - '@typescript-eslint/scope-manager': 7.10.0 - '@typescript-eslint/types': 7.10.0 - '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) eslint: 8.38.0 + semver: 7.6.2 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@7.10.0': + '@typescript-eslint/visitor-keys@7.7.1': dependencies: - '@typescript-eslint/types': 7.10.0 + '@typescript-eslint/types': 7.7.1 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -7435,7 +7418,7 @@ snapshots: fflate: 0.7.4 flatted: 3.2.7 pathe: 1.1.0 - picocolors: 1.0.0 + picocolors: 1.1.0 sirv: 2.0.2 '@vitest/utils@0.30.1': @@ -7506,7 +7489,7 @@ snapshots: all-contributors-cli@6.24.0: dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.25.6 async: 3.2.4 chalk: 4.1.2 didyoumean: 1.2.2 @@ -7615,14 +7598,6 @@ snapshots: aws4@1.12.0: {} - axios@1.3.6: - dependencies: - follow-redirects: 1.15.2 - form-data: 4.0.0 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - axios@1.7.7: dependencies: follow-redirects: 1.15.9 @@ -7814,7 +7789,7 @@ snapshots: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 chownr@2.0.0: {} @@ -7955,7 +7930,7 @@ snapshots: js-string-escape: 1.0.1 lodash: 4.17.21 md5-hex: 3.0.1 - semver: 7.5.0 + semver: 7.6.2 well-known-symbols: 2.0.0 conventional-changelog-angular@5.0.13: @@ -8031,7 +8006,7 @@ snapshots: json-stringify-safe: 5.0.1 lodash: 4.17.21 meow: 8.1.2 - semver: 6.3.0 + semver: 6.3.1 split: 1.0.1 through2: 4.0.2 @@ -8086,12 +8061,12 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@18.15.13)(typescript@5.0.4))(typescript@5.0.4): + cosmiconfig-typescript-loader@4.3.0(@types/node@18.15.13)(cosmiconfig@8.1.3)(ts-node@10.9.1(@types/node@18.15.13)(typescript@5.4.5))(typescript@5.4.5): dependencies: '@types/node': 18.15.13 cosmiconfig: 8.1.3 ts-node: 10.9.1(@types/node@18.15.13)(typescript@5.4.5) - typescript: 5.0.4 + typescript: 5.4.5 cosmiconfig@6.0.0: dependencies: @@ -8185,7 +8160,7 @@ snapshots: pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 request-progress: 3.0.0 - semver: 7.5.0 + semver: 7.6.2 supports-color: 8.1.1 tmp: 0.2.1 untildify: 4.0.0 @@ -8801,8 +8776,6 @@ snapshots: flatted@3.2.7: {} - follow-redirects@1.15.2: {} - follow-redirects@1.15.9: {} for-each@0.3.3: @@ -8946,7 +8919,7 @@ snapshots: git-semver-tags@4.1.1: dependencies: meow: 8.1.2 - semver: 6.3.0 + semver: 6.3.1 gitconfiglocal@1.0.0: dependencies: @@ -9006,7 +8979,7 @@ snapshots: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.4 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 @@ -9446,7 +9419,7 @@ snapshots: json-fixer@1.6.15: dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.25.6 chalk: 4.1.2 pegjs: 0.10.0 @@ -10078,7 +10051,7 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.12.0 - semver: 7.5.0 + semver: 7.6.2 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -10103,7 +10076,7 @@ snapshots: nx-cloud@16.0.1: dependencies: '@nrwl/nx-cloud': 16.0.1 - axios: 1.3.6 + axios: 1.7.7 chalk: 4.1.2 dotenv: 10.0.0 fs-extra: 11.1.1 @@ -10301,7 +10274,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -10369,13 +10342,13 @@ snapshots: postcss@8.4.23: dependencies: nanoid: 3.3.6 - picocolors: 1.0.0 + picocolors: 1.1.0 source-map-js: 1.0.2 postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.0.0 + picocolors: 1.1.0 source-map-js: 1.2.0 prelude-ls@1.1.2: {} @@ -10495,8 +10468,6 @@ snapshots: regenerate@1.4.2: {} - regenerator-runtime@0.13.11: {} - regenerator-runtime@0.14.1: {} regenerator-transform@0.15.2: @@ -10598,7 +10569,7 @@ snapshots: rollup@2.79.1: optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 rollup@3.20.7: optionalDependencies: @@ -10667,18 +10638,12 @@ snapshots: semver@5.7.1: {} - semver@6.3.0: {} - semver@6.3.1: {} semver@7.3.8: dependencies: lru-cache: 6.0.0 - semver@7.5.0: - dependencies: - lru-cache: 6.0.0 - semver@7.6.2: {} set-blocking@2.0.0: {} @@ -11107,8 +11072,6 @@ snapshots: typescript@4.8.4: {} - typescript@5.0.4: {} - typescript@5.4.5: {} ufo@1.1.1: {} @@ -11253,7 +11216,7 @@ snapshots: debug: 4.3.4(supports-color@8.1.1) mlly: 1.2.0 pathe: 1.1.0 - picocolors: 1.0.0 + picocolors: 1.1.0 vite: 4.3.1(@types/node@18.15.13) transitivePeerDependencies: - '@types/node' @@ -11295,7 +11258,7 @@ snapshots: chokidar: 3.5.3 fast-glob: 3.2.12 fs-extra: 11.1.1 - picocolors: 1.0.0 + picocolors: 1.1.0 vite: 4.3.1(@types/node@18.15.13) vite-tsconfig-paths@4.2.0(typescript@5.4.5)(vite@4.3.1(@types/node@18.15.13)): @@ -11346,7 +11309,7 @@ snapshots: local-pkg: 0.4.3 magic-string: 0.30.0 pathe: 1.1.0 - picocolors: 1.0.0 + picocolors: 1.1.0 source-map: 0.6.1 std-env: 3.3.2 strip-literal: 1.0.1 @@ -11491,7 +11454,7 @@ snapshots: yargs@16.2.0: dependencies: cliui: 7.0.4 - escalade: 3.1.1 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3