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

This commit is contained in:
Jonas Jenwald 2021-06-27 10:27:02 +02:00
parent f03d5b3ee7
commit e79ed27f2f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4453,9 +4453,9 @@
"dev": true "dev": true
}, },
"es-module-shims": { "es-module-shims": {
"version": "0.10.7", "version": "0.11.1",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.10.7.tgz", "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.11.1.tgz",
"integrity": "sha512-tvAIuAdiTIla8ovEZleNUoa81mAMdbNHEef9DLCx2DGgGsICyhD9Bguytv0U4AonIIegJlZbZCnoHoo48aQx9w==", "integrity": "sha512-vaFERaLeHl55y1d7XwottW6pTjMzA+G7vyUPbIoDo8jhFbc2g639zBtrck6c/Z1vBBQJA+GQMoUf6g7eaZJcCA==",
"dev": true "dev": true
}, },
"es-to-primitive": { "es-to-primitive": {

View File

@ -15,7 +15,7 @@
"core-js": "^3.15.1", "core-js": "^3.15.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dommatrix": "^0.0.6", "dommatrix": "^0.0.6",
"es-module-shims": "^0.10.7", "es-module-shims": "^0.11.1",
"escodegen": "^2.0.0", "escodegen": "^2.0.0",
"eslint": "^7.29.0", "eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",