Skip to content

Commit 4d24fc1

Browse files
Update all non-major dependencies (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3153ba commit 4d24fc1

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server-with-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.3.34",
3+
"version": "0.3.35",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",
3636
"@types/supertest": "^6.0.2",
37-
"better-sqlite3": "^11.8.1",
37+
"better-sqlite3": "^11.9.1",
3838
"knex": "^3.1.0",
3939
"nodemon": "^3.1.9",
4040
"supertest": "^7.0.0"

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.3.43",
3+
"version": "0.3.44",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"dotenv": "16.4.7",
2727
"express": "^4.21.2",
2828
"express-rate-limit": "^7.5.0",
29-
"helmet": "^8.0.0",
29+
"helmet": "^8.1.0",
3030
"http-proxy-middleware": "^3.0.3",
3131
"joi": "^17.13.3",
3232
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)