diff --git a/package-lock.json b/package-lock.json index 2e6d8ab..f304958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/animejs": "3.1.4", "@types/node": "17.0.14", "@types/react": "17.0.39", - "@types/react-dom": "17.0.12", + "@types/react-dom": "17.0.13", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", "gatsby": "4.7.2", @@ -3381,9 +3381,9 @@ } }, "node_modules/@types/react-dom": { - "version": "17.0.12", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz", - "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz", + "integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==", "dependencies": { "@types/react": "*" } @@ -24482,9 +24482,9 @@ } }, "@types/react-dom": { - "version": "17.0.12", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz", - "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz", + "integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==", "requires": { "@types/react": "*" } diff --git a/package.json b/package.json index c751f52..7544f34 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/animejs": "3.1.4", "@types/node": "17.0.14", "@types/react": "17.0.39", - "@types/react-dom": "17.0.12", + "@types/react-dom": "17.0.13", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", "gatsby": "4.7.2", diff --git a/yarn.lock b/yarn.lock index 6fac342..1f4e08e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2077,10 +2077,10 @@ dependencies: "@types/react" "*" -"@types/react-dom@17.0.12": - version "17.0.12" - resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz" - integrity sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg== +"@types/react-dom@17.0.13": + version "17.0.13" + resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz" + integrity sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ== dependencies: "@types/react" "*"