Skip to content

Commit d15f44b

Browse files
committed
Bump version
1 parent a081709 commit d15f44b

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

oclif.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4691,10 +4691,10 @@ chokidar@^3.5.3, chokidar@3.5.3:
46914691
optionalDependencies:
46924692
fsevents "~2.3.2"
46934693

4694-
chromium-bidi@0.6.3:
4695-
version "0.6.3"
4696-
resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz"
4697-
integrity sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==
4694+
chromium-bidi@0.6.4:
4695+
version "0.6.4"
4696+
resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.4.tgz"
4697+
integrity sha512-8zoq6ogmhQQkAKZVKO2ObFTl4uOkqoX1PlKQX3hZQ5E9cbUotcAb7h4pTNVAGGv8Z36PF3CtdOriEp/Rz82JqQ==
46984698
dependencies:
46994699
mitt "3.0.1"
47004700
urlpattern-polyfill "10.0.0"
@@ -9296,26 +9296,27 @@ punycode@^2.1.0, punycode@^2.1.1:
92969296
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
92979297
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
92989298

9299-
puppeteer-core@22.15.0:
9300-
version "22.15.0"
9301-
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz"
9302-
integrity sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==
9299+
puppeteer-core@23.0.2:
9300+
version "23.0.2"
9301+
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.0.2.tgz"
9302+
integrity sha512-MvOHn+g1TYkAR2oVd/bf/YWXKqFTJmkhyyurYgxkrjh8rBOL1ZH5VyOsLJi0bLO7/yoipAmk1gFZEx9HUJnaoA==
93039303
dependencies:
93049304
"@puppeteer/browsers" "2.3.0"
9305-
chromium-bidi "0.6.3"
9305+
chromium-bidi "0.6.4"
93069306
debug "^4.3.6"
93079307
devtools-protocol "0.0.1312386"
93089308
ws "^8.18.0"
93099309

9310-
puppeteer@^22.12.1:
9311-
version "22.15.0"
9312-
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-22.15.0.tgz"
9313-
integrity sha512-XjCY1SiSEi1T7iSYuxS82ft85kwDJUS7wj1Z0eGVXKdtr5g4xnVcbjwxhq5xBnpK/E7x1VZZoJDxpjAOasHT4Q==
9310+
puppeteer@^23.0.2:
9311+
version "23.0.2"
9312+
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-23.0.2.tgz"
9313+
integrity sha512-I/l1P8s8brcLG+oW9AwF8hUaOSGGJcGKMflXRgULUH0S3ABptlLI9ZKjqWDo8ipY6v789ZKd+bNKtcCwpTh5Ww==
93149314
dependencies:
93159315
"@puppeteer/browsers" "2.3.0"
9316+
chromium-bidi "0.6.4"
93169317
cosmiconfig "^9.0.0"
93179318
devtools-protocol "0.0.1312386"
9318-
puppeteer-core "22.15.0"
9319+
puppeteer-core "23.0.2"
93199320

93209321
q@^1.5.1:
93219322
version "1.5.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "texei-sfdx-plugin",
33
"description": "Texeï's plugin for sfdx",
4-
"version": "2.5.2",
4+
"version": "2.6.0",
55
"author": "Texeï",
66
"bugs": "https://github.com/texei/texei-sfdx-plugin/issues",
77
"dependencies": {

yarn.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4691,10 +4691,10 @@ chokidar@^3.5.3, chokidar@3.5.3:
46914691
optionalDependencies:
46924692
fsevents "~2.3.2"
46934693

4694-
chromium-bidi@0.6.3:
4695-
version "0.6.3"
4696-
resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz"
4697-
integrity sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==
4694+
chromium-bidi@0.6.4:
4695+
version "0.6.4"
4696+
resolved "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.4.tgz"
4697+
integrity sha512-8zoq6ogmhQQkAKZVKO2ObFTl4uOkqoX1PlKQX3hZQ5E9cbUotcAb7h4pTNVAGGv8Z36PF3CtdOriEp/Rz82JqQ==
46984698
dependencies:
46994699
mitt "3.0.1"
47004700
urlpattern-polyfill "10.0.0"
@@ -9296,26 +9296,27 @@ punycode@^2.1.0, punycode@^2.1.1:
92969296
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
92979297
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
92989298

9299-
puppeteer-core@22.15.0:
9300-
version "22.15.0"
9301-
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz"
9302-
integrity sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==
9299+
puppeteer-core@23.0.2:
9300+
version "23.0.2"
9301+
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.0.2.tgz"
9302+
integrity sha512-MvOHn+g1TYkAR2oVd/bf/YWXKqFTJmkhyyurYgxkrjh8rBOL1ZH5VyOsLJi0bLO7/yoipAmk1gFZEx9HUJnaoA==
93039303
dependencies:
93049304
"@puppeteer/browsers" "2.3.0"
9305-
chromium-bidi "0.6.3"
9305+
chromium-bidi "0.6.4"
93069306
debug "^4.3.6"
93079307
devtools-protocol "0.0.1312386"
93089308
ws "^8.18.0"
93099309

9310-
puppeteer@^22.12.1:
9311-
version "22.15.0"
9312-
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-22.15.0.tgz"
9313-
integrity sha512-XjCY1SiSEi1T7iSYuxS82ft85kwDJUS7wj1Z0eGVXKdtr5g4xnVcbjwxhq5xBnpK/E7x1VZZoJDxpjAOasHT4Q==
9310+
puppeteer@^23.0.2:
9311+
version "23.0.2"
9312+
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-23.0.2.tgz"
9313+
integrity sha512-I/l1P8s8brcLG+oW9AwF8hUaOSGGJcGKMflXRgULUH0S3ABptlLI9ZKjqWDo8ipY6v789ZKd+bNKtcCwpTh5Ww==
93149314
dependencies:
93159315
"@puppeteer/browsers" "2.3.0"
9316+
chromium-bidi "0.6.4"
93169317
cosmiconfig "^9.0.0"
93179318
devtools-protocol "0.0.1312386"
9318-
puppeteer-core "22.15.0"
9319+
puppeteer-core "23.0.2"
93199320

93209321
q@^1.5.1:
93219322
version "1.5.1"

0 commit comments

Comments
 (0)