mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump immer from 9.0.5 to 9.0.6 in /dependencies (#1933)
Bumps [immer](https://github.com/immerjs/immer) from 9.0.5 to 9.0.6. - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.6) --- updated-dependencies: - dependency-name: immer dependency-type: direct:production 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
515a30c162
commit
a3ea203984
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -27,7 +27,7 @@
|
||||||
"eslint-plugin-vue": "^7.17.0",
|
"eslint-plugin-vue": "^7.17.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^0.15.1",
|
"htmlhint": "^0.15.1",
|
||||||
"immer": "^9.0.5",
|
"immer": "^9.0.6",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.3.26",
|
"jscpd": "^3.3.26",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -4795,9 +4795,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/immer": {
|
"node_modules/immer": {
|
||||||
"version": "9.0.5",
|
"version": "9.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.6.tgz",
|
||||||
"integrity": "sha512-2WuIehr2y4lmYz9gaQzetPR2ECniCifk4ORaQbU3g5EalLt+0IVTosEPJ5BoYl/75ky2mivzdRzV8wWgQGOSYQ==",
|
"integrity": "sha512-G95ivKpy+EvVAnAab4fVa4YGYn24J1SpEktnJX7JJ45Bd7xqME/SCplFzYFmTbrkwZbQ4xJK1xMTUYBkN6pWsQ==",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
"url": "https://opencollective.com/immer"
|
"url": "https://opencollective.com/immer"
|
||||||
|
@ -13216,9 +13216,9 @@
|
||||||
"integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
|
"integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
|
||||||
},
|
},
|
||||||
"immer": {
|
"immer": {
|
||||||
"version": "9.0.5",
|
"version": "9.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.6.tgz",
|
||||||
"integrity": "sha512-2WuIehr2y4lmYz9gaQzetPR2ECniCifk4ORaQbU3g5EalLt+0IVTosEPJ5BoYl/75ky2mivzdRzV8wWgQGOSYQ=="
|
"integrity": "sha512-G95ivKpy+EvVAnAab4fVa4YGYn24J1SpEktnJX7JJ45Bd7xqME/SCplFzYFmTbrkwZbQ4xJK1xMTUYBkN6pWsQ=="
|
||||||
},
|
},
|
||||||
"import-fresh": {
|
"import-fresh": {
|
||||||
"version": "3.2.1",
|
"version": "3.2.1",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -22,7 +22,7 @@
|
||||||
"eslint-plugin-vue": "^7.17.0",
|
"eslint-plugin-vue": "^7.17.0",
|
||||||
"gherkin-lint": "^4.2.2",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^0.15.1",
|
"htmlhint": "^0.15.1",
|
||||||
"immer": "^9.0.5",
|
"immer": "^9.0.6",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.3.26",
|
"jscpd": "^3.3.26",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
|
Loading…
Reference in a new issue