From ab283c85ccf7215b0ae39171765c08250d1d9b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 03:34:37 +0000 Subject: [PATCH] build(deps): bump underscore from 1.9.2 to 1.13.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.13.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.2...1.13.1) Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8d5add..daa2fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -295,6 +295,12 @@ "es5-ext": "0.10.53" } }, + "@jasonhk/typescript-config": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@jasonhk/typescript-config/-/typescript-config-2.0.0.tgz", + "integrity": "sha512-79BqFDaxYY/594ZkdjvbGhheAj1MReSRywDreNcPWmyQJEPTkJbCYIsjKBCNQ1aQ/I2OxpD/nV6lqjrsVtYSlg==", + "dev": true + }, "@jasonhk/variable-name": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@jasonhk/variable-name/-/variable-name-0.0.2.tgz", @@ -10839,9 +10845,9 @@ } }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "uglify-js": { @@ -10856,9 +10862,9 @@ } }, "underscore": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", - "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==", "dev": true }, "union-value": {