diff --git a/src/main/webapp/reactjs/package-lock.json b/src/main/webapp/reactjs/package-lock.json index 88d04a9..e6ec3dd 100644 --- a/src/main/webapp/reactjs/package-lock.json +++ b/src/main/webapp/reactjs/package-lock.json @@ -10558,9 +10558,7 @@ } }, "react-dev-utils": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz", - "integrity": "sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ==", + "version": "11.0.4", "requires": { "@babel/code-frame": "7.8.3", "address": "1.1.2", @@ -10846,9 +10844,7 @@ } }, "react-scripts": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-3.4.1.tgz", - "integrity": "sha512-JpTdi/0Sfd31mZA6Ukx+lq5j1JoKItX7qqEK4OiACjVQletM1P38g49d9/D0yTxp9FrSF+xpJFStkGgKEIRjlQ==", + "version": "4.0.0", "requires": { "@babel/core": "7.9.0", "@svgr/webpack": "4.3.3", @@ -14120,4 +14116,4 @@ } } } -} +} \ No newline at end of file diff --git a/src/main/webapp/reactjs/package.json b/src/main/webapp/reactjs/package.json index b50214a..0424ffe 100644 --- a/src/main/webapp/reactjs/package.json +++ b/src/main/webapp/reactjs/package.json @@ -15,7 +15,7 @@ "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", - "react-scripts": "3.4.1" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",