Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-16 17:19:34 +0300
committerGitHub <noreply@github.com>2022-09-16 17:19:34 +0300
commit2df94212aa48a62d269c93279e9750085dc850ae (patch)
tree58711cf3c4f43dd50b5094c1b833fe16af4b4237
parente6ce1fc1c980948be5e6f2555b73f48e30241477 (diff)
chore(deps-dev): bump postcss-import from 14.1.0 to 15.0.0 (#211)
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.1.0 to 15.0.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/14.1.0...15.0.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 f961f8d..2adf6cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1089,9 +1089,9 @@
}
},
"postcss-import": {
- "version": "14.1.0",
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
- "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
+ "version": "15.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz",
+ "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.0.0",
diff --git a/package.json b/package.json
index 1357298..48ef6ea 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"postcss-cli": "^9.1.0",
- "postcss-import": "^14.1.0",
+ "postcss-import": "^15.0.0",
"prettier": "^2.2.1",
"prettier-plugin-go-template": "0.0.10",
"tailwindcss": "^2.2.16"