build(deps-dev): bump react-app-rewired in /app/vmui/packages/vmui (#2009)

Bumps [react-app-rewired](https://github.com/timarney/react-app-rewired) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/timarney/react-app-rewired/releases)
- [Commits](https://github.com/timarney/react-app-rewired/compare/2.1.8...v2.1.9)

---
updated-dependencies:
- dependency-name: react-app-rewired
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-27 16:41:16 +03:00 committed by GitHub
parent 5721804047
commit a6a39a2591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -56,7 +56,7 @@
"@typescript-eslint/parser": "^5.7.0", "@typescript-eslint/parser": "^5.7.0",
"customize-cra": "^1.0.0", "customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.27.1", "eslint-plugin-react": "^7.27.1",
"react-app-rewired": "^2.1.8" "react-app-rewired": "^2.1.9"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -13269,9 +13269,9 @@
} }
}, },
"node_modules/react-app-rewired": { "node_modules/react-app-rewired": {
"version": "2.1.8", "version": "2.1.9",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.8.tgz", "resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.9.tgz",
"integrity": "sha512-wjXPdKPLscA7mn0I1de1NHrbfWdXz4S1ladaGgHVKdn1hTgKK5N6EdGIJM0KrS6bKnJBj7WuqJroDTsPKKr66Q==", "integrity": "sha512-eOIRsDXbRCA9x+vIABS+VFBXO78bUbZ1pIyOuAkbP0Y6NEfbr4v9lHAyGsix4DxNcKpPqKYtvDKKlbOxMUCxlw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"semver": "^5.6.0" "semver": "^5.6.0"
@ -25678,9 +25678,9 @@
} }
}, },
"react-app-rewired": { "react-app-rewired": {
"version": "2.1.8", "version": "2.1.9",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.8.tgz", "resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.9.tgz",
"integrity": "sha512-wjXPdKPLscA7mn0I1de1NHrbfWdXz4S1ladaGgHVKdn1hTgKK5N6EdGIJM0KrS6bKnJBj7WuqJroDTsPKKr66Q==", "integrity": "sha512-eOIRsDXbRCA9x+vIABS+VFBXO78bUbZ1pIyOuAkbP0Y6NEfbr4v9lHAyGsix4DxNcKpPqKYtvDKKlbOxMUCxlw==",
"dev": true, "dev": true,
"requires": { "requires": {
"semver": "^5.6.0" "semver": "^5.6.0"

View File

@ -78,6 +78,6 @@
"@typescript-eslint/parser": "^5.7.0", "@typescript-eslint/parser": "^5.7.0",
"customize-cra": "^1.0.0", "customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.27.1", "eslint-plugin-react": "^7.27.1",
"react-app-rewired": "^2.1.8" "react-app-rewired": "^2.1.9"
} }
} }