Skip to content

Commit d3791e6

Browse files
committed
1 parent 13381b9 commit d3791e6

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

node_modules/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ __pycache__
267267
/lodash.clonedeep
268268
/lodash.flattendeep
269269
/lodash.merge
270-
/lodash.set
271270
/lodash.uniq
272271
/log-driver
273272
/make-dir

package-lock.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -4558,11 +4558,6 @@
45584558
"license": "MIT",
45594559
"peer": true
45604560
},
4561-
"node_modules/lodash.set": {
4562-
"version": "4.3.2",
4563-
"dev": true,
4564-
"license": "MIT"
4565-
},
45664561
"node_modules/lodash.uniq": {
45674562
"version": "4.5.0",
45684563
"dev": true,
@@ -4933,13 +4928,14 @@
49334928
"dev": true
49344929
},
49354930
"node_modules/nock": {
4936-
"version": "13.2.4",
4931+
"version": "13.2.8",
4932+
"resolved": "https://registry.npmjs.org/nock/-/nock-13.2.8.tgz",
4933+
"integrity": "sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg==",
49374934
"dev": true,
4938-
"license": "MIT",
49394935
"dependencies": {
49404936
"debug": "^4.1.0",
49414937
"json-stringify-safe": "^5.0.1",
4942-
"lodash.set": "^4.3.2",
4938+
"lodash": "^4.17.21",
49434939
"propagate": "^2.0.0"
49444940
},
49454941
"engines": {

0 commit comments

Comments
 (0)