Skip to content

Commit d2296c9

Browse files
🎥
1 parent 9afdbe3 commit d2296c9

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"next": "^12.1.1",
4040
"next-api-og-image": "^2.2.1",
4141
"node-fetch": "^2.6.1",
42-
"notion-client": "^6.12.0",
43-
"notion-types": "^6.11.0",
44-
"notion-utils": "^6.11.0",
42+
"notion-client": "^6.12.6",
43+
"notion-types": "^6.12.6",
44+
"notion-utils": "^6.12.6",
4545
"p-map": "^5.3.0",
4646
"p-memoize": "^6.0.1",
4747
"posthog-js": "^1.20.2",
4848
"react": "^17.0.2",
4949
"react-body-classname": "^1.3.1",
5050
"react-dom": "^17.0.2",
51-
"react-notion-x": "^6.12.5",
51+
"react-notion-x": "^6.12.6",
5252
"react-tweet-embed": "^2.0.0",
5353
"react-use": "^17.3.2",
5454
"rss": "^1.2.2"

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,30 +2448,30 @@ normalize-url@^7.0.3:
24482448
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
24492449
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==
24502450

2451-
notion-client@^6.12.0:
2452-
version "6.12.0"
2453-
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.12.0.tgz#f9617b3cea1dc5f1b2e616b7c293bf552bf36367"
2454-
integrity sha512-1qx8D/lyQo6jnPnhSnAHfTOcoUDq2ssrdinU+pYhJsljvMcnYFyS90QMOuOkgRsMTBvx/MJJGY9dYnpOmvZYhg==
2451+
notion-client@^6.12.6:
2452+
version "6.12.6"
2453+
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.12.6.tgz#bd215e8ea371b099fe0dc3172a16389f71f30f53"
2454+
integrity sha512-aacCgfgJ1UzD2PRLNufSvYVDvzWYBI2vDZJHNaJi8PK9TocG4u2RU+tdC0lVD7aOCr2CP0dOvB8sYehZZIgq8g==
24552455
dependencies:
24562456
got "^11.8.1"
2457-
notion-types "^6.11.0"
2458-
notion-utils "^6.11.0"
2457+
notion-types "^6.12.6"
2458+
notion-utils "^6.12.6"
24592459
p-map "^5.3.0"
24602460

2461-
notion-types@^6.11.0:
2462-
version "6.11.0"
2463-
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.11.0.tgz#3da05375e3ee3334ef0e9f705ff9ffdd880f2fdc"
2464-
integrity sha512-a8Q5Tmgf4lywP57uk4o6UeuxFgswXPul5SYTAWK8spnppMUC3ax5woZcltTHQMvqsP6ZVEqjqDl82lMEL4VD7A==
2461+
notion-types@^6.12.6:
2462+
version "6.12.6"
2463+
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.12.6.tgz#48677bc7f156966bfd95036e9b54d53f1c5b8926"
2464+
integrity sha512-UBbhnzKgn48SVTkMP5It3heODrf8gAPb6O5vLna9pi9zdAtfSjmGmn5//C0P1rF/ppX7cCfgX964g+8VLUBOag==
24652465

2466-
notion-utils@^6.11.0:
2467-
version "6.11.0"
2468-
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.11.0.tgz#2252f8a59d6597141aa026137f4a4edd068119a3"
2469-
integrity sha512-xP58mT0p4mWwrF1TbkV5r/En9XstnQHW75vpsYP+Ghg7TRt80cPzUgRx/lDRaWAkWXN7G+mUZIVU/eQgNonU8w==
2466+
notion-utils@^6.12.6:
2467+
version "6.12.6"
2468+
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.12.6.tgz#9f9065883dc27058b23721d0c88bb05521b14949"
2469+
integrity sha512-QrduKoNyB5XNNk+vIZrQ+niSdnldXk9WUCd2/jUWjCq6dBSL8w9Md2/VE/U5WO1t5ahBr9h2iKaMbQDsF8jT5A==
24702470
dependencies:
24712471
is-url-superb "^6.1.0"
24722472
mem "^9.0.2"
24732473
normalize-url "^7.0.3"
2474-
notion-types "^6.11.0"
2474+
notion-types "^6.12.6"
24752475
p-queue "^7.2.0"
24762476

24772477
npm-run-all@^4.1.5:
@@ -2993,17 +2993,17 @@ react-modal@^3.14.3:
29932993
react-lifecycles-compat "^3.0.0"
29942994
warning "^4.0.3"
29952995

2996-
react-notion-x@^6.12.5:
2997-
version "6.12.5"
2998-
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.12.5.tgz#98e4bbd3cb8754088f8ffcb7dde2406b2e579585"
2999-
integrity sha512-M6Ensoxox5ztOoxpCr0x6DbDC8KpvMkXezkUhL74qhYR+1w/ygN1vJYYZf1sSkZHBkUFme+PmB+puKLsyt/h0w==
2996+
react-notion-x@^6.12.6:
2997+
version "6.12.6"
2998+
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.12.6.tgz#b76233c316186fc7362b203f7516ab2659bdd64a"
2999+
integrity sha512-Pd0spbKWTitCIXnUFcQfwIy0chs8hcp2UZF6yZR96Z21sdGuxTAINGI2vaoKaiYypjjbSlkBM3ew3mkHVlk7Pg==
30003000
dependencies:
30013001
"@fisch0920/medium-zoom" "^1.0.7"
30023002
"@matejmazur/react-katex" "^3.1.3"
30033003
"@radix-ui/react-dropdown-menu" "^0.1.6"
30043004
katex "^0.15.3"
3005-
notion-types "^6.11.0"
3006-
notion-utils "^6.11.0"
3005+
notion-types "^6.12.6"
3006+
notion-utils "^6.12.6"
30073007
prismjs "^1.27.0"
30083008
react-fast-compare "^3.2.0"
30093009
react-hotkeys-hook "^3.0.3"

0 commit comments

Comments
 (0)