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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-05 14:08:33 +0300
committerGitHub <noreply@github.com>2020-05-05 14:08:33 +0300
commitf5134c564e201bddfd939bd5d65196863db51d82 (patch)
treecd1c82f79d9952514d8df116733cafcbdafd0cee
parent28b413d7c5bc988649ab1efa6eb4a0fe14d66e41 (diff)
Bump postcss-value-parser from 4.0.3 to 4.1.0 (#258)
Bumps [postcss-value-parser](https://github.com/TrySound/postcss-value-parser) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/TrySound/postcss-value-parser/releases) - [Commits](https://github.com/TrySound/postcss-value-parser/compare/v4.0.3...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.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 23cc2d5..b1fa5a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8203,9 +8203,9 @@
"dev": true
},
"postcss-value-parser": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz",
- "integrity": "sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg=="
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
+ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
},
"prelude-ls": {
"version": "1.1.2",
diff --git a/package.json b/package.json
index 7d3e6c0..fa87f17 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"node-example-stylus": "node examples/stylus/index.js"
},
"dependencies": {
- "postcss-value-parser": "^4.0.3"
+ "postcss-value-parser": "^4.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",