Skip to content

Commit 05e9e5d

Browse files
committed
chore: upgrade dependencies
1 parent 89089aa commit 05e9e5d

File tree

4 files changed

+763
-876
lines changed

4 files changed

+763
-876
lines changed

dist/jsonPointer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/set.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { split } from "./split";
22
import { JsonPointer, JsonPath, JsonData } from "./types";
33

44
const isArray = /^\[.*\]$/;
5-
const arrayIndex = /^\[(.+)\]$/;
65
const findProperty = /^[[{](.+)[\]}]$/;
76

87
function accessToPrototype(key: string, properties: string[]) {

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
"devDependencies": {
3232
"@types/chai": "^4.3.14",
3333
"@types/mocha": "^10.0.6",
34-
"@types/node": "^20.11.30",
35-
"@typescript-eslint/eslint-plugin": "^7.4.0",
36-
"@typescript-eslint/parser": "^7.4.0",
34+
"@types/node": "^22.10.6",
35+
"@typescript-eslint/eslint-plugin": "^8.20.0",
36+
"@typescript-eslint/parser": "^8.20.0",
3737
"chai": "^4.4.1",
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-node": "^11.1.0",
4040
"eslint-plugin-optimize-regex": "^1.2.1",
41-
"eslint-plugin-promise": "^6.1.1",
41+
"eslint-plugin-promise": "^7.2.1",
4242
"mocha": "^10.4.0",
43-
"nyc": "^15.1.0",
44-
"terser-webpack-plugin": "^5.3.10",
45-
"ts-loader": "^9.5.1",
43+
"nyc": "^17.1.0",
44+
"terser-webpack-plugin": "^5.3.11",
45+
"ts-loader": "^9.5.2",
4646
"ts-node": "^10.9.2",
47-
"typescript": "^5.4.3",
48-
"webpack": "^5.91.0",
49-
"webpack-cli": "^5.1.4"
47+
"typescript": "^5.7.3",
48+
"webpack": "^5.97.1",
49+
"webpack-cli": "^6.0.1"
5050
}
5151
}

0 commit comments

Comments
 (0)