Skip to content

Commit 7b228ff

Browse files
chore(deps): update node.js dependencies
1 parent c613446 commit 7b228ff

8 files changed

Lines changed: 25 additions & 25 deletions

File tree

elixir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"packageManager": "yarn@1.22.22",
7676
"resolutions": {
77-
"ajv": "8.18.0",
77+
"ajv": "8.20.0",
7878
"brace-expansion": "5.0.9",
7979
"picomatch": "4.0.5",
8080
"tar": "7.5.22"

elixir/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -759,10 +759,10 @@ aggregate-error@^5.0.0:
759759
clean-stack "^5.2.0"
760760
indent-string "^5.0.0"
761761

762-
ajv@8.18.0, ajv@^8.11.0:
763-
version "8.18.0"
764-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
765-
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
762+
ajv@8.20.0, ajv@^8.11.0:
763+
version "8.20.0"
764+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
765+
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
766766
dependencies:
767767
fast-deep-equal "^3.1.3"
768768
fast-uri "^3.0.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dist"
2121
],
2222
"engines": {
23-
"node": ">=14.17.0"
23+
"node": "v26.7.0"
2424
},
2525
"scripts": {
2626
"build": "npm run clean:dist && npm run pretest && npm run tsc:all && npm run copy:main:type && npm run clean:temp:files && npm run copy:lua && npm run copy:includes:lua && npm run copy:sql",
@@ -239,10 +239,10 @@
239239
"packageManager": "yarn@1.22.22",
240240
"resolutions": {
241241
"brace-expansion": "5.0.9",
242-
"esbuild": "~0.25.0",
242+
"esbuild": "0.25.12",
243243
"js-yaml": "5.2.3",
244244
"picomatch": "4.0.5",
245245
"tar": "7.5.22",
246-
"yaml": ">=2.8.3"
246+
"yaml": "2.9.0"
247247
}
248248
}

php/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"packageManager": "yarn@1.22.22",
6868
"resolutions": {
69-
"ajv": "8.18.0",
69+
"ajv": "8.20.0",
7070
"brace-expansion": "5.0.9",
7171
"picomatch": "4.0.5",
7272
"tar": "7.5.22"

php/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@ aggregate-error@^5.0.0:
584584
clean-stack "^5.2.0"
585585
indent-string "^5.0.0"
586586

587-
ajv@8.18.0:
588-
version "8.18.0"
589-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
590-
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
587+
ajv@8.20.0:
588+
version "8.20.0"
589+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
590+
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
591591
dependencies:
592592
fast-deep-equal "^3.1.3"
593593
fast-uri "^3.0.1"

python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
},
7373
"packageManager": "yarn@1.22.22",
7474
"resolutions": {
75-
"ajv": "8.18.0",
75+
"ajv": "8.20.0",
7676
"brace-expansion": "5.0.9",
7777
"picomatch": "4.0.5",
7878
"tar": "7.5.22",
79-
"smol-toml": "1.7.1"
79+
"smol-toml": "1.7.2"
8080
}
8181
}

python/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,10 @@ aggregate-error@^5.0.0:
776776
clean-stack "^5.2.0"
777777
indent-string "^5.0.0"
778778

779-
ajv@8.18.0, ajv@^8.11.0:
780-
version "8.18.0"
781-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
782-
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
779+
ajv@8.20.0, ajv@^8.11.0:
780+
version "8.20.0"
781+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
782+
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
783783
dependencies:
784784
fast-deep-equal "^3.1.3"
785785
fast-uri "^3.0.1"
@@ -3110,10 +3110,10 @@ smart-buffer@^4.2.0:
31103110
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
31113111
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
31123112

3113-
smol-toml@1.7.1, smol-toml@^1.3.1:
3114-
version "1.7.1"
3115-
resolved "https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.7.1.tgz#ba3e28d2e4348874a824fd8e1d73fec618cb763b"
3116-
integrity sha512-PPlsspAZ4jbMBu5DMFhfUGDQLu/vrL4SyBROVS37x8ynnVmFIs1VPBz1Co8Xks3TvpIaZXmU85y4DrQ+UyVFoQ==
3113+
smol-toml@1.7.2, smol-toml@^1.3.1:
3114+
version "1.7.2"
3115+
resolved "https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.7.2.tgz#4b363d088248a7dcc2110d19b7585b4551dc5762"
3116+
integrity sha512-pXFZ9B2WinEPzxWkMmlYE/oYx2BP+qLrE95wP8tCuK901uLSMGdCb6QSr82z+wnhXkG4+cO+OMLbZB2Cn+97zw==
31173117

31183118
socks-proxy-agent@^8.0.3:
31193119
version "8.0.5"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,7 @@ es-toolkit@^1.46.0:
28162816
resolved "https://registry.yarnpkg.com/es-toolkit/-/es-toolkit-1.50.0.tgz#2665c21d0ab76286f478ece3a235463097aeabd3"
28172817
integrity sha512-OyZKhUVvEep9ITEiwHn8GKnMRQIVqoSIX7WnRbkWgJkllCujilqP2rD0u979tkl8wqyc8ICwlc1UBVv/Sl1G6w==
28182818

2819-
esbuild@~0.25.0:
2819+
esbuild@0.25.12:
28202820
version "0.25.12"
28212821
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.12.tgz#97a1d041f4ab00c2fce2f838d2b9969a2d2a97a5"
28222822
integrity sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==
@@ -6628,7 +6628,7 @@ yallist@^5.0.0:
66286628
resolved "https://registry.yarnpkg.com/yallist/-/yallist-5.0.0.tgz#00e2de443639ed0d78fd87de0d27469fbcffb533"
66296629
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
66306630

6631-
yaml@>=2.8.3, yaml@^2.9.0:
6631+
yaml@2.9.0, yaml@^2.9.0:
66326632
version "2.9.0"
66336633
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.9.0.tgz#78274afd93598a1dfdd6130df6a566defcbf9aa4"
66346634
integrity sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==

0 commit comments

Comments
 (0)