@feathersjs/feathers 4.5.10 → 4.5.15

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,33 @@
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
+ ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17)
7
+
8
+ **Note:** Version bump only for package @feathersjs/feathers
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033))
20
+
21
+
22
+
23
+
24
+
25
+ ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
26
+
27
+ **Note:** Version bump only for package @feathersjs/feathers
28
+
29
+
30
+
31
+
32
+
6
33
  ## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
7
34
 
8
35
 
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- module.exports = '4.5.10';
1
+ module.exports = '4.5.15';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/feathers",
3
3
  "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
4
- "version": "4.5.10",
4
+ "version": "4.5.15",
5
5
  "homepage": "http://feathersjs.com",
6
6
  "repository": {
7
7
  "type": "git",
@@ -54,13 +54,13 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@feathersjs/commons": "^4.5.10",
58
- "debug": "^4.2.0",
59
- "events": "^3.2.0",
57
+ "@feathersjs/commons": "^4.5.15",
58
+ "debug": "^4.3.3",
59
+ "events": "^3.3.0",
60
60
  "uberproto": "^2.0.6"
61
61
  },
62
62
  "devDependencies": {
63
- "mocha": "^8.2.1"
63
+ "mocha": "^9.1.3"
64
64
  },
65
- "gitHead": "6fe8fcc2da94d10105c1ef5d4f1a198c2be61b23"
65
+ "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
66
66
  }