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

This commit is contained in:
Jonas Jenwald 2021-07-11 12:16:47 +02:00
parent a926976e4d
commit 689e5c54a7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4486,9 +4486,9 @@
"dev": true
},
"es-module-shims": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.11.1.tgz",
"integrity": "sha512-vaFERaLeHl55y1d7XwottW6pTjMzA+G7vyUPbIoDo8jhFbc2g639zBtrck6c/Z1vBBQJA+GQMoUf6g7eaZJcCA==",
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-0.12.1.tgz",
"integrity": "sha512-NrjpJLlCBURQdNWF1caN4KeL9njxCV9um9u+1Jz8X9l6oeoT5+U0ZvIkjKzoABnapBYGw3uhuZRfZlUiOp217g==",
"dev": true
},
"es-to-primitive": {

View File

@ -14,7 +14,7 @@
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"dommatrix": "^0.0.6",
"es-module-shims": "^0.11.1",
"es-module-shims": "^0.12.1",
"escodegen": "^2.0.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",