Skip to content

Commit da3baf8

Browse files
Update all non-major dependencies
1 parent 6f16e54 commit da3baf8

3 files changed

Lines changed: 81 additions & 81 deletions

File tree

package-lock.json

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

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.59",
3+
"version": "3.0.60",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -22,8 +22,8 @@
2222
"lint:fix": "eslint --fix ."
2323
},
2424
"dependencies": {
25-
"@eslint/js": "^9.39.0",
26-
"eslint": "^9.39.0",
25+
"@eslint/js": "^9.39.1",
26+
"eslint": "^9.39.1",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-config-react": "^1.1.7",
2929
"eslint-config-typescript": "^3.0.0",
@@ -33,9 +33,9 @@
3333
"eslint-plugin-jest-dom": "^5.5.0",
3434
"eslint-plugin-prettier": "^5.5.4",
3535
"eslint-plugin-react": "^7.37.5",
36-
"globals": "^16.4.0",
36+
"globals": "^16.5.0",
3737
"prettier": "^3.6.2",
3838
"typescript": "^5.9.3",
39-
"typescript-eslint": "^8.46.2"
39+
"typescript-eslint": "^8.46.3"
4040
}
4141
}

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.4.15",
3+
"version": "0.4.16",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@stanlemon/server": "*",
2323
"@stanlemon/webdev": "*",
24-
"bcryptjs": "^3.0.2",
24+
"bcryptjs": "^3.0.3",
2525
"express-session": "^1.18.2",
2626
"jsonwebtoken": "^9.0.2",
2727
"lowdb": "^7.0.1",

0 commit comments

Comments
 (0)