diff --git a/samples/orchestrate-lambda/package-lock.json b/samples/orchestrate-lambda/package-lock.json index f87a2fe5..ba627dcb 100644 --- a/samples/orchestrate-lambda/package-lock.json +++ b/samples/orchestrate-lambda/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@orbi-ts/core": "latest", - "@orbi-ts/fuel": "latest", + "@orbi-ts/core": "*", + "@orbi-ts/fuel": "*", "path": "^0.12.7" }, "devDependencies": { @@ -3725,7 +3725,9 @@ "license": "BSD-3-Clause" }, "node_modules/@protobufjs/utf8": { - "version": "1.1.0", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz", + "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==", "license": "BSD-3-Clause" }, "node_modules/@sindresorhus/is": {