diff --git a/package-lock.json b/package-lock.json index f13681c..83515d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-markdown-support", - "version": "7.1.15", + "version": "7.1.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-markdown-support", - "version": "7.1.15", + "version": "7.1.16", "license": "Apache-2.0", "dependencies": { "hast-util-to-html": "9.0.5", @@ -29,7 +29,7 @@ "unist-util-visit": "5.0.0" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.14", + "@adobe/eslint-config-helix": "3.0.15", "@adobe/remark-gridtables": "3.0.15", "@eslint/config-helpers": "0.5.0", "@semantic-release/changelog": "6.0.3", @@ -99,13 +99,13 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.14", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.14.tgz", - "integrity": "sha512-iiUSln1YLCFVo8disanfQf0En5Z62SEcKio4YvIHd17/w8md0apaOE/oxhsKIwxBxvq0lXIiR+GUHVvq+Yvqhg==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.15.tgz", + "integrity": "sha512-asU/NIotR5mBs+NIOzyt7w/SSHon7PM2oJRN1eSsltBW1CEsZcvvnZW/wc8TusdqV4kenLspVqr2xLPOzDN4VA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.4.2", + "@eslint/config-helpers": "0.5.0", "eslint-plugin-import": "2.32.0", "globals": "16.5.0" }, @@ -116,32 +116,6 @@ "eslint": "^9.0.0" } }, - "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", - "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.17.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, "node_modules/@adobe/mdast-util-gridtables": { "version": "4.0.14", "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.14.tgz", diff --git a/package.json b/package.json index eef20e7..e2f33f2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "node": ">=14" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.14", + "@adobe/eslint-config-helix": "3.0.15", "@adobe/remark-gridtables": "3.0.15", "@eslint/config-helpers": "0.5.0", "@semantic-release/changelog": "6.0.3",