From 3823187cb2a6e30f703bc9ff88a3143c602b84f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 14:27:49 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-etherpad from 3.0.4 to 3.0.5 Bumps [eslint-config-etherpad](https://github.com/ether/eslint-config-etherpad) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/ether/eslint-config-etherpad/releases) - [Commits](https://github.com/ether/eslint-config-etherpad/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: eslint-config-etherpad dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 217cf04a..b018044a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -696,9 +696,9 @@ } }, "eslint-config-etherpad": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.4.tgz", - "integrity": "sha512-uouadX6dD6p8lxtSpgU9wRUyMe7xLyBKYm1k+4PJpSdJDeYqwjDIJL6u869gVOEDYucRg6bYDBG1LBHOMPKhvA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.5.tgz", + "integrity": "sha512-n//yZrHSUvFgf30q92HRs07eRB1npKYW9/GOPUcPePSqyw6BPHUUQLqjkxkrixbujx8/SaA0sItEFYeEgY4Vnw==", "dev": true, "requires": { "@rushstack/eslint-patch": "^1.1.0", @@ -2121,9 +2121,9 @@ } }, "tsconfig-paths": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", - "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.13.0.tgz", + "integrity": "sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw==", "dev": true, "requires": { "@types/json5": "^0.0.29", diff --git a/package.json b/package.json index 40c7d7f3..5fe95bd0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "eslint": "^8.10.0", - "eslint-config-etherpad": "^3.0.4", + "eslint-config-etherpad": "^3.0.5", "socket.io-client": "^2.3.0", "superagent": "^6.1.0", "typescript": "^4.6.2"