aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-01 07:56:16 +0000
committerGravatar vitalyster2021-04-01 14:45:57 +0300
commit38f7574a6cdcab1802e551baf637382d80093719 (patch)
tree30abd1eea98e975594869917215576467a8a665d
parente2ecd61a656f8677a70f9e29f1745a4d8c660811 (diff)
Bump postcss-import from 14.0.0 to 14.0.1
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.0.0 to 14.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.0...14.0.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 356472ec..afef7051 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6021,9 +6021,9 @@
}
},
"postcss-import": {
- "version": "14.0.0",
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz",
- "integrity": "sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==",
+ "version": "14.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.1.tgz",
+ "integrity": "sha512-Xn2+z++vWObbEPhiiKO1a78JiyhqipyrXHBb3AHpv0ks7Cdg+GxQQJ24ODNMTanldf7197gSP3axppO9yaG0lA==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.0.0",
diff --git a/package.json b/package.json
index 4638be1c..aeac67fc 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"file-loader": "^6.2.0",
"postcss": "^8.2.9",
"postcss-cli": "^8.3.1",
- "postcss-import": "^14.0.0",
+ "postcss-import": "^14.0.1",
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.7",
"stylelint": "^13.11.0",