mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-07-02 19:52:43 +03:00
e3300f280a
* Bump the deps group with 6 updates (#635) * Bump the deps group with 6 updates Bumps the deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.73.8` | `9.74.1` | | [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.326` | `2.0.328` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.4` | `10.0.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.59.3` | `8.60.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.3` | `8.60.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.4.1` | Updates `@fluentui/react-components` from 9.73.8 to 9.74.1 - [Release notes](https://github.com/microsoft/fluentui/releases) - [Commits](https://github.com/microsoft/fluentui/commits/@fluentui/react-components_v9.74.1) Updates `@fluentui/react-icons` from 2.0.326 to 2.0.328 - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) Updates `@eslint/js` from 9.39.4 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.59.3 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.59.3 to 8.60.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.0/packages/parser) Updates `eslint` from 9.39.4 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.4.1) --- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-version: 9.74.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.328 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> * Downgrade eslint to v9 since eslint-plugin-react is incompatible with v10 * Audit fixes for uuid (CVE-2026-41907) and tmp (CVE-2026-44705) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Fox <eugene@xfox111.net> * Package version update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "password-generator",
|
|
"version": "5.1.8",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build": "wxt build --mv3",
|
|
"zip": "wxt zip --mv3",
|
|
"lint": "eslint . -c eslint.config.js",
|
|
"prebuild": "npm run lint",
|
|
"prezip": "npm run lint",
|
|
"prepare": "wxt prepare",
|
|
"compile": "tsc --noEmit",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.74.1",
|
|
"@fluentui/react-icons": "^2.0.328",
|
|
"@wxt-dev/i18n": "^0.2.5",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-responsive": "^10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
"@typescript-eslint/parser": "^8.59.3",
|
|
"@wxt-dev/module-react": "^1.2.2",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^17.6.0",
|
|
"typescript": "^6.0.3",
|
|
"wxt": "^0.20.26"
|
|
},
|
|
"overrides": {
|
|
"node-notifier": {
|
|
"uuid": "^11.1.1"
|
|
},
|
|
"web-ext-run": {
|
|
"tmp": "^0.2.6"
|
|
}
|
|
}
|
|
}
|