fix: package.json & package-lock.json to reduce vulnerabilities #44
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm test:
src/passport-saml/algorithms.ts#L1
Replace `'crypto'` with `"crypto"`
|
|
|
Run npm test:
src/passport-saml/algorithms.ts#L5
Replace `'sha256'` with `"sha256"`
|
Run npm test:
src/passport-saml/algorithms.ts#L6
Replace `'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'` with `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"`
|
Run npm test:
src/passport-saml/algorithms.ts#L7
Replace `'sha512'` with `"sha512"`
|
Run npm test:
src/passport-saml/algorithms.ts#L8
Replace `'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'` with `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"`
|
Run npm test:
src/passport-saml/algorithms.ts#L10
Replace `'http://www.w3.org/2000/09/xmldsig#rsa-sha1'` with `"http://www.w3.org/2000/09/xmldsig#rsa-sha1"`
|
|
|
Run npm run lint:
src/passport-saml/algorithms.ts#L1
Replace `'crypto'` with `"crypto"`
|
|
|
Run npm run lint:
src/passport-saml/algorithms.ts#L5
Replace `'sha256'` with `"sha256"`
|
Run npm run lint:
src/passport-saml/algorithms.ts#L6
Replace `'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'` with `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"`
|
Run npm run lint:
src/passport-saml/algorithms.ts#L7
Replace `'sha512'` with `"sha512"`
|
Run npm run lint:
src/passport-saml/algorithms.ts#L8
Replace `'http://www.w3.org/2001/04/xmldsig-more#rsa-sha512'` with `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"`
|
Run npm run lint:
src/passport-saml/algorithms.ts#L10
Replace `'http://www.w3.org/2000/09/xmldsig#rsa-sha1'` with `"http://www.w3.org/2000/09/xmldsig#rsa-sha1"`
|
|
|
Loading