Skip to content

Commit 20b93c0

Browse files
author
Robert Jackson
committed
Update to [email protected] to fix issues in resilient case.
1 parent 14998ec commit 20b93c0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"chalk": "^2.0.1",
28-
"fastboot": "^3.1.0"
28+
"fastboot": "^3.1.1"
2929
},
3030
"devDependencies": {
3131
"chai": "^4.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,10 +1460,10 @@ fast-levenshtein@~2.0.6:
14601460
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
14611461
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
14621462

1463-
fastboot@^3.1.0:
1464-
version "3.1.0"
1465-
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.1.0.tgz#e71a2d45c9b034f8a5909562a125888325100843"
1466-
integrity sha512-1GyX0seImE0l4Di/LVwTzL1XqXKECQvvDeEZmReNwMUDbsQxETGz3j7XUq/eWSxl1o4R/vZomvxOXdtae6kpfA==
1463+
fastboot@^3.1.1:
1464+
version "3.1.1"
1465+
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-3.1.1.tgz#95306636f4a9dae1bc237142e3cca0d337b419c6"
1466+
integrity sha512-qQ7zXzqJ2+qyM9Uy4rXzeOc/Qtk2o9Y9rKvHCrZoRWneOEwsH+/8bN56NP4PUgbMWtzYtWBFwhwGBuC6xPJA3w==
14671467
dependencies:
14681468
chalk "^3.0.0"
14691469
cookie "^0.4.0"

0 commit comments

Comments
 (0)