Merge pull request #13238 from Snuffleupagus/update-es-module-shims

Update the `es-module-shims` package to the latest version
This commit is contained in:
Tim van der Meij 2021-04-14 20:34:57 +02:00 committed by GitHub
commit 6bb0ffd374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5751,9 +5751,9 @@
"dev": true
},
"es-module-shims": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.6.0.tgz",
"integrity": "sha512-KbhvFoMD5r51T/aAwQODUHns0gerLYoWlWRWVxkMCg1tT2NV7ut70xuWKtG4ztZEXGuEjPrOzmOFQX0gpHbHUQ==",
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.10.4.tgz",
"integrity": "sha512-tkmdigmgPVUWp1+psYM5gwBVhsgynU7v8CHpg74BmXSz+sXwAE42AdJahcoIkQPIUXhErX+BISAsW3chrFSCnQ==",
"dev": true
},
"es-to-primitive": {

View File

@ -14,7 +14,7 @@
"canvas": "^2.7.0",
"core-js": "^3.10.0",
"cross-env": "^7.0.3",
"es-module-shims": "^0.6.0",
"es-module-shims": "^0.10.4",
"escodegen": "^2.0.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^6.15.0",