Skip to content

Commit f9a9745

Browse files
author
Julio Farah
authored
Merge pull request #90 from segmentio/domify
Pin domify 1.4.1 to fix potential XSS
2 parents 91613a7 + 1eaf3a8 commit f9a9745

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics.js-integration",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Base factory for analytics.js integrations",
55
"keywords": [
66
"analytics.js",
@@ -34,7 +34,7 @@
3434
"component-bind": "^1.0.0",
3535
"component-emitter": "^1.2.0",
3636
"debug": "^2.2.0",
37-
"domify": "^1.4.0",
37+
"domify": "^1.4.1",
3838
"extend": "^3.0.2",
3939
"is": "^3.1.0",
4040
"load-iframe": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,9 +1250,10 @@ domain-browser@~1.1.0:
12501250
version "1.1.7"
12511251
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
12521252

1253-
domify@^1.4.0:
1254-
version "1.4.0"
1255-
resolved "https://registry.yarnpkg.com/domify/-/domify-1.4.0.tgz#11483617f764f8695975b4bdc79b14f0803b629b"
1253+
domify@^1.4.1:
1254+
version "1.4.1"
1255+
resolved "https://registry.yarnpkg.com/domify/-/domify-1.4.1.tgz#2e1e813019646715deeb8d3c5de4d3ef7bddd07e"
1256+
integrity sha512-x18nuiDHMCZGXr4KJSRMf/TWYtiaRo6RX8KN9fEbW54mvbQ6pieUuerC2ahBg+kEp1wycFj8MPUI0WkIOw5E9w==
12561257

12571258
duplexer2@^0.1.2, duplexer2@~0.1.0, duplexer2@~0.1.2:
12581259
version "0.1.4"

0 commit comments

Comments
 (0)