Skip to content

Commit 6b7831b

Browse files
resolve dependabot issues (#1278)
1 parent ab62b52 commit 6b7831b

File tree

4 files changed

+27
-43
lines changed

4 files changed

+27
-43
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"js-yaml": "3.13.1",
1717
"lodash": "4.17.20",
1818
"markdown-it": "6.0.1",
19-
"node-fetch": "1.6.0",
19+
"node-fetch": "2.6.1",
2020
"recursive-copy": "2.0.8",
2121
"update-notifier": "2.2.0"
2222
},
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!--<Deject>-->
2+
<!--DO NOT REMOVE-->
3+
{{{ patternLabFoot }}}
4+
<!--</Deject>-->
15

2-
<!--DO NOT REMOVE-->
3-
{{{ patternLabFoot }}}
6+
</body>
47

5-
</body>
6-
</html>
8+
</html>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<!DOCTYPE html>
22
<html class="{{ htmlClass }}">
3+
<head>
4+
<title>{{ title }}</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width" />
37

4-
<head>
5-
<title>{{ title }}</title>
6-
<meta charset="UTF-8">
7-
<meta name="viewport" content="width=device-width" />
8+
<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
9+
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
10+
<link href="https://fonts.googleapis.com/css?family=Abel|Raleway:400,400i,700" rel="stylesheet">
811

9-
<link href="https://fonts.googleapis.com/css?family=Cabin+Condensed|Roboto" rel="stylesheet">
10-
<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
11-
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
12+
<!--<Deject>-->
13+
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
14+
{{{ patternLabHead }}}
15+
<!-- End Pattern Lab -->
16+
<!--</Deject>-->
1217

13-
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
14-
{{{ patternLabHead }}}
15-
<!-- End Pattern Lab -->
16-
17-
</head>
18-
19-
<body class="{{ bodyClass }}">
18+
</head>
19+
<body class="{{ bodyClass }}">

yarn.lock

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,14 +2715,6 @@
27152715
dependencies:
27162716
"@types/node" ">= 8"
27172717

2718-
"@pattern-lab/starterkit-handlebars-vanilla@1.4.0":
2719-
version "1.4.0"
2720-
resolved "https://registry.yarnpkg.com/@pattern-lab/starterkit-handlebars-vanilla/-/starterkit-handlebars-vanilla-1.4.0.tgz#aac144d0c21d40226f90ac5ce1b5d8505dddf330"
2721-
integrity sha512-inkcRhpYfm0q58zEQ9Gx2S+iVu+prAtRgqLw5Opd0MYC74NMcqN9XrcbJva4NfLn1tgx9dkA3Xmtg0IxiTHnAw==
2722-
dependencies:
2723-
node-sass "^4.12.0"
2724-
node-sass-glob-importer "^5.3.2"
2725-
27262718
"@pattern-lab/starterkit-mustache-base@3.0.3":
27272719
version "3.0.3"
27282720
resolved "https://registry.yarnpkg.com/@pattern-lab/starterkit-mustache-base/-/starterkit-mustache-base-3.0.3.tgz#8ce9bc8e0d2254ee970a09c4bdc76d4f6131c91d"
@@ -13069,19 +13061,16 @@ node-fetch-npm@^2.0.2:
1306913061
json-parse-better-errors "^1.0.0"
1307013062
safe-buffer "^5.1.1"
1307113063

13072-
node-fetch@1.6.0:
13073-
version "1.6.0"
13074-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.6.0.tgz#00ccd811c657aee9e2f0d79fd2256fbcffd733a2"
13075-
integrity sha1-AMzYEcZXruni8Nef0iVvvP/XM6I=
13076-
dependencies:
13077-
encoding "^0.1.11"
13078-
is-stream "^1.0.1"
13079-
1308013064
node-fetch@2.6.0, node-fetch@^2.1.2, node-fetch@^2.3.0, node-fetch@^2.5.0:
1308113065
version "2.6.0"
1308213066
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1308313067
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
1308413068

13069+
node-fetch@2.6.1:
13070+
version "2.6.1"
13071+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
13072+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
13073+
1308513074
node-fetch@^1.0.1:
1308613075
version "1.7.3"
1308713076
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -13192,13 +13181,6 @@ node-releases@^1.1.60:
1319213181
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084"
1319313182
integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA==
1319413183

13195-
node-sass-glob-importer@^5.3.2:
13196-
version "5.3.2"
13197-
resolved "https://registry.yarnpkg.com/node-sass-glob-importer/-/node-sass-glob-importer-5.3.2.tgz#465581e46027c0e9520e6d87f7e6eda858a14acb"
13198-
integrity sha512-QTX7KPsISgp55REV6pMH703nzHfWCOEYEQC0cDyTRo7XO6WDvyC0OAzekuQ4gs505IZcxv9KxZ3uPJ5s5H9D3g==
13199-
dependencies:
13200-
node-sass-magic-importer "^5.3.2"
13201-
1320213184
node-sass-magic-importer@^5.3.2:
1320313185
version "5.3.2"
1320413186
resolved "https://registry.yarnpkg.com/node-sass-magic-importer/-/node-sass-magic-importer-5.3.2.tgz#2f2248bb2e5cdb275ba34102ebf995edadf99175"
@@ -13221,7 +13203,7 @@ node-sass-selector-importer@^5.2.0:
1322113203
node-sass-magic-importer "^5.3.2"
1322213204
postcss-scss "^2.0.0"
1322313205

13224-
node-sass@^4.12.0, node-sass@^4.14.1:
13206+
node-sass@^4.14.1:
1322513207
version "4.14.1"
1322613208
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"
1322713209
integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==

0 commit comments

Comments
 (0)