From ba824b8f63691c7458ae92b2b124847a18eea380 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 10:15:40 +0000 Subject: [PATCH] fix: upgrade react-beautiful-dnd from 13.1.0 to 13.1.1 Snyk has created this PR to upgrade react-beautiful-dnd from 13.1.0 to 13.1.1. See this package in npm: react-beautiful-dnd See this project in Snyk: https://app.snyk.io/org/dacitto/project/5d25c073-10d0-40e1-9d15-ae7b69dc385e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d5e27b..cfbea68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9297,9 +9297,9 @@ } }, "react-beautiful-dnd": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/react-beautiful-dnd/-/react-beautiful-dnd-13.1.0.tgz", - "integrity": "sha512-aGvblPZTJowOWUNiwd6tNfEpgkX5OxmpqxHKNW/4VmvZTNTbeiq7bA3bn5T+QSF2uibXB0D1DmJsb1aC/+3cUA==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/react-beautiful-dnd/-/react-beautiful-dnd-13.1.1.tgz", + "integrity": "sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ==", "requires": { "@babel/runtime": "^7.9.2", "css-box-model": "^1.2.0", diff --git a/package.json b/package.json index 6c21e89..f3ef5b8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", - "react-beautiful-dnd": "^13.1.0", + "react-beautiful-dnd": "^13.1.1", "react-dom": "^17.0.2", "react-icons": "^4.3.1", "react-scripts": "5.0.0",