diff --git a/.changeset/rich-eagles-bow.md b/.changeset/rich-eagles-bow.md new file mode 100644 index 000000000..749cbaeef --- /dev/null +++ b/.changeset/rich-eagles-bow.md @@ -0,0 +1,5 @@ +--- +"modular-scripts": patch +--- + +Bump @svgr/core from 6.1.1 to 6.1.2 diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index a16c0c7eb..0785cbc93 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -31,7 +31,7 @@ "@rollup/plugin-commonjs": "21.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.0.6", - "@svgr/core": "6.1.1", + "@svgr/core": "6.1.2", "@svgr/webpack": "5.5.0", "@types/micromatch": "4.0.2", "@types/semver-regex": "3.1.0", diff --git a/yarn.lock b/yarn.lock index ed713e26c..b4c52936a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2635,12 +2635,12 @@ "@svgr/babel-plugin-transform-react-native-svg" "^6.0.0" "@svgr/babel-plugin-transform-svg-component" "^6.1.0" -"@svgr/core@6.1.1": - version "6.1.1" - resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.1.1.tgz#04a7c0ce9fab2f8671ab1d99199778cc869091b6" - integrity sha512-/NP+24cQmcEdJYptoFWO34SHkNx2x4KOGAMcnTpzOPQifvb1ecupWNEPeHBDY18utd0OMpl2kWf0ZnyN5VsVlg== +"@svgr/core@6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.1.2.tgz#17db14b8d559cb9dc4afa459aa487c00bf6cab80" + integrity sha512-G1UVZcPS5R+HfBG5QC7n2ibkax8RXki2sbKHySTTnajeNXbzriBJcpF4GpYzWptfvD2gmqTDY9XaX+x08TUyGQ== dependencies: - "@svgr/plugin-jsx" "^6.1.0" + "@svgr/plugin-jsx" "^6.1.2" camelcase "^6.2.0" cosmiconfig "^7.0.1" @@ -2678,10 +2678,10 @@ "@svgr/hast-util-to-babel-ast" "^5.5.0" svg-parser "^2.0.2" -"@svgr/plugin-jsx@^6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.1.0.tgz#2ba2d3cbb02d4f6e988fdfe5615baa04b8d0524b" - integrity sha512-grAeVnwjr4eyzzscX6d5dK202nQcKGt5STry3BrCNuw8RZkMVFYumjH/qLnInO2ugc0ESSo8eCkb+30vXVxSTg== +"@svgr/plugin-jsx@^6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.1.2.tgz#8a2815aaa46cc3d5cffa963e92b06bd0c33e7748" + integrity sha512-K/w16g3BznTjVjLyUyV0fE7LLl1HSq5KJjvczFVVvx9QG0+3xtU7RX6gvoVnTvYlrNo8QxxqLWVAU3HQm68Eew== dependencies: "@babel/core" "^7.15.5" "@svgr/babel-preset" "^6.1.0"