diff --git a/ui/package-lock.json b/ui/package-lock.json index 8fe34ef..b013b22 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.25.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.0", + "bootstrap-icons": "^1.11.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.16.0" @@ -993,9 +993,9 @@ } }, "node_modules/bootstrap-icons": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.0.tgz", - "integrity": "sha512-bLTbtACfUqwZf6f/xUYUb7bTRZC68QaQwwy9h1b96NPKfnwqzSatHqDypW6R2CBW7zUE7lP+O93GdZuPY3RIHA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.1.tgz", + "integrity": "sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==", "funding": [ { "type": "github", @@ -3033,9 +3033,9 @@ "requires": {} }, "bootstrap-icons": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.0.tgz", - "integrity": "sha512-bLTbtACfUqwZf6f/xUYUb7bTRZC68QaQwwy9h1b96NPKfnwqzSatHqDypW6R2CBW7zUE7lP+O93GdZuPY3RIHA==" + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.1.tgz", + "integrity": "sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==" }, "brace-expansion": { "version": "1.1.11", diff --git a/ui/package.json b/ui/package.json index c758092..f75940a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,7 @@ "dependencies": { "axios": "^0.25.0", "bootstrap": "^5.3.2", - "bootstrap-icons": "^1.11.0", + "bootstrap-icons": "^1.11.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.16.0"