Skip to content

Commit

Permalink
📦 Update build system devDependencies (#30040)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 10, 2020
1 parent cc6b0c6 commit 2cb692a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/performance/package.json
Expand Up @@ -5,7 +5,7 @@
"description": "Dev dependencies used by `gulp performance`",
"devDependencies": {
"chai": "4.2.0",
"mocha": "8.1.2",
"mocha": "8.1.3",
"puppeteer": "5.2.1"
}
}
8 changes: 4 additions & 4 deletions build-system/tasks/performance/yarn.lock
Expand Up @@ -672,10 +672,10 @@ mkdirp-classic@^0.5.2:
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.2.tgz#54c441ce4c96cd7790e10b41a87aa51068ecab2b"
integrity sha512-ejdnDQcR75gwknmMw/tx02AuRs8jCtqFoFqDZMjiNxsu85sRIJVXDKHuLYvUUPRBUtV2FpSZa9bL1BUa3BdR2g==

mocha@8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.2.tgz#d67fad13300e4f5cd48135a935ea566f96caf827"
integrity sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw==
mocha@8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.3.tgz#5e93f873e35dfdd69617ea75f9c68c2ca61c2ac5"
integrity sha512-ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw==
dependencies:
ansi-colors "4.1.1"
browser-stdout "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion build-system/tasks/visual-diff/package.json
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"description": "Gulp visual diff",
"devDependencies": {
"@percy/agent": "0.28.1",
"@percy/agent": "0.28.2",
"@percy/puppeteer": "1.1.0",
"puppeteer": "5.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions build-system/tasks/visual-diff/yarn.lock
Expand Up @@ -118,10 +118,10 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==

"@percy/agent@0.28.1":
version "0.28.1"
resolved "https://registry.yarnpkg.com/@percy/agent/-/agent-0.28.1.tgz#e4cb7f4477bd6889fd4bdf96da3111390907c619"
integrity sha512-urS0Vep2wakU08+44tjQz9KnR5cIq8ogRfkS8xipEdR9/SYOBLxj0BaVQ/6wQh9n24jKJSGiema5QZmvQQRl7g==
"@percy/agent@0.28.2":
version "0.28.2"
resolved "https://registry.yarnpkg.com/@percy/agent/-/agent-0.28.2.tgz#319c366176b9f7376402435b93d9464d5ecdab4c"
integrity sha512-Nw1DDn+r8LW/zz8Cdq1Xi3XT2O7jWEzMHk7r1CugysdNrZQfRTI71yUfnC1nAnTIMf+9UhcKVCl1QvSXLedjkQ==
dependencies:
"@oclif/command" "1.5.19"
"@oclif/config" "^1"
Expand Down

0 comments on commit 2cb692a

Please sign in to comment.