diff --git a/package-lock.json b/package-lock.json index f3b18ebb6..ff96416fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270", "@types/mocha": "^10.0.8", - "@types/node": "^20.16.8", + "@types/node": "^20.16.10", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.12", "@types/sinon-chrome": "^2.2.15", @@ -48,7 +48,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-import-x": "^4.3.0", + "eslint-plugin-import-x": "^4.3.1", "eslint-plugin-json": "^4.0.1", "eslint-plugin-lit": "^1.15.0", "eslint-plugin-mocha": "^10.5.0", @@ -3833,9 +3833,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.8.tgz", - "integrity": "sha512-sbo5JmfbZNkyDv+2HCccr9Y9ZkKJBMTru7UdAsCojMGjKNjdaOV73bqEW242QrHEZL8R4LbHMrW+FHB5lZ5/bw==", + "version": "20.16.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", + "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -8683,9 +8683,9 @@ } }, "node_modules/eslint-plugin-import-x": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.0.tgz", - "integrity": "sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.1.tgz", + "integrity": "sha512-5TriWkXulDl486XnYYRgsL+VQoS/7mhN/2ci02iLCuL7gdhbiWxnsuL/NTcaKY9fpMgsMFjWZBtIGW7pb+RX0g==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.1.0", @@ -24691,9 +24691,9 @@ "dev": true }, "@types/node": { - "version": "20.16.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.8.tgz", - "integrity": "sha512-sbo5JmfbZNkyDv+2HCccr9Y9ZkKJBMTru7UdAsCojMGjKNjdaOV73bqEW242QrHEZL8R4LbHMrW+FHB5lZ5/bw==", + "version": "20.16.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz", + "integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==", "dev": true, "requires": { "undici-types": "~6.19.2" @@ -28304,9 +28304,9 @@ } }, "eslint-plugin-import-x": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.0.tgz", - "integrity": "sha512-PxGzP7gAjF2DLeRnQtbYkkgZDg1intFyYr/XS1LgTYXUDrSXMHGkXx8++6i2eDv2jMs0jfeO6G6ykyeWxiFX7w==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.3.1.tgz", + "integrity": "sha512-5TriWkXulDl486XnYYRgsL+VQoS/7mhN/2ci02iLCuL7gdhbiWxnsuL/NTcaKY9fpMgsMFjWZBtIGW7pb+RX0g==", "dev": true, "requires": { "@typescript-eslint/utils": "^8.1.0", diff --git a/package.json b/package.json index 43e54e1fc..60db62992 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270", "@types/mocha": "^10.0.8", - "@types/node": "^20.16.8", + "@types/node": "^20.16.10", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.12", "@types/sinon-chrome": "^2.2.15", @@ -86,7 +86,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-chai-friendly": "^1.0.1", - "eslint-plugin-import-x": "^4.3.0", + "eslint-plugin-import-x": "^4.3.1", "eslint-plugin-json": "^4.0.1", "eslint-plugin-lit": "^1.15.0", "eslint-plugin-mocha": "^10.5.0",