|
@@ -36,8 +36,8 @@
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@converse/headless": "file:src/headless",
|
|
"@converse/headless": "file:src/headless",
|
|
"@types/webappsec-credential-management": "^0.6.8",
|
|
"@types/webappsec-credential-management": "^0.6.8",
|
|
- "@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
|
|
- "@typescript-eslint/parser": "^7.3.1",
|
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
|
|
+ "@typescript-eslint/parser": "^7.12.0",
|
|
"autoprefixer": "^10.4.5",
|
|
"autoprefixer": "^10.4.5",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-loader": "^9.1.0",
|
|
"bootstrap.native-loader": "2.0.0",
|
|
"bootstrap.native-loader": "2.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
"clean-css-cli": "^5.6.2",
|
|
"clean-css-cli": "^5.6.2",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^6.7.1",
|
|
"css-loader": "^6.7.1",
|
|
- "eslint": "^8.21.0",
|
|
|
|
|
|
+ "eslint": "^8.57.0",
|
|
"fast-text-encoding": "^1.0.3",
|
|
"fast-text-encoding": "^1.0.3",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"http-server": "^14.1.0",
|
|
"http-server": "^14.1.0",
|
|
@@ -2626,17 +2626,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@typescript-eslint/parser": {
|
|
|
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
|
|
"version": "7.12.0",
|
|
"version": "7.12.0",
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.12.0.tgz",
|
|
|
|
- "integrity": "sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==",
|
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz",
|
|
|
|
+ "integrity": "sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@typescript-eslint/scope-manager": "7.12.0",
|
|
|
|
- "@typescript-eslint/types": "7.12.0",
|
|
|
|
"@typescript-eslint/typescript-estree": "7.12.0",
|
|
"@typescript-eslint/typescript-estree": "7.12.0",
|
|
- "@typescript-eslint/visitor-keys": "7.12.0",
|
|
|
|
- "debug": "^4.3.4"
|
|
|
|
|
|
+ "@typescript-eslint/utils": "7.12.0",
|
|
|
|
+ "debug": "^4.3.4",
|
|
|
|
+ "ts-api-utils": "^1.3.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
@@ -2654,14 +2653,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
"version": "7.12.0",
|
|
"version": "7.12.0",
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz",
|
|
|
|
- "integrity": "sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==",
|
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.12.0.tgz",
|
|
|
|
+ "integrity": "sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
+ "@typescript-eslint/scope-manager": "7.12.0",
|
|
"@typescript-eslint/types": "7.12.0",
|
|
"@typescript-eslint/types": "7.12.0",
|
|
- "@typescript-eslint/visitor-keys": "7.12.0"
|
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "7.12.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
@@ -2669,18 +2670,22 @@
|
|
"funding": {
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "eslint": "^8.56.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@typescript-eslint/type-utils": {
|
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser": {
|
|
"version": "7.12.0",
|
|
"version": "7.12.0",
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz",
|
|
|
|
- "integrity": "sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==",
|
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.12.0.tgz",
|
|
|
|
+ "integrity": "sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@typescript-eslint/scope-manager": "7.12.0",
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
"@typescript-eslint/typescript-estree": "7.12.0",
|
|
"@typescript-eslint/typescript-estree": "7.12.0",
|
|
- "@typescript-eslint/utils": "7.12.0",
|
|
|
|
- "debug": "^4.3.4",
|
|
|
|
- "ts-api-utils": "^1.3.0"
|
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "7.12.0",
|
|
|
|
+ "debug": "^4.3.4"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
@@ -2698,6 +2703,23 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz",
|
|
|
|
+ "integrity": "sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
|
|
+ "@typescript-eslint/visitor-keys": "7.12.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@typescript-eslint/types": {
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "7.12.0",
|
|
"version": "7.12.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.12.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.12.0.tgz",
|
|
@@ -2751,28 +2773,6 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@typescript-eslint/utils": {
|
|
|
|
- "version": "7.12.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.12.0.tgz",
|
|
|
|
- "integrity": "sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==",
|
|
|
|
- "dev": true,
|
|
|
|
- "dependencies": {
|
|
|
|
- "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
- "@typescript-eslint/scope-manager": "7.12.0",
|
|
|
|
- "@typescript-eslint/types": "7.12.0",
|
|
|
|
- "@typescript-eslint/typescript-estree": "7.12.0"
|
|
|
|
- },
|
|
|
|
- "engines": {
|
|
|
|
- "node": "^18.18.0 || >=20.0.0"
|
|
|
|
- },
|
|
|
|
- "funding": {
|
|
|
|
- "type": "opencollective",
|
|
|
|
- "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
- },
|
|
|
|
- "peerDependencies": {
|
|
|
|
- "eslint": "^8.56.0"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "7.12.0",
|
|
"version": "7.12.0",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz",
|
|
@@ -10582,6 +10582,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"src/headless": {
|
|
"src/headless": {
|
|
|
|
+ "name": "@converse/headless",
|
|
"version": "10.1.7",
|
|
"version": "10.1.7",
|
|
"license": "MPL-2.0",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"dependencies": {
|