diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 8754169f..53b4d1d9 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -16,6 +16,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@v5.4.4 + - uses: wagoid/commitlint-github-action@v5.4.5 with: configFile: commitlint.config.cjs diff --git a/package.json b/package.json index 62ea8407..e50ee6b6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@commitlint/cli": "^18.4.4", "@commitlint/config-conventional": "^18.4.4", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", - "@evilmartians/lefthook": "^1.5.5", + "@evilmartians/lefthook": "^1.5.6", "@kong/design-tokens": "^1.12.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", @@ -87,12 +87,12 @@ "@types/markdown-it-attrs": "^4.1.3", "@types/markdown-it-emoji": "^2.0.4", "@types/markdown-it-footnote": "^3.0.3", - "@types/node": "^20.10.6", + "@types/node": "^20.10.8", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", - "@vitejs/plugin-vue": "^5.0.2", - "@vitest/ui": "^1.1.3", + "@vitejs/plugin-vue": "^5.0.3", + "@vitest/ui": "^1.2.0", "@vue/test-utils": "^2.4.3", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.16", @@ -103,10 +103,10 @@ "eslint": "^8.56.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-n": "^16.6.1", + "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.19.2", - "jsdom": "^23.1.0", + "jsdom": "^23.2.0", "markdown-it-shikiji": "^0.9.19", "postcss": "^8.4.33", "postcss-html": "^1.5.0", @@ -125,7 +125,7 @@ "typescript": "^5.3.3", "vite": "^5.0.11", "vitest": "1.1.3", - "vue": "^3.4.5", + "vue": "^3.4.12", "vue-tsc": "^1.8.27" }, "repository": { @@ -182,7 +182,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.14.0" + "pnpm": "8.14.1" }, "config": { "commitizen": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f4329c7..8a3f41a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,16 +69,16 @@ devDependencies: version: 7.23.6 '@commitlint/cli': specifier: ^18.4.4 - version: 18.4.4(@types/node@20.10.6)(typescript@5.3.3) + version: 18.4.4(@types/node@20.11.5)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^18.4.4 version: 18.4.4 '@digitalroute/cz-conventional-changelog-for-jira': specifier: ^8.0.1 - version: 8.0.1(@types/node@20.10.6)(typescript@5.3.3) + version: 8.0.1(@types/node@20.11.5)(typescript@5.3.3) '@evilmartians/lefthook': - specifier: ^1.5.5 - version: 1.5.5 + specifier: ^1.5.6 + version: 1.6.0 '@kong/design-tokens': specifier: ^1.12.4 version: 1.12.4 @@ -104,8 +104,8 @@ devDependencies: specifier: ^3.0.3 version: 3.0.3 '@types/node': - specifier: ^20.10.6 - version: 20.10.6 + specifier: ^20.10.8 + version: 20.11.5 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -116,10 +116,10 @@ devDependencies: specifier: ^6.17.0 version: 6.17.0(eslint@8.56.0)(typescript@5.3.3) '@vitejs/plugin-vue': - specifier: ^5.0.2 + specifier: ^5.0.3 version: 5.0.3(vite@5.0.11)(vue@3.4.14) '@vitest/ui': - specifier: ^1.1.3 + specifier: ^1.2.0 version: 1.2.0(vitest@1.1.3) '@vue/test-utils': specifier: ^2.4.3 @@ -135,25 +135,25 @@ devDependencies: version: 9.1.0 commitizen: specifier: ^4.3.0 - version: 4.3.0(@types/node@20.10.6)(typescript@5.3.3) + version: 4.3.0(@types/node@20.11.5)(typescript@5.3.3) cross-env: specifier: ^7.0.3 version: 7.0.3 cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@20.10.6)(typescript@5.3.3) + version: 3.3.0(@types/node@20.11.5)(typescript@5.3.3) eslint: specifier: ^8.56.0 version: 8.56.0 eslint-config-standard: specifier: ^17.1.0 - version: 17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.56.0) + version: 17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0) eslint-plugin-import: specifier: ^2.29.1 version: 2.29.1(@typescript-eslint/parser@6.17.0)(eslint@8.56.0) eslint-plugin-n: - specifier: ^16.6.1 - version: 16.6.1(eslint@8.56.0) + specifier: ^16.6.2 + version: 16.6.2(eslint@8.56.0) eslint-plugin-promise: specifier: ^6.1.1 version: 6.1.1(eslint@8.56.0) @@ -161,7 +161,7 @@ devDependencies: specifier: ^9.19.2 version: 9.19.2(eslint@8.56.0) jsdom: - specifier: ^23.1.0 + specifier: ^23.2.0 version: 23.2.0 markdown-it-shikiji: specifier: ^0.9.19 @@ -204,7 +204,7 @@ devDependencies: version: 6.0.4(stylelint@16.1.0) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.10.6)(typescript@5.3.3) + version: 10.9.2(@types/node@20.11.5)(typescript@5.3.3) tsc-alias: specifier: ^1.8.8 version: 1.8.8 @@ -213,12 +213,12 @@ devDependencies: version: 5.3.3 vite: specifier: ^5.0.11 - version: 5.0.11(@types/node@20.10.6)(sass@1.69.7) + version: 5.0.11(@types/node@20.11.5)(sass@1.69.7) vitest: specifier: 1.1.3 - version: 1.1.3(@types/node@20.10.6)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7) + version: 1.1.3(@types/node@20.11.5)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7) vue: - specifier: ^3.4.5 + specifier: ^3.4.12 version: 3.4.14(typescript@5.3.3) vue-tsc: specifier: ^1.8.27 @@ -294,14 +294,14 @@ packages: dev: true optional: true - /@commitlint/cli@18.4.4(@types/node@20.10.6)(typescript@5.3.3): + /@commitlint/cli@18.4.4(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-Ro3wIo//fV3XiV1EkdpHog6huaEyNcUAVrSmtgKqYM5g982wOWmP4FXvEDFwRMVgz878CNBvvCc33dMZ5AQJ/g==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 18.4.4 '@commitlint/lint': 18.4.4 - '@commitlint/load': 18.4.4(@types/node@20.10.6)(typescript@5.3.3) + '@commitlint/load': 18.4.4(@types/node@20.11.5)(typescript@5.3.3) '@commitlint/read': 18.4.4 '@commitlint/types': 18.4.4 execa: 5.1.1 @@ -374,7 +374,7 @@ packages: '@commitlint/types': 18.4.4 dev: true - /@commitlint/load@18.4.4(@types/node@20.10.6)(typescript@5.3.3): + /@commitlint/load@18.4.4(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-RaDIa9qwOw2xRJ3Jr2DBXd14rmnHJIX2XdZF4kmoF1rgsg/+7cvrExLSUNAkQUNimyjCn1b/bKX2Omm+GdY0XQ==} engines: {node: '>=v18'} requiresBuild: true @@ -385,7 +385,7 @@ packages: '@commitlint/types': 18.4.4 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.10.6)(cosmiconfig@8.3.6)(typescript@5.3.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.5)(cosmiconfig@8.3.6)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -504,21 +504,21 @@ packages: postcss-selector-parser: 6.0.15 dev: true - /@digitalroute/cz-conventional-changelog-for-jira@8.0.1(@types/node@20.10.6)(typescript@5.3.3): + /@digitalroute/cz-conventional-changelog-for-jira@8.0.1(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-I7uNQ2R5LnDYVhQ01sfNvaxqe1PutXyDl8Kltj4L8uDa1LTYqQgWWp3yEj3XYDNjhUjsAheHW0lsmF1oiAjWVg==} engines: {node: '>= 10'} dependencies: boxen: 5.1.2 chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.10.6)(typescript@5.3.3) - cz-conventional-changelog: 3.3.0(@types/node@20.10.6)(typescript@5.3.3) + commitizen: 4.3.0(@types/node@20.11.5)(typescript@5.3.3) + cz-conventional-changelog: 3.3.0(@types/node@20.11.5)(typescript@5.3.3) inquirer: 8.2.6 lodash.map: 4.6.0 longest: 2.0.1 right-pad: 1.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 18.4.4(@types/node@20.10.6)(typescript@5.3.3) + '@commitlint/load': 18.4.4(@types/node@20.11.5)(typescript@5.3.3) transitivePeerDependencies: - '@types/node' - typescript @@ -759,8 +759,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@evilmartians/lefthook@1.5.5: - resolution: {integrity: sha512-vSJQ3rt52kHMqv4DpTf48jzZap5Q+X5C/qeYMBW58KkB+0a7jmMVy611CUfr/cUXeliZOqbSaOi2/kRYsLiSfQ==} + /@evilmartians/lefthook@1.6.0: + resolution: {integrity: sha512-vmpQuxYnimUkDEn4UzJsAJ32tNJ5OwQuWG9tX+/5F6OuBFDi62guqOLiflpLBiH7WFVBTOefCQ/DJgubjE8WrA==} cpu: [x64, arm64, ia32] os: [darwin, linux, win32] hasBin: true @@ -1310,7 +1310,7 @@ packages: /@types/jsdom@21.1.6: resolution: {integrity: sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==} dependencies: - '@types/node': 20.10.6 + '@types/node': 20.11.5 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 dev: true @@ -1367,8 +1367,8 @@ packages: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} dev: false - /@types/node@20.10.6: - resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} + /@types/node@20.11.5: + resolution: {integrity: sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==} dependencies: undici-types: 5.26.5 dev: true @@ -1540,7 +1540,7 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7) + vite: 5.0.11(@types/node@20.11.5)(sass@1.69.7) vue: 3.4.14(typescript@5.3.3) dev: true @@ -1586,7 +1586,7 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.1.3(@types/node@20.10.6)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7) + vitest: 1.1.3(@types/node@20.11.5)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7) dev: true /@vitest/utils@1.1.3: @@ -1635,29 +1635,12 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 - /@vue/compiler-core@3.4.3: - resolution: {integrity: sha512-u8jzgFg0EDtSrb/hG53Wwh1bAOQFtc1ZCegBpA/glyvTlgHl+tq13o1zvRfLbegYUw/E4mSTGOiCnAJ9SJ+lsg==} - dependencies: - '@babel/parser': 7.23.6 - '@vue/shared': 3.4.3 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.0.2 - dev: true - /@vue/compiler-dom@3.4.14: resolution: {integrity: sha512-nOZTY+veWNa0DKAceNWxorAbWm0INHdQq7cejFaWM1WYnoNSJbSEKYtE7Ir6lR/+mo9fttZpPVI9ZFGJ1juUEQ==} dependencies: '@vue/compiler-core': 3.4.14 '@vue/shared': 3.4.14 - /@vue/compiler-dom@3.4.3: - resolution: {integrity: sha512-oGF1E9/htI6JWj/lTJgr6UgxNCtNHbM6xKVreBWeZL9QhRGABRVoWGAzxmtBfSOd+w0Zi5BY0Es/tlJrN6WgEg==} - dependencies: - '@vue/compiler-core': 3.4.3 - '@vue/shared': 3.4.3 - dev: true - /@vue/compiler-sfc@3.4.14: resolution: {integrity: sha512-1vHc9Kv1jV+YBZC/RJxQJ9JCxildTI+qrhtDh6tPkR1O8S+olBUekimY0km0ZNn8nG1wjtFAe9XHij+YLR8cRQ==} dependencies: @@ -1687,8 +1670,8 @@ packages: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.3 - '@vue/shared': 3.4.3 + '@vue/compiler-dom': 3.4.14 + '@vue/shared': 3.4.14 computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 @@ -1727,10 +1710,6 @@ packages: /@vue/shared@3.4.14: resolution: {integrity: sha512-nmi3BtLpvqXAWoRZ6HQ+pFJOHBU4UnH3vD3opgmwXac7vhaHKA9nj1VeGjMggdB9eLtW83eHyPCmOU1qzdsC7Q==} - /@vue/shared@3.4.3: - resolution: {integrity: sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==} - dev: true - /@vue/test-utils@2.4.3(vue@3.4.14): resolution: {integrity: sha512-F4K7mF+ad++VlTrxMJVRnenKSJmO6fkQt2wpRDiKDesQMkfpniGWsqEi/JevxGBo2qEkwwjvTUAoiGJLNx++CA==} peerDependencies: @@ -2408,13 +2387,13 @@ packages: engines: {node: ^12.20.0 || >=14} dev: true - /commitizen@4.3.0(@types/node@20.10.6)(typescript@5.3.3): + /commitizen@4.3.0(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==} engines: {node: '>= 12'} hasBin: true dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@20.10.6)(typescript@5.3.3) + cz-conventional-changelog: 3.3.0(@types/node@20.11.5)(typescript@5.3.3) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -2521,7 +2500,7 @@ packages: layout-base: 2.0.1 dev: false - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.10.6)(cosmiconfig@8.3.6)(typescript@5.3.3): + /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.5)(cosmiconfig@8.3.6)(typescript@5.3.3): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} requiresBuild: true @@ -2530,7 +2509,7 @@ packages: cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.10.6 + '@types/node': 20.11.5 cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.21.0 typescript: 5.3.3 @@ -2651,18 +2630,18 @@ packages: lodash: 4.17.21 dev: false - /cz-conventional-changelog@3.3.0(@types/node@20.10.6)(typescript@5.3.3): + /cz-conventional-changelog@3.3.0(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==} engines: {node: '>= 10'} dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.10.6)(typescript@5.3.3) + commitizen: 4.3.0(@types/node@20.11.5)(typescript@5.3.3) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 18.4.4(@types/node@20.10.6)(typescript@5.3.3) + '@commitlint/load': 18.4.4(@types/node@20.11.5)(typescript@5.3.3) transitivePeerDependencies: - '@types/node' - typescript @@ -3356,7 +3335,7 @@ packages: eslint: 8.56.0 dev: true - /eslint-config-standard@17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.56.0): + /eslint-config-standard@17.1.0(eslint-plugin-import@2.29.1)(eslint-plugin-n@16.6.2)(eslint-plugin-promise@6.1.1)(eslint@8.56.0): resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3367,7 +3346,7 @@ packages: dependencies: eslint: 8.56.0 eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.17.0)(eslint@8.56.0) - eslint-plugin-n: 16.6.1(eslint@8.56.0) + eslint-plugin-n: 16.6.2(eslint@8.56.0) eslint-plugin-promise: 6.1.1(eslint@8.56.0) dev: true @@ -3457,8 +3436,8 @@ packages: - supports-color dev: true - /eslint-plugin-n@16.6.1(eslint@8.56.0): - resolution: {integrity: sha512-M1kE5bVQRLBMDYRZwDhWzlzbp370SRRRC1MHqq4I3L2Tatey+9/2csc5mwLDPlmhJaDvkojbrNUME5/llpRyDg==} + /eslint-plugin-n@16.6.2(eslint@8.56.0): + resolution: {integrity: sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==} engines: {node: '>=16.0.0'} peerDependencies: eslint: '>=7.0.0' @@ -7169,7 +7148,7 @@ packages: engines: {node: '>=6.10'} dev: false - /ts-node@10.9.2(@types/node@20.10.6)(typescript@5.3.3): + /ts-node@10.9.2(@types/node@20.11.5)(typescript@5.3.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -7188,7 +7167,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.10.6 + '@types/node': 20.11.5 acorn: 8.11.2 acorn-walk: 8.3.1 arg: 4.1.3 @@ -7459,7 +7438,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node@1.1.3(@types/node@20.10.6)(sass@1.69.7): + /vite-node@1.1.3(@types/node@20.11.5)(sass@1.69.7): resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7468,7 +7447,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7) + vite: 5.0.11(@types/node@20.11.5)(sass@1.69.7) transitivePeerDependencies: - '@types/node' - less @@ -7480,7 +7459,7 @@ packages: - terser dev: true - /vite@5.0.11(@types/node@20.10.6)(sass@1.69.7): + /vite@5.0.11(@types/node@20.11.5)(sass@1.69.7): resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7508,7 +7487,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.10.6 + '@types/node': 20.11.5 esbuild: 0.19.9 postcss: 8.4.33 rollup: 4.9.0 @@ -7517,7 +7496,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest@1.1.3(@types/node@20.10.6)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7): + /vitest@1.1.3(@types/node@20.11.5)(@vitest/ui@1.2.0)(jsdom@23.2.0)(sass@1.69.7): resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7542,7 +7521,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.10.6 + '@types/node': 20.11.5 '@vitest/expect': 1.1.3 '@vitest/runner': 1.1.3 '@vitest/snapshot': 1.1.3 @@ -7563,8 +7542,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.1 - vite: 5.0.11(@types/node@20.10.6)(sass@1.69.7) - vite-node: 1.1.3(@types/node@20.10.6)(sass@1.69.7) + vite: 5.0.11(@types/node@20.11.5)(sass@1.69.7) + vite-node: 1.1.3(@types/node@20.11.5)(sass@1.69.7) why-is-node-running: 2.2.2 transitivePeerDependencies: - less