From 2974a4f9db017074f523fb05393bf32e815aaf03 Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Thu, 21 Nov 2019 16:33:11 +0100 Subject: [PATCH] meta: Prepare 1.0.2 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- yarn.lock | 15 ++++----------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f17968..75b569b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.2 + +* Several dependeny bumps with related security updates + ## v1.0.1 * Strip only `Sentry*` frameworks for Cordova diff --git a/package.json b/package.json index fca080e7..e64ea061 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "chalk": "^2.4.1", "glob": "^7.1.3", "inquirer": "^6.2.0", - "lodash": "^4.17.11", + "lodash": "^4.17.15", "opn": "^5.4.0", "r2": "^2.0.1", "read-env": "^1.3.0", @@ -37,7 +37,7 @@ "devDependencies": { "@types/inquirer": "^0.0.43", "@types/jest": "^23.3.2", - "@types/lodash": "^4.14.116", + "@types/lodash": "^4.14.144", "@types/node": "^10.11.0", "jest": "^23.6.0", "prettier": "^1.14.3", diff --git a/yarn.lock b/yarn.lock index 5335e015..2dfc1170 100644 --- a/yarn.lock +++ b/yarn.lock @@ -158,9 +158,10 @@ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.1.tgz#5c6f4a1eabca84792fbd916f0cb40847f123c656" integrity sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA== -"@types/lodash@^4.14.116": - version "4.14.116" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.116.tgz#5ccf215653e3e8c786a58390751033a9adca0eb9" +"@types/lodash@^4.14.144": + version "4.14.149" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" + integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== "@types/node@*": version "8.0.51" @@ -2079,14 +2080,6 @@ https-proxy-agent@^3.0.0: agent-base "^4.3.0" debug "^3.1.0" -https-proxy-agent@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.1.tgz#b8c286433e87602311b01c8ea34413d856a4af81" - integrity sha512-+ML2Rbh6DAuee7d07tYGEKOEi2voWPUGan+ExdPbPW6Z3svq+JCqr0v8WmKPOkz1vOVykPCBSuobe7G8GJUtVg== - dependencies: - agent-base "^4.3.0" - debug "^3.1.0" - iconv-lite@0.4.19: version "0.4.19" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"