提交 35836f5b 编写于 作者: D dependabot[bot] 提交者: Git²

️ Bump snyk from 1.96.0 to 1.97.1 (#160)

Bumps [snyk](https://github.com/snyk/snyk) from 1.96.0 to 1.97.1.
<details>
<summary>Release notes</summary>

*Sourced from [snyk's releases](https://github.com/snyk/snyk/releases).*

> ## v1.97.1
> ## [1.97.1](https://github.com/snyk/snyk/compare/v1.97.0...v1.97.1) (2018-09-23)
> 
> 
> ### Bug Fixes
> 
> * bump needle to ^2.2.4 to fix bug with node 8.12.0 ([79a8992](https://github.com/snyk/snyk/commit/79a8992))
> 
> ## v1.97.0
> # [1.97.0](https://github.com/snyk/snyk/compare/v1.96.0...v1.97.0) (2018-09-21)
> 
> 
> ### Features
> 
> * add typescript support ([75961b7](https://github.com/snyk/snyk/commit/75961b7))
</details>
<details>
<summary>Commits</summary>

- [`142379b`](https://github.com/snyk/snyk/commit/142379bc77669be1387eef821f1c8779b3638b3f) Merge pull request [#222](https://github-redirect.dependabot.com/snyk/snyk/issues/222) from snyk/fix/bump-needle
- [`79a8992`](https://github.com/snyk/snyk/commit/79a8992c8a604078aedc023c5edef72d731c8de2) fix: bump needle to ^2.2.4 to fix bug with node 8.12.0
- [`0f96166`](https://github.com/snyk/snyk/commit/0f961666e96af4d34d4cd3e388b1af88dcc73a31) Merge pull request [#216](https://github-redirect.dependabot.com/snyk/snyk/issues/216) from snyk/chore/typescript-cli
- [`50d37c9`](https://github.com/snyk/snyk/commit/50d37c94e1733b186cbbef0d2618f1e013cff57f) chore: update pkg script for standalone binaries
- [`c5ebbff`](https://github.com/snyk/snyk/commit/c5ebbfff4c274fd535fd2c3fad50ffa0d15f063f) chore: updating default node version
- [`53ab388`](https://github.com/snyk/snyk/commit/53ab388e18d5fd34c3135165c16e0e351b747304) refactor: better typescript in converted files
- [`146cb24`](https://github.com/snyk/snyk/commit/146cb24caa1cab6eaa17d4883a5f759e9c5a08d0) chore: convert first two files to typescript to be sure it works
- [`35c715a`](https://github.com/snyk/snyk/commit/35c715a50c312dd91a7433202041a9e7e6d36c03) chore: remove tap-only
- [`c42f2dc`](https://github.com/snyk/snyk/commit/c42f2dc4115241fcf9fbf63a4a36d83df2373670) chore: typescript support in tests
- [`75961b7`](https://github.com/snyk/snyk/commit/75961b7673be7e9abbf0b3509698137aefd69ee5) feat: add typescript support
- Additional commits viewable in [compare view](https://github.com/snyk/snyk/compare/v1.96.0...v1.97.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=snyk&package-manager=npm_and_yarn&previous-version=1.96.0&new-version=1.97.1)](https://dependabot.com/compatibility-score.html?dependency-name=snyk&package-manager=npm_and_yarn&previous-version=1.96.0&new-version=1.97.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

Dependabot will **not** automatically merge this PR because it includes a minor update to a production dependency.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
上级 b06e1efb
......@@ -2250,9 +2250,9 @@
}
},
"needle": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.2.3.tgz",
"integrity": "sha512-GPL22d/U9cai87FcCPO6e+MT3vyHS2j+zwotakDc7kE2DtUAqFKMXLJCTtRp+5S75vXIwQPvIxkvlctxf9q4gQ==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.2.4.tgz",
"integrity": "sha512-HyoqEb4wr/rsoaIDfTH2aVL9nWtQqba2/HvMv+++m8u0dz808MaagKILxtfeSN7QU7nvbQ79zk3vYOJp9zsNEA==",
"requires": {
"debug": "^2.1.2",
"iconv-lite": "^0.4.4",
......@@ -2397,9 +2397,9 @@
}
},
"opn": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz",
"integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/opn/-/opn-5.4.0.tgz",
"integrity": "sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw==",
"requires": {
"is-wsl": "^1.1.0"
}
......@@ -3142,9 +3142,9 @@
"integrity": "sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY="
},
"snyk": {
"version": "1.96.0",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.96.0.tgz",
"integrity": "sha512-WiO/R7dY4qu2SdCHHgPz7x3xrjrICOz1ZNNzhU8KIyhHAt/cSTA631xSxmGKLS2dRFzCVxYAGUuvFG84oBy/ag==",
"version": "1.97.1",
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.97.1.tgz",
"integrity": "sha512-LUzGPFvlEI3sBto/U+RUQt2QZ9qhU78oIsdFyNqSpMpYjjRvRSf7p17UjlZhG5eSjwc2ualFGCiim0CKLNnv0A==",
"requires": {
"abbrev": "^1.1.1",
"ansi-escapes": "^3.1.0",
......@@ -3154,7 +3154,7 @@
"hasbin": "^1.2.3",
"inquirer": "^3.0.0",
"lodash": "^4.17.5",
"needle": "^2.0.1",
"needle": "^2.2.4",
"opn": "^5.2.0",
"os-name": "^2.0.1",
"proxy-agent": "^2.0.0",
......@@ -3177,6 +3177,7 @@
"snyk-sbt-plugin": "1.3.2",
"snyk-tree": "^1.0.0",
"snyk-try-require": "1.3.1",
"source-map-support": "^0.5.9",
"tempfile": "^2.0.0",
"then-fs": "^2.0.0",
"undefsafe": "^2.0.0",
......
......@@ -108,7 +108,7 @@
"electron-rebuild": "1.8.2",
"node-abi": "2.4.4",
"node-json-minify": "1.0.0",
"snyk": "^1.96.0",
"snyk": "^1.97.1",
"uglify-es": "3.3.10"
},
"snyk": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册