From fb463e0bb180fa080b3a763a78a2f46d19bf6a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 12:01:23 -0600 Subject: [PATCH] chore(deps-dev): bump babel-plugin-inline-react-svg from 2.0.1 to 2.0.2 (#8935) Bumps [babel-plugin-inline-react-svg](https://github.com/kesne/babel-plugin-inline-react-svg) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/kesne/babel-plugin-inline-react-svg/releases) - [Changelog](https://github.com/airbnb/babel-plugin-inline-react-svg/blob/master/CHANGELOG.md) - [Commits](https://github.com/kesne/babel-plugin-inline-react-svg/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: babel-plugin-inline-react-svg dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 55 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 084219c5b7..db1f94b5c1 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 48b8a731d3..347275c88d 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", -- GitLab