Skip to content

Commit 143baee

Browse files
committed
yarn audit stuff
1 parent 19772f2 commit 143baee

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
},
2121
"resolutions": {
2222
"braces": ">=2.3.1",
23-
"handlebars": ">=4.3.0",
23+
"handlebars": ">=4.5.3",
2424
"js-yaml": ">=3.13.0",
2525
"lodash": ">=4.17.12",
2626
"mixin-deep": ">=1.3.2",
2727
"set-value": ">=2.0.1",
28-
"eslint-utils": ">=1.4.1"
28+
"eslint-utils": ">=1.4.1",
29+
"serialize-javascript": ">=2.1.1"
2930
},
3031
"scripts": {
3132
"analyze": "source-map-explorer build/static/js/main.*",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4699,10 +4699,10 @@ handle-thing@^2.0.0:
46994699
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754"
47004700
integrity sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==
47014701

4702-
handlebars@>=4.3.0, handlebars@^4.1.0:
4703-
version "4.4.5"
4704-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd"
4705-
integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==
4702+
handlebars@>=4.5.3, handlebars@^4.1.0:
4703+
version "4.5.3"
4704+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
4705+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
47064706
dependencies:
47074707
neo-async "^2.6.0"
47084708
optimist "^0.6.1"
@@ -9137,10 +9137,10 @@ send@0.16.2:
91379137
range-parser "~1.2.0"
91389138
statuses "~1.4.0"
91399139

9140-
serialize-javascript@^1.4.0:
9141-
version "1.6.1"
9142-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
9143-
integrity sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==
9140+
serialize-javascript@>=2.1.1, serialize-javascript@^1.4.0:
9141+
version "2.1.2"
9142+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-2.1.2.tgz#ecec53b0e0317bdc95ef76ab7074b7384785fa61"
9143+
integrity sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==
91449144

91459145
serve-index@^1.7.2:
91469146
version "1.9.1"

0 commit comments

Comments
 (0)