From 2600284abbedf4b5d147996f5eefc9b9a583aa0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:48:27 +0000 Subject: [PATCH] fix(deps): bump probot from 10.1.0 to 10.1.1 Bumps [probot](https://github.com/probot/probot) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/probot/probot/releases) - [Commits](https://github.com/probot/probot/compare/v10.1.0...v10.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad8e120a4c..80817e6725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1536,9 +1536,9 @@ } }, "@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz", - "integrity": "sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==", + "version": "4.17.8", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz", + "integrity": "sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==", "requires": { "@types/body-parser": "*", "@types/express-serve-static-core": "*", @@ -1547,9 +1547,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.11.tgz", + "integrity": "sha512-LdKPVG7AgbeOnqhdPvq1U/lHUm/pAxMMmYp53WKnV5YeMVizhVx7ntZhdDKlD28BFEGoCLV2AK/pwNtC+KduUg==", "requires": { "@types/node": "*", "@types/qs": "*", @@ -8472,9 +8472,9 @@ } }, "probot": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.0.tgz", - "integrity": "sha512-1/mjAzfyZr+24GEJSYWw8hPCDCI+y6O1HYWC3Ng3wTfKc6o9FkOxYlwrOROAtjOs4bgO13569OhMX1P9XWAw6w==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/probot/-/probot-10.1.1.tgz", + "integrity": "sha512-2B0WlOU0D9PKl9dDn590iHLxIX/wJZHBjsaW9UkJBslVXcpbtqGURYoQmANzSY8cSoh+weFRx5E7M8zJ+xXf2g==", "requires": { "@octokit/auth-app": "^2.4.14", "@octokit/auth-unauthenticated": "^1.0.0", @@ -10519,9 +10519,9 @@ } }, "uglify-js": { - "version": "3.10.2", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.2.tgz", - "integrity": "sha512-GXCYNwqoo0MbLARghYjxVBxDCnU0tLqN7IPLdHHbibCb1NI5zBkU2EPcy/GaVxc0BtTjqyGXJCINe6JMR2Dpow==", + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.10.3.tgz", + "integrity": "sha512-Lh00i69Uf6G74mvYpHCI9KVVXLcHW/xu79YTvH7Mkc9zyKUeSPz0owW0dguj0Scavns3ZOh3wY63J0Zb97Za2g==", "optional": true }, "undefsafe": { diff --git a/package.json b/package.json index 0792389c6f..56d307feef 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "deepmerge": "^4.2.2", "js-yaml": "^3.14.0", - "probot": "10.1.0" + "probot": "10.1.1" }, "devDependencies": { "@travi/any": "^2.0.12",