Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 26, 2020
1 parent 35b9c29 commit 3550bd1
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 @@ -60,11 +60,11 @@
"devDependencies": {
"chai": "^4.2.0",
"changelog-generator-twig": "^1.3.1",
"crawler": "^1.2.2",
"crawler": "^1.3.0",
"jshint": "^2.12.0",
"mocha": "^8.2.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"prettier": "^2.2.0",
"sudo-bot": "^1.2.3"
},
"directories": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,10 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

crawler@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/crawler/-/crawler-1.2.2.tgz#ee07a8fc29018b2ce9022a32bee5c67ada0ca99a"
integrity sha512-d2DRjp2/KobEnZtKHEYcpwxmTzQtGTHpI8wvcy61+GXdWXBbzOaHG9fw+gm/C9ADeE7r//O/epe+p6gtK7tUWw==
crawler@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/crawler/-/crawler-1.3.0.tgz#d42c747beee8f45ed2e0213c736336bdeef9f449"
integrity sha512-FQ3io73liPNHhaGkMJi6BPwkZI16ShOTz3jHBUr8oLilVViRFo8mYKRQyNRzCxAU0U5VlokY+Eq9UwZ4IrzXdA==
dependencies:
bottleneckp "~1.1.3"
cheerio "^0.22.0"
Expand Down Expand Up @@ -1677,10 +1677,10 @@ minimist@^1.2.0:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

mocha@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.0.tgz#f8aa79110b4b5a6580c65d4dd8083c425282624e"
integrity sha512-lEWEMq2LMfNJMKeuEwb5UELi+OgFDollXaytR5ggQcHpzG3NP/R7rvixAvF+9/lLsTWhWG+4yD2M70GsM06nxw==
mocha@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39"
integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w==
dependencies:
"@ungap/promise-all-settled" "1.1.2"
ansi-colors "4.1.1"
Expand Down Expand Up @@ -1947,10 +1947,10 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"

prettier@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
prettier@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b"
integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw==

process-on-spawn@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 3550bd1

Please sign in to comment.