Update composer.lock and package-lock.json files (https://github.com/woocommerce/woocommerce-blocks/pull/10710)

This commit is contained in:
Alexandre Lara 2023-08-23 20:38:02 -03:00 committed by GitHub
parent 1dd1cfadf4
commit 705de55bb6
2 changed files with 15 additions and 17 deletions

View File

@ -4,28 +4,28 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "eb15c5bfa969fae8432e4f455f5af225",
"content-hash": "43e5728f2d77ab57c7f476b0387ac1e1",
"packages": [
{
"name": "automattic/jetpack-autoloader",
"version": "v2.11.21",
"version": "v2.11.22",
"source": {
"type": "git",
"url": "https://github.com/Automattic/jetpack-autoloader.git",
"reference": "3a01a4a4ac166eaa721438cc06daa3cca0d51a15"
"reference": "32cc6b4a30e5cb5be669b4c8bed7330202e9f0c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/3a01a4a4ac166eaa721438cc06daa3cca0d51a15",
"reference": "3a01a4a4ac166eaa721438cc06daa3cca0d51a15",
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/32cc6b4a30e5cb5be669b4c8bed7330202e9f0c1",
"reference": "32cc6b4a30e5cb5be669b4c8bed7330202e9f0c1",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.4",
"yoast/phpunit-polyfills": "1.0.4"
"automattic/jetpack-changelogger": "^3.3.8",
"yoast/phpunit-polyfills": "1.1.0"
},
"type": "composer-plugin",
"extra": {
@ -61,9 +61,9 @@
"wordpress"
],
"support": {
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.21"
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.22"
},
"time": "2023-05-22T14:27:35+00:00"
"time": "2023-08-23T17:57:14+00:00"
},
{
"name": "composer/installers",
@ -2093,16 +2093,16 @@
},
{
"name": "sebastian/global-state",
"version": "5.0.5",
"version": "5.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
"shasum": ""
},
"require": {
@ -2145,7 +2145,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
},
"funding": [
{
@ -2153,7 +2153,7 @@
"type": "github"
}
],
"time": "2022-02-14T08:28:10+00:00"
"time": "2023-08-02T09:26:13+00:00"
},
{
"name": "sebastian/lines-of-code",

View File

@ -15395,7 +15395,6 @@
"version": "0.6.0",
"resolved": "https://github.com/woocommerce/woocommerce-blocks/files/12309320/wordpress-e2e-test-utils-playwright-0.6.0.tgz",
"integrity": "sha512-5lo8iRuRfUOAPMRsQteSkKyMoP1IHHu6GKye8Df+YEPz1LWXcS6YRFGI3HrONBpcaHLrJC7LVav4UdB/sBPqUw==",
"dev": true,
"license": "GPL-2.0-or-later",
"dependencies": {
"@wordpress/api-fetch": "file:../api-fetch",
@ -65932,7 +65931,6 @@
"version": "0.6.0",
"resolved": "https://github.com/woocommerce/woocommerce-blocks/files/12309320/wordpress-e2e-test-utils-playwright-0.6.0.tgz",
"integrity": "sha512-5lo8iRuRfUOAPMRsQteSkKyMoP1IHHu6GKye8Df+YEPz1LWXcS6YRFGI3HrONBpcaHLrJC7LVav4UdB/sBPqUw==",
"dev": true,
"requires": {
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/keycodes": "file:../keycodes",