diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 61e2e8f649..4028d0e955 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "intelowl", "version": "6.3.1", "dependencies": { - "@certego/certego-ui": "^0.1.14", + "@certego/certego-ui": "^0.1.16", "@dagrejs/dagre": "^1.1.4", "ace-builds": "^1.38.0", "axios": "^1.8.3", @@ -1980,9 +1980,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@certego/certego-ui": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/@certego/certego-ui/-/certego-ui-0.1.14.tgz", - "integrity": "sha512-mLdCTWTQTBr8F91+kn6uZT0RcCHifAvHJao/zOL7HdZ9vGU4BIaRpppxx6eXB9lWLAF4Q+51b2gMT6JfTNoOYg==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/@certego/certego-ui/-/certego-ui-0.1.16.tgz", + "integrity": "sha512-9XkvyslYDUBEsJYxO2YeLA5O8JtJ6KFnQN/HD2ZnL0OeCsckepIyWngWD0NDl3F04a8kbefys9TkrqambxuFyg==", "license": "MIT", "dependencies": { "classnames": "^2.3.1", @@ -25792,9 +25792,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@certego/certego-ui": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/@certego/certego-ui/-/certego-ui-0.1.14.tgz", - "integrity": "sha512-mLdCTWTQTBr8F91+kn6uZT0RcCHifAvHJao/zOL7HdZ9vGU4BIaRpppxx6eXB9lWLAF4Q+51b2gMT6JfTNoOYg==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/@certego/certego-ui/-/certego-ui-0.1.16.tgz", + "integrity": "sha512-9XkvyslYDUBEsJYxO2YeLA5O8JtJ6KFnQN/HD2ZnL0OeCsckepIyWngWD0NDl3F04a8kbefys9TkrqambxuFyg==", "requires": { "classnames": "^2.3.1", "date-fns": "^2.28.0", diff --git a/frontend/package.json b/frontend/package.json index 3a01064596..099d0b67e2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "proxy": "http://localhost:80/", "dependencies": { - "@certego/certego-ui": "^0.1.14", + "@certego/certego-ui": "^0.1.16", "@dagrejs/dagre": "^1.1.4", "ace-builds": "^1.38.0", "axios": "^1.8.3",