Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and laymonage committed Dec 17, 2022
1 parent 89986de commit 5f8f096
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@primer/octicons-react": "^17.9.0",
"@primer/octicons-react": "^17.10.0",
"dompurify": "^2.4.1",
"jsonwebtoken": "^8.5.1",
"lit-html": "^2.5.0",
Expand All @@ -40,7 +40,7 @@
"@next/bundle-analyzer": "^12.3.4",
"@types/dompurify": "^2.4.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^16.18.7",
"@types/node": "^16.18.10",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand All @@ -51,7 +51,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"google-closure-compiler": "^20221102.0.1",
"postcss": "^8.4.19",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"prettier": "^2.8.1",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@
"@prefresh/core" "^1.3.3"
"@prefresh/utils" "^1.1.2"

"@primer/octicons-react@^17.9.0":
version "17.9.0"
resolved "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-17.9.0.tgz#034ad1f377c2834900a2dd6b3c54079628dd73b1"
integrity sha512-fx2abdGfzzHqB8DOSq6FqNgusjkeDHfPFTa8DjSaugCFccEO2vIfM2ZY1sg4c5SpOQEQAbOEC4/gqWDulIRHzA==
"@primer/octicons-react@^17.10.0":
version "17.10.0"
resolved "https://registry.yarnpkg.com/@primer/octicons-react/-/octicons-react-17.10.0.tgz#69753f8b6977cccb733e791c2ffc31c8f09cbfcb"
integrity sha512-6uJeWWPrReHNlGLlsp4bL2rmUr1mmlaKfFNTAkVnzi2Nnp8MmLhGhtdWAktXfFUOll1JF4AacrEK3j91Xq99UQ==

"@rushstack/eslint-patch@^1.1.3":
version "1.1.3"
Expand Down Expand Up @@ -286,10 +286,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.31.tgz"
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==

"@types/node@^16.18.7":
version "16.18.7"
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.7.tgz#9e34404dba546a6f0851439ebba142680ae56fe0"
integrity sha512-SghuoXv8ghvkrKjTyvhRTeNzivPzGQ8pe09PPGdyqsExiKvBYV/6E3imvjsaJuW8ca61qQN2+SoSzyEHS9r2LA==
"@types/node@^16.18.10":
version "16.18.10"
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.10.tgz#d7415ef18c94f8d4e4a82ebcc8b8999f965d8920"
integrity sha512-XU1+v7h81p7145ddPfjv7jtWvkSilpcnON3mQ+bDi9Yuf7OI56efOglXRyXWgQ57xH3fEQgh7WOJMncRHVew5w==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down Expand Up @@ -3000,6 +3000,15 @@ postcss@^8.4.19:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.20:
version "8.4.20"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
dependencies:
nanoid "^3.3.4"
picocolors "^1.0.0"
source-map-js "^1.0.2"

preact-render-to-string@^5.2.6:
version "5.2.6"
resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz#0ff0c86cd118d30affb825193f18e92bd59d0604"
Expand Down

1 comment on commit 5f8f096

@vercel
Copy link

@vercel vercel bot commented on 5f8f096 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.