Skip to content

Commit 9cda76b

Browse files
committed
fix(deps): update dependency react-scripts to v3.2.0
1 parent 5288d09 commit 9cda76b

File tree

2 files changed

+57
-38
lines changed

2 files changed

+57
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "16.10.1",
1010
"react-live": "2.2.0",
1111
"react-monaco-editor": "0.31.0",
12-
"react-scripts": "3.1.2"
12+
"react-scripts": "3.2.0"
1313
},
1414
"devDependencies": {
1515
"@ionic/core": "4.10.0",

yarn.lock

Lines changed: 56 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,15 +3592,16 @@ eslint-import-resolver-node@^0.3.2:
35923592
debug "^2.6.9"
35933593
resolve "^1.5.0"
35943594

3595-
eslint-loader@3.0.0:
3596-
version "3.0.0"
3597-
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.0.tgz#fb70bc2d552a674f43f07f5e6575083e565e790d"
3598-
integrity sha512-rdxyQ0i9VlhwVlR6oEzrIft8WNKYSD2/cOAJ1YVH/F76gAta7Zv1Dr5xJOUyx0fAsHB5cKNz9hwlUVLMFsQlPA==
3595+
eslint-loader@3.0.2:
3596+
version "3.0.2"
3597+
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.2.tgz#5a627316a51d6f41d357b9f6f0554e91506cdd6e"
3598+
integrity sha512-S5VnD+UpVY1PyYRqeBd/4pgsmkvSokbHqTXAQMpvCyRr3XN2tvSLo9spm2nEpqQqh9dezw3os/0zWihLeOg2Rw==
35993599
dependencies:
3600+
fs-extra "^8.1.0"
36003601
loader-fs-cache "^1.0.2"
36013602
loader-utils "^1.2.3"
36023603
object-hash "^1.3.1"
3603-
schema-utils "^2.1.0"
3604+
schema-utils "^2.2.0"
36043605

36053606
eslint-module-utils@^2.4.0:
36063607
version "2.4.1"
@@ -4250,6 +4251,15 @@ fs-extra@^4.0.2:
42504251
jsonfile "^4.0.0"
42514252
universalify "^0.1.0"
42524253

4254+
fs-extra@^8.1.0:
4255+
version "8.1.0"
4256+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4257+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4258+
dependencies:
4259+
graceful-fs "^4.2.0"
4260+
jsonfile "^4.0.0"
4261+
universalify "^0.1.0"
4262+
42534263
fs-minipass@^1.2.5:
42544264
version "1.2.7"
42554265
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
@@ -4434,7 +4444,7 @@ globby@^6.1.0:
44344444
pify "^2.0.0"
44354445
pinkie-promise "^2.0.0"
44364446

4437-
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
4447+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
44384448
version "4.2.2"
44394449
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
44404450
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
@@ -8117,10 +8127,10 @@ rc@^1.2.7:
81178127
minimist "^1.2.0"
81188128
strip-json-comments "~2.0.1"
81198129

8120-
react-app-polyfill@^1.0.3:
8121-
version "1.0.3"
8122-
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-1.0.3.tgz#bd7030ebf66569f3aece03e39ab85ca700d8d0f6"
8123-
integrity sha512-ICvAU2vtO0k+kU0oCS7L7btUcAReTddvEiRiJDmAKc+d98Fy9Z1g6cjkdcKyfLWwopzBsUMcDwxoiNtrtLMs0Q==
8130+
react-app-polyfill@^1.0.4:
8131+
version "1.0.4"
8132+
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-1.0.4.tgz#4dd2636846b585c2d842b1e44e1bc29044345874"
8133+
integrity sha512-5Vte6ki7jpNsNCUKaboyofAhmURmCn2Y6Hu7ydJ6Iu4dct1CIGoh/1FT7gUZKAbowVX2lxVPlijvp1nKxfAl4w==
81248134
dependencies:
81258135
core-js "3.2.1"
81268136
object-assign "4.1.1"
@@ -8138,10 +8148,10 @@ react-app-rewired@2.1.3:
81388148
dotenv "^6.2.0"
81398149
semver "^5.6.0"
81408150

8141-
react-dev-utils@^9.0.4:
8142-
version "9.0.4"
8143-
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.0.4.tgz#5c71a8e8afdec0232c44d4e049d21baa437a92af"
8144-
integrity sha512-VwR+mBUXPLdYk/rOz6s6qpasIFGd7GW0KXd/3bih+/qGcMQvPG19XxtjDMtiAg0zWiFwp1ugCzAjLThbzFjVqw==
8151+
react-dev-utils@^9.1.0:
8152+
version "9.1.0"
8153+
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-9.1.0.tgz#3ad2bb8848a32319d760d0a84c56c14bdaae5e81"
8154+
integrity sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==
81458155
dependencies:
81468156
"@babel/code-frame" "7.5.5"
81478157
address "1.1.2"
@@ -8162,7 +8172,7 @@ react-dev-utils@^9.0.4:
81628172
loader-utils "1.2.3"
81638173
open "^6.3.0"
81648174
pkg-up "2.0.0"
8165-
react-error-overlay "^6.0.2"
8175+
react-error-overlay "^6.0.3"
81668176
recursive-readdir "2.2.2"
81678177
shell-quote "1.7.2"
81688178
sockjs-client "1.4.0"
@@ -8179,10 +8189,10 @@ react-dom@16.10.1:
81798189
prop-types "^15.6.2"
81808190
scheduler "^0.16.1"
81818191

8182-
react-error-overlay@^6.0.2:
8183-
version "6.0.2"
8184-
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.2.tgz#642bd6157c6a4b6e9ca4a816f7ed30b868c47f81"
8185-
integrity sha512-DHRuRk3K4Lg9obI6J4Y+nKvtwjasYRU9CFL3ud42x9YJG1HbQjSNublapC/WBJOA726gNUbqbj0U2df9+uzspQ==
8192+
react-error-overlay@^6.0.3:
8193+
version "6.0.3"
8194+
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.3.tgz#c378c4b0a21e88b2e159a3e62b2f531fd63bf60d"
8195+
integrity sha512-bOUvMWFQVk5oz8Ded9Xb7WVdEi3QGLC8tH7HmYP0Fdp4Bn3qw0tRFmr5TW6mvahzvmrK4a6bqWGfCevBflP+Xw==
81868196

81878197
react-is@^16.8.1, react-is@^16.8.4:
81888198
version "16.9.0"
@@ -8211,10 +8221,10 @@ react-monaco-editor@0.31.0:
82118221
"@types/react" "^16.9.2"
82128222
prop-types "^15.7.2"
82138223

8214-
react-scripts@3.1.2:
8215-
version "3.1.2"
8216-
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.1.2.tgz#40b166d380bfd8b425a41dee96e8e725c82bf9e6"
8217-
integrity sha512-aN9E1jn+Qii45/uLUzS7Hjfd/DXbcaAiRkoMwnJXAXShbpJiP2xwmr7yuVF0kR0cnvt0SI+IPZjsOH8MziSYQQ==
8224+
react-scripts@3.2.0:
8225+
version "3.2.0"
8226+
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.2.0.tgz#58ccd6b4ffa27f1b4d2986cbdcaa916660e9e33c"
8227+
integrity sha512-6LzuKbE2B4eFQG6i1FnTScn9HDcWBfXXnOwW9xKFPJ/E3rK8i1ufbOZ0ocKyRPxJAKdN7iqg3i7lt0+oxkSVOA==
82188228
dependencies:
82198229
"@babel/core" "7.6.0"
82208230
"@svgr/webpack" "4.3.2"
@@ -8232,7 +8242,7 @@ react-scripts@3.1.2:
82328242
dotenv-expand "5.1.0"
82338243
eslint "^6.1.0"
82348244
eslint-config-react-app "^5.0.2"
8235-
eslint-loader "3.0.0"
8245+
eslint-loader "3.0.2"
82368246
eslint-plugin-flowtype "3.13.0"
82378247
eslint-plugin-import "2.18.2"
82388248
eslint-plugin-jsx-a11y "6.2.3"
@@ -8255,8 +8265,8 @@ react-scripts@3.1.2:
82558265
postcss-normalize "7.0.1"
82568266
postcss-preset-env "6.7.0"
82578267
postcss-safe-parser "4.0.1"
8258-
react-app-polyfill "^1.0.3"
8259-
react-dev-utils "^9.0.4"
8268+
react-app-polyfill "^1.0.4"
8269+
react-dev-utils "^9.1.0"
82608270
resolve "1.12.0"
82618271
resolve-url-loader "3.1.0"
82628272
sass-loader "7.2.0"
@@ -8265,9 +8275,9 @@ react-scripts@3.1.2:
82658275
terser-webpack-plugin "1.4.1"
82668276
ts-pnp "1.1.4"
82678277
url-loader "2.1.0"
8268-
webpack "4.40.2"
8278+
webpack "4.41.0"
82698279
webpack-dev-server "3.2.1"
8270-
webpack-manifest-plugin "2.0.4"
8280+
webpack-manifest-plugin "2.1.1"
82718281
workbox-webpack-plugin "4.3.1"
82728282
optionalDependencies:
82738283
fsevents "2.0.7"
@@ -8752,14 +8762,22 @@ schema-utils@^1.0.0:
87528762
ajv-errors "^1.0.0"
87538763
ajv-keywords "^3.1.0"
87548764

8755-
schema-utils@^2.0.0, schema-utils@^2.0.1, schema-utils@^2.1.0:
8765+
schema-utils@^2.0.0, schema-utils@^2.0.1:
87568766
version "2.2.0"
87578767
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.2.0.tgz#48a065ce219e0cacf4631473159037b2c1ae82da"
87588768
integrity sha512-5EwsCNhfFTZvUreQhx/4vVQpJ/lnCAkgoIHLhSpp4ZirE+4hzFvdJi0FMub6hxbFVBJYSpeVVmon+2e7uEGRrA==
87598769
dependencies:
87608770
ajv "^6.10.2"
87618771
ajv-keywords "^3.4.1"
87628772

8773+
schema-utils@^2.2.0:
8774+
version "2.4.1"
8775+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.4.1.tgz#e89ade5d056dc8bcaca377574bb4a9c4e1b8be56"
8776+
integrity sha512-RqYLpkPZX5Oc3fw/kHHHyP56fg5Y+XBpIpV8nCg0znIALfq3OH+Ea9Hfeac9BAMwG5IICltiZ0vxFvJQONfA5w==
8777+
dependencies:
8778+
ajv "^6.10.2"
8779+
ajv-keywords "^3.4.1"
8780+
87638781
select-hose@^2.0.0:
87648782
version "2.0.0"
87658783
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
@@ -10009,13 +10027,14 @@ webpack-log@^2.0.0:
1000910027
ansi-colors "^3.0.0"
1001010028
uuid "^3.3.2"
1001110029

10012-
webpack-manifest-plugin@2.0.4:
10013-
version "2.0.4"
10014-
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz#e4ca2999b09557716b8ba4475fb79fab5986f0cd"
10015-
integrity sha512-nejhOHexXDBKQOj/5v5IZSfCeTO3x1Dt1RZEcGfBSul891X/eLIcIVH31gwxPDdsi2Z8LKKFGpM4w9+oTBOSCg==
10030+
webpack-manifest-plugin@2.1.1:
10031+
version "2.1.1"
10032+
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.1.1.tgz#6b3e280327815b83152c79f42d0ca13b665773c4"
10033+
integrity sha512-2zqJ6mvc3yoiqfDjghAIpljhLSDh/G7vqGrzYcYqqRCd/ZZZCAuc/YPE5xG0LGpLgDJRhUNV1H+znyyhIxahzA==
1001610034
dependencies:
1001710035
fs-extra "^7.0.0"
1001810036
lodash ">=3.5 <5"
10037+
object.entries "^1.1.0"
1001910038
tapable "^1.0.0"
1002010039

1002110040
webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
@@ -10026,10 +10045,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1002610045
source-list-map "^2.0.0"
1002710046
source-map "~0.6.1"
1002810047

10029-
webpack@4.40.2:
10030-
version "4.40.2"
10031-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7"
10032-
integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A==
10048+
webpack@4.41.0:
10049+
version "4.41.0"
10050+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b"
10051+
integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g==
1003310052
dependencies:
1003410053
"@webassemblyjs/ast" "1.8.5"
1003510054
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)