@automattic/jetpack-scan 1.4.6 → 1.4.8

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.8] - 2026-06-29
9
+ ### Changed
10
+ - Update dependencies. [#50001]
11
+
12
+ ## [1.4.7] - 2026-06-25
13
+ ### Changed
14
+ - Update dependencies. [#49857]
15
+
8
16
  ## [1.4.6] - 2026-06-22
9
17
  ### Changed
10
18
  - Update dependencies. [#49641]
@@ -217,6 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217
225
  ### Removed
218
226
  - Updated dependencies. [#39754]
219
227
 
228
+ [1.4.8]: https://github.com/Automattic/jetpack-scan/compare/v1.4.7...v1.4.8
229
+ [1.4.7]: https://github.com/Automattic/jetpack-scan/compare/v1.4.6...v1.4.7
220
230
  [1.4.6]: https://github.com/Automattic/jetpack-scan/compare/v1.4.5...v1.4.6
221
231
  [1.4.5]: https://github.com/Automattic/jetpack-scan/compare/v1.4.4...v1.4.5
222
232
  [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.8",
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.13",
33
33
  "@wordpress/api-fetch": "7.48.1",
34
34
  "@wordpress/components": "35.0.1",
35
35
  "@wordpress/dataviews": "14.3.0",