From d4bc47070fca625a04fb252d9ed1c8b908b3eef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:06:42 +0000 Subject: [PATCH] chore(deps): ambient types --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 0cf25ed..43ae2d2 100644 --- a/package.json +++ b/package.json @@ -43,10 +43,10 @@ "@commitlint/travis-cli": "7.5.0", "@types/chai": "^4.0.10", "@types/chai-as-promised": "^7.1.0", - "@types/lodash.assign": "^4.2.3", - "@types/lodash.difference": "^4.5.3", + "@types/lodash.assign": "^4.2.4", + "@types/lodash.difference": "^4.5.4", "@types/mocha": "^2.2.45", - "@types/node": "^9.3.0", + "@types/node": "^9.6.40", "@types/semver": "^5.4.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", diff --git a/yarn.lock b/yarn.lock index 7580bcc..189c2c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -973,17 +973,17 @@ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz#1b8e33b61a8c09cbe1f85133071baa0dbf9fa71a" integrity sha512-2Y8uPt0/jwjhQ6EiluT0XCri1Dbplr0ZxfFXUz+ye13gaqE8u5gL5ppao1JrUYr9cIip5S6MvQzBS7Kke7U9VA== -"@types/lodash.assign@^4.2.3": - version "4.2.4" - resolved "https://registry.yarnpkg.com/@types/lodash.assign/-/lodash.assign-4.2.4.tgz#b9fb0e96450c807ad156812620d0721114f36f42" - integrity sha512-vQZhkRxzcp8WfOCN5ss/MJRnReJlyS5bRL7eChoUp38edH04UefqSXwSa873SUwbF87USU4J5iCZi+oc1Jhu2A== +"@types/lodash.assign@^4.2.4": + version "4.2.9" + resolved "https://registry.yarnpkg.com/@types/lodash.assign/-/lodash.assign-4.2.9.tgz#56f57ac1e6fc4a67cc858926923b551e859a2606" + integrity sha512-3l+BitwbEV9O1Q2KcwGHsG3KFNHInLcYMvVhHTP0fBLmpmZMYjh4q5A/J8UygfdtZXr8wRIMgUydFIy5ysGRcA== dependencies: "@types/lodash" "*" -"@types/lodash.difference@^4.5.3": - version "4.5.4" - resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.4.tgz#2bb713df01f205f6e3cccf0bf98828531dbecdbb" - integrity sha512-XQM39m/inPFC1FRDmG1ECDl+veoUeTI4+q7tcXvhtp008Y2XrdAtAuS58qCnmcpsP9txJgo4eOYVl1rv8rpncw== +"@types/lodash.difference@^4.5.4": + version "4.5.9" + resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c" + integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw== dependencies: "@types/lodash" "*" @@ -1002,10 +1002,10 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073" integrity sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww== -"@types/node@^9.3.0": - version "9.6.40" - resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.40.tgz#2d69cefbc090cb0bb824542a4c575b14dde7d3aa" - integrity sha512-M3HHoXXndsho/sTbQML2BJr7/uwNhMg8P0D4lb+UsM65JQZx268faiz9hKpY4FpocWqpwlLwa8vevw8hLtKjOw== +"@types/node@^9.6.40": + version "9.6.61" + resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.61.tgz#29f124eddd41c4c74281bd0b455d689109fc2a2d" + integrity sha512-/aKAdg5c8n468cYLy2eQrcR5k6chlbNwZNGUj3TboyPa2hcO2QAJcfymlqPzMiRj8B6nYKXjzQz36minFE0RwQ== "@types/semver@^5.4.0": version "5.5.0"