From 771b4c902c350315c38ada09361ba66027677dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:36:39 +0000 Subject: [PATCH] chore(deps-dev): bump @wordpress/browserslist-config Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 5.36.0 to 5.37.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/browserslist-config@5.37.0/packages/browserslist-config) --- updated-dependencies: - dependency-name: "@wordpress/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06f0c37ae..4e3a05185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@rushstack/eslint-patch": "^1.7.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@wordpress/browserslist-config": "^5.36.0", + "@wordpress/browserslist-config": "^5.37.0", "chokidar-cli": "^3.0.0", "classnames": "^2.5.1", "eslint": "^8.57.0", @@ -6588,9 +6588,9 @@ } }, "node_modules/@wordpress/browserslist-config": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.36.0.tgz", - "integrity": "sha512-D4Y+MhZHAW4mDNFxHGacVpZgOmkkL9k5+TuVchC8cVSdpAt0VSkzKsXAumoQuEYUXyio/NMkhnU153FO+ci3cQ==", + "version": "5.37.0", + "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.37.0.tgz", + "integrity": "sha512-ntFx1d2m4q8qTEqqV8k8GrnRVpREJkcwWv+y8XU8drPwXIGGCGDoO5HqB9d+nJUi3KlBC/re1OkijDfRlCNVbA==", "dev": true, "engines": { "node": ">=14" @@ -37159,9 +37159,9 @@ } }, "@wordpress/browserslist-config": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.36.0.tgz", - "integrity": "sha512-D4Y+MhZHAW4mDNFxHGacVpZgOmkkL9k5+TuVchC8cVSdpAt0VSkzKsXAumoQuEYUXyio/NMkhnU153FO+ci3cQ==", + "version": "5.37.0", + "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.37.0.tgz", + "integrity": "sha512-ntFx1d2m4q8qTEqqV8k8GrnRVpREJkcwWv+y8XU8drPwXIGGCGDoO5HqB9d+nJUi3KlBC/re1OkijDfRlCNVbA==", "dev": true }, "@wordpress/components": { diff --git a/package.json b/package.json index 093b0f38b..4dc05c5ef 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@rushstack/eslint-patch": "^1.7.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@wordpress/browserslist-config": "^5.36.0", + "@wordpress/browserslist-config": "^5.37.0", "chokidar-cli": "^3.0.0", "classnames": "^2.5.1", "eslint": "^8.57.0",