From bf9ae11b13950126c9ccaaffd98cb69647bb24d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:16:44 +0000 Subject: [PATCH] build(deps-dev): bump tape from 5.3.1 to 5.3.2 Bumps [tape](https://github.com/substack/tape) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/substack/tape/releases) - [Commits](https://github.com/substack/tape/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: tape dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e0b0003536d3..053c2d36d15d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "standard": "^16.0.4", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", - "tape": "^5.3.1", + "tape": "^5.3.2", "vnu-jar": "21.10.12", "wait-on": "^6.0.0" }, @@ -10089,9 +10089,9 @@ "dev": true }, "node_modules/tape": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/tape/-/tape-5.3.1.tgz", - "integrity": "sha512-Mj3h+/dgfI2xct4kTpzqZaRxhhglXcMg//xGTbB0AQisfiOYa6ZBNQIgv46xi1MqbgthuNLSS1SAySDZsb7MMA==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/tape/-/tape-5.3.2.tgz", + "integrity": "sha512-F+UjjvUJsEq/D0NwTKtuekTJsN7vpvYT/dvkZuBw7Y+2whC2JIU8syHIlNNkqstmtBu/mVoqhDr1QJGFUl+caA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", @@ -10100,7 +10100,7 @@ "dotignore": "^0.1.2", "for-each": "^0.3.3", "get-package-type": "^0.1.0", - "glob": "^7.1.7", + "glob": "^7.2.0", "has": "^1.0.3", "has-dynamic-import": "^2.0.0", "inherits": "^2.0.4", @@ -10111,7 +10111,7 @@ "object.assign": "^4.1.2", "resolve": "^2.0.0-next.3", "resumer": "^0.0.0", - "string.prototype.trim": "^1.2.4", + "string.prototype.trim": "^1.2.5", "through": "^2.3.8" }, "bin": { @@ -18824,9 +18824,9 @@ } }, "tape": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/tape/-/tape-5.3.1.tgz", - "integrity": "sha512-Mj3h+/dgfI2xct4kTpzqZaRxhhglXcMg//xGTbB0AQisfiOYa6ZBNQIgv46xi1MqbgthuNLSS1SAySDZsb7MMA==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/tape/-/tape-5.3.2.tgz", + "integrity": "sha512-F+UjjvUJsEq/D0NwTKtuekTJsN7vpvYT/dvkZuBw7Y+2whC2JIU8syHIlNNkqstmtBu/mVoqhDr1QJGFUl+caA==", "dev": true, "requires": { "call-bind": "^1.0.2", @@ -18835,7 +18835,7 @@ "dotignore": "^0.1.2", "for-each": "^0.3.3", "get-package-type": "^0.1.0", - "glob": "^7.1.7", + "glob": "^7.2.0", "has": "^1.0.3", "has-dynamic-import": "^2.0.0", "inherits": "^2.0.4", @@ -18846,7 +18846,7 @@ "object.assign": "^4.1.2", "resolve": "^2.0.0-next.3", "resumer": "^0.0.0", - "string.prototype.trim": "^1.2.4", + "string.prototype.trim": "^1.2.5", "through": "^2.3.8" }, "dependencies": { diff --git a/package.json b/package.json index 9867ad11f8a10..34c9a4ab6fe30 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "standard": "^16.0.4", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", - "tape": "^5.3.1", + "tape": "^5.3.2", "vnu-jar": "21.10.12", "wait-on": "^6.0.0" }