diff --git a/package-lock.json b/package-lock.json index 01b3c5c..3e00c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-deploy-plugin-edge", - "version": "0.0.3", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-deploy-plugin-edge", - "version": "0.0.3", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@adobe/fastly-native-promises": "^3.0.10", @@ -17,7 +17,7 @@ "tar": "7.4.0" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.5", + "@adobe/eslint-config-helix": "2.0.6", "@adobe/fetch": "^4.1.8", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -39,16 +39,16 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.5.tgz", - "integrity": "sha512-srXbNrjSOGGs8eGDoC+OPJbd7VPUUgUqgPuhxebAr/vm/J6CW9k4AucuM5mniOcT7wRBIT9uAEj/2scEAvlyKg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-2.0.6.tgz", + "integrity": "sha512-xfvRjq0A0JKyNKUdG63leFLnJ0LSCqTZDcZmV5l1IV6eYGt2bA60Yz94oePm3hVxprqi+LAunLQ5Hrm1rF00Og==", "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.0" + "eslint-plugin-import": "2.29.1" }, "engines": { "node": ">= 12" @@ -6543,9 +6543,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz", - "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==", + "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": { @@ -6565,7 +6565,7 @@ "object.groupby": "^1.0.1", "object.values": "^1.1.7", "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" diff --git a/package.json b/package.json index 32ae77a..ce0f001 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "2.0.5", + "@adobe/eslint-config-helix": "2.0.6", "@adobe/fetch": "^4.1.8", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",