diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 8a6d049e84c..09a47d01505 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -30,7 +30,7 @@ "@emotion/cache": "^11.4.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@fontsource/fira-code": "^5.2.7", + "@fontsource/fira-code": "^5.3.0", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/inter": "^5.2.8", "@googleapis/sheets": "^13.0.2", @@ -4064,9 +4064,9 @@ } }, "node_modules/@fontsource/fira-code": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@fontsource/fira-code/-/fira-code-5.2.7.tgz", - "integrity": "sha512-tnB9NNund9TwIym8/7DMJe573nlPEQb+fKUV5GL8TBYXjIhDvL0D7mgmNVNQUPhXp+R7RylQeiBdkA4EbOHPGQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fontsource/fira-code/-/fira-code-5.3.0.tgz", + "integrity": "sha512-EJL968RJRkakubAj/coU8pSUaeTE5UNoRjtzAr6kGiSZ3jWuN8/AKWHwym/PFUaQL1q7IL/H+EXs4358YhrTBQ==", "license": "OFL-1.1", "funding": { "url": "https://github.com/sponsors/ayuhito" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 0dc17aedd8b..18bed6c7e66 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -115,7 +115,7 @@ "@emotion/cache": "^11.4.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@fontsource/fira-code": "^5.2.7", + "@fontsource/fira-code": "^5.3.0", "@fontsource/ibm-plex-mono": "^5.2.7", "@fontsource/inter": "^5.2.8", "@googleapis/sheets": "^13.0.2",