diff --git a/package-lock.json b/package-lock.json index 4bbcf2d3..77ce1c6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "unist-util-visit-parents": "6.0.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.6", + "@adobe/eslint-config-helix": "2.0.7", "@markedjs/html-differ": "4.0.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -64,16 +64,16 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.6.tgz", - "integrity": "sha512-xfvRjq0A0JKyNKUdG63leFLnJ0LSCqTZDcZmV5l1IV6eYGt2bA60Yz94oePm3hVxprqi+LAunLQ5Hrm1rF00Og==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.7.tgz", + "integrity": "sha512-G7ZgiU6jPoR0lZGxnIMrRHyZ/pp5qWJZojUNfEEwVc7lJ0BSnTy4V+JZDhR9TGXhnY/XSBd22QEvnJeTwppfJw==", "dev": true, "license": "Apache-2.0", "dependencies": { "eslint-config-airbnb-base": "15.0.0", "eslint-import-resolver-exports": "1.0.0-beta.5", "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.29.1" + "eslint-plugin-import": "2.30.0" }, "engines": { "node": ">= 12" @@ -82,71 +82,6 @@ "eslint": "^8.0.0" } }, - "node_modules/@adobe/eslint-config-helix/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/eslint-plugin-import": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", - "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlastindex": "^1.2.3", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.8.0", - "hasown": "^2.0.0", - "is-core-module": "^2.13.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.7", - "object.groupby": "^1.0.1", - "object.values": "^1.1.7", - "semver": "^6.3.1", - "tsconfig-paths": "^3.15.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/@adobe/eslint-config-helix/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@adobe/helix-markdown-support": { "version": "7.1.5", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.5.tgz", diff --git a/package.json b/package.json index b6598680..92635803 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "unist-util-visit-parents": "6.0.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.6", + "@adobe/eslint-config-helix": "2.0.7", "@markedjs/html-differ": "4.0.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",