Skip to content

Commit 25cf308

Browse files
committed
🚒 Bump jsonpointer - CVE-2021-23807
1 parent 1fba217 commit 25cf308

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"releases": [{ "name": "better-ajv-errors", "type": "patch" }],
3+
"dependents": []
4+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:fire_engine: Bump `jsonpointer` - CVE-2021-23807

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"chalk": "^2.4.1",
4141
"core-js": "^3.2.1",
4242
"json-to-ast": "^2.0.3",
43-
"jsonpointer": "^4.0.1",
43+
"jsonpointer": "^4.1.0",
4444
"leven": "^3.1.0"
4545
},
4646
"devDependencies": {
@@ -76,4 +76,4 @@
7676
"<rootDir>/src/**/__tests__/**/*.js"
7777
]
7878
}
79-
}
79+
}

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,9 +3999,10 @@ jsonfile@^4.0.0:
39993999
optionalDependencies:
40004000
graceful-fs "^4.1.6"
40014001

4002-
jsonpointer@^4.0.1:
4003-
version "4.0.1"
4004-
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
4002+
jsonpointer@^4.1.0:
4003+
version "4.1.0"
4004+
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
4005+
integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==
40054006

40064007
jsprim@^1.2.2:
40074008
version "1.4.1"

0 commit comments

Comments
 (0)