pipedrive 18.0.2 → 18.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 +11 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [18.0.3] - 2023-01-11
12
+ ### Updated dependencies
13
+ - Updated `json5` from 2.2.1 to 2.2.3
14
+ - Updated `qs` from 6.9.3 to 6.11.0
15
+ - Updated `formidable` from 2.0.1 to 2.1.1
16
+ - Updated `decode-uri-component` from 0.2.0 to 0.2.2
17
+ - Updated `minimatch` from 3.0.4 to 3.1.2
18
+ - Updated `mocha` from 8.4.0 to 10.1.0
19
+
11
20
  ## [18.0.2] - 2022-12-22
12
21
  ### Fixed
13
22
  - Fixed a typo in `GET /itemSearch/field`
@@ -415,6 +424,7 @@ structure
415
424
  * Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
416
425
  * Fixed typo in lead example response (`crrency` to `currency`)
417
426
 
418
- [Unreleased]: https://github.com/pipedrive/api-docs/compare/v18.0.2...HEAD
427
+ [Unreleased]: https://github.com/pipedrive/api-docs/compare/v18.0.3...HEAD
428
+ [18.0.3]: https://github.com/pipedrive/api-docs/compare/v18.0.2...v18.0.3
419
429
  [18.0.2]: https://github.com/pipedrive/api-docs/compare/v18.0.1...v18.0.2
420
430
  [18.0.1]: https://github.com/pipedrive/api-docs/compare/v1.0.0...v18.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "18.0.2",
3
+ "version": "18.0.3",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "jest-environment-node": "^27.4.4",
59
59
  "lint-staged": "^13.0.3",
60
60
  "minimist": "^1.2.5",
61
- "mocha": "^8.0.1",
61
+ "mocha": "^10.2.0",
62
62
  "msw": "^0.48.2",
63
63
  "pre-commit": "^1.2.2",
64
64
  "regenerator-runtime": "^0.13.7",