From b93e8ec0eaee1bd0c8bb501b28c1258f7e1ec61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:26:45 +0000 Subject: [PATCH] chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /examples/audiotour Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/audiotour/package-lock.json | 60 ++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 16 deletions(-) diff --git a/examples/audiotour/package-lock.json b/examples/audiotour/package-lock.json index ce85eccc..cf04814b 100644 --- a/examples/audiotour/package-lock.json +++ b/examples/audiotour/package-lock.json @@ -36,31 +36,32 @@ } }, "@salutejs/recognizer-smartapp-brain": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/@salutejs/recognizer-smartapp-brain/-/recognizer-smartapp-brain-0.37.0.tgz", - "integrity": "sha512-OJHr73OsW4PIDRGUp1R28FfGnFjEE9YdU+x+1j4ll1APv0RxGHqBBNdI/tVp9DXDhKGYr6sBAda0ogdWRuMepg==", + "version": "0.39.1", + "resolved": "https://registry.npmjs.org/@salutejs/recognizer-smartapp-brain/-/recognizer-smartapp-brain-0.39.1.tgz", + "integrity": "sha512-ISyBj5y0Ligqhzr/MGUwzstG1u0TnRf8kMrQtNLQDD8EZ3Tk1a2VJnQ5IJYp4eOqJOlveXv/jKv7vluUkAqRCw==", "requires": { - "@salutejs/scenario": "0.37.0", + "@salutejs/scenario": "0.39.1", "commander": "7.2.0", "dotenv": "8.2.0", "log-symbols": "4.1.0", - "node-fetch": "2.6.1" + "node-fetch": "2.6.7" } }, "@salutejs/scenario": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/@salutejs/scenario/-/scenario-0.37.0.tgz", - "integrity": "sha512-JHXUaxuAkRNBD8uPa1lizZKX5ugzDyPKuaxL5qdOOvxpurpQihrLEQVMyJcZUdfn8ENBevJtHPQwbp5Pd2llfQ==", + "version": "0.39.1", + "resolved": "https://registry.npmjs.org/@salutejs/scenario/-/scenario-0.39.1.tgz", + "integrity": "sha512-i0uzeKQJzURve/Ho4WUiEE7jbopZpphHQHJve2sOY4YcqZrdpLhgs4EVBnQ+4ljn48HxSolYdWrieHrPRKZkIA==", "requires": { - "node-fetch": "2.6.1" + "node-fetch": "2.6.7", + "uuid": "9.0.0" } }, "@salutejs/storage-adapter-memory": { - "version": "0.37.0", - "resolved": "https://registry.npmjs.org/@salutejs/storage-adapter-memory/-/storage-adapter-memory-0.37.0.tgz", - "integrity": "sha512-4Re8WPPrn2F26ftfd0GIyQo1wIfFw4M8DefByCSqa86XtXFY77D9NiR6f2rIGpeO6igS1B93OBOpt92H3Dj2ZQ==", + "version": "0.39.1", + "resolved": "https://registry.npmjs.org/@salutejs/storage-adapter-memory/-/storage-adapter-memory-0.39.1.tgz", + "integrity": "sha512-JcjNr3gXcA+BXjSyu5fxVQC1KHNOqKW5j6yWWoo66ULxwGXkrPnYjoMVW+6u5CwQ4LMHGwdJPwYgpRPJg0DfYw==", "requires": { - "@salutejs/scenario": "0.37.0" + "@salutejs/scenario": "0.39.1" } }, "@tsconfig/node10": { @@ -604,9 +605,12 @@ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "nodemon": { "version": "2.0.21", @@ -872,6 +876,11 @@ "nopt": "~1.0.10" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, "ts-node": { "version": "10.9.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", @@ -924,6 +933,11 @@ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" }, + "uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" + }, "v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", @@ -935,6 +949,20 @@ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",