Skip to content

Commit

Permalink
Upgrade: Bump semver from 6.1.1 to 6.1.2
Browse files Browse the repository at this point in the history
Bumps [semver](https://github.com/npm/node-semver) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](npm/node-semver@v6.1.1...v6.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and antross committed Jun 24, 2019
1 parent a2afbba commit 72fecbe
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"p-retry": "^4.1.0",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2",
"semver": "^6.1.1",
"semver": "^6.1.2",
"shelljs": "^0.8.3",
"typescript": "^3.5.1",
"yargs": "^13.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-browser/package.json
Expand Up @@ -81,7 +81,7 @@
"react-dom": "^16.8.6",
"react-syntax-highlighter": "^10.3.0",
"rimraf": "^2.6.3",
"semver": "^6.1.1",
"semver": "^6.1.2",
"sinon": "^7.3.2",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hint-compat-api/package.json
Expand Up @@ -29,7 +29,7 @@
"nyc": "^14.1.0",
"postcss": "^7.0.17",
"rimraf": "^2.6.3",
"semver": "^6.1.1",
"semver": "^6.1.2",
"typescript": "^3.5.1"
},
"engines": {
Expand Down
Expand Up @@ -10,7 +10,7 @@
"@hint/utils": "^2.1.0",
"js-library-detector": "^5.4.0",
"lodash": "^4.17.11",
"semver": "^6.1.1"
"semver": "^6.1.2"
},
"description": "hint that that checks using Snyk for vulnerable JavaScript libraries",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hint/package.json
Expand Up @@ -20,7 +20,7 @@
"lodash": "^4.17.11",
"optionator": "^0.8.2",
"ora": "^3.4.0",
"semver": "^6.1.1",
"semver": "^6.1.2",
"update-notifier": "^3.0.0"
},
"description": "The linting tool for the web",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -25,7 +25,7 @@
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.0.0",
"request": "^2.88.0",
"semver": "^6.1.1",
"semver": "^6.1.2",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -10234,10 +10234,10 @@ semver@5.6.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==

semver@^6.0.0, semver@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==
semver@^6.0.0, semver@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.2.tgz#079960381376a3db62eb2edc8a3bfb10c7cfe318"
integrity sha512-z4PqiCpomGtWj8633oeAdXm1Kn1W++3T8epkZYnwiVgIYIJ0QHszhInYSJTYxebByQH7KVCEAn8R9duzZW2PhQ==

send@0.17.1:
version "0.17.1"
Expand Down

0 comments on commit 72fecbe

Please sign in to comment.