From 14be2ba929e3867a3eb150c2fee765d48ce41b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:03:35 +0000 Subject: [PATCH 1/2] build(deps): bump @types/node from 20.16.8 to 20.16.10 (#2232) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.16.8 to 20.16.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35602bfb4..9bd7d216b 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", @@ -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" @@ -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" diff --git a/package.json b/package.json index d9a4a2ad2..5e0f40efd 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", From dae6e20573743405e565df3bbe63541d3b51ad5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:06:41 +0000 Subject: [PATCH 2/2] build(deps): bump eslint-plugin-import-x from 4.3.0 to 4.3.1 (#2233) Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-import-x dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bd7d216b..fc423b0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", @@ -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", @@ -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 5e0f40efd..b8684863b 100644 --- a/package.json +++ b/package.json @@ -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",