@readme/oas-to-har 17.0.2 → 17.0.3

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## <small>17.0.3 (2022-04-26)</small>
2
+
3
+ * chore(deps): bumping deps to resolve node 18 compat warnings (#82) ([d202509](https://github.com/readmeio/oas-to-har/commit/d202509)), closes [#82](https://github.com/readmeio/oas-to-har/issues/82)
4
+
5
+
6
+
1
7
  ## <small>17.0.2 (2022-04-25)</small>
2
8
 
3
9
  * test: adding some clearer test coverage for raw string payloads ([a47ebc1](https://github.com/readmeio/oas-to-har/commit/a47ebc1))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@readme/oas-to-har",
3
3
  "description": "Utility to transform an OAS operation into a HAR representation",
4
- "version": "17.0.2",
4
+ "version": "17.0.3",
5
5
  "main": "src/index.js",
6
6
  "author": "Jon Ursenbach <jon@ursenba.ch>",
7
7
  "license": "ISC",
@@ -24,26 +24,26 @@
24
24
  "test": "nyc mocha"
25
25
  },
26
26
  "dependencies": {
27
- "@readme/oas-extensions": "^14.2.0",
28
- "oas": "^18.0.6",
27
+ "@readme/oas-extensions": "^14.3.0",
28
+ "oas": "^18.3.1",
29
29
  "parse-data-url": "^4.0.1",
30
30
  "qs": "^6.10.3",
31
- "remove-undefined-objects": "^1.1.0"
31
+ "remove-undefined-objects": "^2.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@commitlint/cli": "^16.2.3",
35
35
  "@commitlint/config-conventional": "^16.0.0",
36
36
  "@jsdevtools/host-environment": "^2.1.2",
37
37
  "@jsdevtools/karma-config": "^3.1.7",
38
- "@readme/eslint-config": "^8.5.1",
38
+ "@readme/eslint-config": "^8.7.2",
39
39
  "@readme/oas-examples": "^5.1.1",
40
40
  "chai": "^4.3.6",
41
- "eslint": "^8.11.0",
41
+ "eslint": "^8.14.0",
42
42
  "har-validator": "^5.1.5",
43
43
  "husky": "^7.0.4",
44
44
  "mocha": "^9.2.2",
45
45
  "nyc": "^15.1.0",
46
- "prettier": "^2.6.0"
46
+ "prettier": "^2.6.2"
47
47
  },
48
48
  "prettier": "@readme/eslint-config/prettier",
49
49
  "commitlint": {