@feathersjs/adapter-tests 5.0.30 → 5.0.31

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
11
+
6
12
  ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
7
13
 
8
14
  **Note:** Version bump only for package @feathersjs/adapter-tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathersjs/adapter-tests",
3
- "version": "5.0.30",
3
+ "version": "5.0.31",
4
4
  "description": "Feathers shared database adapter test suite",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "keywords": [
@@ -50,12 +50,12 @@
50
50
  "access": "public"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/mocha": "^10.0.7",
54
- "@types/node": "^22.5.1",
55
- "mocha": "^10.7.3",
53
+ "@types/mocha": "^10.0.9",
54
+ "@types/node": "^22.8.4",
55
+ "mocha": "^10.8.2",
56
56
  "shx": "^0.3.4",
57
57
  "ts-node": "^10.9.2",
58
- "typescript": "^5.5.4"
58
+ "typescript": "^5.6.3"
59
59
  },
60
- "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
60
+ "gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
61
61
  }