Update the es-module-shims package to the latest version

Please refer to https://github.com/guybedford/es-module-shims/blob/main/CHANGELOG.md
This commit is contained in:
Jonas Jenwald 2021-09-19 09:33:05 +02:00
parent 8679bb7aab
commit 57734b11f6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4939,9 +4939,9 @@
"dev": true "dev": true
}, },
"es-module-shims": { "es-module-shims": {
"version": "0.12.8", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.12.8.tgz", "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.15.0.tgz",
"integrity": "sha512-7xV1MzhZ/96nYLGXzK7pEWRAHc2nwge/FC0QaeRrSosIozdw+rL7SwPbmUrvKL/4yK/8cKICPCbvdk5XB90+oA==", "integrity": "sha512-woffOS+o29QTNFrJ8e5GGijLqr/w6spwp8vOCSyjnth+NMrmuVr+qlUFuopcjBZalwOmX5Ry/3Ptybl5m2jHDQ==",
"dev": true "dev": true
}, },
"es-to-primitive": { "es-to-primitive": {

View File

@ -13,7 +13,7 @@
"core-js": "^3.17.3", "core-js": "^3.17.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dommatrix": "^0.0.6", "dommatrix": "^0.0.6",
"es-module-shims": "^0.12.8", "es-module-shims": "^0.15.0",
"escodegen": "^2.0.0", "escodegen": "^2.0.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",