@depup/bookshelf 1.2.0-depup.0 → 1.2.0-depup.1

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/bookshelf
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [bookshelf](https://www.npmjs.com/package/bookshelf) @ 1.2.0 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-03-31 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/bookshelf
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | inflection | ^1.12.0 | ^3.0.2 |
26
- | lodash | ^4.17.15 | ^4.17.23 |
26
+ | lodash | ^4.17.15 | ^4.18.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -6,9 +6,9 @@
6
6
  },
7
7
  "lodash": {
8
8
  "from": "^4.17.15",
9
- "to": "^4.17.23"
9
+ "to": "^4.18.0"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-17T18:40:53.301Z",
12
+ "timestamp": "2026-03-31T20:22:53.934Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/bookshelf",
3
- "version": "1.2.0-depup.0",
4
- "description": "[DepUp] A lightweight ORM for PostgreSQL, MySQL, and SQLite3",
3
+ "version": "1.2.0-depup.1",
4
+ "description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3 (with updated dependencies)",
5
5
  "main": "bookshelf.js",
6
6
  "scripts": {
7
7
  "format": "prettier --write \"{lib,scripts,test}/**/*.js\"",
@@ -17,10 +17,12 @@
17
17
  "url": "https://github.com/bookshelf/bookshelf.git"
18
18
  },
19
19
  "keywords": [
20
- "depup",
21
- "dependency-bumped",
22
- "updated-deps",
23
20
  "bookshelf",
21
+ "depup",
22
+ "updated-dependencies",
23
+ "security",
24
+ "latest",
25
+ "patched",
24
26
  "orm",
25
27
  "mysql",
26
28
  "postgresql",
@@ -32,7 +34,7 @@
32
34
  "bluebird": "^3.7.2",
33
35
  "create-error": "~0.3.1",
34
36
  "inflection": "^3.0.2",
35
- "lodash": "^4.17.23"
37
+ "lodash": "^4.18.0"
36
38
  },
37
39
  "husky": {
38
40
  "hooks": {
@@ -99,13 +101,13 @@
99
101
  },
100
102
  "lodash": {
101
103
  "from": "^4.17.15",
102
- "to": "^4.17.23"
104
+ "to": "^4.18.0"
103
105
  }
104
106
  },
105
107
  "depsUpdated": 2,
106
108
  "originalPackage": "bookshelf",
107
109
  "originalVersion": "1.2.0",
108
- "processedAt": "2026-03-17T18:41:05.185Z",
110
+ "processedAt": "2026-03-31T20:23:02.948Z",
109
111
  "smokeTest": "passed"
110
112
  }
111
113
  }