diff --git a/package-lock.json b/package-lock.json index a8e85405..4052d30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13371,11 +13371,18 @@ } }, "polished": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/polished/-/polished-3.4.1.tgz", - "integrity": "sha512-GflTnlP5rrpDoigjczEkS6Ye7NDA4sFvAnlr5hSDrEvjiVj97Xzev3hZlLi3UB27fpxyTS9rWU64VzVLWkG+mg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-3.7.2.tgz", + "integrity": "sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==", "requires": { - "@babel/runtime": "^7.4.5" + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz", + "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==" + } } }, "portfinder": { diff --git a/package.json b/package.json index 5076bfcc..b17f68a6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-source-filesystem": "^2.1.32", "lodash": "^4.17.15", "mdx-utils": "^0.2.0", - "polished": "^3.4.1", + "polished": "^3.7.2", "prism-react-renderer": "^0.2.0", "prop-types": "^15.7.2", "react": "^16.10.2", diff --git a/yarn.lock b/yarn.lock index 0af70c23..7626d92a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1306,6 +1306,11 @@ dependencies: regenerator-runtime "^0.12.0" +"@babel/runtime@^7.12.5": + version "7.28.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" + integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== + "@babel/runtime@^7.4.2", "@babel/runtime@^7.5.5": version "7.5.5" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132" @@ -10926,12 +10931,12 @@ pnp-webpack-plugin@^1.5.0: dependencies: ts-pnp "^1.1.2" -polished@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/polished/-/polished-3.4.1.tgz#1eb5597ec1792206365635811d465751f5cbf71c" - integrity sha512-GflTnlP5rrpDoigjczEkS6Ye7NDA4sFvAnlr5hSDrEvjiVj97Xzev3hZlLi3UB27fpxyTS9rWU64VzVLWkG+mg== +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== dependencies: - "@babel/runtime" "^7.4.5" + "@babel/runtime" "^7.12.5" portfinder@^1.0.24: version "1.0.24"