From 111fd7efdc35de1e47a8561ba629239c881b8105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:06:55 +0000 Subject: [PATCH] build(deps): bump the npm-patches group in /assets with 2 updates Bumps the npm-patches group in /assets with 2 updates: [react-transition-group](https://github.com/reactjs/react-transition-group) and [whatwg-fetch](https://github.com/github/fetch). Updates `react-transition-group` from 4.4.2 to 4.4.5 - [Release notes](https://github.com/reactjs/react-transition-group/releases) - [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactjs/react-transition-group/compare/v4.4.2...v4.4.5) Updates `whatwg-fetch` from 3.6.2 to 3.6.20 - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.20) --- updated-dependencies: - dependency-name: react-transition-group dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-patches - dependency-name: whatwg-fetch dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patches ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 16 +++++++++------- assets/package.json | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index 15ff9d15e..f51fa2b41 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -19,7 +19,7 @@ "react-dropzone": "^11.3.4", "react-router-dom": "^5.2.0", "react-table": "^7.7.0", - "react-transition-group": "^4.4.2", + "react-transition-group": "^4.4.5", "regenerator-runtime": "^0.13.7", "weak-key": "^1.0.3" }, @@ -72,7 +72,7 @@ "typescript-eslint": "^7.8.0", "webpack": "^4.46.0", "webpack-cli": "^4.7.2", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.20" } }, "node_modules/@ampproject/remapping": { @@ -13161,8 +13161,9 @@ } }, "node_modules/react-transition-group": { - "version": "4.4.2", - "license": "BSD-3-Clause", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", "dependencies": { "@babel/runtime": "^7.5.5", "dom-helpers": "^5.0.1", @@ -16454,9 +16455,10 @@ "license": "ISC" }, "node_modules/whatwg-fetch": { - "version": "3.6.2", - "dev": true, - "license": "MIT" + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", + "dev": true }, "node_modules/whatwg-mimetype": { "version": "2.3.0", diff --git a/assets/package.json b/assets/package.json index 26fd09a9b..917bb036a 100644 --- a/assets/package.json +++ b/assets/package.json @@ -31,7 +31,7 @@ "react-dropzone": "^11.3.4", "react-router-dom": "^5.2.0", "react-table": "^7.7.0", - "react-transition-group": "^4.4.2", + "react-transition-group": "^4.4.5", "regenerator-runtime": "^0.13.7", "weak-key": "^1.0.3" }, @@ -84,6 +84,6 @@ "typescript-eslint": "^7.8.0", "webpack": "^4.46.0", "webpack-cli": "^4.7.2", - "whatwg-fetch": "^3.6.2" + "whatwg-fetch": "^3.6.20" } }