mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-09 07:25:18 +02:00
fix(deps): bump crypto-js from 4.0.0 to 4.1.1
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/brix/crypto-js/releases) - [Commits](https://github.com/brix/crypto-js/commits) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a5e3303bc8
commit
dd7065cedb
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"core-js": "^3.15.2",
|
||||
"cron-validator": "^1.2.1",
|
||||
"cronstrue": "^1.114.0",
|
||||
"crypto-js": "^4.0.0",
|
||||
"crypto-js": "^4.1.1",
|
||||
"nuxt": "^2.15.7",
|
||||
"nuxt-i18n": "^6.27.3",
|
||||
"qrcode.vue": "^1.7.0",
|
||||
|
@ -11959,9 +11959,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/crypto-js": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz",
|
||||
"integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg=="
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
|
||||
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
|
||||
},
|
||||
"node_modules/css": {
|
||||
"version": "2.2.4",
|
||||
|
@ -37344,9 +37344,9 @@
|
|||
}
|
||||
},
|
||||
"crypto-js": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz",
|
||||
"integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg=="
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
|
||||
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
|
||||
},
|
||||
"css": {
|
||||
"version": "2.2.4",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"core-js": "^3.15.2",
|
||||
"cron-validator": "^1.2.1",
|
||||
"cronstrue": "^1.114.0",
|
||||
"crypto-js": "^4.0.0",
|
||||
"crypto-js": "^4.1.1",
|
||||
"nuxt": "^2.15.7",
|
||||
"nuxt-i18n": "^6.27.3",
|
||||
"qrcode.vue": "^1.7.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue