diff options
author | dependabot[bot] | 2022-12-08 17:02:03 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | b4f7b2bfe316817e5f3cabb101ac39e76ceb8083 (patch) | |
tree | c378a7c1757312c38c6503b294b3453b6c7d7fb8 | |
parent | 09316170d9c2ef5c5314ff39b07c59c4af003077 (diff) |
Bump postcss-import from 15.0.1 to 15.1.0
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.1 to 15.1.0.
- [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/15.0.1...15.1.0)
---
updated-dependencies:
- dependency-name: postcss-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 0917014d..dff85b75 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -63,7 +63,7 @@ "live-server": "^1.2.2", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "postcss-import": "^15.0.1", + "postcss-import": "^15.1.0", "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", @@ -12907,9 +12907,9 @@ } }, "node_modules/postcss-import": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", - "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", @@ -26401,9 +26401,9 @@ } }, "postcss-import": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", - "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/vnext/package.json b/vnext/package.json index 8d2acd16..36b3f6ce 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -41,7 +41,7 @@ "live-server": "^1.2.2", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", - "postcss-import": "^15.0.1", + "postcss-import": "^15.1.0", "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", |