chore: update frontend packages

This commit is contained in:
Sarah Vaupel 2022-04-21 16:57:22 +02:00
parent ed4537d7be
commit 99f52bff57
2 changed files with 9 additions and 9 deletions

12
package-lock.json generated
View File

@ -4787,9 +4787,9 @@
}
},
"core-js": {
"version": "3.22.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.1.tgz",
"integrity": "sha512-l6CwCLq7XgITOQGhv1dIUmwCFoqFjyQ6zQHUCQlS0xKmb9d6OHIg8jDiEoswhaettT21BSF5qKr6kbvE+aKwxw=="
"version": "3.22.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.2.tgz",
"integrity": "sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA=="
},
"core-js-compat": {
"version": "3.22.1",
@ -7879,9 +7879,9 @@
"dev": true
},
"lint-staged": {
"version": "12.3.8",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.8.tgz",
"integrity": "sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==",
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz",
"integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View File

@ -51,7 +51,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/eslint-parser": "^7.5.4",
"@babel/eslint-parser": "^7.17.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@fortawesome/fontawesome-pro": "^6.1.1",
@ -81,7 +81,7 @@
"karma-jasmine-html-reporter": "^1.7.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"lint-staged": "^12.3.8",
"lint-staged": "^12.4.0",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^2.6.0",
"npm-run-all": "^4.1.5",
@ -112,7 +112,7 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@juggle/resize-observer": "^3.3.1",
"core-js": "^3.22.1",
"core-js": "^3.22.2",
"css.escape": "^1.5.1",
"js-cookie": "^3.0.1",
"lodash.debounce": "^4.0.8",