Fix some vulnerabilities reported by npm audit (#3215)

This commit is contained in:
Jakub Neander 2023-03-24 10:44:19 +01:00 committed by GitHub
parent dd2a643566
commit b576f8f8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 185 additions and 25462 deletions

25613
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@
"npm": ">=7" "npm": ">=7"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.4.15", "@apollo/client": "3.4.17",
"@editorjs/editorjs": "^2.24.3", "@editorjs/editorjs": "^2.24.3",
"@editorjs/header": "^2.6.2", "@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2", "@editorjs/image": "^2.6.2",
@ -29,7 +29,7 @@
"@graphiql/react": "^0.15.0", "@graphiql/react": "^0.15.0",
"@graphiql/toolkit": "^0.8.0", "@graphiql/toolkit": "^0.8.0",
"@material-ui/core": "^4.12.4", "@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.4", "@material-ui/styles": "^4.11.4",
"@reach/auto-id": "^0.16.0", "@reach/auto-id": "^0.16.0",
@ -44,7 +44,7 @@
"apollo-upload-client": "^17.0.0", "apollo-upload-client": "^17.0.0",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"color-convert": "^2.0.1", "color-convert": "^2.0.1",
"crc-32": "^1.2.0", "crc-32": "^1.2.2",
"currency-codes": "^2.1.0", "currency-codes": "^2.1.0",
"currency.js": "^2.0.4", "currency.js": "^2.0.4",
"debug": "^4.3.4", "debug": "^4.3.4",
@ -62,13 +62,13 @@
"jss": "^9.8.7", "jss": "^9.8.7",
"junit-report-merger": "^3.0.5", "junit-report-merger": "^3.0.5",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"keycode": "^2.2.0", "keycode": "^2.2.1",
"lodash": "^4.17.20", "lodash": "^4.17.21",
"lz-string": "^1.4.4", "lz-string": "^1.4.4",
"marked": "^4.0.17", "marked": "^4.0.17",
"moment-timezone": "^0.5.32", "moment-timezone": "^0.5.32",
"pixelmatch": "^5.3.0", "pixelmatch": "^5.3.0",
"qs": "^6.9.0", "qs": "^6.10.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-draggable": "^4.4.5", "react-draggable": "^4.4.5",
@ -79,7 +79,7 @@
"react-gtm-module": "^2.0.11", "react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0", "react-infinite-scroll-component": "^6.1.0",
"react-inlinesvg": "^3.0.1", "react-inlinesvg": "^3.0.2",
"react-intl": "^5.21.2", "react-intl": "^5.21.2",
"react-jss": "^10.0.0", "react-jss": "^10.0.0",
"react-markdown": "^4.3.1", "react-markdown": "^4.3.1",
@ -108,7 +108,7 @@
"@babel/preset-react": "^7.7.4", "@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.13.0", "@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.7.6", "@babel/runtime": "^7.7.6",
"@editorjs/embed": "^2.5.1", "@editorjs/embed": "^2.5.3",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@formatjs/cli": "^4.5.0", "@formatjs/cli": "^4.5.0",
"@graphql-codegen/add": "^3.1.1", "@graphql-codegen/add": "^3.1.1",
@ -125,10 +125,10 @@
"@pollyjs/persister-fs": "~5.0.0", "@pollyjs/persister-fs": "~5.0.0",
"@release-it/bumper": "^2.0.0", "@release-it/bumper": "^2.0.0",
"@saleor/app-sdk": "^0.34.1", "@saleor/app-sdk": "^0.34.1",
"@types/apollo-upload-client": "^17.0.0", "@types/apollo-upload-client": "^17.0.2",
"@types/color-convert": "^2.0.0", "@types/color-convert": "^2.0.0",
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/fuzzaldrin": "^2.1.2", "@types/fuzzaldrin": "^2.1.4",
"@types/is-ci": "^3.0.0", "@types/is-ci": "^3.0.0",
"@types/jscodeshift": "^0.11.3", "@types/jscodeshift": "^0.11.3",
"@types/lodash-es": "^4.17.3", "@types/lodash-es": "^4.17.3",
@ -136,12 +136,12 @@
"@types/react-dom": "^17.0.17", "@types/react-dom": "^17.0.17",
"@types/react-dropzone": "^4.2.2", "@types/react-dropzone": "^4.2.2",
"@types/react-helmet": "^5.0.8", "@types/react-helmet": "^5.0.8",
"@types/react-infinite-scroller": "^1.2.1", "@types/react-infinite-scroller": "^1.2.3",
"@types/react-router-dom": "^4.3.4", "@types/react-router-dom": "^4.3.4",
"@types/react-sortable-hoc": "^0.7.1", "@types/react-sortable-hoc": "^0.7.1",
"@types/react-sortable-tree": "^0.3.15", "@types/react-sortable-tree": "^0.3.15",
"@types/semver-compare": "^1.0.1", "@types/semver-compare": "^1.0.1",
"@types/url-join": "^4.0.0", "@types/url-join": "^4.0.1",
"@types/webappsec-credential-management": "^0.5.1", "@types/webappsec-credential-management": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0", "@typescript-eslint/parser": "^5.41.0",
@ -174,7 +174,7 @@
"vite": "^3.2.4", "vite": "^3.2.4",
"vite-plugin-html": "^3.2.0", "vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.3", "vite-plugin-pwa": "^0.13.3",
"vite-plugin-sentry": "^1.1.6", "vite-plugin-sentry": "^1.1.7",
"workbox-cacheable-response": "^6.1.2", "workbox-cacheable-response": "^6.1.2",
"workbox-expiration": "^6.1.2", "workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.2", "workbox-precaching": "^6.1.2",
@ -209,18 +209,18 @@
"eslint-plugin-react-refresh": "^0.3.1", "eslint-plugin-react-refresh": "^0.3.1",
"eslint-plugin-simple-import-sort": "^5.0.3", "eslint-plugin-simple-import-sort": "^5.0.3",
"fsevents": "^1.2.9", "fsevents": "^1.2.9",
"husky": "^8.0.0", "husky": "^8.0.3",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-canvas-mock": "^2.4.0", "jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^27.5.1", "jest-environment-jsdom": "^27.5.1",
"jest-file": "^1.0.0", "jest-file": "^1.0.0",
"jest-localstorage-mock": "^2.4.3", "jest-localstorage-mock": "^2.4.26",
"lint-staged": "^10.5.1", "lint-staged": "^10.5.1",
"mocha-junit-reporter": "^2.0.2", "mocha-junit-reporter": "^2.0.2",
"mochawesome": "^7.0.1", "mochawesome": "^7.0.1",
"mochawesome-merge": "^4.2.1", "mochawesome-merge": "^4.2.2",
"mochawesome-report-generator": "^6.0.1", "mochawesome-report-generator": "^6.0.1",
"prettier": "^2.8.3", "prettier": "^2.8.4",
"setup-polly-jest": "^0.9.1", "setup-polly-jest": "^0.9.1",
"ts-jest": "^27.1.5" "ts-jest": "^27.1.5"
}, },