mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 12:04:40 +01:00
Bump deep-equal from 2.2.1 to 2.2.2 (#775)
Bumps [deep-equal](https://github.com/inspect-js/node-deep-equal) from 2.2.1 to 2.2.2. - [Changelog](https://github.com/inspect-js/node-deep-equal/blob/master/CHANGELOG.md) - [Commits](https://github.com/inspect-js/node-deep-equal/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: deep-equal dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
625081a459
commit
f78f7883e0
15
package-lock.json
generated
15
package-lock.json
generated
@ -39,7 +39,7 @@
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"codemirror": "^6.0.1",
|
||||
"date-fns": "^2.30.0",
|
||||
"deep-equal": "^2.2.1",
|
||||
"deep-equal": "^2.2.2",
|
||||
"gts": "^3.1.1",
|
||||
"immutable": "^4.3.0",
|
||||
"jquery": "^3.7.0",
|
||||
@ -3763,14 +3763,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/deep-equal": {
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz",
|
||||
"integrity": "sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-buffer-byte-length": "^1.0.0",
|
||||
"call-bind": "^1.0.2",
|
||||
"es-get-iterator": "^1.1.3",
|
||||
"get-intrinsic": "^1.2.0",
|
||||
"get-intrinsic": "^1.2.1",
|
||||
"is-arguments": "^1.1.1",
|
||||
"is-array-buffer": "^3.0.2",
|
||||
"is-date-object": "^1.0.5",
|
||||
@ -11635,13 +11636,15 @@
|
||||
}
|
||||
},
|
||||
"deep-equal": {
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz",
|
||||
"integrity": "sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"array-buffer-byte-length": "^1.0.0",
|
||||
"call-bind": "^1.0.2",
|
||||
"es-get-iterator": "^1.1.3",
|
||||
"get-intrinsic": "^1.2.0",
|
||||
"get-intrinsic": "^1.2.1",
|
||||
"is-arguments": "^1.1.1",
|
||||
"is-array-buffer": "^3.0.2",
|
||||
"is-date-object": "^1.0.5",
|
||||
|
@ -67,7 +67,7 @@
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"codemirror": "^6.0.1",
|
||||
"date-fns": "^2.30.0",
|
||||
"deep-equal": "^2.2.1",
|
||||
"deep-equal": "^2.2.2",
|
||||
"gts": "^3.1.1",
|
||||
"immutable": "^4.3.0",
|
||||
"jquery": "^3.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user