diff --git a/package-lock.json b/package-lock.json index 3f08472..6f7d0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.25.0", "license": "Apache-2.0", "devDependencies": { - "@adobe/eslint-config-helix": "2.0.7", + "@adobe/eslint-config-helix": "2.0.8", "@adobe/helix-rum-js": "2.6.0", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3", @@ -40,16 +40,16 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "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==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.8.tgz", + "integrity": "sha512-UnT5/Lj8AHcIip+svSWL38nHERhkIChgjYmm98z2XwhiaTbDveULmCponeGAZK81XuZnPflxUSYQSVZ89QN2ag==", "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.30.0" + "eslint-plugin-import": "2.31.0" }, "engines": { "node": ">= 12" @@ -58,72 +58,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.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz", - "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.8", - "array.prototype.findlastindex": "^1.2.5", - "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.9.0", - "hasown": "^2.0.2", - "is-core-module": "^2.15.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.0", - "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-rum-js": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.6.0.tgz", diff --git a/package.json b/package.json index 97697f6..0cfc977 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.7", + "@adobe/eslint-config-helix": "2.0.8", "@adobe/helix-rum-js": "2.6.0", "@esm-bundle/chai": "4.3.4-fix.0", "@semantic-release/changelog": "6.0.3",