Browse Source

Update package-lock.json

pull/1117/head
Sebastian Stehle 2 years ago
parent
commit
623c33ca58
  1. 38
      frontend/package-lock.json

38
frontend/package-lock.json

@ -23,8 +23,8 @@
"@floating-ui/dom": "^1.6.5",
"@graphiql/toolkit": "^0.9.1",
"@iharbeck/ngx-virtual-scroller": "^17.0.2",
"@lithiumjs/angular": "^7.3.1",
"@lithiumjs/ngx-virtual-scroll": "^0.3.1",
"@lithiumjs/angular": "^8.0.0",
"@lithiumjs/ngx-virtual-scroll": "^0.3.2",
"@marker.io/browser": "^0.19.0",
"@types/ace": "^0.0.52",
"ace-builds": "^1.34.2",
@ -49,7 +49,7 @@
"ng2-charts": "^6.0.1",
"ngx-color-picker": "16.0.0",
"ngx-doc-viewer": "15.0.1",
"ngx-ui-tour-core": "^12.0.2",
"ngx-ui-tour-core": "13.0.0",
"oidc-client-ts": "^3.0.1",
"pikaday": "1.8.2",
"progressbar.js": "1.1.1",
@ -5040,28 +5040,28 @@
}
},
"node_modules/@lithiumjs/angular": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@lithiumjs/angular/-/angular-7.3.1.tgz",
"integrity": "sha512-CyQgejaAFovPL821tPpNSTbOhHo9wpwWyyq4s51S4ILS8bHeJ9IGhbNksjWFClD11CHj23pxjFuChSBo7eFt2A==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@lithiumjs/angular/-/angular-8.0.0.tgz",
"integrity": "sha512-wSnXjLuek1Ng1XqhmOaE4Pl6YwP1CJDL1iL9CI0Bb1Eo6ZPM1nvb9yRwC2W6CYdpk8FhDs0Wtm3ZfBnSp3g9AA==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=11.0.0 <18.0.0",
"@angular/core": ">=15.0.0 <19.0.0",
"rxjs": ">=7.x.x",
"typescript": ">=4.1.0"
"typescript": ">=4.8.0"
}
},
"node_modules/@lithiumjs/ngx-virtual-scroll": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@lithiumjs/ngx-virtual-scroll/-/ngx-virtual-scroll-0.3.1.tgz",
"integrity": "sha512-HYZ9yl+U8dcK9W97epj5bxT1vgh51NF01DtY1eY+OYYWVysCGqNusvSpmpiSVO0OH99ghsu7i7/nlY7cbQbtjg==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@lithiumjs/ngx-virtual-scroll/-/ngx-virtual-scroll-0.3.2.tgz",
"integrity": "sha512-4cGuG8n5rdsgziaorKrKQ5Rew/+BNyBfmMEffgxi+2NLRvIZusuDgEEJBIk9WK09gPTg+sEwpiWW1SmKL2iWnw==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "8.x.x - 17.x.x",
"@angular/core": "8.x.x - 17.x.x",
"@angular/common": "8.x.x - 18.x.x",
"@angular/core": "8.x.x - 18.x.x",
"@lithiumjs/angular": ">=7.0.0",
"rxjs": "6.x.x - 7.x.x"
}
@ -20655,16 +20655,16 @@
}
},
"node_modules/ngx-ui-tour-core": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-12.0.2.tgz",
"integrity": "sha512-x5TOu4mtjojga+ht5LraQU+vOc4by4gof6TKGXDXsyW3kgWXqf7iJm5GUR+aLk7cr9FWdQYVUU+yTUmlI7XhOQ==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-13.0.0.tgz",
"integrity": "sha512-svtp3zMoOnkGPL6eBKtJX3gsIir8aJzVg5KfSKNVO4ZMHGgh+MK55WfvmX8juv3gSJMBCMZta5b/7gjEn2g/Iw==",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/router": "^18.0.0",
"rxjs": "^7.4.0"
}
},

Loading…
Cancel
Save