@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.29] - 2023-10-16 | ||
### Changed | ||
- Updated package dependencies. [#33429] | ||
## [1.0.28] - 2023-09-13 | ||
@@ -139,2 +143,3 @@ ### Changed | ||
[1.0.29]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.28...v1.0.29 | ||
[1.0.28]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.27...v1.0.28 | ||
@@ -141,0 +146,0 @@ [1.0.27]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.26...v1.0.27 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -23,3 +23,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"devDependencies": { | ||
"@babel/core": "7.22.17", | ||
"@babel/core": "7.23.0", | ||
"babel-plugin-tester": "11.0.4", | ||
@@ -26,0 +26,0 @@ "jest": "29.4.3" |
@@ -7,8 +7,17 @@ # Security Policy | ||
Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions. | ||
Generally, only the latest version of Jetpack and its associated plugins have continued support. If a critical vulnerability is found in the current version of a plugin, we may opt to backport any patches to previous versions. | ||
## Reporting a Vulnerability | ||
[Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure. | ||
Our HackerOne program covers the below plugin software, as well as a variety of related projects and infrastructure: | ||
* [Jetpack](https://jetpack.com/) | ||
* Jetpack Backup | ||
* Jetpack Boost | ||
* Jetpack CRM | ||
* Jetpack Protect | ||
* Jetpack Search | ||
* Jetpack Social | ||
* Jetpack VideoPress | ||
**For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** | ||
@@ -15,0 +24,0 @@ |
33093