Skip to content

Commit

Permalink
chore: dependency maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 17, 2022
1 parent 9577cf5 commit 22a4a53
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,7 +39,7 @@
"@vue/eslint-config-typescript": "^9.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"chromedriver": "^97.0.4",
"chromedriver": "^98.0.1",
"debug": "^4.1.0",
"docsearch.js": "^2.6.3",
"eslint": "^7.32.0",
Expand All @@ -61,7 +61,7 @@
"lint-staged": "^11.1.2",
"memfs": "^3.2.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"postcss": "8.3.6",
"prettier": ">= 1.13.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-nightwatch/package.json
Expand Up @@ -28,7 +28,7 @@
"nightwatch": "^2.0.5"
},
"devDependencies": {
"chromedriver": "^97.0.4",
"chromedriver": "^98.0.1",
"geckodriver": "^3.0.1",
"selenium-server": "^3.141.59"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-webdriverio/package.json
Expand Up @@ -56,7 +56,7 @@
}
},
"devDependencies": {
"chromedriver": "^97.0.4",
"chromedriver": "^98.0.1",
"geckodriver": "^3.0.1",
"ts-node": "^9.1.1",
"wdio-chromedriver-service": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Expand Up @@ -25,7 +25,7 @@
"joi": "^17.4.0",
"launch-editor": "^2.2.1",
"lru-cache": "^6.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"node-ipc": "^9.1.1",
"open": "^8.0.2",
"ora": "^5.3.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -6748,10 +6748,10 @@ chrome-trace-event@^1.0.2:
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==

chromedriver@^97.0.4:
version "97.0.4"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-97.0.4.tgz#69dbfae6194d32c64e34f88d60897835d86f7a99"
integrity sha512-mAOH1QSCaeYgniNOqceAzC8BVORQtWxsmgSOBuy8TV/CyyDTllLmKtNNORsxdqrDtefVlxRVQkEzYrlKiJsfFw==
chromedriver@^98.0.1:
version "98.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-98.0.1.tgz#ccb1e36a003b4c6af0b184caa00fca8370d88f2a"
integrity sha512-/04KkHHE/K/lfwdPTQr5fxi1dWvM83p8T/IkYbyGK2PBlH7K49Dd71A9jrS+aWgXlZYkuHhbwiy2PA2QqZ5qQw==
dependencies:
"@testim/chrome-version" "^1.1.2"
axios "^0.24.0"
Expand Down Expand Up @@ -14392,10 +14392,10 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

mini-css-extract-plugin@~2.4.3:
version "2.4.7"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.7.tgz#b9f4c4f4d727c7a3cd52a11773bb739f00177fac"
integrity sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==
mini-css-extract-plugin@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz#c5c79f9b22ce9b4f164e9492267358dbe35376d9"
integrity sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==
dependencies:
schema-utils "^4.0.0"

Expand Down

0 comments on commit 22a4a53

Please sign in to comment.