@serenity-js/serenity-bdd 3.31.12 → 3.31.13

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency axios to v1.8.4 ([3f94d9a](https://github.com/serenity-js/serenity-js/commit/3f94d9a30305dabdd855f549a4518784b8377e0f))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
18
 
8
19
 
package/README.md CHANGED
@@ -10,9 +10,9 @@ of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
11
  ⭐️ Get started with Serenity/JS!
12
12
  - [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
13
- - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
13
+ - [Serenity/JS Handbook](https://serenity-js.org/handbook)
14
14
  - [API documentation](https://serenity-js.org/api/)
15
- - [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/)
15
+ - [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/)
16
16
 
17
17
  👋 Join the Serenity/JS Community!
18
18
  - Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/serenity-bdd",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
4
4
  "description": "Serenity/JS reporting module that produces detailed Serenity BDD test reports and living documentation, enhancing transparency and traceability of test results",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -54,11 +54,11 @@
54
54
  "node": "^18.12 || ^20 || ^22"
55
55
  },
56
56
  "dependencies": {
57
- "@serenity-js/assertions": "3.31.12",
58
- "@serenity-js/core": "3.31.12",
59
- "@serenity-js/rest": "3.31.12",
57
+ "@serenity-js/assertions": "3.31.13",
58
+ "@serenity-js/core": "3.31.13",
59
+ "@serenity-js/rest": "3.31.13",
60
60
  "ansi-regex": "5.0.1",
61
- "axios": "1.8.2",
61
+ "axios": "1.8.4",
62
62
  "chalk": "4.1.2",
63
63
  "find-java-home": "2.0.0",
64
64
  "progress": "2.0.3",
@@ -79,5 +79,5 @@
79
79
  "ts-node": "10.9.2",
80
80
  "typescript": "5.8.2"
81
81
  },
82
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
82
+ "gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
83
83
  }