Merge pull request #14861 from timvandermeij/es-module-shims

Pin the `es-module-shims` dependency to version 1.4.7
This commit is contained in:
Tim van der Meij 2022-05-01 14:32:18 +02:00 committed by GitHub
commit 397f71424c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -23,7 +23,7 @@
"cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6",
"dommatrix": "^1.0.1",
"es-module-shims": "^1.5.4",
"es-module-shims": "1.4.7",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-fetch-options": "^0.0.5",
@ -4670,9 +4670,9 @@
"dev": true
},
"node_modules/es-module-shims": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.5.4.tgz",
"integrity": "sha512-OoVOu69uuLCnlMIcZJnYjZmp/0qhnisTUinU2WtIHztM65S1+SozyiDrmJgowScuMdYO41g8FmII+YXrkZwypA==",
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.4.7.tgz",
"integrity": "sha512-qYSDOnqPKoBoMGlpY8kQj1v3mVPpTfcob9a2xIIFoNgRlaVuI59yFODKkYrJ3nkz3z7d4dGpiUMRxes8jgiNRQ==",
"dev": true
},
"node_modules/es-to-primitive": {
@ -22185,9 +22185,9 @@
"dev": true
},
"es-module-shims": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.5.4.tgz",
"integrity": "sha512-OoVOu69uuLCnlMIcZJnYjZmp/0qhnisTUinU2WtIHztM65S1+SozyiDrmJgowScuMdYO41g8FmII+YXrkZwypA==",
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.4.7.tgz",
"integrity": "sha512-qYSDOnqPKoBoMGlpY8kQj1v3mVPpTfcob9a2xIIFoNgRlaVuI59yFODKkYrJ3nkz3z7d4dGpiUMRxes8jgiNRQ==",
"dev": true
},
"es-to-primitive": {

View File

@ -16,7 +16,7 @@
"cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6",
"dommatrix": "^1.0.1",
"es-module-shims": "^1.5.4",
"es-module-shims": "1.4.7",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-fetch-options": "^0.0.5",