Skip to content

Commit

Permalink
Merge pull request #108 from sunesimonsen/dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-plugin-promise-4.3.1

Bump eslint-plugin-promise from 4.2.1 to 4.3.1
  • Loading branch information
sunesimonsen committed Mar 17, 2021
2 parents c0e1ad4 + ef28148 commit f08ac8f
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions yarn.lock
Expand Up @@ -918,6 +918,38 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@transformation/core@^3.6.0", "@transformation/core@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@transformation/core/-/core-3.8.0.tgz#fb18a4bab79415bff5e27746cf4c80609e4d5249"
integrity sha512-PQXnGxxHx8ttrwAy4RoHKPLRi/nTQZoozN8tPsGla6Hl36vixOpUNUT4DZI17b8Emz8gm49V4zB1o/ZEgVwF7g==
dependencies:
medium "1.0.2"
quick-lru "^5.1.0"

"@transformation/ejs@^3.6.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@transformation/ejs/-/ejs-3.8.0.tgz#3a11e91ab4d212892d6af69320ef9a996d3b5765"
integrity sha512-1Zcg5Zwg96gtnIZcghZ2Q+lYL5o8/7izr0fr3ISjRt+y0Rkk87YyOf8m0QvXqDLZ6SVYAeb8LxnRi3RASCJHAw==
dependencies:
"@transformation/core" "^3.8.0"
ejs "3.0.1"

"@transformation/process@^3.6.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@transformation/process/-/process-3.8.0.tgz#42669bb184a46c078ca061d067d9902ff12cf96b"
integrity sha512-bF3xhA5XN3dcSckdQeHTT5NjSF/QG8GbPOZ0J4hx/iebC9mzCcDQ+nDD9ZKI5pQwCVTmJYcxnCDNPAJ9TL++dg==
dependencies:
"@transformation/core" "^3.8.0"
"@transformation/stream" "^3.8.0"
medium "1.0.2"

"@transformation/stream@^3.6.0", "@transformation/stream@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@transformation/stream/-/stream-3.8.0.tgz#1e9afa22d7a680789273fa01471127dd2e693087"
integrity sha512-/+enmzZ0Gp/V1RhhTR2KHvvTOaLLgh440QpH93S80QxRIBoblJccSyP5vDNe/mg+Q/ppTSY8jpBXBJJeAAJsAg==
dependencies:
"@transformation/core" "^3.8.0"

"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
Expand Down Expand Up @@ -1959,6 +1991,11 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"

ejs@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.0.1.tgz#30c8f6ee9948502cc32e85c37a3f8b39b5a614a5"
integrity sha512-cuIMtJwxvzumSAkqaaoGY/L6Fc/t6YvoP9/VIaK0V/CyqKLEQ8sqODmYfy/cjXEdZ9+OOL8TecbJu+1RsofGDw==

ejs@3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b"
Expand Down Expand Up @@ -2156,9 +2193,9 @@ eslint-plugin-node@^11.1.0:
semver "^6.1.0"

eslint-plugin-promise@^4.0.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
version "4.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==

eslint-plugin-standard@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit f08ac8f

Please sign in to comment.