From 638a587edac13cf9e67cc00c346d22aa4d7f636f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 18 May 2020 11:02:05 +0200 Subject: [PATCH] fix: update dependency @types/js-yaml to ^3.12.4, update test script (#487) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/js-yaml](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | dependencies | patch | [`^3.12.3` -> `^3.12.4`](https://renovatebot.com/diffs/npm/@types%2fjs-yaml/3.12.3/3.12.4) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/gapic-generator-typescript). --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d5039574..c989aa080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -338,9 +338,9 @@ "dev": true }, "@types/js-yaml": { - "version": "3.12.3", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.3.tgz", - "integrity": "sha512-otRe77JNNWzoVGLKw8TCspKswRoQToys4tuL6XYVBFxjgeM0RUrx7m3jkaTdxILxeGry3zM8mGYkGXMeQ02guA==" + "version": "3.12.4", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.4.tgz", + "integrity": "sha512-fYMgzN+9e28R81weVN49inn/u798ruU91En1ZnGvSZzCRc5jXx9B2EDhlRaWmcO1RIxFHL8AajRXzxDuJu93+A==" }, "@types/json-schema": { "version": "7.0.4", diff --git a/package.json b/package.json index b9e32cddd..4c4eb9f7e 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ "lint": "gts check", "prepack": "npm run compile && cd templates/typescript_gapic && rm -f package.json.njk && mv package.json package.json.njk && cd ../.. && mkdir -p build && cp -rf bazel-bin/src bazel-bin/protos.js templates build/", "postpack": "cd templates/typescript_gapic && mv package.json.njk package.json && ln -s package.json package.json.njk", - "test": "bazel test //:unit-tests", + "test": "bazel test //:unit_tests", "ts-test-application": "mocha bazel-bin/test/test-application/test-ts --timeout 600000" }, "dependencies": { - "@types/js-yaml": "^3.12.3", + "@types/js-yaml": "^3.12.4", "file-system": "^2.2.2", "fs-extra": "^9.0.0", "get-stdin": "^8.0.0",