@commercetools-frontend/application-config 21.14.1 → 21.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-config",
3
- "version": "21.14.1",
3
+ "version": "21.14.2",
4
4
  "description": "Configuration utilities for building Custom Applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -34,20 +34,20 @@
34
34
  "build:schema": "json2ts schema.json src/schema.ts --style.singleQuote --bannerComment '/* eslint-disable prettier/prettier */\n// This file was automatically generated by json-schema-to-typescript.\n// DO NOT MODIFY IT BY HAND. Instead, modify the source schema.json file.'"
35
35
  },
36
36
  "dependencies": {
37
- "@babel/register": "^7.18.6",
38
- "@babel/runtime": "^7.18.6",
39
- "@babel/runtime-corejs3": "^7.18.6",
40
- "@commercetools-frontend/babel-preset-mc-app": "21.14.1",
37
+ "@babel/register": "^7.18.9",
38
+ "@babel/runtime": "^7.19.0",
39
+ "@babel/runtime-corejs3": "^7.19.0",
40
+ "@commercetools-frontend/babel-preset-mc-app": "21.14.2",
41
41
  "ajv": "8.11.0",
42
- "core-js": "^3.23.4",
42
+ "core-js": "^3.25.1",
43
43
  "cosmiconfig": "7.0.1",
44
- "dompurify": "^2.3.6",
44
+ "dompurify": "^2.4.0",
45
45
  "jsdom": "^16.7.0",
46
46
  "lodash": "4.17.21",
47
47
  "omit-empty-es": "1.1.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/jsdom": "^16.2.14",
50
+ "@types/jsdom": "^16.2.15",
51
51
  "json-schema-to-typescript": "11.0.2",
52
52
  "shelljs": "0.8.5"
53
53
  },