From 8e340d071851787a47143aba7cb75f64ba8101fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:13:27 +0000 Subject: [PATCH] Bump @wordpress/babel-plugin-makepot from 3.4.0 to 3.5.0 Bumps [@wordpress/babel-plugin-makepot](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-plugin-makepot) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/master/changelog.txt) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/babel-plugin-makepot@3.5.0/packages/babel-plugin-makepot) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 ++++++++++++++-------- package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1da583d..4baebed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3874,23 +3874,23 @@ "dev": true }, "@wordpress/babel-plugin-makepot": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-makepot/-/babel-plugin-makepot-3.4.0.tgz", - "integrity": "sha512-Wk7JJLLmtUPcBkbdpgPgsLs8x7UhQ6rf4bNGhUp672wKhxc3LEpwB3fUpmxhIZ3zqtgYa5W00Rgq3x4qq6lQhA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-makepot/-/babel-plugin-makepot-3.5.0.tgz", + "integrity": "sha512-KkjVFHd+tCu/LAqlw/WWNVG+AvsPaDJsVpr3q1rf2ESIz1X5IDr0xlqYE38re8SJ/eAlZlp59kocilb0phYemw==", "dev": true, "requires": { - "@babel/runtime": "^7.8.3", + "@babel/runtime": "^7.9.2", "gettext-parser": "^1.3.1", "lodash": "^4.17.15" }, "dependencies": { "@babel/runtime": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.4.tgz", - "integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", "dev": true, "requires": { - "regenerator-runtime": "^0.13.2" + "regenerator-runtime": "^0.13.4" } }, "lodash": { @@ -3898,6 +3898,12 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", "dev": true + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==", + "dev": true } } }, diff --git a/package.json b/package.json index 12561b1..edc1666 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", - "@wordpress/babel-plugin-makepot": "^3.4.0", + "@wordpress/babel-plugin-makepot": "^3.5.0", "@wordpress/babel-preset-default": "^4.11.0", "@wordpress/blocks": "^6.13", "@wordpress/i18n": "^3.10.0",