Skip to content

Commit 610b286

Browse files
Merge pull request #32 from norman-thomas/dependabot/npm_and_yarn/should-13.2.3
Bump should from 11.2.1 to 13.2.3
2 parents ba422cf + 917f0bf commit 610b286

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jshint": "^2.9.4",
4545
"mocha": "^3.2.0",
4646
"nyc": "^13.1.0",
47-
"should": "^11.1.2",
47+
"should": "^13.2.3",
4848
"sinon": "^1.17.7",
4949
"sinon-chai": "^2.8.0"
5050
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,13 +2211,13 @@ [email protected]:
22112211
version "0.3.0"
22122212
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.3.0.tgz#3596e6307a781544f591f37da618360f31db57b1"
22132213

2214-
should-equal@^1.0.0:
2215-
version "1.0.1"
2216-
resolved "http://registry.npmjs.org/should-equal/-/should-equal-1.0.1.tgz#0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7"
2214+
should-equal@^2.0.0:
2215+
version "2.0.0"
2216+
resolved "https://registry.yarnpkg.com/should-equal/-/should-equal-2.0.0.tgz#6072cf83047360867e68e98b09d71143d04ee0c3"
22172217
dependencies:
2218-
should-type "^1.0.0"
2218+
should-type "^1.4.0"
22192219

2220-
should-format@^3.0.2:
2220+
should-format@^3.0.3:
22212221
version "3.0.3"
22222222
resolved "https://registry.yarnpkg.com/should-format/-/should-format-3.0.3.tgz#9bfc8f74fa39205c53d38c34d717303e277124f1"
22232223
dependencies:
@@ -2231,20 +2231,20 @@ should-type-adaptors@^1.0.1:
22312231
should-type "^1.3.0"
22322232
should-util "^1.0.0"
22332233

2234-
should-type@^1.0.0, should-type@^1.3.0, should-type@^1.4.0:
2234+
should-type@^1.3.0, should-type@^1.4.0:
22352235
version "1.4.0"
22362236
resolved "https://registry.yarnpkg.com/should-type/-/should-type-1.4.0.tgz#0756d8ce846dfd09843a6947719dfa0d4cff5cf3"
22372237

22382238
should-util@^1.0.0:
22392239
version "1.0.0"
22402240
resolved "https://registry.yarnpkg.com/should-util/-/should-util-1.0.0.tgz#c98cda374aa6b190df8ba87c9889c2b4db620063"
22412241

2242-
should@^11.1.2:
2243-
version "11.2.1"
2244-
resolved "https://registry.yarnpkg.com/should/-/should-11.2.1.tgz#90f55145552d01cfc200666e4e818a1c9670eda2"
2242+
should@^13.2.3:
2243+
version "13.2.3"
2244+
resolved "https://registry.yarnpkg.com/should/-/should-13.2.3.tgz#96d8e5acf3e97b49d89b51feaa5ae8d07ef58f10"
22452245
dependencies:
2246-
should-equal "^1.0.0"
2247-
should-format "^3.0.2"
2246+
should-equal "^2.0.0"
2247+
should-format "^3.0.3"
22482248
should-type "^1.4.0"
22492249
should-type-adaptors "^1.0.1"
22502250
should-util "^1.0.0"

0 commit comments

Comments
 (0)