diff --git a/package-lock.json b/package-lock.json index 75af4256bc79..2c4f98343a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-modal": "^3.16.1", "react-resize-detector": "^9.1.1", "reselect": "^5.1.0", - "short-unique-id": "^4.4.4", + "short-unique-id": "^5.2.0", "styled-components": "^6.1.9", "swagger-ui-react": "^5.17.7", "vscode": "npm:@codingame/monaco-vscode-api@=3.2.2", @@ -25321,9 +25321,9 @@ } }, "node_modules/short-unique-id": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-4.4.4.tgz", - "integrity": "sha512-oLF1NCmtbiTWl2SqdXZQbo5KM1b7axdp0RgQLq8qCBBLoq+o3A5wmLrNM6bZIh54/a8BJ3l69kTXuxwZ+XCYuw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.2.0.tgz", + "integrity": "sha512-cMGfwNyfDZ/nzJ2k2M+ClthBIh//GlZl1JEf47Uoa9XR11bz8Pa2T2wQO4bVrRdH48LrIDWJahQziKo3MjhsWg==", "bin": { "short-unique-id": "bin/short-unique-id", "suid": "bin/short-unique-id" diff --git a/package.json b/package.json index 33128328a8b1..ecf4292f2f69 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "react-modal": "^3.16.1", "react-resize-detector": "^9.1.1", "reselect": "^5.1.0", - "short-unique-id": "^4.4.4", + "short-unique-id": "^5.2.0", "styled-components": "^6.1.9", "swagger-ui-react": "^5.17.7", "vscode": "npm:@codingame/monaco-vscode-api@=3.2.2",