diff --git a/package-lock.json b/package-lock.json index 39fc450cd..fb629b030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "css-minimizer-webpack-plugin": "^5.0.0", "date-fns": "^2.29.3", "eslint": "^8.38.0", - "eslint-config-adslot": "github:Adslot/eslint-config-adslot#no-snapshot", + "eslint-config-adslot": "^1.6.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", @@ -7621,9 +7621,9 @@ } }, "node_modules/axe-core": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", - "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", + "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", "dev": true, "engines": { "node": ">=4" @@ -7641,12 +7641,12 @@ } }, "node_modules/axobject-query": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", - "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", "dev": true, "dependencies": { - "deep-equal": "^2.0.5" + "dequal": "^2.0.3" } }, "node_modules/babel-generator": { @@ -10008,6 +10008,15 @@ "node": ">= 0.8" } }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -10800,10 +10809,10 @@ } }, "node_modules/eslint-config-adslot": { - "version": "1.5.1", - "resolved": "git+ssh://git@github.com/Adslot/eslint-config-adslot.git#3239e7cae61a44fa3dcdeaaae5887be29b2b6784", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-config-adslot/-/eslint-config-adslot-1.6.0.tgz", + "integrity": "sha512-+O44lKliW1H69Vl804Uoppp0Tk/Qhru9Pv5CKbe4CtY9DA9bGGM06ottX9hacGRhPLHp2DFwV19LRGqb2cy59Q==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", @@ -30771,9 +30780,9 @@ "dev": true }, "axe-core": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", - "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", + "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", "dev": true }, "axios": { @@ -30788,12 +30797,12 @@ } }, "axobject-query": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", - "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", "dev": true, "requires": { - "deep-equal": "^2.0.5" + "dequal": "^2.0.3" } }, "babel-generator": { @@ -32534,6 +32543,12 @@ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "dev": true }, + "dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true + }, "destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -33327,9 +33342,10 @@ } }, "eslint-config-adslot": { - "version": "git+ssh://git@github.com/Adslot/eslint-config-adslot.git#3239e7cae61a44fa3dcdeaaae5887be29b2b6784", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-config-adslot/-/eslint-config-adslot-1.6.0.tgz", + "integrity": "sha512-+O44lKliW1H69Vl804Uoppp0Tk/Qhru9Pv5CKbe4CtY9DA9bGGM06ottX9hacGRhPLHp2DFwV19LRGqb2cy59Q==", "dev": true, - "from": "eslint-config-adslot@github:Adslot/eslint-config-adslot#no-snapshot", "requires": { "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", diff --git a/package.json b/package.json index 9d277bde3..52e73cfaf 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "css-minimizer-webpack-plugin": "^5.0.0", "date-fns": "^2.29.3", "eslint": "^8.38.0", - "eslint-config-adslot": "github:Adslot/eslint-config-adslot#no-snapshot", + "eslint-config-adslot": "^1.6.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3",