Skip to content

Commit

Permalink
chore(deps): ambient types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 4e7c508 commit a3128fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@commitlint/config-conventional": "7.5.0",
"@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/chai-as-promised": "7.1.5",
"@types/lodash.assign": "4.2.7",
"@types/lodash.difference": "4.5.7",
"@types/mocha": "^2.2.45",
"@types/node": "^9.3.0",
"@types/semver": "^5.4.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@types/chai-as-promised@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.0.tgz#010b04cde78eacfb6e72bfddb3e58fe23c2e78b9"
integrity sha512-MFiW54UOSt+f2bRw8J7LgQeIvE/9b4oGvwU7XW30S9QGAiHGnU/fmiOprsyMkdmH2rl8xSPc0/yrQw8juXU6bQ==
"@types/[email protected].5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.5.tgz#6e016811f6c7a64f2eed823191c3a6955094e255"
integrity sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ==
dependencies:
"@types/chai" "*"

Expand All @@ -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/[email protected].7":
version "4.2.7"
resolved "https://registry.yarnpkg.com/@types/lodash.assign/-/lodash.assign-4.2.7.tgz#76cb7ce2927a302e83c2148e1a26114b427886f1"
integrity sha512-FABtilcXqbXBj9jnSqgTbmr0Wy3lhDgMkGtNfcE+wipuKi2/fv7wB9rCeJfLi1H/qt1YxVAENtQkdKisYIwFKg==
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/[email protected].7":
version "4.5.7"
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.7.tgz#036983a46780c8594f6c920c6cb5a64dcc341581"
integrity sha512-L7r80ymosy9HiqndKY9XfWeneRwOqAramdAL184pQhlS5PB+J3sKnpgUCBh7r9E6Rsdf4D4bty7t7HEC5Jny1Q==
dependencies:
"@types/lodash" "*"

Expand Down

0 comments on commit a3128fc

Please sign in to comment.