Skip to content

Commit 0bc5ae0

Browse files
committed
chore: 🤖 v3.4.5
1 parent 1f30eda commit 0bc5ae0

File tree

5 files changed

+5281
-4751
lines changed

5 files changed

+5281
-4751
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jsonuri v3.4.4
2+
* jsonuri v3.4.5
33
* (c) 2024 @aligay
44
* Released under the MIT License.
55
*/

dist/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jsonuri v3.4.4
2+
* jsonuri v3.4.5
33
* (c) 2024 @aligay
44
* Released under the MIT License.
55
*/

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonuri",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "Use URI path to get or set data",
55
"keywords": [
66
"array",
@@ -46,16 +46,16 @@
4646
"idmp": "*"
4747
},
4848
"devDependencies": {
49-
"@babel/preset-env": "^7.23.9",
50-
"@babel/preset-typescript": "^7.23.3",
49+
"@babel/preset-env": "^7.24.5",
50+
"@babel/preset-typescript": "^7.24.1",
5151
"@types/jest": "^29.5.12",
52-
"@types/node": "^20.11.16",
53-
"@typescript-eslint/eslint-plugin": "^6.20.0",
52+
"@types/node": "^20.12.8",
53+
"@typescript-eslint/eslint-plugin": "^7.8.0",
5454
"codecov": "^3.8.3",
55-
"eslint": "^8.56.0",
55+
"eslint": "^9.2.0",
5656
"eslint-config-standard-with-typescript": "^43.0.1",
5757
"eslint-plugin-import": "^2.29.1",
58-
"eslint-plugin-n": "^16.6.2",
58+
"eslint-plugin-n": "^17.4.0",
5959
"eslint-plugin-node": "^11.1.0",
6060
"eslint-plugin-prefer-arrow": "^1.2.3",
6161
"eslint-plugin-promise": "^6.1.1",
@@ -66,6 +66,6 @@
6666
"multi-shell": "^2.0.0-alpha.1",
6767
"rimraf": "^5.0.5",
6868
"tslib": "^2.6.2",
69-
"typescript": "^5.3.3"
69+
"typescript": "^5.4.5"
7070
}
7171
}

0 commit comments

Comments
 (0)