@automattic/jetpack-scan 1.4.4 → 1.4.5
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.
- package/CHANGELOG.md +5 -0
- package/package.json +11 -11
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.5] - 2026-06-15
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#49273]
|
|
11
|
+
|
|
8
12
|
## [1.4.4] - 2026-06-08
|
|
9
13
|
### Changed
|
|
10
14
|
- Update dependencies. [#49354]
|
|
@@ -208,6 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
208
212
|
### Removed
|
|
209
213
|
- Updated dependencies. [#39754]
|
|
210
214
|
|
|
215
|
+
[1.4.5]: https://github.com/Automattic/jetpack-scan/compare/v1.4.4...v1.4.5
|
|
211
216
|
[1.4.4]: https://github.com/Automattic/jetpack-scan/compare/v1.4.3...v1.4.4
|
|
212
217
|
[1.4.3]: https://github.com/Automattic/jetpack-scan/compare/v1.4.2...v1.4.3
|
|
213
218
|
[1.4.2]: https://github.com/Automattic/jetpack-scan/compare/v1.4.1...v1.4.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-scan",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
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.
|
|
31
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
32
|
-
"@automattic/jetpack-components": "^1.12.
|
|
33
|
-
"@wordpress/api-fetch": "7.
|
|
34
|
-
"@wordpress/components": "
|
|
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",
|
|
35
35
|
"@wordpress/dataviews": "14.3.0",
|
|
36
|
-
"@wordpress/date": "5.
|
|
37
|
-
"@wordpress/element": "
|
|
38
|
-
"@wordpress/i18n": "6.
|
|
36
|
+
"@wordpress/date": "5.48.0",
|
|
37
|
+
"@wordpress/element": "8.0.0",
|
|
38
|
+
"@wordpress/i18n": "6.21.0",
|
|
39
39
|
"@wordpress/icons": "13.1.0",
|
|
40
|
-
"@wordpress/theme": "0.
|
|
40
|
+
"@wordpress/theme": "0.15.0",
|
|
41
41
|
"@wordpress/ui": "0.13.0",
|
|
42
|
-
"@wordpress/url": "4.
|
|
42
|
+
"@wordpress/url": "4.48.0",
|
|
43
43
|
"debug": "4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|