Skip to content

Commit

Permalink
Merge pull request #1925 from balena-io/pinejs-20
Browse files Browse the repository at this point in the history
Update pinejs to 20.x
  • Loading branch information
Page- authored Jan 13, 2025
2 parents fc89028 + 45b15fa commit f29e96a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
38 changes: 24 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"dependencies": {
"@balena/abstract-sql-compiler": "^10.1.0",
"@balena/abstract-sql-compiler": "^10.1.2",
"@balena/abstract-sql-to-typescript": "^5.1.0",
"@balena/env-parsing": "^1.2.0",
"@balena/es-version": "^1.0.3",
"@balena/node-metrics-gatherer": "^6.0.3",
"@balena/pinejs": "^19.7.1",
"@balena/pinejs": "^20.0.0",
"@balena/pinejs-webresource-cloudfront": "^1.0.2",
"@balena/pinejs-webresource-s3": "^1.0.2",
"@sentry/node": "^8.47.0",
"@sentry/node": "^8.48.0",
"@types/basic-auth": "^1.1.8",
"@types/bluebird": "^3.5.42",
"@types/cache-manager": "^4.0.6",
Expand All @@ -66,11 +66,11 @@
"@types/express-serve-static-core": "^4.19.6",
"@types/json-schema": "^7.0.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/memoizee": "^0.4.11",
"@types/morgan": "^1.9.9",
"@types/ndjson": "^2.0.4",
"@types/node": "^22.10.3",
"@types/node": "^22.10.5",
"@types/node-schedule": "^2.1.7",
"@types/on-finished": "^2.3.4",
"@types/passport-jwt": "^4.0.1",
Expand Down Expand Up @@ -99,7 +99,7 @@
"escape-html": "^1.0.3",
"eventemitter3": "^5.0.1",
"express": "^4.21.2",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"ioredis": "^5.4.2",
"ipaddr.js": "^2.2.0",
"jsonwebtoken": "^9.0.2",
Expand All @@ -114,7 +114,7 @@
"passport-jwt": "^4.0.1",
"pinejs-client-core": "^8.1.2",
"proxy-addr": "^2.0.7",
"randomstring": "^1.3.0",
"randomstring": "^1.3.1",
"rate-limiter-flexible": "^5.0.4",
"redis": "^4.7.0",
"redlock": "^4.2.0",
Expand All @@ -129,8 +129,8 @@
"thirty-two": "^1.0.2",
"ts-node": "^10.9.2",
"typed-error": "^3.2.2",
"typescript": "^5.7.2",
"uuid": "^11.0.3",
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"validator": "^13.12.0"
},
"devDependencies": {
Expand Down

0 comments on commit f29e96a

Please sign in to comment.