Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ae72f76

Browse files
chore(deps): update devdependency chromedriver to ^106.0.1 (#1009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 0fb539f commit ae72f76

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/cna-template/template/frameworks/nightwatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"devDependencies": {
66
"nightwatch": "^2.3.9",
7-
"chromedriver": "^106.0.0"
7+
"chromedriver": "^106.0.1"
88
}
99
}

packages/create-nuxt-app/test/snapshots/index.test.js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@ Generated by [AVA](https://avajs.dev).
32693269
'vue-template-compiler': '^2.7.10',
32703270
},
32713271
devDependencies: {
3272-
chromedriver: '^106.0.0',
3272+
chromedriver: '^106.0.1',
32733273
nightwatch: '^2.3.9',
32743274
},
32753275
private: true,
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)