From 7402eb2eb3521fd4fbcd8ff45ca3adaf84173abb Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Thu, 19 Jan 2023 01:22:22 -0800 Subject: [PATCH] Update dependency esbuild-css-modules-plugin to v2.7.1 --- package.json | 2 +- yarn.lock | 23 ++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c15f270428..539c459a8f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "d3-scale": "4.0.2", "diff": "5.1.0", "esbuild": "0.17.3", - "esbuild-css-modules-plugin": "2.7.0", + "esbuild-css-modules-plugin": "2.7.1", "eslint": "8.32.0", "eslint-config-next": "13.1.2", "eslint-config-prettier": "8.6.0", diff --git a/yarn.lock b/yarn.lock index dce103bf22..f404fc3bb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5888,15 +5888,15 @@ es6-error@^4.1.1: resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== -esbuild-css-modules-plugin@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.7.0.tgz#c11ab5b4561024b04ff3429fc7bb28491010f6d5" - integrity sha512-WtPtkJ/78yrP8UAJ6WRe0sX5GuMVzAz7K9ELqGi6Car5AEfJMD9IM1GqOcwUGCWeTFvyfxlV+3JgPznPFfd0kQ== +esbuild-css-modules-plugin@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.7.1.tgz#3d7ccc8d0b61b343c8a077f8f4fe1ce667426a2e" + integrity sha512-lyz7oztJaqkSzXFTnMBW4nOqiXdw28DIpSZyOf73n9kxe3W5NV9VP/bJfg9ceX80B2xGhLYicb/n0oiGi0Mfnw== dependencies: fs-extra "^10.1.0" - lightningcss "^1.17.1" + lightningcss "^1.18.0" lodash "^4.17.21" - postcss "^8.4.19" + postcss "^8.4.21" postcss-modules "^6.0.0" tmp "^0.2.1" @@ -8534,7 +8534,7 @@ lightningcss-win32-x64-msvc@1.18.0: resolved "https://registry.yarnpkg.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.18.0.tgz#f83952d16b83dfce65f4615f87c867769220d117" integrity sha512-5qeAH4RMNy2yMNEl7e5TI6upt/7xD2ZpHWH4RkT8iJ7/6POS5mjHbXWUO9Q1hhDhqkdzGa76uAdMzEouIeCyNw== -lightningcss@^1.17.1: +lightningcss@^1.18.0: version "1.18.0" resolved "https://registry.yarnpkg.com/lightningcss/-/lightningcss-1.18.0.tgz#ca3327a1a7571a83bbb9733ed4e4cded775bdadf" integrity sha512-uk10tNxi5fhZqU93vtYiQgx/8a9f0Kvtj5AXIm+VlOXY+t/DWDmCZWJEkZJmmALgvbS6aAW8or+Kq85eJ6TDTw== @@ -9954,6 +9954,15 @@ postcss@^8.4.19: picocolors "^1.0.0" source-map-js "^1.0.2" +postcss@^8.4.21: + version "8.4.21" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" + integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== + dependencies: + nanoid "^3.3.4" + picocolors "^1.0.0" + source-map-js "^1.0.2" + prebuild-install@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz#de97d5b34a70a0c81334fd24641f2a1702352e45"