From 964481502bc450f496375b359295007d01807218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 01:52:09 +0000 Subject: [PATCH] Bump postcss-import from 14.0.2 to 15.0.1 Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.0.2 to 15.0.1. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/14.0.2...15.0.1) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91bdac5bb92..0e7ed1feca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5411,9 +5411,9 @@ } }, "postcss-import": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.2.tgz", - "integrity": "sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", + "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", "requires": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", diff --git a/package.json b/package.json index fad0147b3d1..b438db1f36d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "npm-run-all": "^4.1.3", "postcss": "^8.2.10", "postcss-cli": "^8.3.1", - "postcss-import": "^14.0.2", + "postcss-import": "^15.0.1", "prop-types": "^15.7.2", "react": "^17.0.2", "react-axe": "^3.5.4",