522.index.js 612 B

12345678910111213141516171819202122
  1. "use strict";
  2. exports.id = 522;
  3. exports.ids = [522];
  4. exports.modules = {
  5. /***/ 1522:
  6. /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
  7. Object.defineProperty(exports, "__esModule", ({ value: true }));
  8. const theme = __webpack_require__(86988);
  9. function protectFunc() {
  10. console.log(theme.color.status.warn(`\n${theme.icon.WARNING} WARNING: Snyk protect was removed at 31 March 2022.\nPlease use '@snyk/protect' package instead: https://updates.snyk.io/snyk-wizard-and-snyk-protect-removal-224137 \n`));
  11. }
  12. exports.default = protectFunc;
  13. /***/ })
  14. };
  15. ;
  16. //# sourceMappingURL=522.index.js.map