diff --git a/lib/core/src/lib/templates/template.module.ts b/lib/core/src/lib/templates/template.module.ts index 2fbd941108..a63a593426 100644 --- a/lib/core/src/lib/templates/template.module.ts +++ b/lib/core/src/lib/templates/template.module.ts @@ -18,8 +18,6 @@ import { NgModule } from '@angular/core'; import { ErrorContentComponent } from './error-content/error-content.component'; import { EmptyContentComponent } from './empty-content/empty-content.component'; -import { IconModule } from '../icon/icon.module'; -import { MatButtonModule } from '@angular/material/button'; /** * @deprecated this Module is deprecated and should no longer be used. diff --git a/package-lock.json b/package-lock.json index 394b14ed21..0d7febbf64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "15.2.10", "@angular/platform-browser-dynamic": "15.2.10", "@angular/router": "15.2.10", - "@apollo/client": "^3.8.4", + "@apollo/client": "^3.10.2", "@cspell/eslint-plugin": "^7.3.6", "@mat-datetimepicker/core": "11.0.3", "@ngx-translate/core": "^14.0.0", @@ -102,7 +102,7 @@ "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", "editorjs-text-color-plugin": "2.0.4", - "ejs": "^3.1.9", + "ejs": "^3.1.10", "eslint": "^8.47.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-ban": "^1.6.0", @@ -156,7 +156,7 @@ "shx": "^0.3.4", "spdx-license-list": "^6.9.0", "stylelint": "^16.3.1", - "stylelint-config-standard-scss": "^13.0.0", + "stylelint-config-standard-scss": "^13.1.0", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.1", "typescript": "4.9.5", @@ -1613,9 +1613,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.9.10", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.9.10.tgz", - "integrity": "sha512-w8i/Lk1P0vvWZF0Xb00XPonn79/0rgRJ1vopBlVudVuy9QP29/NZXK0rI2xJIN6VrKuEqJZaVGJC+7k23I2sfA==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.2.tgz", + "integrity": "sha512-J4e2RQN4DgMthCqBtBOXOawYTWmdJprAWqv8rdYLmeW4/Pnrlrl4Hvb/zvENlitDAiRUU33Dc/3OJqIMEJAxNw==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", @@ -1625,7 +1625,7 @@ "hoist-non-react-statics": "^3.3.2", "optimism": "^0.18.0", "prop-types": "^15.7.2", - "rehackt": "0.0.6", + "rehackt": "^0.1.0", "response-iterator": "^0.2.6", "symbol-observable": "^4.0.0", "ts-invariant": "^0.10.3", @@ -27024,9 +27024,9 @@ "dev": true }, "node_modules/ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, "dependencies": { "jake": "^10.8.5" @@ -42606,9 +42606,9 @@ } }, "node_modules/rehackt": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.0.6.tgz", - "integrity": "sha512-l3WEzkt4ntlEc/IB3/mF6SRgNHA6zfQR7BlGOgBTOmx7IJJXojDASav+NsgXHFjHn+6RmwqsGPFgZpabWpeOdw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz", + "integrity": "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==", "peerDependencies": { "@types/react": "*", "react": "*"