Skip to content

Commit 05fac1f

Browse files
👭
1 parent 77f0053 commit 05fac1f

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
"ky": "^0.31.4",
4040
"lqip-modern": "^1.2.0",
4141
"next": "^12.3.1",
42-
"notion-client": "^6.13.11",
43-
"notion-types": "^6.13.4",
44-
"notion-utils": "^6.13.4",
42+
"notion-client": "^6.15.6",
43+
"notion-types": "^6.15.6",
44+
"notion-utils": "^6.15.6",
4545
"p-map": "^5.3.0",
4646
"p-memoize": "^6.0.1",
4747
"posthog-js": "^1.20.2",
4848
"react": "^18.2.0",
4949
"react-body-classname": "^1.3.1",
5050
"react-dom": "^18.2.0",
51-
"react-notion-x": "^6.15.3",
51+
"react-notion-x": "^6.15.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
@@ -2557,30 +2557,30 @@ normalize-url@^7.0.3:
25572557
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
25582558
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==
25592559

2560-
notion-client@^6.13.11:
2561-
version "6.13.11"
2562-
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.13.11.tgz#9db30b4652e5d28802a2e41807ff20cf4a0b1c58"
2563-
integrity sha512-5JkRXQkIJb1dwyuPOVO5Nji38p46of8bihkQVOzLAQYDtEhx04euyp8LDKZyUFkTOtea7/JrSUeCcQsAmjj8TA==
2560+
notion-client@^6.15.6:
2561+
version "6.15.6"
2562+
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.15.6.tgz#3dfd0cbd8d2256bdbc93b5549d9cb86e3c33ced3"
2563+
integrity sha512-/ze9bHNhi09IvSo+loAelGVf2VsrnPaXoGtea/VUQq0adTvgcQhC1u37BwaK5G8bS/crVC277+KWlgdJOBIxeQ==
25642564
dependencies:
25652565
got "^11.8.1"
2566-
notion-types "^6.13.4"
2567-
notion-utils "^6.13.4"
2566+
notion-types "^6.15.6"
2567+
notion-utils "^6.15.6"
25682568
p-map "^5.3.0"
25692569

2570-
notion-types@^6.13.4:
2571-
version "6.13.4"
2572-
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.13.4.tgz#7b845e923da9cb485035f6b6ad7cdaa502fc4e4e"
2573-
integrity sha512-Ci4r4xZDpwx9iGUV2rS8IpjN+vFnOi0jH+m1uSIk6ulgxd4e7XZYrJb4yDgZmWeDrf1dQMT8ea4lheHzyyAzDg==
2570+
notion-types@^6.15.6:
2571+
version "6.15.6"
2572+
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.15.6.tgz#eabbb28e1c514f421f0ffbf06ecdecd90e8ec8e3"
2573+
integrity sha512-JgLWDN4oHg/1sNdHDCeKUfdPl1AYsjOTnYkq+Zn7vITPykxbhw7nIxbAJ7owWUTro1cYTPh+GVmdX0mPiZGujg==
25742574

2575-
notion-utils@^6.13.4:
2576-
version "6.13.4"
2577-
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.13.4.tgz#0eaa38bce7d0815c25e57bde3aacfeab30b26e5c"
2578-
integrity sha512-PLgJTFP6lmTzk7xAhZPeacogqOmRQeNPeh6WuxvmG1w7OOO+Bi1Whpn+c6aLUJmnAlJ+ZuI8AkSadvyo5mafAg==
2575+
notion-utils@^6.15.6:
2576+
version "6.15.6"
2577+
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.15.6.tgz#d172faa2c29d62eac71b4e17ed01336d5e372d02"
2578+
integrity sha512-Ys7lQ5KWmrk9ZmpFquomQcVRdQqmZMRAl0aFhoqirVgeyKtq/i5IZoHCw8jCY8732WlaEAUnBid56nN33N2fRQ==
25792579
dependencies:
25802580
is-url-superb "^6.1.0"
25812581
mem "^9.0.2"
25822582
normalize-url "^7.0.3"
2583-
notion-types "^6.13.4"
2583+
notion-types "^6.15.6"
25842584
p-queue "^7.2.0"
25852585

25862586
npm-run-all@^4.1.5:
@@ -3044,16 +3044,16 @@ react-modal@^3.14.3:
30443044
react-lifecycles-compat "^3.0.0"
30453045
warning "^4.0.3"
30463046

3047-
react-notion-x@^6.15.3:
3048-
version "6.15.3"
3049-
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.15.3.tgz#b2f18268cad8f35328210f09344894f77eb36e34"
3050-
integrity sha512-HmN7r4TvA0HE1wSyDKqFWJctz2gX7emQxmqFPfV5CgArdS1ixNyVMDR55PdfDb9uzga6W/OiEAnq6c66wnxl/A==
3047+
react-notion-x@^6.15.6:
3048+
version "6.15.6"
3049+
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.15.6.tgz#af42e836dce9f5d3ece97f2796c09608c49347de"
3050+
integrity sha512-s8FVh8bs2vb32VLvPq21V0rjeWtF+U6Fudaxfx9yA6vVvQ5kgF9RRyc7eNlKpLPfq/HMEqLE52hZW+ecQ15PZQ==
30513051
dependencies:
30523052
"@fisch0920/medium-zoom" "^1.0.7"
30533053
"@matejmazur/react-katex" "^3.1.3"
30543054
katex "^0.15.3"
3055-
notion-types "^6.13.4"
3056-
notion-utils "^6.13.4"
3055+
notion-types "^6.15.6"
3056+
notion-utils "^6.15.6"
30573057
prismjs "^1.27.0"
30583058
react-fast-compare "^3.2.0"
30593059
react-hotkeys-hook "^3.0.3"

0 commit comments

Comments
 (0)