Skip to content

Commit b246c11

Browse files
committed
feat(package): Upgrade nock to version 9.0.11
1 parent be1ea01 commit b246c11

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"generate-changelog": "^1.1.0",
4242
"istanbul": "^0.4.5",
4343
"mocha": "^3.2.0",
44-
"nock": "^9.0.9"
44+
"nock": "^9.0.11"
4545
},
4646
"eslintConfig": {
4747
"env": {

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1102,11 +1102,11 @@ lodash.some@^4.4.0:
11021102
version "4.6.0"
11031103
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
11041104

1105-
lodash@^4.0.0:
1105+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.3.0:
11061106
version "4.16.6"
11071107
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
11081108

1109-
lodash@^4.14.0, lodash@^4.3.0, lodash@~4.17.2:
1109+
lodash@~4.17.2:
11101110
version "4.17.4"
11111111
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
11121112

@@ -1176,9 +1176,9 @@ natural-compare@^1.4.0:
11761176
version "1.4.0"
11771177
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
11781178

1179-
nock@^9.0.9:
1180-
version "9.0.9"
1181-
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.9.tgz#ca4cd923352e206ae3c7d6595cfd7fb223299ec0"
1179+
nock@^9.0.11:
1180+
version "9.0.11"
1181+
resolved "https://registry.npmjs.org/nock/-/nock-9.0.11.tgz#10f202e4cc276102d60e26e319f97d68da09be9c"
11821182
dependencies:
11831183
chai ">=1.9.2 <4.0.0"
11841184
debug "^2.2.0"

0 commit comments

Comments
 (0)