Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust "resolved" field of package-lock.json. #355

Merged
merged 1 commit into from Apr 26, 2021

Conversation

rgrunber
Copy link
Member

Signed-off-by: Roland Grunberg rgrunber@redhat.com

@datho7561
Copy link
Contributor

When I run npm i --also=dev, the package-lock.json gets modified due to npm-force-resolutions. It might be worth committing these changes as well.

diff --git a/package-lock.json b/package-lock.json
index 69b13ad..877614b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2941,13 +2941,13 @@
           "dev": true,
           "optional": true,
           "requires": {
-            "minimist": "0.0.8"
+            "minimist": "1.2.5"
           },
           "dependencies": {
             "minimist": {
-              "version": "0.0.8",
-              "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
-              "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
+              "version": "1.2.5",
+              "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+              "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
               "dev": true,
               "optional": true
             }
@@ -3098,7 +3098,7 @@
           "requires": {
             "deep-extend": "^0.6.0",
             "ini": "~1.3.0",
-            "minimist": "^1.2.0",
+            "minimist": "1.2.5",
             "strip-json-comments": "~2.0.1"
           },
           "dependencies": {

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@datho7561 datho7561 added this to the 1.9.0 milestone Apr 26, 2021
@datho7561 datho7561 merged commit ffecfd8 into redhat-developer:master Apr 26, 2021
@rgrunber rgrunber deleted the adjust-package-lock branch April 26, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants