|
24 | 24 | "test": "npm run tsc && mocha -t 120000 -r should -r dotenv/config test/node/*.test.js test/node/**/*.test.js",
|
25 | 25 | "test-cov": "npm run tsc && nyc --reporter=lcov node_modules/.bin/_mocha -t 120000 -r should test/node/*.test.js test/node/**/*.test.js",
|
26 | 26 | "jshint": "jshint .",
|
27 |
| - "autod": "autod", |
28 | 27 | "build-test": "MINIFY=1 node browser-build.js > test/browser/build/aliyun-oss-sdk.min.js && node -r dotenv/config task/browser-test-build.js > test/browser/build/tests.js",
|
29 | 28 | "browser-test": "npm run build-test && karma start",
|
30 | 29 | "build-dist": "npm run tsc && node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js",
|
31 | 30 | "publish-to-npm": "node publish-npm-check.js && npm publish",
|
32 | 31 | "publish-to-cdn": "node publish.js",
|
33 |
| - "snyk-protect": "snyk protect", |
| 32 | + "snyk-protect": "snyk-protect", |
34 | 33 | "prepublish": "npm run snyk-protect",
|
35 | 34 | "lint-staged": "lint-staged",
|
36 | 35 | "detect-secrets": "node task/detect-secrets",
|
|
74 | 73 | "@babel/runtime": "^7.11.2",
|
75 | 74 | "@commitlint/cli": "^16.2.4",
|
76 | 75 | "@commitlint/config-conventional": "^16.2.4",
|
| 76 | + "@snyk/protect": "^1.1196.0", |
77 | 77 | "@types/node": "^14.0.12",
|
78 | 78 | "@typescript-eslint/eslint-plugin": "^5.0.0",
|
79 | 79 | "@typescript-eslint/parser": "^5.0.0",
|
80 | 80 | "aliasify": "^2.0.0",
|
81 |
| - "autod": "^2.6.1", |
82 | 81 | "babelify": "^10.0.0",
|
83 | 82 | "beautify-benchmark": "^0.2.4",
|
84 | 83 | "benchmark": "^2.1.1",
|
|
88 | 87 | "crypto-js": "^3.1.9-1",
|
89 | 88 | "dotenv": "^8.2.0",
|
90 | 89 | "eslint": "^8.44.0",
|
91 |
| - "eslint-config-airbnb": "^18.2.1", |
| 90 | + "eslint-config-airbnb": "^19.0.4", |
92 | 91 | "eslint-config-ali": "^13.0.0",
|
93 | 92 | "eslint-config-prettier": "^8.8.0",
|
94 | 93 | "eslint-plugin-import": "^2.21.1",
|
95 | 94 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
96 | 95 | "eslint-plugin-prettier": "^4.2.1",
|
97 |
| - "eslint-plugin-react": "^7.32.2", |
98 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
99 | 96 | "filereader": "^0.10.3",
|
100 | 97 | "git-pre-hooks": "^1.2.0",
|
101 | 98 | "husky": "^7.0.4",
|
|
113 | 110 | "nyc": "^15.1.0",
|
114 | 111 | "prettier": "^3.0.0",
|
115 | 112 | "promise-polyfill": "^6.0.2",
|
116 |
| - "puppeteer": "^10.4.0", |
| 113 | + "puppeteer": "^20.9.0", |
117 | 114 | "request": "^2.88.0",
|
118 | 115 | "should": "^11.0.0",
|
119 | 116 | "sinon": "^1.17.7",
|
120 |
| - "snyk": "1.454.0", |
121 | 117 | "standard-version": "^9.3.1",
|
122 | 118 | "stream-equal": "^1.1.0",
|
123 | 119 | "timemachine": "^0.3.0",
|
|
0 commit comments