diff --git a/package-lock.json b/package-lock.json index ad1dbe914..a1ca6cd7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4939,9 +4939,9 @@ "dev": true }, "es-module-shims": { - "version": "0.12.8", - "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.12.8.tgz", - "integrity": "sha512-7xV1MzhZ/96nYLGXzK7pEWRAHc2nwge/FC0QaeRrSosIozdw+rL7SwPbmUrvKL/4yK/8cKICPCbvdk5XB90+oA==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.15.0.tgz", + "integrity": "sha512-woffOS+o29QTNFrJ8e5GGijLqr/w6spwp8vOCSyjnth+NMrmuVr+qlUFuopcjBZalwOmX5Ry/3Ptybl5m2jHDQ==", "dev": true }, "es-to-primitive": { diff --git a/package.json b/package.json index 6b10d8b2d..a6dd406a9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "core-js": "^3.17.3", "cross-env": "^7.0.3", "dommatrix": "^0.0.6", - "es-module-shims": "^0.12.8", + "es-module-shims": "^0.15.0", "escodegen": "^2.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0",