diff --git a/high-level-tests/load-testing/package-lock.json b/high-level-tests/load-testing/package-lock.json index ec6acf5b785..b27a47b38b4 100644 --- a/high-level-tests/load-testing/package-lock.json +++ b/high-level-tests/load-testing/package-lock.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@1024pix/eslint-config": "^1.2.12", + "@1024pix/eslint-config": "^1.2.13", "@faker-js/faker": "^5.5.3", "chai": "^4.3.4", "eslint": "^8.46.0", @@ -31,9 +31,9 @@ } }, "node_modules/@1024pix/eslint-config": { - "version": "1.2.12", - "resolved": "https://registry.npmjs.org/@1024pix/eslint-config/-/eslint-config-1.2.12.tgz", - "integrity": "sha512-1QAKMWDgwrBkexT378WUVZjGqevYKUvToZA4Ch88B5Z7mszu0L4ixiAt88cQkc7bJWo7fg8x7q6KH/7ITB2svg==", + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/@1024pix/eslint-config/-/eslint-config-1.2.13.tgz", + "integrity": "sha512-e4lIloXrjmBLgnnIXj7hUbseFl6JO+kjfUwCQLuJuew2TOSw3c0x7LmaUgefP9K72fyHkvG6yjFJGZL1hqNNVQ==", "dev": true, "dependencies": { "@1024pix/eslint-plugin": "^1.1.2", @@ -5949,9 +5949,9 @@ }, "dependencies": { "@1024pix/eslint-config": { - "version": "1.2.12", - "resolved": "https://registry.npmjs.org/@1024pix/eslint-config/-/eslint-config-1.2.12.tgz", - "integrity": "sha512-1QAKMWDgwrBkexT378WUVZjGqevYKUvToZA4Ch88B5Z7mszu0L4ixiAt88cQkc7bJWo7fg8x7q6KH/7ITB2svg==", + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/@1024pix/eslint-config/-/eslint-config-1.2.13.tgz", + "integrity": "sha512-e4lIloXrjmBLgnnIXj7hUbseFl6JO+kjfUwCQLuJuew2TOSw3c0x7LmaUgefP9K72fyHkvG6yjFJGZL1hqNNVQ==", "dev": true, "requires": { "@1024pix/eslint-plugin": "^1.1.2", diff --git a/high-level-tests/load-testing/package.json b/high-level-tests/load-testing/package.json index 7a1a259ad94..6a451108227 100644 --- a/high-level-tests/load-testing/package.json +++ b/high-level-tests/load-testing/package.json @@ -38,7 +38,7 @@ "test": "npm run lint && npm run test:js" }, "devDependencies": { - "@1024pix/eslint-config": "^1.2.12", + "@1024pix/eslint-config": "^1.2.13", "@faker-js/faker": "^5.5.3", "chai": "^4.3.4", "eslint": "^8.46.0",