diff --git a/package.json b/package.json index 4d895b1b..0b46384d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-source-filesystem": "^2.11.1", "lodash": "^4.17.21", "mdx-utils": "^0.2.0", - "polished": "^3.7.2", + "polished": "^4.3.1", "prism-react-renderer": "^1.3.5", "prop-types": "^15.8.1", "react": "^16.14.0", diff --git a/yarn.lock b/yarn.lock index 7000ac5e..79945f28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1238,6 +1238,11 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.17.8": + version "7.28.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" + integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== + "@babel/runtime@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" @@ -12675,12 +12680,12 @@ pnp-webpack-plugin@^1.6.4: dependencies: ts-pnp "^1.1.6" -polished@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.7.2.tgz#ec5ddc17a7d322a574d5e10ddd2a6f01d3e767d1" - integrity sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ== +polished@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/polished/-/polished-4.3.1.tgz#5a00ae32715609f83d89f6f31d0f0261c6170548" + integrity sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA== dependencies: - "@babel/runtime" "^7.12.5" + "@babel/runtime" "^7.17.8" portfinder@^1.0.26: version "1.0.26"