Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: react, react-dom, , react-scripts #122

Open
wants to merge 1 commit into
base: gitremote
Choose a base branch
from

Conversation

officialmofabs
Copy link
Collaborator

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

react
from 16.13.1 to 16.14.0 | 1 version ahead of your current version | 4 years ago
on 2020-10-14
react-dom
from 16.13.1 to 16.14.0 | 1 version ahead of your current version | 4 years ago
on 2020-10-14
@testing-library/jest-dom
from 5.16.2 to 5.17.0 | 4 versions ahead of your current version | a year ago
on 2023-07-18
react-scripts
from 5.0.0 to 5.0.1 | 1 version ahead of your current version | 2 years ago
on 2022-04-12

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
265 No Known Exploit
critical severity Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
265 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-DECODEURICOMPONENT-3149970
265 Proof of Concept
Release notes
Package name: react from react GitHub release notes
Package name: react-dom from react-dom GitHub release notes
Package name: @testing-library/jest-dom from @testing-library/jest-dom GitHub release notes
Package name: react-scripts
  • 5.0.1 - 2022-04-12

    5.0.1 (2022-04-12)

    Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot and relaxed our check for older versions of Create React App.

    Migrating from 5.0.0 to 5.0.1

    Inside any created project that has not been ejected, run:

    npm install --save --save-exact react-scripts@5.0.1
    

    or

    yarn add --exact react-scripts@5.0.1
    

    🐛 Bug Fix

    💅 Enhancement

    • cra-template-typescript, cra-template, react-scripts
    • cra-template-typescript, cra-template
    • eslint-config-react-app

    📝 Documentation

    🏠 Internal

    Committers: 11

  • 5.0.0 - 2021-12-14

    v5.0.0 (2021-12-14)

    Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.

    Thanks to all the maintainers and contributors who worked so hard on this release! 🙌

    Highlights

    • webpack 5 (#11201)
    • Jest 27 (#11338)
    • ESLint 8 (#11375)
    • PostCSS 8 (#11121)
    • Fast Refresh improvements and bug fixes (#11105)
    • Support for Tailwind (#11717)
    • Improved package manager detection (#11322)
    • Unpinned all dependencies for better compatibility with other tools (#11474)
    • Dropped support for Node 10 and 12

    Migrating from 4.0.x to 5.0.0

    Inside any created project that has not been ejected, run:

    npm install --save --save-exact react-scripts@5.0.0

    or

    yarn add --exact react-scripts@5.0.0
    

    NOTE: You may need to delete your node_modules folder and reinstall your dependencies by running npm install (or yarn) if you encounter errors after upgrading.

    If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box.

    Breaking Changes

    Like any major release, react-scripts@5.0.0 contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue.

    Dropped support for Node 10 and 12

    Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js.

    Full Changelog

    💥 Breaking Change

    • create-react-app
    • babel-preset-react-app, cra-template-typescript, cra-template, create-react-app, eslint-config-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts
    • eslint-config-react-app, react-error-overlay, react-scripts
    • react-scripts

    🐛 Bug Fix

    💅 Enhancement

    • react-scripts
      • #11717 Add support for Tailwind (@ iansu)
      • #8227 Add source-map-loader for debugging into original source of node_modules libraries that contain sourcemaps (@ justingrant)
      • #10499 Remove ESLint verification when opting-out (@ mrmckeb)
    • eslint-config-react-app, react-error-overlay, react-scripts
    • create-react-app
    • react-dev-utils
    • create-react-app, react-scripts

    📝 Documentation

    🏠 Internal

    • Other
    • create-react-app
    • babel-plugin-named-asset-import, babel-preset-react-app, confusing-browser-globals, create-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts
    • react-scripts
    • babel-plugin-named-asset-import, confusing-browser-globals, create-react-app, eslint-config-react-app, react-dev-utils, react-error-overlay, react-scripts
    • confusing-browser-globals, cra-template-typescript, cra-template, create-react-app
    • react-error-overlay, react-scripts
    • babel-preset-react-app, cra-template-typescript, cra-template, create-react-app, eslint-config-react-app, react-app-polyfill, react-dev-utils, react-error-overlay, react-scripts

    🔨 Underlying Tools

    • react-dev-utils, react-scripts
    • react-scripts
    • babel-plugin-named-asset-import, confusing-browser-globals, create-react-app, react-dev-utils, react-error-overlay, react-scripts
      • #11338 Upgrade jest and related packages from 26.6.0 to 27.1.0 (@ krreet)
    • eslint-config-react-app, react-error-overlay, react-scripts
    • babel-preset-react-app, react-dev-utils, react-error-overlay, react-scripts
    • react-dev-utils

    Committers: 34

from react-scripts GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - react from 16.13.1 to 16.14.0.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 16.13.1 to 16.14.0.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @testing-library/jest-dom from 5.16.2 to 5.17.0.
    See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom
  - react-scripts from 5.0.0 to 5.0.1.
    See this package in npm: https://www.npmjs.com/package/react-scripts

See this project in Snyk:
https://app.snyk.io/org/supportigedevteam.onmicrosoft.com/project/18dc50d6-4d8c-4ee3-8624-89d2e9bb4afc?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@adobe/css-tools@4.4.0 None 0 187 kB adobe-admin
npm/@babel/code-frame@7.24.7 environment 0 24.1 kB nicolo-ribaudo
npm/@babel/compat-data@7.25.4 None 0 101 kB nicolo-ribaudo
npm/@babel/eslint-parser@7.25.1 unsafe +2 308 kB nicolo-ribaudo
npm/@babel/generator@7.25.6 None 0 487 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.24.7 None 0 52.4 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.25.2 None 0 52.3 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.25.4 None 0 506 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.24.8 None 0 105 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.7 None 0 63.7 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.25.2 None 0 160 kB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.24.7 None 0 55 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.8 None 0 114 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.25.0 None 0 106 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.24.7 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.24.7 None 0 58.5 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.8 None 0 31.8 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.24.7 None 0 49.3 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.24.8 None 0 11.8 kB nicolo-ribaudo
npm/@babel/highlight@7.24.7 environment +1 47.2 kB nicolo-ribaudo
npm/@babel/parser@7.25.6 None 0 1.89 MB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.24.7 None 0 107 kB nicolo-ribaudo
npm/@babel/plugin-syntax-decorators@7.24.7 None 0 78.5 kB nicolo-ribaudo
npm/@babel/plugin-syntax-flow@7.24.7 None 0 71.3 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.24.7 None 0 70 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.25.4 None 0 69.7 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-flow-strip-types@7.25.2 None 0 80.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.24.8 None 0 107 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.25.4 Transitive: unsafe +4 621 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/plugin-transform-typescript@7.25.2 None 0 200 kB nicolo-ribaudo
npm/@babel/preset-typescript@7.24.7 None 0 90.8 kB nicolo-ribaudo
npm/@babel/runtime-corejs3@7.9.2 None 0 136 kB nicolo-ribaudo
npm/@babel/runtime@7.25.6 None +1 276 kB nicolo-ribaudo
npm/@babel/template@7.25.0 None 0 70.4 kB nicolo-ribaudo
npm/@babel/traverse@7.25.6 None 0 731 kB nicolo-ribaudo
npm/@babel/types@7.25.6 environment 0 2.48 MB nicolo-ribaudo
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB eslint-community-bot
npm/@eslint-community/regexpp@4.11.0 None 0 446 kB eslint-community-bot
npm/@jest/types@24.9.0 None 0 47 kB scotthovestadt
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.5.0 None 0 113 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1 None +2 116 kB nicolo-ribaudo
npm/@rtsao/scc@1.1.0 None 0 3.61 kB rtsao
npm/@rushstack/eslint-patch@1.10.4 None 0 255 kB odspnpm
npm/@sheerun/mutationobserver-shim@0.3.3 None 0 36.1 kB sheerun
npm/@testing-library/dom@6.16.0 environment +4 3.12 MB testing-library-bot
npm/@testing-library/jest-dom@5.17.0 None +1 398 kB testing-library-bot
npm/@testing-library/react@9.5.0 environment 0 4.55 MB testing-library-bot
npm/@testing-library/user-event@7.2.1 None 0 12.9 MB testing-library-bot
npm/@types/http-proxy@1.17.4 None 0 10.9 kB types
npm/@types/istanbul-lib-coverage@2.0.1 None 0 5.75 kB types
npm/@types/istanbul-reports@1.1.1 None 0 3.88 kB types
npm/@types/jest@27.4.1 Transitive: environment, eval +3 180 kB types
npm/@types/node@13.9.3 None 0 680 kB types
npm/@types/prop-types@15.7.3 None 0 6.47 kB types
npm/@types/react-dom@16.9.5 None 0 24.2 kB types
npm/@types/react@16.9.25 None 0 157 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@types/testing-library__dom@6.14.0 None 0 18.3 kB types
npm/@types/testing-library__jest-dom@5.14.3 None 0 30.6 kB types
npm/@types/testing-library__react@9.1.3 None 0 6.09 kB types
npm/@types/yargs-parser@15.0.0 None 0 8 kB types
npm/@types/yargs@13.0.8 None 0 49.9 kB types
npm/@typescript-eslint/eslint-plugin@5.62.0 Transitive: environment +3 2.57 MB jameshenry
npm/@typescript-eslint/experimental-utils@5.62.0 None 0 4.9 kB jameshenry
npm/@typescript-eslint/parser@5.62.0 None 0 18.6 kB jameshenry
npm/@typescript-eslint/scope-manager@5.62.0 None 0 592 kB jameshenry
npm/@typescript-eslint/type-utils@5.62.0 None 0 88 kB jameshenry
npm/@typescript-eslint/types@5.62.0 None 0 223 kB jameshenry
npm/@typescript-eslint/typescript-estree@5.62.0 environment, filesystem 0 553 kB jameshenry
npm/@typescript-eslint/utils@5.62.0 None 0 501 kB jameshenry
npm/@typescript-eslint/visitor-keys@5.62.0 None 0 18.4 kB jameshenry
npm/address@1.2.2 environment, filesystem, shell 0 13 kB fengmk2
npm/aria-query@5.1.3 None 0 176 kB jessebeach
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-includes@3.1.8 None 0 26.3 kB ljharb
npm/array.prototype.findlast@1.2.5 None 0 29.1 kB ljharb
npm/array.prototype.findlastindex@1.2.5 None 0 29.4 kB ljharb
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/array.prototype.flatmap@1.3.2 None 0 19.1 kB ljharb
npm/array.prototype.tosorted@1.1.4 None 0 20.9 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.10.0 None 0 2.79 MB npmdeque
npm/axobject-query@4.1.0 None 0 111 kB ljharb
npm/browserslist@4.23.3 environment, filesystem 0 63 kB ai
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/caniuse-lite@1.0.30001659 None 0 2.1 MB ai, beneb, caniuse-lite
npm/core-js-compat@3.38.1 None 0 739 kB zloirock
npm/core-js-pure@3.6.4 environment, eval, filesystem 0 573 kB zloirock
npm/csstype@2.6.9 None 0 1.67 MB faddee
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/diff-sequences@27.5.1 None 0 53 kB simenb
npm/dom-accessibility-api@0.3.0 None 0 51 kB eps1lon
npm/electron-to-chromium@1.5.18 None 0 147 kB kilianvalkhof
npm/es-abstract@1.23.3 None 0 2.38 MB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-get-iterator@1.1.3 None 0 31.6 kB ljharb
npm/es-iterator-helpers@1.0.19 None 0 156 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/escalade@3.2.0 filesystem 0 12.4 kB lukeed
npm/eslint-config-react-app@7.0.1 None 0 19.7 kB iansu
npm/eslint-import-resolver-node@0.3.9 Transitive: environment, filesystem +2 204 kB ljharb
npm/eslint-module-utils@2.11.0 None 0 52.8 kB ljharb
npm/eslint-plugin-import@2.30.0 environment, filesystem, unsafe +1 1.4 MB ljharb
npm/eslint-plugin-jsx-a11y@6.10.0 None 0 758 kB ljharb
npm/eslint-plugin-react-hooks@4.6.2 environment 0 118 kB react-bot
npm/eslint-plugin-react@7.35.2 Transitive: environment, filesystem +1 967 kB ljharb
npm/eslint-plugin-testing-library@5.11.1 filesystem 0 251 kB testing-library-bot
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/fork-ts-checker-webpack-plugin@6.5.3 filesystem, shell +4 624 kB piotr-oles
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb

🚮 Removed packages: npm/@babel/code-frame@7.12.13), npm/@babel/compat-data@7.17.0), npm/@babel/eslint-parser@7.17.0), npm/@babel/generator@7.17.3), npm/@babel/helper-annotate-as-pure@7.16.7), npm/@babel/helper-compilation-targets@7.16.7), npm/@babel/helper-create-class-features-plugin@7.17.6), npm/@babel/helper-member-expression-to-functions@7.16.7), npm/@babel/helper-module-imports@7.16.7), npm/@babel/helper-module-transforms@7.17.6), npm/@babel/helper-optimise-call-expression@7.16.7), npm/@babel/helper-plugin-utils@7.16.7), npm/@babel/helper-replace-supers@7.16.7), npm/@babel/helper-simple-access@7.16.7), npm/@babel/helper-skip-transparent-expression-wrappers@7.16.0), npm/@babel/helper-validator-identifier@7.14.0), npm/@babel/helper-validator-option@7.16.7), npm/@babel/highlight@7.14.0), npm/@babel/parser@7.17.3), npm/@babel/plugin-proposal-decorators@7.17.2), npm/@babel/plugin-syntax-decorators@7.17.0), npm/@babel/plugin-syntax-flow@7.16.7), npm/@babel/plugin-syntax-jsx@7.16.7), npm/@babel/plugin-syntax-typescript@7.16.7), npm/@babel/plugin-transform-flow-strip-types@7.16.7), npm/@babel/plugin-transform-modules-commonjs@7.16.8), npm/@babel/plugin-transform-runtime@7.17.0), npm/@babel/plugin-transform-typescript@7.16.8), npm/@babel/preset-typescript@7.16.7), npm/@babel/runtime-corejs3@7.14.0), npm/@babel/runtime@7.14.0), npm/@babel/template@7.16.7), npm/@babel/traverse@7.17.3), npm/@babel/types@7.17.0), npm/@jest/types@26.6.2), npm/@jridgewell/resolve-uri@3.0.5), npm/@jridgewell/sourcemap-codec@1.4.11), npm/@jridgewell/trace-mapping@0.3.4), npm/@rushstack/eslint-patch@1.1.0), npm/@testing-library/dom@7.31.0), npm/@testing-library/jest-dom@5.12.0), npm/@testing-library/react@11.2.7), npm/@testing-library/user-event@12.8.3), npm/@types/aria-query@4.2.1), npm/@types/http-proxy@1.17.8), npm/@types/istanbul-lib-coverage@2.0.3), npm/@types/istanbul-reports@3.0.0), npm/@types/jest@26.0.23), npm/@types/node@15.6.0), npm/@types/testing-library__jest-dom@5.9.5), npm/@types/yargs-parser@20.2.0), npm/@types/yargs@15.0.13), npm/@typescript-eslint/eslint-plugin@5.14.0), npm/@typescript-eslint/experimental-utils@5.14.0), npm/@typescript-eslint/parser@5.14.0), npm/@typescript-eslint/scope-manager@5.14.0), npm/@typescript-eslint/type-utils@5.14.0), npm/@typescript-eslint/types@5.14.0), npm/@typescript-eslint/typescript-estree@5.14.0), npm/@typescript-eslint/utils@5.14.0), npm/@typescript-eslint/visitor-keys@5.14.0), npm/address@1.1.2), npm/aria-query@4.2.2), npm/array-includes@3.1.4), npm/array.prototype.flat@1.2.5), npm/array.prototype.flatmap@1.2.5), npm/ast-types-flow@0.0.7), npm/atob@2.1.2), npm/axe-core@4.4.1), npm/axobject-query@2.2.0), npm/browserslist@4.20.0), npm/call-bind@1.0.2), npm/caniuse-lite@1.0.30001314), npm/chalk@4.1.1), npm/charcodes@0.2.0), npm/core-js-compat@3.21.1), npm/core-js-pure@3.12.1), npm/css@3.0.0), npm/decode-uri-component@0.2.0), npm/define-properties@1.1.3), npm/diff-sequences@26.6.2), npm/dom-accessibility-api@0.5.4), npm/electron-to-chromium@1.4.82), npm/es-abstract@1.19.1), npm/escalade@3.1.1), npm/eslint-config-react-app@7.0.0), npm/eslint-import-resolver-node@0.3.6), npm/eslint-module-utils@2.7.3), npm/eslint-plugin-import@2.25.4), npm/eslint-plugin-jsx-a11y@6.5.1), npm/eslint-plugin-react-hooks@4.3.0), npm/eslint-plugin-react@7.29.3), npm/eslint-plugin-testing-library@5.0.6), npm/fork-ts-checker-webpack-plugin@6.5.0), npm/function-bind@1.1.1), npm/get-intrinsic@1.1.1), npm/get-symbol-description@1.0.0), npm/global-prefix@3.0.0), npm/globals@11.12.0), npm/globby@11.1.0), npm/graceful-fs@4.2.9), npm/gzip-size@6.0.0), npm/handle-thing@2.0.1), npm/harmony-reflect@1.6.2), npm/has-bigints@1.0.1), npm/has-symbols@1.0.3), npm/has-tostringtag@1.0.0), npm/has@1.0.3), npm/he@1.2.0), npm/hoopy@0.1.4), npm/hpack.js@2.1.6), npm/html-encoding-sniffer@2.0.1), npm/html-entities@2.3.2), npm/html-escaper@2.0.2), npm/html-minifier-terser@6.1.0), npm/html-webpack-plugin@5.5.0), npm/htmlparser2@6.1.0), npm/http-deceiver@1.2.7), npm/http-errors@1.8.1), npm/http-parser-js@0.5.6), npm/http-proxy-agent@4.0.1), npm/http-proxy-middleware@2.0.3), npm/http-proxy@1.18.1), npm/https-proxy-agent@5.0.0), npm/human-signals@2.1.0), npm/icss-utils@5.1.0), npm/idb@6.1.5), npm/identity-obj-proxy@3.0.0), npm/ignore@5.2.0), npm/immer@9.0.12), npm/import-fresh@3.3.0), npm/import-local@3.1.0), npm/indent-string@4.0.0), npm/inflight@1.0.6), npm/inherits@2.0.4), npm/internal-slot@1.0.3), npm/ip@1.1.5), npm/ipaddr.js@2.0.1), npm/is-arguments@1.1.1), npm/is-arrayish@0.2.1), npm/is-bigint@1.0.4), npm/is-boolean-object@1.1.2), npm/is-callable@1.2.4), npm/is-core-module@2.8.1), npm/is-date-object@1.0.5), npm/is-docker@2.2.1), npm/is-generator-fn@2.1.0), npm/is-glob@4.0.3), npm/is-module@1.0.0), npm/is-negative-zero@2.0.2), npm/is-number-object@1.0.6), npm/is-obj@1.0.1), npm/is-path-cwd@2.2.0), npm/is-path-inside@3.0.3), npm/is-plain-obj@3.0.0), npm/is-potential-custom-element-name@1.0.1), npm/is-regex@1.1.4), npm/is-regexp@1.0.0), npm/is-root@2.1.0), npm/is-shared-array-buffer@1.0.1), npm/is-stream@2.0.1), npm/is-string@1.0.7), npm/is-symbol@1.0.4), npm/is-weakref@1.0.2), npm/is-wsl@2.2.0), npm/isexe@2.0.0), npm/istanbul-lib-coverage@3.2.0), npm/istanbul-lib-instrument@5.1.0), npm/istanbul-lib-report@3.0.0), npm/istanbul-lib-source-maps@4.0.1), npm/istanbul-reports@3.1.4), npm/jake@10.8.5)

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants