diff --git a/packages/darcher-examples/package-lock.json b/packages/darcher-examples/package-lock.json index 47b24f91..eea701b6 100644 --- a/packages/darcher-examples/package-lock.json +++ b/packages/darcher-examples/package-lock.json @@ -5709,6 +5709,14 @@ } } }, + "multiprocessing": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/multiprocessing/-/multiprocessing-1.2.0.tgz", + "integrity": "sha512-qQzr+dKWw4o0NP4+990QDUvI+8Gr2fXWLT5AkJ9X9Ng2sgnxiY8Tqtu3V8gwD9z9g3IkHLH9EKtCns89aH7EJg==", + "requires": { + "bluebird": "^3.4.7" + } + }, "mustache": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", @@ -6018,9 +6026,9 @@ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, "pathval": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", - "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" }, "pbkdf2": { "version": "3.1.1",