1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Upgrade all minor/patch versions (#28500)

* Upgrade all minor/patch versions

* Revert liquid change

* Revert highlightjs

* Force highlightjs version

* force liquidjs version

* Revert all

* Smaller set of upgrades

* Update package-lock.json

* Update package-lock.json

* Lock cheerio version

* Remaining minors except liquid and cheerio

* A few majors I suspect are harmless

* And run npm install again :)

* Lock liquidjs version

* Step back on got

* A few hidden minor/patches

* Update package-lock.json

* Lock react types
This commit is contained in:
Kevin Heis
2022-06-15 11:10:09 -07:00
committed by GitHub
parent 295c9f5fdc
commit c2e9d34b7c
2 changed files with 4974 additions and 3168 deletions

8028
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,44 +10,44 @@
],
"dependencies": {
"@github/failbot": "0.8.0",
"@primer/css": "^19.4.0",
"@primer/octicons": "17.0.0",
"@primer/octicons-react": "17.0.0",
"@primer/css": "^19.8.2",
"@primer/octicons": "17.3.0",
"@primer/octicons-react": "17.3.0",
"@primer/react": "^34.7.1",
"@react-aria/ssr": "^3.1.0",
"@react-aria/ssr": "^3.2.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.9.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.10",
"cheerio": "1.0.0-rc.10",
"classnames": "^2.3.1",
"connect-datadog": "0.0.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-timeout-handler": "^2.2.2",
"flat": "^5.0.2",
"github-slugger": "^1.4.0",
"got": "^11.8.2",
"got": "^11.8.5",
"gray-matter": "^4.0.3",
"hast-util-from-parse5": "^7.1.0",
"hast-util-parse-selector": "^3.1.0",
"hast-util-select": "^5.0.1",
"hast-util-select": "^5.0.2",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.0.2",
"helmet": "^5.1.0",
"highlight.js": "11.4.0",
"highlight.js": "11.5.1",
"highlightjs-curl": "^1.3.0",
"highlightjs-graphql": "^1.0.2",
"hot-shots": "^9.0.0",
"html-entities": "^2.3.2",
"html-entities": "^2.3.3",
"imurmurhash": "^0.1.4",
"javascript-stringify": "^2.1.0",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
"liquidjs": "^9.22.1",
"liquidjs": "9.22.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lunr": "^2.3.9",
@@ -56,20 +56,20 @@
"mdast-util-to-string": "^3.1.0",
"morgan": "^1.10.0",
"msgpack5rpc": "^1.1.0",
"next": "^11.1.3",
"next": "^11.1.4",
"overload-protection": "^1.2.3",
"parse5": "7.0.0",
"port-used": "^2.0.8",
"quick-lru": "6.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.2",
"rehype-stringify": "^9.0.3",
"remark-code-extra": "^1.0.1",
"remark-gemoji-to-emoji": "^1.1.0",
"remark-gfm": "^3.0.1",
@@ -79,92 +79,92 @@
"revalidator": "^0.3.1",
"rss-parser": "^3.12.0",
"scroll-anchoring": "^0.1.0",
"semver": "^7.3.5",
"semver": "^7.3.7",
"slash": "^4.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.3",
"styled-components": "^5.3.5",
"swr": "1.3.0",
"ts-dedent": "^2.2.0",
"unified": "^10.1.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"url-template": "^3.0.0",
"uuid": "^8.3.2",
"walk-sync": "^3.0.0"
},
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@alex_neo/jest-expect-message": "^1.0.5",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@graphql-inspector/core": "^3.1.1",
"@graphql-tools/load": "^7.4.1",
"@jest/globals": "^28.1.0",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@graphql-inspector/core": "^3.1.2",
"@graphql-tools/load": "^7.5.14",
"@jest/globals": "^28.1.1",
"@octokit/graphql": "4.8.0",
"@octokit/rest": "^18.12.0",
"@types/github-slugger": "^1.3.0",
"@types/imurmurhash": "^0.1.1",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.38",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.1",
"@types/react-dom": "^18.0.5",
"@types/react-syntax-highlighter": "^15.5.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-env": "^1.7.0",
"chalk": "^5.0.0",
"chalk": "^5.0.1",
"change-case": "^4.1.2",
"commander": "^8.3.0",
"cross-env": "^7.0.3",
"csp-parse": "0.0.2",
"dedent": "^0.7.0",
"domwaiter": "^1.3.0",
"eslint": "8.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"event-to-promise": "^0.8.0",
"git-diff": "^2.0.6",
"glob": "^8.0.1",
"graphql": "^16.3.0",
"glob": "^8.0.3",
"graphql": "^16.5.0",
"http-status-code": "^2.1.0",
"husky": "^7.0.4",
"husky": "^8.0.1",
"japanese-characters": "^1.1.0",
"jest": "^27.4.7",
"jest-environment-puppeteer": "5.0.4",
"jest-fail-on-console": "^2.2.3",
"jest": "^27.5.1",
"jest-environment-puppeteer": "^5.0.4",
"jest-fail-on-console": "^2.4.2",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"kill-port": "2.0.0",
"linkinator": "^3.0.3",
"lint-staged": "^12.3.3",
"linkinator": "^3.1.0",
"lint-staged": "^13.0.1",
"make-promises-safe": "^5.1.0",
"minimatch": "^5.0.0",
"minimatch": "^5.1.0",
"mkdirp": "^1.0.4",
"mockdate": "^3.0.5",
"nock": "^13.2.2",
"nock": "^13.2.7",
"nodemon": "2.0.16",
"npm-merge-driver-install": "^3.0.0",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"replace": "^1.2.1",
"rimraf": "^3.0.2",
"robots-parser": "^3.0.0",
"sass": "^1.49.0",
"sass": "^1.52.3",
"start-server-and-test": "^1.14.0",
"strip-ansi": "^7.0.1",
"supertest": "^6.2.2",
"supertest": "^6.2.3",
"tough-cookie": "4.0.0",
"typescript": "^4.5.5"
"typescript": "^4.7.3"
},
"engines": {
"node": ">=16.x"
@@ -175,7 +175,7 @@
"optionalDependencies": {
"bottleneck": "^2.19.5",
"esm": "^3.2.25",
"image-size": "^1.0.0",
"image-size": "^1.0.1",
"jest-puppeteer": "^5.0.4",
"jimp": "^0.16.1",
"pa11y-ci": "^2.4.2",