diff --git a/package-lock.json b/package-lock.json index 084219c5b7b0d7e324e987f5678f21b08603af68..db1f94b5c1643050d1aa14c22de4280f408e6152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "@types/styled-components": "5.1.26", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.46.0", - "babel-plugin-inline-react-svg": "^2.0.1", + "babel-plugin-inline-react-svg": "^2.0.2", "babel-preset-gatsby": "^2.22.0", "c8": "^7.13.0", "caller": "^1.1.0", @@ -7280,19 +7280,39 @@ } }, "node_modules/babel-plugin-inline-react-svg": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.1.tgz", - "integrity": "sha512-aD4gy2G3gNVDaw97LtoixzWbaOcSEnOb4KJPe8kZedSeqxY3v71KsBs8DGmButGZtEloCRhRRuU2TpW1hIPXig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.2.tgz", + "integrity": "sha512-iM9obPpCcdPE1EJE+UF+tni7CZ4q/OvdDm/TeBBHAYAEOqDcFd7fdnmym6OYAQMYfEpUnRYUYx2KxSUyo4cQxQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/parser": "^7.0.0", "lodash.isplainobject": "^4.0.6", - "resolve": "^1.20.0", - "svgo": "^2.0.3" + "resolve": "^2.0.0-next.4", + "svgo": "^2.8.0" }, "engines": { "node": ">=10.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-plugin-inline-react-svg/node_modules/resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/babel-plugin-lodash": { @@ -35788,16 +35808,29 @@ } }, "babel-plugin-inline-react-svg": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.1.tgz", - "integrity": "sha512-aD4gy2G3gNVDaw97LtoixzWbaOcSEnOb4KJPe8kZedSeqxY3v71KsBs8DGmButGZtEloCRhRRuU2TpW1hIPXig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.2.tgz", + "integrity": "sha512-iM9obPpCcdPE1EJE+UF+tni7CZ4q/OvdDm/TeBBHAYAEOqDcFd7fdnmym6OYAQMYfEpUnRYUYx2KxSUyo4cQxQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/parser": "^7.0.0", "lodash.isplainobject": "^4.0.6", - "resolve": "^1.20.0", - "svgo": "^2.0.3" + "resolve": "^2.0.0-next.4", + "svgo": "^2.8.0" + }, + "dependencies": { + "resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + } } }, "babel-plugin-lodash": { diff --git a/package.json b/package.json index 48b8a731d3f2ea4712b73fca38536220f32332ce..347275c88d72524a2b22b02c7bffa32a575e496a 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "@types/styled-components": "5.1.26", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.46.0", - "babel-plugin-inline-react-svg": "^2.0.1", + "babel-plugin-inline-react-svg": "^2.0.2", "babel-preset-gatsby": "^2.22.0", "c8": "^7.13.0", "caller": "^1.1.0",