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-10-03 08:29:32 +02:00
parent ff271f2cff
commit de18c35c9b
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -4939,10 +4939,13 @@
"dev": true
},
"es-module-shims": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.15.1.tgz",
"integrity": "sha512-fj63pp8nG2+ok6p+8XfC7Awy9M0rq/OHYzrzppDfBlsTdVcDU6yQVeBFBlv/tK5V7RN8lMRfoxq1Up+mhAHCtw==",
"dev": true
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.1.0.tgz",
"integrity": "sha512-KOGgJQeKDVWGltwvbCzPf1lkF7N++VKxXfzYbQ88KkyhfncivvJC5Hxmyuy9YGlNRiXz6f29rjRSo36PIj3Pfg==",
"dev": true,
"requires": {
"rimraf": "^3.0.2"
}
},
"es-to-primitive": {
"version": "1.2.1",

View File

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