Skip to content

Commit 60e7073

Browse files
Bump postcss from 8.4.21 to 8.4.31 in /examples/with-sveltekit (#1942)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
1 parent 7a4ade4 commit 60e7073

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

examples/with-sveltekit/yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@
17761776
ethers "5.5.4"
17771777
joi "17.9.1"
17781778

1779-
"@web3-onboard/core@^2.17.0":
1780-
version "2.20.2"
1781-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.2.tgz#06c35b2d39a119950d3d850d23e2126f6f77c1f5"
1782-
integrity sha512-XrdOatA00ULnPleQbAbXppGGVErUZpscrauoXy/Zt8qpr7i+NQSeRD2/fllfx5JP6wI0whP8ZoVb9yRp52Ii0Q==
1779+
"@web3-onboard/core@^2.21.0":
1780+
version "2.21.2"
1781+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
1782+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
17831783
dependencies:
17841784
"@web3-onboard/common" "^2.3.3"
17851785
bignumber.js "^9.0.0"
@@ -3200,11 +3200,16 @@ multiformats@^9.4.2:
32003200
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.9.0.tgz#c68354e7d21037a8f1f8833c8ccd68618e8f1d37"
32013201
integrity sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==
32023202

3203-
nanoid@^3.3.1, nanoid@^3.3.4:
3203+
nanoid@^3.3.1:
32043204
version "3.3.4"
32053205
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
32063206
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
32073207

3208+
nanoid@^3.3.6:
3209+
version "3.3.6"
3210+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3211+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
3212+
32083213
nanoid@^4.0.0:
32093214
version "4.0.1"
32103215
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.1.tgz#398d7ccfdbf9faf2231b2ca7e8fff5dbca6a509b"
@@ -3389,11 +3394,11 @@ pngjs@^5.0.0:
33893394
integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==
33903395

33913396
postcss@^8.4.20:
3392-
version "8.4.21"
3393-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3394-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
3397+
version "8.4.31"
3398+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
3399+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
33953400
dependencies:
3396-
nanoid "^3.3.4"
3401+
nanoid "^3.3.6"
33973402
picocolors "^1.0.0"
33983403
source-map-js "^1.0.2"
33993404

0 commit comments

Comments
 (0)