omnius 1.0.611 → 1.0.612
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +9 -9
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.612",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.612",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -1757,12 +1757,12 @@
|
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
1759
|
"node_modules/@noble/curves": {
|
|
1760
|
-
"version": "2.
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.
|
|
1762
|
-
"integrity": "sha512-
|
|
1760
|
+
"version": "2.3.0",
|
|
1761
|
+
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-2.3.0.tgz",
|
|
1762
|
+
"integrity": "sha512-v7cY+4oWYPQszRj6ZFGzTVL7uP2TaLo1xMhWHzYC5wj0ZhOXQ5x+sBre8rF3hi8cAoi0bh1qXoovoOkdFtvqEg==",
|
|
1763
1763
|
"license": "MIT",
|
|
1764
1764
|
"dependencies": {
|
|
1765
|
-
"@noble/hashes": "2.
|
|
1765
|
+
"@noble/hashes": "2.3.0"
|
|
1766
1766
|
},
|
|
1767
1767
|
"engines": {
|
|
1768
1768
|
"node": ">= 20.19.0"
|
|
@@ -1772,9 +1772,9 @@
|
|
|
1772
1772
|
}
|
|
1773
1773
|
},
|
|
1774
1774
|
"node_modules/@noble/hashes": {
|
|
1775
|
-
"version": "2.
|
|
1776
|
-
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.
|
|
1777
|
-
"integrity": "sha512-
|
|
1775
|
+
"version": "2.3.0",
|
|
1776
|
+
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.3.0.tgz",
|
|
1777
|
+
"integrity": "sha512-oN+QwyX7VSHotibwubG3kpzbwKrfnyR6OOO+3Nk/53ADL7FmgHHz4TgrbaYKvvOw09u6QTx0oiH1cNCIOuN0CQ==",
|
|
1778
1778
|
"license": "MIT",
|
|
1779
1779
|
"engines": {
|
|
1780
1780
|
"node": ">= 20.19.0"
|
package/package.json
CHANGED