Skip to content

Commit 1556a58

Browse files
bump deps
1 parent 74dcc4b commit 1556a58

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
@@ -40,16 +40,16 @@
4040
"next": "^12.1.1",
4141
"next-api-og-image": "^2.2.1",
4242
"node-fetch": "^2.6.1",
43-
"notion-client": "^6.9.3-6.10.0-alpha.0.0",
44-
"notion-types": "^6.7.0",
45-
"notion-utils": "^6.9.3-6.10.0-alpha.0.0",
43+
"notion-client": "^6.9.4",
44+
"notion-types": "^6.9.4",
45+
"notion-utils": "^6.9.4",
4646
"p-map": "^5.3.0",
4747
"p-memoize": "^6.0.1",
4848
"posthog-js": "^1.20.2",
4949
"react": "^17.0.2",
5050
"react-body-classname": "^1.3.1",
5151
"react-dom": "^17.0.2",
52-
"react-notion-x": "^6.9.3",
52+
"react-notion-x": "^6.9.4",
5353
"react-static-tweets": "^0.7.2",
5454
"react-use": "^17.3.2",
5555
"static-tweets": "^0.7.2"

yarn.lock

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

2929-
notion-client@^6.9.3-6.10.0-alpha.0.0:
2930-
version "6.9.3-6.10.0-alpha.0.0"
2931-
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.9.3-6.10.0-alpha.0.0.tgz#b82b95733ae4bc543d25e4341d98a5b57f795fba"
2932-
integrity sha512-Zq+7TxavVYuZ4+zUqlqeIEENkfM64b1u0MBNQSgKuHW9typCqQBckxnYwm2gydOHgBdrEp1nFWOugE8kXU+Nrg==
2929+
notion-client@^6.9.4:
2930+
version "6.9.4"
2931+
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.9.4.tgz#609e909736dce12060eee9cd5b2c43130edfbb54"
2932+
integrity sha512-MNYGDEHyYNpP7XukZNw0HUveC2cgvP+xEO8/XaaeAKeYtHeIVTmuD+y2NHxtlgakVLVqT87tvkIbEPy82r31zQ==
29332933
dependencies:
29342934
got "^11.8.1"
2935-
notion-types "^6.7.0"
2936-
notion-utils "^6.9.3-6.10.0-alpha.0.0"
2935+
notion-types "^6.9.4"
2936+
notion-utils "^6.9.4"
29372937
p-map "^5.3.0"
29382938

2939-
notion-types@^6.7.0:
2940-
version "6.7.0"
2941-
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.7.0.tgz#f5ccb8ef701389b2bf52e5561bd31bc60c49ccdf"
2942-
integrity sha512-j7O6juQDOPgAinELMMpvVn0c8Vgr+Dhqm7UTTnhILnBhbOtQKaIYPCNKA4AJw/OPzzy1iEJ6KrthTEkPbQYEeg==
2939+
notion-types@^6.9.4:
2940+
version "6.9.4"
2941+
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.9.4.tgz#137bc0e7b327aa0b75defffdd128009384e72f05"
2942+
integrity sha512-hLOHtg5VZU5czs77aHNROUYuY/1bk+Ejl7GAHjPpAgCzfTeQVpJYjvLr+XZIqcBUSa/3u/BcTpEImRmp+UOw9Q==
29432943

2944-
notion-utils@^6.9.3-6.10.0-alpha.0.0:
2945-
version "6.9.3-6.10.0-alpha.0.0"
2946-
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.9.3-6.10.0-alpha.0.0.tgz#d8515de8fae473a7163e7feb85a33355f18c7933"
2947-
integrity sha512-uBJYy2JzMVWLy1UvnaEsmZPlM32B8zxWx9rAmMTmcszblYrTCU9CZJCA0h/gyYiI7hmYfDEXDEgpFo/4kkpEtQ==
2944+
notion-utils@^6.9.4:
2945+
version "6.9.4"
2946+
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.9.4.tgz#e4274b146c9c86521f557d8cabdf08bc285675ca"
2947+
integrity sha512-OIAeGBBkOndVb6rXZosStugM0di8Pvi3YMGTLf1oh84KtipYyPw70zbloJNM9zLDf578AW9MU2i/yyt5A4TMRQ==
29482948
dependencies:
29492949
is-url-superb "^6.1.0"
29502950
mem "^9.0.2"
29512951
normalize-url "^7.0.3"
2952-
notion-types "^6.7.0"
2952+
notion-types "^6.9.4"
29532953
p-queue "^7.2.0"
29542954

29552955
npm-run-all@^4.1.5:
@@ -3509,16 +3509,16 @@ react-modal@^3.14.3:
35093509
react-lifecycles-compat "^3.0.0"
35103510
warning "^4.0.3"
35113511

3512-
react-notion-x@^6.9.3:
3513-
version "6.9.3"
3514-
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.3.tgz#dc0caa7267a2e4fe9d578078432140b4a56ab564"
3515-
integrity sha512-ZQhracel7+1MBEhWePPdviPQcHetK76PbN50R2HD048DDDhsi3LnZtJKDUgdZrDOipDe9TUZncWKzBiFIYx53w==
3512+
react-notion-x@^6.9.4:
3513+
version "6.9.4"
3514+
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.4.tgz#a20e42ea21cb77037eb037412f490e7dc217e153"
3515+
integrity sha512-5/SuoOTl2I7Tojt187ZEt1ArvamxQEJlUx5P5+Q5DV3dvqt3PPdJYERckrdMVUdLQFHJr+4jgvEbBl91oSmjRQ==
35163516
dependencies:
35173517
"@fisch0920/medium-zoom" "^1.0.7"
35183518
"@matejmazur/react-katex" "^3.1.3"
35193519
"@radix-ui/react-dropdown-menu" "^0.1.6"
3520-
notion-types "^6.7.0"
3521-
notion-utils "^6.9.3-6.10.0-alpha.0.0"
3520+
notion-types "^6.9.4"
3521+
notion-utils "^6.9.4"
35223522
prismjs "^1.27.0"
35233523
react-fast-compare "^3.2.0"
35243524
react-hotkeys-hook "^3.0.3"

0 commit comments

Comments
 (0)