Skip to content

Commit a095549

Browse files
Merge pull request #544 from OpenDTU-App/dependabot/npm_and_yarn/production-dependencies-0bce032abe
2 parents 2e36e1a + d0de9d0 commit a095549

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

licenses.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
"licenseUrl": "https://github.com/epoberezkin/fast-deep-equal/raw/master/LICENSE",
102102
"parents": "opendtu-react-native"
103103
},
104-
"fuse.js@7.1.0": {
104+
"fuse.js@7.3.0": {
105105
"licenses": "Apache-2.0",
106106
"repository": "https://github.com/krisk/Fuse",
107107
"licenseUrl": "https://github.com/krisk/Fuse/raw/master/LICENSE",
108108
"parents": "opendtu-react-native"
109109
},
110-
"i18next@26.0.2": {
110+
"i18next@26.0.3": {
111111
"licenses": "MIT",
112112
"repository": "https://github.com/i18next/i18next",
113113
"licenseUrl": "https://github.com/i18next/i18next/raw/master/LICENSE",
@@ -167,7 +167,7 @@
167167
"licenseUrl": "https://github.com/samber/prometheus-query-js/raw/master/LICENSE",
168168
"parents": "opendtu-react-native"
169169
},
170-
"react-i18next@17.0.1": {
170+
"react-i18next@17.0.2": {
171171
"licenses": "MIT",
172172
"repository": "https://github.com/i18next/react-i18next",
173173
"licenseUrl": "https://github.com/i18next/react-i18next/raw/master/LICENSE",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"compare-versions": "^6.1.1",
5050
"expo": "54.0.12",
5151
"fast-deep-equal": "^3.1.3",
52-
"fuse.js": "^7.1.0",
53-
"i18next": "^26.0.2",
52+
"fuse.js": "^7.3.0",
53+
"i18next": "^26.0.3",
5454
"intl-pluralrules": "^2.0.1",
5555
"ip-regex": "^5.0.0",
5656
"moment": "^2.30.1",
@@ -61,7 +61,7 @@
6161
"pretty-bytes": "^7.1.0",
6262
"prometheus-query": "^3.5.1",
6363
"react": "19.1.0",
64-
"react-i18next": "^17.0.1",
64+
"react-i18next": "^17.0.2",
6565
"react-native": "0.81.4",
6666
"react-native-charts-wrapper": "^0.6.0",
6767
"react-native-config": "1.5.6",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9239,10 +9239,10 @@ __metadata:
92399239
languageName: node
92409240
linkType: hard
92419241

9242-
"fuse.js@npm:^7.1.0":
9243-
version: 7.1.0
9244-
resolution: "fuse.js@npm:7.1.0"
9245-
checksum: 10/9f9105e54372897a46cb3e04074f0db5bd0a428320d4618276a57e6142d7502235a556f05cf87aa3c5d6d9c6fdfa06b901b78379c48aa0951672ccbc4a1bfe70
9242+
"fuse.js@npm:^7.3.0":
9243+
version: 7.3.0
9244+
resolution: "fuse.js@npm:7.3.0"
9245+
checksum: 10/b2cdc39e46acb9524fe900356af74c987ecb1dbc67412df651a5291fa072d212e6d74457f0b5d1c39baf79539481f62b613ac792afd8995dd1fc3d20b5354914
92469246
languageName: node
92479247
linkType: hard
92489248

@@ -9788,17 +9788,17 @@ __metadata:
97889788
languageName: node
97899789
linkType: hard
97909790

9791-
"i18next@npm:^26.0.2":
9792-
version: 26.0.2
9793-
resolution: "i18next@npm:26.0.2"
9791+
"i18next@npm:^26.0.3":
9792+
version: 26.0.3
9793+
resolution: "i18next@npm:26.0.3"
97949794
dependencies:
97959795
"@babel/runtime": "npm:^7.29.2"
97969796
peerDependencies:
97979797
typescript: ^5 || ^6
97989798
peerDependenciesMeta:
97999799
typescript:
98009800
optional: true
9801-
checksum: 10/16c3b264810d386c6f0ba9e1a42416369bf34acf89e212e222c07c7351d278f7aee008f9a0c70990144b966f85a9123303809313658044001bc858e9af1062a7
9801+
checksum: 10/5f7286d863fc9385a36f27195dc21365f29d09feefdefcf89a5bdd85f7ccd45bd67f8f1067627c1cede9762b52cacf53d2b81d3b2ecfc7ba112042c4e29d222b
98029802
languageName: node
98039803
linkType: hard
98049804

@@ -12947,8 +12947,8 @@ __metadata:
1294712947
eslint-plugin-testing-library: "npm:^7.16.2"
1294812948
expo: "npm:54.0.12"
1294912949
fast-deep-equal: "npm:^3.1.3"
12950-
fuse.js: "npm:^7.1.0"
12951-
i18next: "npm:^26.0.2"
12950+
fuse.js: "npm:^7.3.0"
12951+
i18next: "npm:^26.0.3"
1295212952
intl-pluralrules: "npm:^2.0.1"
1295312953
ip-regex: "npm:^5.0.0"
1295412954
moment: "npm:^2.30.1"
@@ -12960,7 +12960,7 @@ __metadata:
1296012960
pretty-bytes: "npm:^7.1.0"
1296112961
prometheus-query: "npm:^3.5.1"
1296212962
react: "npm:19.1.0"
12963-
react-i18next: "npm:^17.0.1"
12963+
react-i18next: "npm:^17.0.2"
1296412964
react-native: "npm:0.81.4"
1296512965
react-native-charts-wrapper: "npm:^0.6.0"
1296612966
react-native-config: "npm:1.5.6"
@@ -13670,9 +13670,9 @@ __metadata:
1367013670
languageName: node
1367113671
linkType: hard
1367213672

13673-
"react-i18next@npm:^17.0.1":
13674-
version: 17.0.1
13675-
resolution: "react-i18next@npm:17.0.1"
13673+
"react-i18next@npm:^17.0.2":
13674+
version: 17.0.2
13675+
resolution: "react-i18next@npm:17.0.2"
1367613676
dependencies:
1367713677
"@babel/runtime": "npm:^7.29.2"
1367813678
html-parse-stringify: "npm:^3.0.1"
@@ -13688,7 +13688,7 @@ __metadata:
1368813688
optional: true
1368913689
typescript:
1369013690
optional: true
13691-
checksum: 10/d652e5d909d45d7dd5947e56ea47fe271fa73cf440eeac2d51c2cff046b3d5ef61c663744289d51ee70660f16dfd3c5d76b853ebd1878012bd1ff3e413b99e9d
13691+
checksum: 10/c9adbdb0666e74b724fc4bec238189831762969b979323bf2d9cf8d428e0d8c7eb66574017628955d0a3e6ada00078d2b9468c703034804fe58dc95b1971ec82
1369213692
languageName: node
1369313693
linkType: hard
1369413694

0 commit comments

Comments
 (0)