This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 2e1cbfa45 chore(deps): Bump the node group across 2 directories with 2
updates (#3830)
2e1cbfa45 is described below
commit 2e1cbfa45a27183fb8325acfb6c957cf580a8c06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 07:50:45 2026 +0200
chore(deps): Bump the node group across 2 directories with 2 updates (#3830)
---
examples/node/package-lock.json | 26 +++++++++++++-------------
examples/node/package.json | 2 +-
foreign/node/package-lock.json | 8 ++++----
foreign/node/package.json | 2 +-
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json
index 4d9c99e8f..3fd722f1d 100644
--- a/examples/node/package-lock.json
+++ b/examples/node/package-lock.json
@@ -15,7 +15,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.9.3",
- "eslint": "^10.7.0",
+ "eslint": "^10.8.0",
"jiti": "^2.7.0",
"tsx": "^4.23.1",
"typescript-eslint": "^8.47.0"
@@ -23,7 +23,7 @@
},
"../../foreign/node": {
"name": "apache-iggy",
- "version": "0.8.1-edge.2",
+ "version": "0.9.0-edge.1",
"license": "Apache-2.0",
"dependencies": {
"debug": "4.4.3",
@@ -33,11 +33,11 @@
"devDependencies": {
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
- "@cucumber/cucumber": "13.0.0",
- "@swc-node/register": "1.11.1",
+ "@cucumber/cucumber": "13.2.0",
+ "@swc-node/register": "1.12.1",
"@types/debug": "4.1.13",
"@types/node": "26.1.1",
- "c8": "^11.0.0",
+ "c8": "^12.0.0",
"husky": "9.1.7",
"typescript": "6.0.3",
"typescript-eslint": "^8.47.0"
@@ -555,9 +555,9 @@
}
},
"node_modules/@eslint/config-helpers": {
- "version": "0.6.0",
- "resolved":
"https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
- "integrity":
"sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
+ "version": "0.7.0",
+ "resolved":
"https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz",
+ "integrity":
"sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -1096,9 +1096,9 @@
}
},
"node_modules/eslint": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz",
- "integrity":
"sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==",
+ "version": "10.8.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.0.tgz",
+ "integrity":
"sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==",
"dev": true,
"license": "MIT",
"workspaces": [
@@ -1108,7 +1108,7 @@
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.2",
"@eslint/config-array": "^0.23.5",
- "@eslint/config-helpers": "^0.6.0",
+ "@eslint/config-helpers": "^0.7.0",
"@eslint/core": "^1.2.1",
"@eslint/plugin-kit": "^0.7.2",
"@humanfs/node": "^0.16.6",
@@ -1132,7 +1132,7 @@
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
- "minimatch": "^10.2.4",
+ "minimatch": "^10.2.5",
"natural-compare": "^1.4.0",
"optionator": "^0.9.3"
},
diff --git a/examples/node/package.json b/examples/node/package.json
index eb1334b5b..42a20c2dc 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -39,7 +39,7 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.9.3",
- "eslint": "^10.7.0",
+ "eslint": "^10.8.0",
"jiti": "^2.7.0",
"tsx": "^4.23.1",
"typescript-eslint": "^8.47.0"
diff --git a/foreign/node/package-lock.json b/foreign/node/package-lock.json
index 7cf29b8c6..11295a84a 100644
--- a/foreign/node/package-lock.json
+++ b/foreign/node/package-lock.json
@@ -19,7 +19,7 @@
"@cucumber/cucumber": "13.2.0",
"@swc-node/register": "1.12.1",
"@types/debug": "4.1.13",
- "@types/node": "26.1.1",
+ "@types/node": "26.1.2",
"c8": "^12.0.0",
"husky": "9.1.7",
"typescript": "6.0.3",
@@ -1868,9 +1868,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "26.1.1",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz",
- "integrity":
"sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==",
+ "version": "26.1.2",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
+ "integrity":
"sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/foreign/node/package.json b/foreign/node/package.json
index 62e47122a..7f4bcb6fc 100644
--- a/foreign/node/package.json
+++ b/foreign/node/package.json
@@ -61,7 +61,7 @@
"@cucumber/cucumber": "13.2.0",
"@swc-node/register": "1.12.1",
"@types/debug": "4.1.13",
- "@types/node": "26.1.1",
+ "@types/node": "26.1.2",
"c8": "^12.0.0",
"husky": "9.1.7",
"typescript": "6.0.3",