diff options
author | dependabot[bot] | 2022-12-02 17:02:05 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | fd4dac7da20cc522cbc89f112156e087c8bba89b (patch) | |
tree | 0e3308c84fb017f6b91f3f41e731a915ec206701 /vnext | |
parent | 72f4469c38f40c0b0b640073da764fad362122f2 (diff) |
Bump postcss-import from 15.0.0 to 15.0.1
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.0 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/15.0.0...15.0.1)
---
updated-dependencies:
- dependency-name: postcss-import
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-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 f8a3a76a..93859bb3 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.0", + "postcss-import": "^15.0.1", "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.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz", - "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", + "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", @@ -26401,9 +26401,9 @@ } }, "postcss-import": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz", - "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz", + "integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/vnext/package.json b/vnext/package.json index edb71cf1..f4d67f7b 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.0", + "postcss-import": "^15.0.1", "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", |