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

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

---
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] 2022-01-03 20:56:54 +03:00 committed by GitHub
parent 70bd94b50b
commit 72d127e187
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.8.0",
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.28.0",
"react-app-rewired": "^2.1.9"
"react-app-rewired": "^2.1.11"
}
},
"node_modules/@babel/code-frame": {
@ -13139,9 +13139,9 @@
}
},
"node_modules/react-app-rewired": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.9.tgz",
"integrity": "sha512-eOIRsDXbRCA9x+vIABS+VFBXO78bUbZ1pIyOuAkbP0Y6NEfbr4v9lHAyGsix4DxNcKpPqKYtvDKKlbOxMUCxlw==",
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.11.tgz",
"integrity": "sha512-zRIqJUPsCoPnfYtea3xgPbKR42vx0NoH5oo8R8FELXqzkjJHa39V6zD8CAdkLJoYL8V3JScWHAfKMZOzi1Ydmw==",
"dev": true,
"dependencies": {
"semver": "^5.6.0"
@ -25474,9 +25474,9 @@
}
},
"react-app-rewired": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.9.tgz",
"integrity": "sha512-eOIRsDXbRCA9x+vIABS+VFBXO78bUbZ1pIyOuAkbP0Y6NEfbr4v9lHAyGsix4DxNcKpPqKYtvDKKlbOxMUCxlw==",
"version": "2.1.11",
"resolved": "https://registry.npmjs.org/react-app-rewired/-/react-app-rewired-2.1.11.tgz",
"integrity": "sha512-zRIqJUPsCoPnfYtea3xgPbKR42vx0NoH5oo8R8FELXqzkjJHa39V6zD8CAdkLJoYL8V3JScWHAfKMZOzi1Ydmw==",
"dev": true,
"requires": {
"semver": "^5.6.0"

View File

@ -78,6 +78,6 @@
"@typescript-eslint/parser": "^5.8.0",
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.28.0",
"react-app-rewired": "^2.1.9"
"react-app-rewired": "^2.1.11"
}
}