Skip to content

Commit b6030a0

Browse files
authored
Merge pull request #33 from kindlyops/renovate/pin-dependencies
2 parents 35027a8 + 3075853 commit b6030a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

embeddy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"postinstall": "patch-package"
1010
},
1111
"dependencies": {
12-
"next": "^12.0.3",
13-
"patch-package": "^6.4.7",
14-
"postinstall-postinstall": "^2.1.0",
12+
"next": "12.0.3",
13+
"patch-package": "6.4.7",
14+
"postinstall-postinstall": "2.1.0",
1515
"react": "17.0.2",
1616
"react-dom": "17.0.2"
1717
}

embeddy/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ nanoid@^3.1.23:
12441244
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
12451245
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
12461246

1247-
next@^12.0.3:
1247+
next@12.0.3:
12481248
version "12.0.3"
12491249
resolved "https://registry.yarnpkg.com/next/-/next-12.0.3.tgz#325732ceb4193306a9a31912815fc570d1a66641"
12501250
integrity sha512-GGdhTBcerdMZbitrO67IVetmB+AHa2X69xrkXKClUT8SRu8pEVto/2QMSnfI+uYc5czCUWPsVtVY3aMoMRMaCA==
@@ -1438,7 +1438,7 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
14381438
pbkdf2 "^3.0.3"
14391439
safe-buffer "^5.1.1"
14401440

1441-
patch-package@^6.4.7:
1441+
patch-package@6.4.7:
14421442
version "6.4.7"
14431443
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
14441444
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
@@ -1514,7 +1514,7 @@ postcss@8.2.15:
15141514
nanoid "^3.1.23"
15151515
source-map "^0.6.1"
15161516

1517-
postinstall-postinstall@^2.1.0:
1517+
postinstall-postinstall@2.1.0:
15181518
version "2.1.0"
15191519
resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
15201520
integrity sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==

0 commit comments

Comments
 (0)