Remove unused module

This commit is contained in:
Fedor Indutny 2024-09-09 11:40:51 -07:00 committed by GitHub
parent 1922864a49
commit 735706da96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

9
package-lock.json generated
View file

@ -199,7 +199,6 @@
"chai-as-promised": "7.1.1",
"chalk": "4.1.2",
"chokidar-cli": "3.0.0",
"core-js": "2.6.9",
"cross-env": "5.2.0",
"css-loader": "3.2.0",
"csv-parse": "5.5.2",
@ -16119,14 +16118,6 @@
"node": ">=6"
}
},
"node_modules/core-js": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz",
"integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==",
"deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
"dev": true,
"hasInstallScript": true
},
"node_modules/core-js-compat": {
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz",

View file

@ -283,7 +283,6 @@
"chai-as-promised": "7.1.1",
"chalk": "4.1.2",
"chokidar-cli": "3.0.0",
"core-js": "2.6.9",
"cross-env": "5.2.0",
"css-loader": "3.2.0",
"csv-parse": "5.5.2",