@automattic/jetpack-scan 1.4.6 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.7] - 2026-06-25
9
+ ### Changed
10
+ - Update dependencies. [#49857]
11
+
8
12
  ## [1.4.6] - 2026-06-22
9
13
  ### Changed
10
14
  - Update dependencies. [#49641]
@@ -217,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217
221
  ### Removed
218
222
  - Updated dependencies. [#39754]
219
223
 
224
+ [1.4.7]: https://github.com/Automattic/jetpack-scan/compare/v1.4.6...v1.4.7
220
225
  [1.4.6]: https://github.com/Automattic/jetpack-scan/compare/v1.4.5...v1.4.6
221
226
  [1.4.5]: https://github.com/Automattic/jetpack-scan/compare/v1.4.4...v1.4.5
222
227
  [1.4.4]: https://github.com/Automattic/jetpack-scan/compare/v1.4.3...v1.4.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-scan",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "private": false,
5
5
  "description": "A JS client for consuming Jetpack Scan services",
6
6
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/scan/#readme",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@automattic/jetpack-api": "^1.0.30",
31
31
  "@automattic/jetpack-base-styles": "^1.2.7",
32
- "@automattic/jetpack-components": "^1.12.9",
32
+ "@automattic/jetpack-components": "^1.12.12",
33
33
  "@wordpress/api-fetch": "7.48.1",
34
34
  "@wordpress/components": "35.0.1",
35
35
  "@wordpress/dataviews": "14.3.0",