@balena/pinejs 21.0.5-build-renovate-body-parser-2-x-9d6dece509c90b60fdbc72a2d1432b14096fb624-1 → 21.0.5-build-renovate-serve-static-2-x-d57cb45f323dd0921480deb4c400b718bb24a1d2-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.
@@ -1,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update dependency body-parser to v2
3
- hash: 9d6dece509c90b60fdbc72a2d1432b14096fb624
2
+ - subject: Update dependency serve-static to v2
3
+ hash: d57cb45f323dd0921480deb4c400b718bb24a1d2
4
4
  body: |
5
- Update body-parser from 1.20.3 to 2.2.0
5
+ Update serve-static from 1.16.2 to 2.2.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 21.0.5
12
12
  title: ""
13
- date: 2025-03-31T03:58:53.328Z
13
+ date: 2025-03-31T03:59:06.224Z
14
14
  - commits:
15
15
  - subject: Update minio/mc Docker tag to RELEASE.2024-11-21T17-21-54Z
16
16
  hash: dcb916fe5dbfd46de8284678eed69ce91a04ea42
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.0.5
8
8
  ## (2025-03-31)
9
9
 
10
- * Update dependency body-parser to v2 [balena-renovate[bot]]
10
+ * Update dependency serve-static to v2 [balena-renovate[bot]]
11
11
 
12
12
  # v21.0.4
13
13
  ## (2025-03-31)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.0.5-build-renovate-body-parser-2-x-9d6dece509c90b60fdbc72a2d1432b14096fb624-1",
3
+ "version": "21.0.5-build-renovate-serve-static-2-x-d57cb45f323dd0921480deb4c400b718bb24a1d2-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -114,7 +114,7 @@
114
114
  "@aws-sdk/lib-storage": "^3.775.0",
115
115
  "@aws-sdk/s3-request-presigner": "^3.775.0",
116
116
  "bcrypt": "^5.1.1",
117
- "body-parser": "^2.0.0",
117
+ "body-parser": "^1.20.3",
118
118
  "compression": "^1.8.0",
119
119
  "cookie-parser": "^1.4.7",
120
120
  "express": "^4.21.2",
@@ -124,7 +124,7 @@
124
124
  "passport-local": "^1.0.0",
125
125
  "pg": "^8.14.1",
126
126
  "pg-connection-string": "^2.7.0",
127
- "serve-static": "^1.16.2"
127
+ "serve-static": "^2.0.0"
128
128
  },
129
129
  "engines": {
130
130
  "node": "^20.14.0 || ^22.0.0",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-03-31T03:58:54.426Z"
151
+ "publishedAt": "2025-03-31T03:59:07.221Z"
152
152
  }
153
153
  }