diff --git a/package-lock.json b/package-lock.json index dd4dcbe..e239bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "webpack": "5.104.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.17", + "@adobe/eslint-config-helix": "3.0.18", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -73,15 +73,15 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.17.tgz", - "integrity": "sha512-TbUttJtWzv3lLW+Ukgq8RdlUlgrGvrqv4NSQd56r3g21fCzqQ4iuhgVGs933fERUppYn99vrCFiEiM8o1BAqvA==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.18.tgz", + "integrity": "sha512-8JDqLn3TgaxS2Y3jd1sRfhy6mNOjBxHFAhS+7EjU0O0bRR41mvgyZfWBg9m0bVLvHrLkUNWR6iJsQ9LDwkEMnQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/config-helpers": "0.5.1", "eslint-plugin-import": "2.32.0", - "globals": "17.0.0" + "globals": "17.1.0" }, "engines": { "node": ">= 12" @@ -7245,9 +7245,9 @@ } }, "node_modules/globals": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", - "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8a6ef71..6ad5702 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.17", + "@adobe/eslint-config-helix": "3.0.18", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",