Skip to content

Commit 95e17b9

Browse files
committed
chore: update dependencies
1 parent b170ea5 commit 95e17b9

File tree

2 files changed

+202
-1073
lines changed

2 files changed

+202
-1073
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dotenv-cli": "^8.0.0",
4949
"esbuild": "^0.25.5",
5050
"eslint": "^9.30.1",
51-
"neostandard": "^0.12.1",
51+
"neostandard": "^0.12.2",
5252
"release-it": "^19.0.3",
5353
"typescript": "^5.8.3",
5454
"vitest": "^3.2.4"
@@ -70,7 +70,8 @@
7070
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
7171
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
7272
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
73-
"typedarray": "npm:@nolyfill/typedarray@^1"
73+
"typedarray": "npm:@nolyfill/typedarray@^1",
74+
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1"
7475
}
7576
}
7677
}

0 commit comments

Comments
 (0)