From 99f52bff5784b9fa94cbd905f228445edfe626e3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 21 Apr 2022 16:57:22 +0200 Subject: [PATCH] chore: update frontend packages --- package-lock.json | 12 ++++++------ package.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b79089f99..308fd2f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 0759e588b..220fd8f17 100644 --- a/package.json +++ b/package.json @@ -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",