@automattic/jetpack-scan 0.5.8 → 0.5.9

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 +5 -5
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
+ ## [0.5.9] - 2025-03-18
9
+ ### Changed
10
+ - Update package dependencies. [#42509]
11
+
8
12
  ## [0.5.8] - 2025-03-03
9
13
  ### Changed
10
14
  - Update package dependencies. [#42163]
@@ -111,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
115
  ### Removed
112
116
  - Updated dependencies. [#39754]
113
117
 
118
+ [0.5.9]: https://github.com/Automattic/jetpack-scan/compare/v0.5.8...v0.5.9
114
119
  [0.5.8]: https://github.com/Automattic/jetpack-scan/compare/v0.5.7...v0.5.8
115
120
  [0.5.7]: https://github.com/Automattic/jetpack-scan/compare/v0.5.6...v0.5.7
116
121
  [0.5.6]: https://github.com/Automattic/jetpack-scan/compare/v0.5.5...v0.5.6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-scan",
4
- "version": "0.5.8",
4
+ "version": "0.5.9",
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",
7
7
  "bugs": {
@@ -24,16 +24,16 @@
24
24
  "type": "module",
25
25
  "devDependencies": {
26
26
  "@jest/globals": "29.7.0",
27
- "@storybook/addon-actions": "8.5.8",
28
- "@storybook/blocks": "8.5.8",
29
- "@storybook/react": "8.5.8",
27
+ "@storybook/addon-actions": "8.6.7",
28
+ "@storybook/blocks": "8.6.7",
29
+ "@storybook/react": "8.6.7",
30
30
  "@testing-library/dom": "10.4.0",
31
31
  "@testing-library/react": "16.2.0",
32
32
  "@types/jest": "29.5.14",
33
33
  "@types/react": "18.3.18",
34
34
  "jest": "^29.7.0",
35
35
  "jest-environment-jsdom": "29.7.0",
36
- "storybook": "8.5.8",
36
+ "storybook": "8.6.7",
37
37
  "typescript": "5.0.4"
38
38
  },
39
39
  "exports": {