Skip to content

Commit

Permalink
chore: nock@13.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jul 12, 2022
1 parent 13381b9 commit d3791e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion node_modules/.gitignore
Expand Up @@ -267,7 +267,6 @@ __pycache__
/lodash.clonedeep
/lodash.flattendeep
/lodash.merge
/lodash.set
/lodash.uniq
/log-driver
/make-dir
Expand Down
12 changes: 4 additions & 8 deletions package-lock.json
Expand Up @@ -4558,11 +4558,6 @@
"license": "MIT",
"peer": true
},
"node_modules/lodash.set": {
"version": "4.3.2",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.uniq": {
"version": "4.5.0",
"dev": true,
Expand Down Expand Up @@ -4933,13 +4928,14 @@
"dev": true
},
"node_modules/nock": {
"version": "13.2.4",
"version": "13.2.8",
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.8.tgz",
"integrity": "sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==",
"dev": true,
"license": "MIT",
"dependencies": {
"debug": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"lodash.set": "^4.3.2",
"lodash": "^4.17.21",
"propagate": "^2.0.0"
},
"engines": {
Expand Down

0 comments on commit d3791e6

Please sign in to comment.