@automattic/jetpack-scan 1.4.5 → 1.4.6

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 +6 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ 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.6] - 2026-06-22
9
+ ### Changed
10
+ - Update dependencies. [#49641]
11
+ - Update package dependencies. [#49691]
12
+
8
13
  ## [1.4.5] - 2026-06-15
9
14
  ### Changed
10
15
  - Update package dependencies. [#49273]
@@ -212,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
212
217
  ### Removed
213
218
  - Updated dependencies. [#39754]
214
219
 
220
+ [1.4.6]: https://github.com/Automattic/jetpack-scan/compare/v1.4.5...v1.4.6
215
221
  [1.4.5]: https://github.com/Automattic/jetpack-scan/compare/v1.4.4...v1.4.5
216
222
  [1.4.4]: https://github.com/Automattic/jetpack-scan/compare/v1.4.3...v1.4.4
217
223
  [1.4.3]: https://github.com/Automattic/jetpack-scan/compare/v1.4.2...v1.4.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-scan",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
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",
@@ -27,19 +27,19 @@
27
27
  "typecheck": "tsgo --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@automattic/jetpack-api": "^1.0.29",
31
- "@automattic/jetpack-base-styles": "^1.2.6",
32
- "@automattic/jetpack-components": "^1.12.7",
33
- "@wordpress/api-fetch": "7.48.0",
34
- "@wordpress/components": "35.0.0",
30
+ "@automattic/jetpack-api": "^1.0.30",
31
+ "@automattic/jetpack-base-styles": "^1.2.7",
32
+ "@automattic/jetpack-components": "^1.12.9",
33
+ "@wordpress/api-fetch": "7.48.1",
34
+ "@wordpress/components": "35.0.1",
35
35
  "@wordpress/dataviews": "14.3.0",
36
- "@wordpress/date": "5.48.0",
37
- "@wordpress/element": "8.0.0",
38
- "@wordpress/i18n": "6.21.0",
36
+ "@wordpress/date": "5.48.1",
37
+ "@wordpress/element": "8.0.1",
38
+ "@wordpress/i18n": "6.21.1",
39
39
  "@wordpress/icons": "13.1.0",
40
- "@wordpress/theme": "0.15.0",
40
+ "@wordpress/theme": "0.15.1",
41
41
  "@wordpress/ui": "0.13.0",
42
- "@wordpress/url": "4.48.0",
42
+ "@wordpress/url": "4.48.1",
43
43
  "debug": "4.4.3"
44
44
  },
45
45
  "devDependencies": {