From a7c2f0d91185d114d6c1b98c20ea986428d256f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:58:26 +0000 Subject: [PATCH] [skip ci] npm: Bump @remotion/eslint-plugin from 4.0.17 to 4.0.43 Bumps [@remotion/eslint-plugin](https://github.com/remotion-dev/remotion) from 4.0.17 to 4.0.43. - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](https://github.com/remotion-dev/remotion/compare/v4.0.17...v4.0.43) --- updated-dependencies: - dependency-name: "@remotion/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 118 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 115 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 984089f..12067be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@remotion/eslint-config": "4.0.17", - "@remotion/eslint-plugin": "4.0.17", + "@remotion/eslint-plugin": "4.0.43", "@remotion/tailwind": "4.0.17", "@types/react": "18.2.18", "@types/web": "0.0.112", @@ -1498,6 +1498,116 @@ "eslint": ">=7.15.0" } }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin": { + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/@remotion/eslint-plugin/-/eslint-plugin-4.0.17.tgz", + "integrity": "sha512-oX7H/a+tv6G54gWmMOaGQYXYmRCxfBl2351glzUqvnrQgG1ZOvUuA5qxbcVhNzR/oXE7ant48IBccFfcOsIoYQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/utils": "5.19.0" + }, + "peerDependencies": { + "eslint": ">=7.0.0" + } + }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz", + "integrity": "sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/visitor-keys": "5.19.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz", + "integrity": "sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz", + "integrity": "sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/visitor-keys": "5.19.0", + "debug": "^4.3.2", + "globby": "^11.0.4", + "is-glob": "^4.0.3", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin/node_modules/@typescript-eslint/utils": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz", + "integrity": "sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.19.0", + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/typescript-estree": "5.19.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@remotion/eslint-config/node_modules/@remotion/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz", + "integrity": "sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "eslint-visitor-keys": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@remotion/eslint-config/node_modules/@typescript-eslint/eslint-plugin": { "version": "5.59.9", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz", @@ -1687,9 +1797,9 @@ } }, "node_modules/@remotion/eslint-plugin": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/@remotion/eslint-plugin/-/eslint-plugin-4.0.17.tgz", - "integrity": "sha512-oX7H/a+tv6G54gWmMOaGQYXYmRCxfBl2351glzUqvnrQgG1ZOvUuA5qxbcVhNzR/oXE7ant48IBccFfcOsIoYQ==", + "version": "4.0.43", + "resolved": "https://registry.npmjs.org/@remotion/eslint-plugin/-/eslint-plugin-4.0.43.tgz", + "integrity": "sha512-6zJ8ojiuRmPCTgAM9RHoifgtNir7VsMMvb28Z0aRBlshqShGGZYuts0PnAX1nWUwWM0l0lNkdreLVqxUJlITXw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "5.19.0" diff --git a/package.json b/package.json index 004235a..2ea3a5c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@remotion/eslint-config": "4.0.17", - "@remotion/eslint-plugin": "4.0.17", + "@remotion/eslint-plugin": "4.0.43", "@remotion/tailwind": "4.0.17", "@types/react": "18.2.18", "@types/web": "0.0.112",