From 216069d2558493be9049934f5566f49bf1bd9aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:17:28 +0000 Subject: [PATCH] Bump @antfu/utils and vite-plugin-windicss in /client_v6 Bumps [@antfu/utils](https://github.com/antfu/utils) to 0.7.4 and updates ancestor dependency [vite-plugin-windicss](https://github.com/antfu/vite-plugin-windicss). These dependencies need to be updated together. Updates `@antfu/utils` from 0.5.2 to 0.7.4 - [Release notes](https://github.com/antfu/utils/releases) - [Commits](https://github.com/antfu/utils/compare/v0.5.2...v0.7.4) Updates `vite-plugin-windicss` from 1.8.6 to 1.9.0 - [Release notes](https://github.com/antfu/vite-plugin-windicss/releases) - [Commits](https://github.com/antfu/vite-plugin-windicss/compare/v1.8.6...v1.9.0) --- updated-dependencies: - dependency-name: "@antfu/utils" dependency-type: indirect - dependency-name: vite-plugin-windicss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client_v6/package-lock.json | 137 +++++++++++++++++++++--------------- client_v6/package.json | 2 +- 2 files changed, 80 insertions(+), 59 deletions(-) diff --git a/client_v6/package-lock.json b/client_v6/package-lock.json index 27f1c70f..b158ac1d 100644 --- a/client_v6/package-lock.json +++ b/client_v6/package-lock.json @@ -46,7 +46,7 @@ "typescript": "^4.5.4", "vite": "^2.9.9", "vite-plugin-replace": "^0.1.1", - "vite-plugin-windicss": "^1.8.6", + "vite-plugin-windicss": "^1.9.0", "vitest": "^0.18.0", "windicss": "^3.5.6" }, @@ -81,9 +81,9 @@ } }, "node_modules/@antfu/utils": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.5.2.tgz", - "integrity": "sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.4.tgz", + "integrity": "sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==", "funding": { "url": "https://github.com/sponsors/antfu" } @@ -10823,12 +10823,12 @@ } }, "node_modules/@windicss/config": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@windicss/config/-/config-1.8.6.tgz", - "integrity": "sha512-WVS41qUJtd44g2iWzTAE8tpgk8gD0yAr1RwwaWi7FAECKm3LVNMLOoToum9R/QKFE2n64EUVJpIvSUNby8rlhg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@windicss/config/-/config-1.9.0.tgz", + "integrity": "sha512-QO4+udbmDIgZwAi89tqUt5nGwBq3IgyELjLn83twZXiIqzOw+77ecCuM0oPSbzWmIbCqXq3wRQHd6Z1u5E/5zQ==", "dependencies": { "debug": "^4.3.4", - "jiti": "^1.14.0", + "jiti": "^1.18.2", "windicss": "^3.5.6" }, "funding": { @@ -10836,15 +10836,15 @@ } }, "node_modules/@windicss/plugin-utils": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-1.8.6.tgz", - "integrity": "sha512-YY6EcUsgkosaQkIseFiIoHfU1H5boOAs/l74QWLI6ryNeHLMq2e04QVsFz+Rt+U8b8PRNxXPC8ADbxE05X7I7g==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-1.9.0.tgz", + "integrity": "sha512-omAacM5ExIr9XBUI2z47CyCXJBke4imJZqXW41YgHhRLbahTngbScFk5yxa6dXivDXUpUKqasOPXBJgA4bhHCg==", "dependencies": { - "@antfu/utils": "^0.5.2", - "@windicss/config": "1.8.6", + "@antfu/utils": "^0.7.2", + "@windicss/config": "1.9.0", "debug": "^4.3.4", - "fast-glob": "^3.2.11", - "magic-string": "^0.26.2", + "fast-glob": "^3.2.12", + "magic-string": "^0.30.0", "micromatch": "^4.0.5", "windicss": "^3.5.6" }, @@ -10852,6 +10852,17 @@ "url": "https://github.com/sponsors/antfu" } }, + "node_modules/@windicss/plugin-utils/node_modules/magic-string": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", @@ -15762,9 +15773,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -18644,9 +18655,9 @@ } }, "node_modules/jiti": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.14.0.tgz", - "integrity": "sha512-4IwstlaKQc9vCTC+qUXLM1hajy2ImiL9KnLvVYiaHOtS/v3wRjhLlGl121AmgDgx/O43uKmxownJghS5XMya2A==", + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", + "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", "bin": { "jiti": "bin/jiti.js" } @@ -18959,9 +18970,9 @@ } }, "node_modules/kolorist": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.5.1.tgz", - "integrity": "sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", + "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" }, "node_modules/lazy-universal-dotenv": { "version": "3.0.1", @@ -25419,20 +25430,20 @@ } }, "node_modules/vite-plugin-windicss": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.8.6.tgz", - "integrity": "sha512-D4G4qmumgklPiPrq/ZALqq8Mby6krskFVShbmb5c+0VCSsLUN96qyFRTwi81rNIHwFvlbpqflgh+BpUM/9VjQg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.9.0.tgz", + "integrity": "sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==", "dependencies": { - "@windicss/plugin-utils": "1.8.6", + "@windicss/plugin-utils": "1.9.0", "debug": "^4.3.4", - "kolorist": "^1.5.1", + "kolorist": "^1.8.0", "windicss": "^3.5.6" }, "funding": { "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "vite": "^2.0.1" + "vite": "^2.0.1 || ^3.0.0 || ^4.0.0" } }, "node_modules/vitest": { @@ -26690,9 +26701,9 @@ } }, "@antfu/utils": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.5.2.tgz", - "integrity": "sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==" + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.4.tgz", + "integrity": "sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==" }, "@babel/code-frame": { "version": "7.18.6", @@ -34463,27 +34474,37 @@ } }, "@windicss/config": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@windicss/config/-/config-1.8.6.tgz", - "integrity": "sha512-WVS41qUJtd44g2iWzTAE8tpgk8gD0yAr1RwwaWi7FAECKm3LVNMLOoToum9R/QKFE2n64EUVJpIvSUNby8rlhg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@windicss/config/-/config-1.9.0.tgz", + "integrity": "sha512-QO4+udbmDIgZwAi89tqUt5nGwBq3IgyELjLn83twZXiIqzOw+77ecCuM0oPSbzWmIbCqXq3wRQHd6Z1u5E/5zQ==", "requires": { "debug": "^4.3.4", - "jiti": "^1.14.0", + "jiti": "^1.18.2", "windicss": "^3.5.6" } }, "@windicss/plugin-utils": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-1.8.6.tgz", - "integrity": "sha512-YY6EcUsgkosaQkIseFiIoHfU1H5boOAs/l74QWLI6ryNeHLMq2e04QVsFz+Rt+U8b8PRNxXPC8ADbxE05X7I7g==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-1.9.0.tgz", + "integrity": "sha512-omAacM5ExIr9XBUI2z47CyCXJBke4imJZqXW41YgHhRLbahTngbScFk5yxa6dXivDXUpUKqasOPXBJgA4bhHCg==", "requires": { - "@antfu/utils": "^0.5.2", - "@windicss/config": "1.8.6", + "@antfu/utils": "^0.7.2", + "@windicss/config": "1.9.0", "debug": "^4.3.4", - "fast-glob": "^3.2.11", - "magic-string": "^0.26.2", + "fast-glob": "^3.2.12", + "magic-string": "^0.30.0", "micromatch": "^4.0.5", "windicss": "^3.5.6" + }, + "dependencies": { + "magic-string": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "requires": { + "@jridgewell/sourcemap-codec": "^1.4.13" + } + } } }, "@xtuc/ieee754": { @@ -38241,9 +38262,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "requires": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -40405,9 +40426,9 @@ } }, "jiti": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.14.0.tgz", - "integrity": "sha512-4IwstlaKQc9vCTC+qUXLM1hajy2ImiL9KnLvVYiaHOtS/v3wRjhLlGl121AmgDgx/O43uKmxownJghS5XMya2A==" + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", + "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==" }, "js-string-escape": { "version": "1.0.1", @@ -40631,9 +40652,9 @@ "dev": true }, "kolorist": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.5.1.tgz", - "integrity": "sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", + "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" }, "lazy-universal-dotenv": { "version": "3.0.1", @@ -45672,13 +45693,13 @@ "requires": {} }, "vite-plugin-windicss": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.8.6.tgz", - "integrity": "sha512-D4G4qmumgklPiPrq/ZALqq8Mby6krskFVShbmb5c+0VCSsLUN96qyFRTwi81rNIHwFvlbpqflgh+BpUM/9VjQg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-1.9.0.tgz", + "integrity": "sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==", "requires": { - "@windicss/plugin-utils": "1.8.6", + "@windicss/plugin-utils": "1.9.0", "debug": "^4.3.4", - "kolorist": "^1.5.1", + "kolorist": "^1.8.0", "windicss": "^3.5.6" } }, diff --git a/client_v6/package.json b/client_v6/package.json index 9de60bbe..7eb08aef 100644 --- a/client_v6/package.json +++ b/client_v6/package.json @@ -75,7 +75,7 @@ "typescript": "^4.5.4", "vite": "^2.9.9", "vite-plugin-replace": "^0.1.1", - "vite-plugin-windicss": "^1.8.6", + "vite-plugin-windicss": "^1.9.0", "vitest": "^0.18.0", "windicss": "^3.5.6" }