commit ef8170967bb3112bdaa10cc4c1fc771dda604848
parent 9c7cff942d7719555101eb0ed00698ae27883dde
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 2 Mar 2020 20:37:42 +0000
Bump tape from 4.13.0 to 4.13.2
Bumps [tape](https://github.com/substack/tape) from 4.13.0 to 4.13.2.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](https://github.com/substack/tape/compare/v4.13.0...v4.13.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -1274,9 +1274,9 @@
"optional": true
},
"tape": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/tape/-/tape-4.13.0.tgz",
- "integrity": "sha512-J/hvA+GJnuWJ0Sj8Z0dmu3JgMNU+MmusvkCT7+SN4/2TklW18FNCp/UuHIEhPZwHfy4sXfKYgC7kypKg4umbOw==",
+ "version": "4.13.2",
+ "resolved": "https://registry.npmjs.org/tape/-/tape-4.13.2.tgz",
+ "integrity": "sha512-waWwC/OqYVE9TS6r1IynlP2sEdk4Lfo6jazlgkuNkPTHIbuG2BTABIaKdlQWwPeB6Oo4ksZ1j33Yt0NTOAlYMQ==",
"dev": true,
"requires": {
"deep-equal": "~1.1.1",
@@ -1290,7 +1290,7 @@
"is-regex": "~1.0.5",
"minimist": "~1.2.0",
"object-inspect": "~1.7.0",
- "resolve": "~1.14.2",
+ "resolve": "~1.15.1",
"resumer": "~0.0.0",
"string.prototype.trim": "~1.2.1",
"through": "~2.3.8"
@@ -1326,9 +1326,9 @@
}
},
"resolve": {
- "version": "1.14.2",
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.14.2.tgz",
- "integrity": "sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==",
+ "version": "1.15.1",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz",
+ "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==",
"dev": true,
"requires": {
"path-parse": "^1.0.6"