build(deps-dev): bump eslint-config-etherpad from 3.0.4 to 3.0.5 in /src

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-07 15:31:41 +00:00 committed by GitHub
parent 979c2cc7de
commit daacb102d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
src/package-lock.json generated
View file

@ -2401,9 +2401,9 @@
} }
}, },
"eslint-config-etherpad": { "eslint-config-etherpad": {
"version": "3.0.4", "version": "3.0.5",
"resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.4.tgz", "resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-3.0.5.tgz",
"integrity": "sha512-uouadX6dD6p8lxtSpgU9wRUyMe7xLyBKYm1k+4PJpSdJDeYqwjDIJL6u869gVOEDYucRg6bYDBG1LBHOMPKhvA==", "integrity": "sha512-n//yZrHSUvFgf30q92HRs07eRB1npKYW9/GOPUcPePSqyw6BPHUUQLqjkxkrixbujx8/SaA0sItEFYeEgY4Vnw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@rushstack/eslint-patch": "^1.1.0", "@rushstack/eslint-patch": "^1.1.0",
@ -9751,9 +9751,9 @@
"integrity": "sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w==" "integrity": "sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w=="
}, },
"tsconfig-paths": { "tsconfig-paths": {
"version": "3.12.0", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.13.0.tgz",
"integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==", "integrity": "sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/json5": "^0.0.29", "@types/json5": "^0.0.29",

View file

@ -79,7 +79,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.10.0", "eslint": "^8.10.0",
"eslint-config-etherpad": "^3.0.4", "eslint-config-etherpad": "^3.0.5",
"etherpad-cli-client": "^0.1.12", "etherpad-cli-client": "^0.1.12",
"mocha": "^9.1.3", "mocha": "^9.1.3",
"mocha-froth": "^0.2.10", "mocha-froth": "^0.2.10",